@charset "UTF-8";
/*!
 * Bootstrap v4.1.3 (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)
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
/* line 1, node_modules/bootstrap/scss/_root.scss */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 21, node_modules/bootstrap/scss/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 27, node_modules/bootstrap/scss/_reboot.scss */
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: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

/* line 45, node_modules/bootstrap/scss/_reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 57, node_modules/bootstrap/scss/_reboot.scss */
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", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

/* line 73, node_modules/bootstrap/scss/_reboot.scss */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 83, node_modules/bootstrap/scss/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 99, node_modules/bootstrap/scss/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 109, node_modules/bootstrap/scss/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 121, node_modules/bootstrap/scss/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

/* line 129, node_modules/bootstrap/scss/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 135, node_modules/bootstrap/scss/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 142, node_modules/bootstrap/scss/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 149, node_modules/bootstrap/scss/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 153, node_modules/bootstrap/scss/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 158, node_modules/bootstrap/scss/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 162, node_modules/bootstrap/scss/_reboot.scss */
dfn {
  font-style: italic;
}

/* line 167, node_modules/bootstrap/scss/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 173, node_modules/bootstrap/scss/_reboot.scss */
small {
  font-size: 80%;
}

/* line 182, node_modules/bootstrap/scss/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 190, node_modules/bootstrap/scss/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 191, node_modules/bootstrap/scss/_reboot.scss */
sup {
  top: -.5em;
}

/* line 198, node_modules/bootstrap/scss/_reboot.scss */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 216, node_modules/bootstrap/scss/_reboot.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

/* line 225, node_modules/bootstrap/scss/_reboot.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 235, node_modules/bootstrap/scss/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 243, node_modules/bootstrap/scss/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 260, node_modules/bootstrap/scss/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 270, node_modules/bootstrap/scss/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 275, node_modules/bootstrap/scss/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 287, node_modules/bootstrap/scss/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 291, node_modules/bootstrap/scss/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 299, node_modules/bootstrap/scss/_reboot.scss */
th {
  text-align: inherit;
}

/* line 310, node_modules/bootstrap/scss/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 319, node_modules/bootstrap/scss/_reboot.scss */
button {
  border-radius: 0;
}

/* line 327, node_modules/bootstrap/scss/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 332, node_modules/bootstrap/scss/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 343, node_modules/bootstrap/scss/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 348, node_modules/bootstrap/scss/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 356, node_modules/bootstrap/scss/_reboot.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 364, node_modules/bootstrap/scss/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 372, node_modules/bootstrap/scss/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 379, node_modules/bootstrap/scss/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 391, node_modules/bootstrap/scss/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 397, node_modules/bootstrap/scss/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 412, node_modules/bootstrap/scss/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 424, node_modules/bootstrap/scss/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 429, node_modules/bootstrap/scss/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 434, node_modules/bootstrap/scss/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 447, node_modules/bootstrap/scss/_reboot.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 457, node_modules/bootstrap/scss/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 466, node_modules/bootstrap/scss/_reboot.scss */
output {
  display: inline-block;
}

/* line 470, node_modules/bootstrap/scss/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 475, node_modules/bootstrap/scss/_reboot.scss */
template {
  display: none;
}

/* line 481, node_modules/bootstrap/scss/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 7, node_modules/bootstrap/scss/_type.scss */
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 16, node_modules/bootstrap/scss/_type.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 17, node_modules/bootstrap/scss/_type.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 18, node_modules/bootstrap/scss/_type.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 19, node_modules/bootstrap/scss/_type.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 20, node_modules/bootstrap/scss/_type.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 21, node_modules/bootstrap/scss/_type.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 23, node_modules/bootstrap/scss/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 29, node_modules/bootstrap/scss/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 34, node_modules/bootstrap/scss/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 39, node_modules/bootstrap/scss/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 44, node_modules/bootstrap/scss/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 55, node_modules/bootstrap/scss/_type.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 67, node_modules/bootstrap/scss/_type.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 73, node_modules/bootstrap/scss/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 84, node_modules/bootstrap/scss/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 89, node_modules/bootstrap/scss/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 92, node_modules/bootstrap/scss/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 95, node_modules/bootstrap/scss/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 106, node_modules/bootstrap/scss/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 112, node_modules/bootstrap/scss/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 117, node_modules/bootstrap/scss/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

/* line 122, node_modules/bootstrap/scss/_type.scss */
.blockquote-footer::before {
  content: "\2014 \00A0";
}

/* line 8, node_modules/bootstrap/scss/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, node_modules/bootstrap/scss/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 29, node_modules/bootstrap/scss/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, node_modules/bootstrap/scss/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, node_modules/bootstrap/scss/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 2, node_modules/bootstrap/scss/_code.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

/* line 8, node_modules/bootstrap/scss/_code.scss */
a > code {
  color: inherit;
}

/* line 14, node_modules/bootstrap/scss/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

/* line 22, node_modules/bootstrap/scss/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 31, node_modules/bootstrap/scss/_code.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 37, node_modules/bootstrap/scss/_code.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 45, node_modules/bootstrap/scss/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 6, node_modules/bootstrap/scss/_grid.scss */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 6, node_modules/bootstrap/scss/_grid.scss */
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 6, node_modules/bootstrap/scss/_grid.scss */
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 6, node_modules/bootstrap/scss/_grid.scss */
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 6, node_modules/bootstrap/scss/_grid.scss */
  .container {
    max-width: 1140px;
  }
}

/* line 18, node_modules/bootstrap/scss/_grid.scss */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 28, node_modules/bootstrap/scss/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 34, node_modules/bootstrap/scss/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 38, node_modules/bootstrap/scss/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

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

/* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-last {
  order: 13;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.3333333333%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.6666666667%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.3333333333%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.6666666667%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.3333333333%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.6666666667%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.3333333333%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  /* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  /* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }
  /* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  /* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  /* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

/* line 5, node_modules/bootstrap/scss/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

/* line 10, node_modules/bootstrap/scss/_tables.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

/* line 17, node_modules/bootstrap/scss/_tables.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

/* line 22, node_modules/bootstrap/scss/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* line 26, node_modules/bootstrap/scss/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 37, node_modules/bootstrap/scss/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 48, node_modules/bootstrap/scss/_tables.scss */
.table-bordered {
  border: 1px solid #dee2e6;
}

/* line 51, node_modules/bootstrap/scss/_tables.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

/* line 57, node_modules/bootstrap/scss/_tables.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 65, node_modules/bootstrap/scss/_tables.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 78, node_modules/bootstrap/scss/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

/* line 23, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

/* line 23, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 23, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 23, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 23, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 23, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 23, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 23, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 23, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 116, node_modules/bootstrap/scss/_tables.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

/* line 124, node_modules/bootstrap/scss/_tables.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 132, node_modules/bootstrap/scss/_tables.scss */
.table-dark {
  color: #fff;
  background-color: #212529;
}

/* line 136, node_modules/bootstrap/scss/_tables.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

/* line 142, node_modules/bootstrap/scss/_tables.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 147, node_modules/bootstrap/scss/_tables.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 172, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 181, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 172, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 181, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 172, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 181, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 172, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 181, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 172, node_modules/bootstrap/scss/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* line 181, node_modules/bootstrap/scss/_tables.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 7, node_modules/bootstrap/scss/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  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;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 7, node_modules/bootstrap/scss/_forms.scss */
  .form-control {
    transition: none;
  }
}

/* line 32, node_modules/bootstrap/scss/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 14, node_modules/bootstrap/scss/mixins/_forms.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 41, node_modules/bootstrap/scss/_forms.scss */
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 52, node_modules/bootstrap/scss/_forms.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 61, node_modules/bootstrap/scss/_forms.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 73, node_modules/bootstrap/scss/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 86, node_modules/bootstrap/scss/_forms.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 94, node_modules/bootstrap/scss/_forms.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 101, node_modules/bootstrap/scss/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 114, node_modules/bootstrap/scss/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 126, node_modules/bootstrap/scss/_forms.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 141, node_modules/bootstrap/scss/_forms.scss */
.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 149, node_modules/bootstrap/scss/_forms.scss */
.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 159, node_modules/bootstrap/scss/_forms.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 165, node_modules/bootstrap/scss/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 175, node_modules/bootstrap/scss/_forms.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 179, node_modules/bootstrap/scss/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 189, node_modules/bootstrap/scss/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 195, node_modules/bootstrap/scss/_forms.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 207, node_modules/bootstrap/scss/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 213, node_modules/bootstrap/scss/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 218, node_modules/bootstrap/scss/_forms.scss */
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

/* line 223, node_modules/bootstrap/scss/_forms.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 227, node_modules/bootstrap/scss/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 234, node_modules/bootstrap/scss/_forms.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 30, node_modules/bootstrap/scss/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

/* line 38, node_modules/bootstrap/scss/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 55, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

/* line 58, node_modules/bootstrap/scss/mixins/_forms.scss */
.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 63, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .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 71, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 79, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

/* line 83, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 91, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

/* line 94, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

/* line 99, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 104, node_modules/bootstrap/scss/mixins/_forms.scss */
.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 110, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 120, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

/* line 123, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}

/* line 126, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 131, node_modules/bootstrap/scss/mixins/_forms.scss */
.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 30, node_modules/bootstrap/scss/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

/* line 38, node_modules/bootstrap/scss/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 55, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

/* line 58, node_modules/bootstrap/scss/mixins/_forms.scss */
.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 63, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .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 71, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 79, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 83, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 91, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

/* line 94, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

/* line 99, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 104, node_modules/bootstrap/scss/mixins/_forms.scss */
.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 110, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 120, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

/* line 123, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}

/* line 126, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 131, node_modules/bootstrap/scss/mixins/_forms.scss */
.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 262, node_modules/bootstrap/scss/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 270, node_modules/bootstrap/scss/_forms.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 276, node_modules/bootstrap/scss/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 284, node_modules/bootstrap/scss/_forms.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 293, node_modules/bootstrap/scss/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 300, node_modules/bootstrap/scss/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 304, node_modules/bootstrap/scss/_forms.scss */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 311, node_modules/bootstrap/scss/_forms.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 318, node_modules/bootstrap/scss/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 325, node_modules/bootstrap/scss/_forms.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 329, node_modules/bootstrap/scss/_forms.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 7, node_modules/bootstrap/scss/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  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;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 7, node_modules/bootstrap/scss/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn:hover, .btn:focus {
  text-decoration: none;
}

/* line 23, node_modules/bootstrap/scss/_buttons.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 30, node_modules/bootstrap/scss/_buttons.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

/* line 37, node_modules/bootstrap/scss/_buttons.scss */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 52, node_modules/bootstrap/scss/_buttons.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 63, node_modules/bootstrap/scss/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 36, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

/* line 46, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 63, node_modules/bootstrap/scss/_buttons.scss */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 36, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled), .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

/* line 46, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 63, node_modules/bootstrap/scss/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 36, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled), .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

/* line 46, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.active:not(:disabled):not(.disabled):focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 63, node_modules/bootstrap/scss/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 36, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled), .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

/* line 46, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 63, node_modules/bootstrap/scss/_buttons.scss */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 36, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled), .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

/* line 46, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 63, node_modules/bootstrap/scss/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 36, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled), .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

/* line 46, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 63, node_modules/bootstrap/scss/_buttons.scss */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 36, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled), .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

/* line 46, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 63, node_modules/bootstrap/scss/_buttons.scss */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 36, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled), .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

/* line 46, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 69, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

/* line 63, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 69, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

/* line 80, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled), .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 87, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 69, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

/* line 63, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 69, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 80, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled), .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 87, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 69, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

/* line 63, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 69, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 80, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled), .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 87, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 69, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

/* line 63, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 69, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 80, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled), .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 87, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 69, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

/* line 63, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 69, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 80, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled), .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 87, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 69, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

/* line 63, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 69, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 80, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled), .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 87, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 69, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

/* line 63, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 69, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 80, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled), .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 87, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 69, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

/* line 63, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 69, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

/* line 80, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled), .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 87, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 80, node_modules/bootstrap/scss/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

/* line 92, node_modules/bootstrap/scss/_buttons.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

/* line 99, node_modules/bootstrap/scss/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 113, node_modules/bootstrap/scss/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 117, node_modules/bootstrap/scss/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 126, node_modules/bootstrap/scss/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 131, node_modules/bootstrap/scss/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 140, node_modules/bootstrap/scss/_buttons.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 3, node_modules/bootstrap/scss/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 3, node_modules/bootstrap/scss/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 6, node_modules/bootstrap/scss/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 12, node_modules/bootstrap/scss/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 17, node_modules/bootstrap/scss/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 17, node_modules/bootstrap/scss/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 2, node_modules/bootstrap/scss/_dropdown.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */
.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 62, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 15, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 36, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 44, node_modules/bootstrap/scss/_dropdown.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */
.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 62, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 57, node_modules/bootstrap/scss/_dropdown.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */
.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-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 62, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 67, node_modules/bootstrap/scss/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 74, node_modules/bootstrap/scss/_dropdown.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 47, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 51, node_modules/bootstrap/scss/mixins/_caret.scss */
.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 62, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 84, node_modules/bootstrap/scss/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 93, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 104, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 111, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 129, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

/* line 136, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 147, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 152, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 162, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

/* line 4, node_modules/bootstrap/scss/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 10, node_modules/bootstrap/scss/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 19, node_modules/bootstrap/scss/_button-group.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 27, node_modules/bootstrap/scss/_button-group.scss */
.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 36, node_modules/bootstrap/scss/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 41, node_modules/bootstrap/scss/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 47, node_modules/bootstrap/scss/_button-group.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 52, node_modules/bootstrap/scss/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 57, node_modules/bootstrap/scss/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 75, node_modules/bootstrap/scss/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 79, node_modules/bootstrap/scss/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 85, node_modules/bootstrap/scss/_button-group.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 90, node_modules/bootstrap/scss/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 95, node_modules/bootstrap/scss/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 117, node_modules/bootstrap/scss/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 122, node_modules/bootstrap/scss/_button-group.scss */
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

/* line 127, node_modules/bootstrap/scss/_button-group.scss */
.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 136, node_modules/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 141, node_modules/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 161, node_modules/bootstrap/scss/_button-group.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 165, node_modules/bootstrap/scss/_button-group.scss */
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, node_modules/bootstrap/scss/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 14, node_modules/bootstrap/scss/_input-group.scss */
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

/* line 24, node_modules/bootstrap/scss/_input-group.scss */
.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 32, node_modules/bootstrap/scss/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 39, node_modules/bootstrap/scss/_input-group.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 45, node_modules/bootstrap/scss/_input-group.scss */
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 46, node_modules/bootstrap/scss/_input-group.scss */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 51, node_modules/bootstrap/scss/_input-group.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 55, node_modules/bootstrap/scss/_input-group.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 57, node_modules/bootstrap/scss/_input-group.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 68, node_modules/bootstrap/scss/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 75, node_modules/bootstrap/scss/_input-group.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 80, node_modules/bootstrap/scss/_input-group.scss */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

/* line 88, node_modules/bootstrap/scss/_input-group.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 89, node_modules/bootstrap/scss/_input-group.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 97, node_modules/bootstrap/scss/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 113, node_modules/bootstrap/scss/_input-group.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 125, node_modules/bootstrap/scss/_input-group.scss */
.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 {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 137, node_modules/bootstrap/scss/_input-group.scss */
.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 {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 157, node_modules/bootstrap/scss/_input-group.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 166, node_modules/bootstrap/scss/_input-group.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 10, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

/* line 17, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 22, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 27, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}

/* line 33, node_modules/bootstrap/scss/_custom-forms.scss */
.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 38, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

/* line 45, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

/* line 48, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 59, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

/* line 64, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6;
}

/* line 79, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* line 99, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

/* line 104, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

/* line 107, node_modules/bootstrap/scss/_custom-forms.scss */
.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 113, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}

/* line 117, node_modules/bootstrap/scss/_custom-forms.scss */
.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 123, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 126, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 137, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 142, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

/* line 145, node_modules/bootstrap/scss/_custom-forms.scss */
.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 151, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 164, node_modules/bootstrap/scss/_custom-forms.scss */
.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;
  appearance: none;
}

/* line 183, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}

/* line 192, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 203, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 210, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 216, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select::-ms-expand {
  opacity: 0;
}

/* line 221, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

/* line 228, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

/* line 240, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

/* line 248, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 256, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 260, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}

/* line 265, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 270, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 276, node_modules/bootstrap/scss/_custom-forms.scss */
.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 291, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  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 315, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none;
}

/* line 321, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:focus {
  outline: none;
}

/* line 326, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 327, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 328, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 331, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 335, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 335, node_modules/bootstrap/scss/_custom-forms.scss */
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

/* line 346, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

/* line 351, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 362, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 362, node_modules/bootstrap/scss/_custom-forms.scss */
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

/* line 372, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

/* line 377, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 388, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 388, node_modules/bootstrap/scss/_custom-forms.scss */
  .custom-range::-ms-thumb {
    transition: none;
  }
}

/* line 401, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

/* line 406, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 417, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 422, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 429, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 429, node_modules/bootstrap/scss/_custom-forms.scss */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

/* line 6, node_modules/bootstrap/scss/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, node_modules/bootstrap/scss/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 23, node_modules/bootstrap/scss/_nav.scss */
.nav-link.disabled {
  color: #6c757d;
}

/* line 32, node_modules/bootstrap/scss/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 35, node_modules/bootstrap/scss/_nav.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 39, node_modules/bootstrap/scss/_nav.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 47, node_modules/bootstrap/scss/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 54, node_modules/bootstrap/scss/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 61, node_modules/bootstrap/scss/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 75, node_modules/bootstrap/scss/_nav.scss */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}

/* line 79, node_modules/bootstrap/scss/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

/* line 92, node_modules/bootstrap/scss/_nav.scss */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 99, node_modules/bootstrap/scss/_nav.scss */
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 112, node_modules/bootstrap/scss/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 115, node_modules/bootstrap/scss/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 18, node_modules/bootstrap/scss/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 28, node_modules/bootstrap/scss/_navbar.scss */
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 42, node_modules/bootstrap/scss/_navbar.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 61, node_modules/bootstrap/scss/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 68, node_modules/bootstrap/scss/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 73, node_modules/bootstrap/scss/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 84, node_modules/bootstrap/scss/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 99, node_modules/bootstrap/scss/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 108, node_modules/bootstrap/scss/_navbar.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 121, node_modules/bootstrap/scss/_navbar.scss */
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 128, node_modules/bootstrap/scss/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 147, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 145, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 158, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 161, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 165, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 172, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 177, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 184, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 147, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 145, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 158, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 161, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 165, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 172, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 177, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 184, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 147, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 145, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 158, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 161, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 165, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 172, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 177, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 184, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 147, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 145, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 158, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 161, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 165, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 172, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 177, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 184, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 145, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 147, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* line 158, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 161, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 165, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 172, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

/* line 177, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 184, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 199, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 208, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 215, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 220, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 228, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 233, node_modules/bootstrap/scss/_navbar.scss */
.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 237, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 239, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 251, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 260, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 267, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 272, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 280, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 285, node_modules/bootstrap/scss/_navbar.scss */
.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 289, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 291, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 5, node_modules/bootstrap/scss/_card.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

/* line 16, node_modules/bootstrap/scss/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 22, node_modules/bootstrap/scss/_card.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 28, node_modules/bootstrap/scss/_card.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 34, node_modules/bootstrap/scss/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 41, node_modules/bootstrap/scss/_card.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 45, node_modules/bootstrap/scss/_card.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 50, node_modules/bootstrap/scss/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 59, node_modules/bootstrap/scss/_card.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 68, node_modules/bootstrap/scss/_card.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 74, node_modules/bootstrap/scss/_card.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 79, node_modules/bootstrap/scss/_card.scss */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 85, node_modules/bootstrap/scss/_card.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 90, node_modules/bootstrap/scss/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 100, node_modules/bootstrap/scss/_card.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 107, node_modules/bootstrap/scss/_card.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 113, node_modules/bootstrap/scss/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 122, node_modules/bootstrap/scss/_card.scss */
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

/* line 128, node_modules/bootstrap/scss/_card.scss */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 133, node_modules/bootstrap/scss/_card.scss */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 141, node_modules/bootstrap/scss/_card.scss */
.card-deck {
  display: flex;
  flex-direction: column;
}

/* line 145, node_modules/bootstrap/scss/_card.scss */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 141, node_modules/bootstrap/scss/_card.scss */
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 154, node_modules/bootstrap/scss/_card.scss */
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 171, node_modules/bootstrap/scss/_card.scss */
.card-group {
  display: flex;
  flex-direction: column;
}

/* line 177, node_modules/bootstrap/scss/_card.scss */
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 171, node_modules/bootstrap/scss/_card.scss */
  .card-group {
    flex-flow: row wrap;
  }
  /* line 185, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 190, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 197, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 200, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:first-child .card-img-top,
.card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  /* line 204, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:first-child .card-img-bottom,
.card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 210, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 213, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:last-child .card-img-top,
.card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  /* line 217, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:last-child .card-img-bottom,
.card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  /* line 223, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  /* line 226, node_modules/bootstrap/scss/_card.scss */
  .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 230, node_modules/bootstrap/scss/_card.scss */
  .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 236, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  /* line 239, node_modules/bootstrap/scss/_card.scss */
  .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 257, node_modules/bootstrap/scss/_card.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 256, node_modules/bootstrap/scss/_card.scss */
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 267, node_modules/bootstrap/scss/_card.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 280, node_modules/bootstrap/scss/_card.scss */
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

/* line 286, node_modules/bootstrap/scss/_card.scss */
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

/* line 291, node_modules/bootstrap/scss/_card.scss */
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 297, node_modules/bootstrap/scss/_card.scss */
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 13, node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 16, node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

/* line 30, node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 34, node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 38, node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 1, node_modules/bootstrap/scss/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 7, node_modules/bootstrap/scss/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* line 17, node_modules/bootstrap/scss/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 25, node_modules/bootstrap/scss/_pagination.scss */
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 32, node_modules/bootstrap/scss/_pagination.scss */
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 39, node_modules/bootstrap/scss/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 45, node_modules/bootstrap/scss/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 50, node_modules/bootstrap/scss/_pagination.scss */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 57, node_modules/bootstrap/scss/_pagination.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 4, node_modules/bootstrap/scss/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 12, node_modules/bootstrap/scss/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 4, node_modules/bootstrap/scss/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 12, node_modules/bootstrap/scss/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

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

/* line 18, node_modules/bootstrap/scss/_badge.scss */
.badge:empty {
  display: none;
}

/* line 24, node_modules/bootstrap/scss/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 33, node_modules/bootstrap/scss/_badge.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 44, node_modules/bootstrap/scss/_badge.scss */
.badge-primary {
  color: #fff;
  background-color: #007bff;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

/* line 44, node_modules/bootstrap/scss/_badge.scss */
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

/* line 44, node_modules/bootstrap/scss/_badge.scss */
.badge-success {
  color: #fff;
  background-color: #28a745;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

/* line 44, node_modules/bootstrap/scss/_badge.scss */
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

/* line 44, node_modules/bootstrap/scss/_badge.scss */
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

/* line 44, node_modules/bootstrap/scss/_badge.scss */
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

/* line 44, node_modules/bootstrap/scss/_badge.scss */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

/* line 44, node_modules/bootstrap/scss/_badge.scss */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

/* line 1, node_modules/bootstrap/scss/_jumbotron.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  /* line 1, node_modules/bootstrap/scss/_jumbotron.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 12, node_modules/bootstrap/scss/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5, node_modules/bootstrap/scss/_alert.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 14, node_modules/bootstrap/scss/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, node_modules/bootstrap/scss/_alert.scss */
.alert-link {
  font-weight: 700;
}

/* line 29, node_modules/bootstrap/scss/_alert.scss */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 33, node_modules/bootstrap/scss/_alert.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #9fcdff;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #002752;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #c8cbcf;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #202326;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */
.alert-success, .flash-container .flash-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-success hr, .flash-container .flash-success hr {
  border-top-color: #b1dfbb;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-success .alert-link, .flash-container .flash-success .alert-link {
  color: #0b2e13;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */
.alert-info, .flash-container .flash-notice {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-info hr, .flash-container .flash-notice hr {
  border-top-color: #abdde5;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-info .alert-link, .flash-container .flash-notice .alert-link {
  color: #062c33;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #ffe8a1;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */
.alert-danger, .flash-container .flash-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-danger hr, .flash-container .flash-error hr {
  border-top-color: #f1b0b7;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-danger .alert-link, .flash-container .flash-error .alert-link {
  color: #491217;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #ececf6;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-light .alert-link {
  color: #686868;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #b9bbbe;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #040505;
}

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

/* line 6, node_modules/bootstrap/scss/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 16, node_modules/bootstrap/scss/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 16, node_modules/bootstrap/scss/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 27, node_modules/bootstrap/scss/_progress.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 32, node_modules/bootstrap/scss/_progress.scss */
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

/* line 1, node_modules/bootstrap/scss/_media.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 6, node_modules/bootstrap/scss/_media.scss */
.media-body {
  flex: 1;
}

/* line 5, node_modules/bootstrap/scss/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 20, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 32, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 43, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 52, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 56, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

/* line 66, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

/* line 73, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 88, node_modules/bootstrap/scss/_list-group.scss */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 95, node_modules/bootstrap/scss/_list-group.scss */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

/* line 101, node_modules/bootstrap/scss/_list-group.scss */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

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

/* line 10, node_modules/bootstrap/scss/_close.scss */
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

/* line 29, node_modules/bootstrap/scss/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 7, node_modules/bootstrap/scss/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 11, node_modules/bootstrap/scss/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 18, node_modules/bootstrap/scss/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

/* line 36, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 44, node_modules/bootstrap/scss/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 44, node_modules/bootstrap/scss/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 48, node_modules/bootstrap/scss/_modal.scss */
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

/* line 53, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

/* line 59, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

/* line 67, node_modules/bootstrap/scss/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 84, node_modules/bootstrap/scss/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 94, node_modules/bootstrap/scss/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 95, node_modules/bootstrap/scss/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 100, node_modules/bootstrap/scss/_modal.scss */
.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 108, node_modules/bootstrap/scss/_modal.scss */
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 116, node_modules/bootstrap/scss/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 123, node_modules/bootstrap/scss/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 132, node_modules/bootstrap/scss/_modal.scss */
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

/* line 140, node_modules/bootstrap/scss/_modal.scss */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

/* line 141, node_modules/bootstrap/scss/_modal.scss */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 145, node_modules/bootstrap/scss/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 156, node_modules/bootstrap/scss/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 161, node_modules/bootstrap/scss/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  /* line 164, node_modules/bootstrap/scss/_modal.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  /* line 174, node_modules/bootstrap/scss/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 179, node_modules/bootstrap/scss/_modal.scss */
  .modal-lg {
    max-width: 800px;
  }
}

/* line 2, node_modules/bootstrap/scss/_tooltip.scss */
.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", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 15, node_modules/bootstrap/scss/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 17, node_modules/bootstrap/scss/_tooltip.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 23, node_modules/bootstrap/scss/_tooltip.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 35, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 38, node_modules/bootstrap/scss/_tooltip.scss */
.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 46, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 49, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 54, node_modules/bootstrap/scss/_tooltip.scss */
.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 62, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 65, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 68, node_modules/bootstrap/scss/_tooltip.scss */
.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 76, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 79, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 84, node_modules/bootstrap/scss/_tooltip.scss */
.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 108, node_modules/bootstrap/scss/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 1, node_modules/bootstrap/scss/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

/* line 20, node_modules/bootstrap/scss/_popover.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 27, node_modules/bootstrap/scss/_popover.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 38, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 41, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

/* line 45, node_modules/bootstrap/scss/_popover.scss */
.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 50, node_modules/bootstrap/scss/_popover.scss */
.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 55, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

/* line 61, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 64, node_modules/bootstrap/scss/_popover.scss */
.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 71, node_modules/bootstrap/scss/_popover.scss */
.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 76, node_modules/bootstrap/scss/_popover.scss */
.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 81, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

/* line 87, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 90, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

/* line 94, node_modules/bootstrap/scss/_popover.scss */
.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 99, node_modules/bootstrap/scss/_popover.scss */
.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 104, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

/* line 110, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 122, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 125, node_modules/bootstrap/scss/_popover.scss */
.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 132, node_modules/bootstrap/scss/_popover.scss */
.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 137, node_modules/bootstrap/scss/_popover.scss */
.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 142, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

/* line 165, node_modules/bootstrap/scss/_popover.scss */
.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 175, node_modules/bootstrap/scss/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 180, node_modules/bootstrap/scss/_popover.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

/* line 11, node_modules/bootstrap/scss/_carousel.scss */
.carousel {
  position: relative;
}

/* line 15, node_modules/bootstrap/scss/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 21, node_modules/bootstrap/scss/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px;
}

/* line 30, node_modules/bootstrap/scss/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 30, node_modules/bootstrap/scss/_carousel.scss */
  .carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    transition: none;
  }
}

/* line 37, node_modules/bootstrap/scss/_carousel.scss */
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

/* line 43, node_modules/bootstrap/scss/_carousel.scss */
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  /* line 43, node_modules/bootstrap/scss/_carousel.scss */
  .carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

/* line 52, node_modules/bootstrap/scss/_carousel.scss */
.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
  /* line 52, node_modules/bootstrap/scss/_carousel.scss */
  .carousel-item-next,
.active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

/* line 61, node_modules/bootstrap/scss/_carousel.scss */
.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
  /* line 61, node_modules/bootstrap/scss/_carousel.scss */
  .carousel-item-prev,
.active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 76, node_modules/bootstrap/scss/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

/* line 82, node_modules/bootstrap/scss/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

/* line 88, node_modules/bootstrap/scss/_carousel.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

/* line 93, node_modules/bootstrap/scss/_carousel.scss */
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  /* line 93, node_modules/bootstrap/scss/_carousel.scss */
  .carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

/* line 111, node_modules/bootstrap/scss/_carousel.scss */
.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 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

/* line 135, node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 141, node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 149, node_modules/bootstrap/scss/_carousel.scss */
.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 157, node_modules/bootstrap/scss/_carousel.scss */
.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 160, node_modules/bootstrap/scss/_carousel.scss */
.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 170, node_modules/bootstrap/scss/_carousel.scss */
.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 184, node_modules/bootstrap/scss/_carousel.scss */
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 196, node_modules/bootstrap/scss/_carousel.scss */
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

/* line 205, node_modules/bootstrap/scss/_carousel.scss */
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

/* line 216, node_modules/bootstrap/scss/_carousel.scss */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 226, node_modules/bootstrap/scss/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

/* line 3, node_modules/bootstrap/scss/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, node_modules/bootstrap/scss/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, node_modules/bootstrap/scss/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-primary {
  background-color: #007bff !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_background.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_borders.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 8, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 9, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 10, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 14, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-primary {
  border-color: #007bff !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-success {
  border-color: #28a745 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-dark {
  border-color: #343a40 !important;
}

/* line 25, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-white {
  border-color: #fff !important;
}

/* line 33, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 36, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 44, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 48, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 53, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 57, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, node_modules/bootstrap/scss/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 11, node_modules/bootstrap/scss/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 14, node_modules/bootstrap/scss/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 19, node_modules/bootstrap/scss/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 14, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 17, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 14, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 17, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 14, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 17, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 14, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 17, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 29, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 32, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 33, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 36, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 3, node_modules/bootstrap/scss/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, node_modules/bootstrap/scss/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, node_modules/bootstrap/scss/utilities/_embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 31, node_modules/bootstrap/scss/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

/* line 37, node_modules/bootstrap/scss/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 43, node_modules/bootstrap/scss/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 49, node_modules/bootstrap/scss/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 5, node_modules/bootstrap/scss/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 6, node_modules/bootstrap/scss/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 5, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 6, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 5, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 6, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 5, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 6, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 5, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 6, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 10, node_modules/bootstrap/scss/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 10, node_modules/bootstrap/scss/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 10, node_modules/bootstrap/scss/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 10, node_modules/bootstrap/scss/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 10, node_modules/bootstrap/scss/utilities/_position.scss */
.position-sticky {
  position: sticky !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 23, node_modules/bootstrap/scss/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 31, node_modules/bootstrap/scss/utilities/_position.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, node_modules/bootstrap/scss/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 24, node_modules/bootstrap/scss/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 3, node_modules/bootstrap/scss/utilities/_shadows.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_shadows.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_shadows.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, node_modules/bootstrap/scss/utilities/_shadows.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.w-auto {
  width: auto !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.h-auto {
  height: auto !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 29, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 33, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 36, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 29, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 33, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 36, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 29, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 33, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 36, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 29, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 33, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 36, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 29, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 33, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 36, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 7, node_modules/bootstrap/scss/utilities/_text.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 11, node_modules/bootstrap/scss/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, node_modules/bootstrap/scss/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 22, node_modules/bootstrap/scss/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 23, node_modules/bootstrap/scss/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 21, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 21, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 21, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 21, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 29, node_modules/bootstrap/scss/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 30, node_modules/bootstrap/scss/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 36, node_modules/bootstrap/scss/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 38, node_modules/bootstrap/scss/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 42, node_modules/bootstrap/scss/utilities/_text.scss */
.text-white {
  color: #fff !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-primary {
  color: #007bff !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-secondary {
  color: #6c757d !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-success {
  color: #28a745 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-info {
  color: #17a2b8 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

/* line 48, node_modules/bootstrap/scss/utilities/_text.scss */
.text-body {
  color: #212529 !important;
}

/* line 49, node_modules/bootstrap/scss/utilities/_text.scss */
.text-muted {
  color: #6c757d !important;
}

/* line 51, node_modules/bootstrap/scss/utilities/_text.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 52, node_modules/bootstrap/scss/utilities/_text.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 56, node_modules/bootstrap/scss/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 5, node_modules/bootstrap/scss/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 9, node_modules/bootstrap/scss/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13, node_modules/bootstrap/scss/_print.scss */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 24, node_modules/bootstrap/scss/_print.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 34, node_modules/bootstrap/scss/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 49, node_modules/bootstrap/scss/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 52, node_modules/bootstrap/scss/_print.scss */
  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  /* line 63, node_modules/bootstrap/scss/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 67, node_modules/bootstrap/scss/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 72, node_modules/bootstrap/scss/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 79, node_modules/bootstrap/scss/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 92, node_modules/bootstrap/scss/_print.scss */
  body {
    min-width: 992px !important;
  }
  /* line 95, node_modules/bootstrap/scss/_print.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 100, node_modules/bootstrap/scss/_print.scss */
  .navbar {
    display: none;
  }
  /* line 103, node_modules/bootstrap/scss/_print.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 107, node_modules/bootstrap/scss/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 110, node_modules/bootstrap/scss/_print.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 117, node_modules/bootstrap/scss/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  /* line 123, node_modules/bootstrap/scss/_print.scss */
  .table-dark {
    color: inherit;
  }
  /* line 126, node_modules/bootstrap/scss/_print.scss */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  /* line 134, node_modules/bootstrap/scss/_print.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/* line 1, vendor/assets/jquery.multi-select/multi-select.scss */
.ms-container {
  background: transparent url(/../img/switch.png) no-repeat 50% 50%;
  width: 370px;
}

/* line 6, vendor/assets/jquery.multi-select/multi-select.scss */
.ms-container:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  min-height: 0;
  visibility: hidden;
}

/* line 17, vendor/assets/jquery.multi-select/multi-select.scss */
.ms-container .ms-selectable, .ms-container .ms-selection {
  background: #fff;
  color: #555555;
  float: left;
  width: 45%;
}

/* line 23, vendor/assets/jquery.multi-select/multi-select.scss */
.ms-container .ms-selection {
  float: right;
}

/* line 27, vendor/assets/jquery.multi-select/multi-select.scss */
.ms-container .ms-list {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  height: 200px;
  padding: 0;
  overflow-y: auto;
}

/* line 46, vendor/assets/jquery.multi-select/multi-select.scss */
.ms-container .ms-list.ms-focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
}

/* line 55, vendor/assets/jquery.multi-select/multi-select.scss */
.ms-container ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}

/* line 61, vendor/assets/jquery.multi-select/multi-select.scss */
.ms-container .ms-optgroup-container {
  width: 100%;
}

/* line 65, vendor/assets/jquery.multi-select/multi-select.scss */
.ms-container .ms-optgroup-label {
  margin: 0;
  padding: 5px 0px 0px 5px;
  cursor: pointer;
  color: #999;
}

/* line 72, vendor/assets/jquery.multi-select/multi-select.scss */
.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
  border-bottom: 1px #eee solid;
  padding: 2px 10px;
  color: #555;
  font-size: 14px;
}

/* line 80, vendor/assets/jquery.multi-select/multi-select.scss */
.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: #08c;
}

/* line 88, vendor/assets/jquery.multi-select/multi-select.scss */
.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled {
  background-color: #eee;
  color: #aaa;
  cursor: text;
}

/*
Template Name: UBold Dashboard
Author: CoderThemes
Email: coderthemes@gmail.com
File: Icons
*/
@font-face {
  font-family: 'themify';
  src: url(/assets/fonts/themify-f1ba2ff6b8910c974fe48b17a80843b8b19ac6e6ae08d68bd27df2259ce6c658.eot?-fvbane);
  src: url(/assets/fonts/themify-f1ba2ff6b8910c974fe48b17a80843b8b19ac6e6ae08d68bd27df2259ce6c658.eot?#iefix-fvbane) format("embedded-opentype"), url(/assets/fonts/themify-efcb3c913adebf3e17d241a55cab2c25f0ff6fbd217d1ae4c29e7c84952a404b.woff?-fvbane) format("woff"), url(/assets/fonts/themify-67c745cef69ad6303b7cf19bd616a48401e7bb8e1e1d9de050c7d6622c56fcb5.ttf?-fvbane) format("truetype"), url(/assets/fonts/themify-65e509ce3dede84abcba9340e383d7188b5fd05d30a7558ad4b7bc2c8d8d1118.svg?-fvbane#themify) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 12, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
[class^="ti-"], [class*=" ti-"] {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 26, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-wand:before {
  content: "\e600";
}

/* line 29, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-volume:before {
  content: "\e601";
}

/* line 32, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-user:before {
  content: "\e602";
}

/* line 35, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-unlock:before {
  content: "\e603";
}

/* line 38, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-unlink:before {
  content: "\e604";
}

/* line 41, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-trash:before {
  content: "\e605";
}

/* line 44, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-thought:before {
  content: "\e606";
}

/* line 47, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-target:before {
  content: "\e607";
}

/* line 50, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-tag:before {
  content: "\e608";
}

/* line 53, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-tablet:before {
  content: "\e609";
}

/* line 56, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-star:before {
  content: "\e60a";
}

/* line 59, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-spray:before {
  content: "\e60b";
}

/* line 62, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-signal:before {
  content: "\e60c";
}

/* line 65, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-shopping-cart:before {
  content: "\e60d";
}

/* line 68, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-shopping-cart-full:before {
  content: "\e60e";
}

/* line 71, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-settings:before {
  content: "\e60f";
}

/* line 74, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-search:before {
  content: "\e610";
}

/* line 77, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-zoom-in:before {
  content: "\e611";
}

/* line 80, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-zoom-out:before {
  content: "\e612";
}

/* line 83, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-cut:before {
  content: "\e613";
}

/* line 86, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-ruler:before {
  content: "\e614";
}

/* line 89, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-ruler-pencil:before {
  content: "\e615";
}

/* line 92, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-ruler-alt:before {
  content: "\e616";
}

/* line 95, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-bookmark:before {
  content: "\e617";
}

/* line 98, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-bookmark-alt:before {
  content: "\e618";
}

/* line 101, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-reload:before {
  content: "\e619";
}

/* line 104, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-plus:before {
  content: "\e61a";
}

/* line 107, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-pin:before {
  content: "\e61b";
}

/* line 110, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-pencil:before {
  content: "\e61c";
}

/* line 113, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-pencil-alt:before {
  content: "\e61d";
}

/* line 116, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-paint-roller:before {
  content: "\e61e";
}

/* line 119, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-paint-bucket:before {
  content: "\e61f";
}

/* line 122, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-na:before {
  content: "\e620";
}

/* line 125, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-mobile:before {
  content: "\e621";
}

/* line 128, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-minus:before {
  content: "\e622";
}

/* line 131, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-medall:before {
  content: "\e623";
}

/* line 134, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-medall-alt:before {
  content: "\e624";
}

/* line 137, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-marker:before {
  content: "\e625";
}

/* line 140, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-marker-alt:before {
  content: "\e626";
}

/* line 143, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-arrow-up:before {
  content: "\e627";
}

/* line 146, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-arrow-right:before {
  content: "\e628";
}

/* line 149, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-arrow-left:before {
  content: "\e629";
}

/* line 152, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-arrow-down:before {
  content: "\e62a";
}

/* line 155, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-lock:before {
  content: "\e62b";
}

/* line 158, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-location-arrow:before {
  content: "\e62c";
}

/* line 161, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-link:before {
  content: "\e62d";
}

/* line 164, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout:before {
  content: "\e62e";
}

/* line 167, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layers:before {
  content: "\e62f";
}

/* line 170, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layers-alt:before {
  content: "\e630";
}

/* line 173, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-key:before {
  content: "\e631";
}

/* line 176, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-import:before {
  content: "\e632";
}

/* line 179, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-image:before {
  content: "\e633";
}

/* line 182, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-heart:before {
  content: "\e634";
}

/* line 185, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-heart-broken:before {
  content: "\e635";
}

/* line 188, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-hand-stop:before {
  content: "\e636";
}

/* line 191, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-hand-open:before {
  content: "\e637";
}

/* line 194, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-hand-drag:before {
  content: "\e638";
}

/* line 197, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-folder:before {
  content: "\e639";
}

/* line 200, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-flag:before {
  content: "\e63a";
}

/* line 203, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-flag-alt:before {
  content: "\e63b";
}

/* line 206, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-flag-alt-2:before {
  content: "\e63c";
}

/* line 209, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-eye:before {
  content: "\e63d";
}

/* line 212, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-export:before {
  content: "\e63e";
}

/* line 215, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-exchange-vertical:before {
  content: "\e63f";
}

/* line 218, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-desktop:before {
  content: "\e640";
}

/* line 221, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-cup:before {
  content: "\e641";
}

/* line 224, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-crown:before {
  content: "\e642";
}

/* line 227, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-comments:before {
  content: "\e643";
}

/* line 230, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-comment:before {
  content: "\e644";
}

/* line 233, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-comment-alt:before {
  content: "\e645";
}

/* line 236, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-close:before {
  content: "\e646";
}

/* line 239, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-clip:before {
  content: "\e647";
}

/* line 242, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-angle-up:before {
  content: "\e648";
}

/* line 245, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-angle-right:before {
  content: "\e649";
}

/* line 248, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-angle-left:before {
  content: "\e64a";
}

/* line 251, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-angle-down:before {
  content: "\e64b";
}

/* line 254, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-check:before {
  content: "\e64c";
}

/* line 257, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-check-box:before {
  content: "\e64d";
}

/* line 260, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-camera:before {
  content: "\e64e";
}

/* line 263, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-announcement:before {
  content: "\e64f";
}

/* line 266, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-brush:before {
  content: "\e650";
}

/* line 269, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-briefcase:before {
  content: "\e651";
}

/* line 272, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-bolt:before {
  content: "\e652";
}

/* line 275, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-bolt-alt:before {
  content: "\e653";
}

/* line 278, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-blackboard:before {
  content: "\e654";
}

/* line 281, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-bag:before {
  content: "\e655";
}

/* line 284, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-move:before {
  content: "\e656";
}

/* line 287, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-arrows-vertical:before {
  content: "\e657";
}

/* line 290, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-arrows-horizontal:before {
  content: "\e658";
}

/* line 293, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-fullscreen:before {
  content: "\e659";
}

/* line 296, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-arrow-top-right:before {
  content: "\e65a";
}

/* line 299, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-arrow-top-left:before {
  content: "\e65b";
}

/* line 302, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-arrow-circle-up:before {
  content: "\e65c";
}

/* line 305, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-arrow-circle-right:before {
  content: "\e65d";
}

/* line 308, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-arrow-circle-left:before {
  content: "\e65e";
}

/* line 311, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-arrow-circle-down:before {
  content: "\e65f";
}

/* line 314, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-angle-double-up:before {
  content: "\e660";
}

/* line 317, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-angle-double-right:before {
  content: "\e661";
}

/* line 320, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-angle-double-left:before {
  content: "\e662";
}

/* line 323, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-angle-double-down:before {
  content: "\e663";
}

/* line 326, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-zip:before {
  content: "\e664";
}

/* line 329, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-world:before {
  content: "\e665";
}

/* line 332, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-wheelchair:before {
  content: "\e666";
}

/* line 335, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-view-list:before {
  content: "\e667";
}

/* line 338, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-view-list-alt:before {
  content: "\e668";
}

/* line 341, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-view-grid:before {
  content: "\e669";
}

/* line 344, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-uppercase:before {
  content: "\e66a";
}

/* line 347, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-upload:before {
  content: "\e66b";
}

/* line 350, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-underline:before {
  content: "\e66c";
}

/* line 353, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-truck:before {
  content: "\e66d";
}

/* line 356, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-timer:before {
  content: "\e66e";
}

/* line 359, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-ticket:before {
  content: "\e66f";
}

/* line 362, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-thumb-up:before {
  content: "\e670";
}

/* line 365, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-thumb-down:before {
  content: "\e671";
}

/* line 368, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-text:before {
  content: "\e672";
}

/* line 371, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-stats-up:before {
  content: "\e673";
}

/* line 374, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-stats-down:before {
  content: "\e674";
}

/* line 377, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-split-v:before {
  content: "\e675";
}

/* line 380, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-split-h:before {
  content: "\e676";
}

/* line 383, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-smallcap:before {
  content: "\e677";
}

/* line 386, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-shine:before {
  content: "\e678";
}

/* line 389, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-shift-right:before {
  content: "\e679";
}

/* line 392, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-shift-left:before {
  content: "\e67a";
}

/* line 395, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-shield:before {
  content: "\e67b";
}

/* line 398, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-notepad:before {
  content: "\e67c";
}

/* line 401, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-server:before {
  content: "\e67d";
}

/* line 404, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-quote-right:before {
  content: "\e67e";
}

/* line 407, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-quote-left:before {
  content: "\e67f";
}

/* line 410, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-pulse:before {
  content: "\e680";
}

/* line 413, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-printer:before {
  content: "\e681";
}

/* line 416, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-power-off:before {
  content: "\e682";
}

/* line 419, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-plug:before {
  content: "\e683";
}

/* line 422, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-pie-chart:before {
  content: "\e684";
}

/* line 425, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-paragraph:before {
  content: "\e685";
}

/* line 428, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-panel:before {
  content: "\e686";
}

/* line 431, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-package:before {
  content: "\e687";
}

/* line 434, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-music:before {
  content: "\e688";
}

/* line 437, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-music-alt:before {
  content: "\e689";
}

/* line 440, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-mouse:before {
  content: "\e68a";
}

/* line 443, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-mouse-alt:before {
  content: "\e68b";
}

/* line 446, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-money:before {
  content: "\e68c";
}

/* line 449, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-microphone:before {
  content: "\e68d";
}

/* line 452, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-menu:before {
  content: "\e68e";
}

/* line 455, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-menu-alt:before {
  content: "\e68f";
}

/* line 458, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-map:before {
  content: "\e690";
}

/* line 461, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-map-alt:before {
  content: "\e691";
}

/* line 464, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-loop:before {
  content: "\e692";
}

/* line 467, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-location-pin:before {
  content: "\e693";
}

/* line 470, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-list:before {
  content: "\e694";
}

/* line 473, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-light-bulb:before {
  content: "\e695";
}

/* line 476, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-Italic:before {
  content: "\e696";
}

/* line 479, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-info:before {
  content: "\e697";
}

/* line 482, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-infinite:before {
  content: "\e698";
}

/* line 485, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-id-badge:before {
  content: "\e699";
}

/* line 488, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-hummer:before {
  content: "\e69a";
}

/* line 491, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-home:before {
  content: "\e69b";
}

/* line 494, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-help:before {
  content: "\e69c";
}

/* line 497, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-headphone:before {
  content: "\e69d";
}

/* line 500, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-harddrives:before {
  content: "\e69e";
}

/* line 503, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-harddrive:before {
  content: "\e69f";
}

/* line 506, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-gift:before {
  content: "\e6a0";
}

/* line 509, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-game:before {
  content: "\e6a1";
}

/* line 512, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-filter:before {
  content: "\e6a2";
}

/* line 515, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-files:before {
  content: "\e6a3";
}

/* line 518, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-file:before {
  content: "\e6a4";
}

/* line 521, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-eraser:before {
  content: "\e6a5";
}

/* line 524, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-envelope:before {
  content: "\e6a6";
}

/* line 527, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-download:before {
  content: "\e6a7";
}

/* line 530, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-direction:before {
  content: "\e6a8";
}

/* line 533, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-direction-alt:before {
  content: "\e6a9";
}

/* line 536, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-dashboard:before {
  content: "\e6aa";
}

/* line 539, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-control-stop:before {
  content: "\e6ab";
}

/* line 542, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-control-shuffle:before {
  content: "\e6ac";
}

/* line 545, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-control-play:before {
  content: "\e6ad";
}

/* line 548, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-control-pause:before {
  content: "\e6ae";
}

/* line 551, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-control-forward:before {
  content: "\e6af";
}

/* line 554, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-control-backward:before {
  content: "\e6b0";
}

/* line 557, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-cloud:before {
  content: "\e6b1";
}

/* line 560, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-cloud-up:before {
  content: "\e6b2";
}

/* line 563, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-cloud-down:before {
  content: "\e6b3";
}

/* line 566, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-clipboard:before {
  content: "\e6b4";
}

/* line 569, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-car:before {
  content: "\e6b5";
}

/* line 572, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-calendar:before {
  content: "\e6b6";
}

/* line 575, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-book:before {
  content: "\e6b7";
}

/* line 578, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-bell:before {
  content: "\e6b8";
}

/* line 581, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-basketball:before {
  content: "\e6b9";
}

/* line 584, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-bar-chart:before {
  content: "\e6ba";
}

/* line 587, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-bar-chart-alt:before {
  content: "\e6bb";
}

/* line 590, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-back-right:before {
  content: "\e6bc";
}

/* line 593, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-back-left:before {
  content: "\e6bd";
}

/* line 596, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-arrows-corner:before {
  content: "\e6be";
}

/* line 599, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-archive:before {
  content: "\e6bf";
}

/* line 602, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-anchor:before {
  content: "\e6c0";
}

/* line 605, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-align-right:before {
  content: "\e6c1";
}

/* line 608, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-align-left:before {
  content: "\e6c2";
}

/* line 611, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-align-justify:before {
  content: "\e6c3";
}

/* line 614, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-align-center:before {
  content: "\e6c4";
}

/* line 617, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-alert:before {
  content: "\e6c5";
}

/* line 620, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-alarm-clock:before {
  content: "\e6c6";
}

/* line 623, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-agenda:before {
  content: "\e6c7";
}

/* line 626, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-write:before {
  content: "\e6c8";
}

/* line 629, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-window:before {
  content: "\e6c9";
}

/* line 632, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-widgetized:before {
  content: "\e6ca";
}

/* line 635, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-widget:before {
  content: "\e6cb";
}

/* line 638, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-widget-alt:before {
  content: "\e6cc";
}

/* line 641, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-wallet:before {
  content: "\e6cd";
}

/* line 644, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-video-clapper:before {
  content: "\e6ce";
}

/* line 647, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-video-camera:before {
  content: "\e6cf";
}

/* line 650, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-vector:before {
  content: "\e6d0";
}

/* line 653, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-themify-logo:before {
  content: "\e6d1";
}

/* line 656, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-themify-favicon:before {
  content: "\e6d2";
}

/* line 659, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-themify-favicon-alt:before {
  content: "\e6d3";
}

/* line 662, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-support:before {
  content: "\e6d4";
}

/* line 665, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-stamp:before {
  content: "\e6d5";
}

/* line 668, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-split-v-alt:before {
  content: "\e6d6";
}

/* line 671, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-slice:before {
  content: "\e6d7";
}

/* line 674, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-shortcode:before {
  content: "\e6d8";
}

/* line 677, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-shift-right-alt:before {
  content: "\e6d9";
}

/* line 680, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-shift-left-alt:before {
  content: "\e6da";
}

/* line 683, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-ruler-alt-2:before {
  content: "\e6db";
}

/* line 686, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-receipt:before {
  content: "\e6dc";
}

/* line 689, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-pin2:before {
  content: "\e6dd";
}

/* line 692, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-pin-alt:before {
  content: "\e6de";
}

/* line 695, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-pencil-alt2:before {
  content: "\e6df";
}

/* line 698, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-palette:before {
  content: "\e6e0";
}

/* line 701, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-more:before {
  content: "\e6e1";
}

/* line 704, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-more-alt:before {
  content: "\e6e2";
}

/* line 707, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-microphone-alt:before {
  content: "\e6e3";
}

/* line 710, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-magnet:before {
  content: "\e6e4";
}

/* line 713, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-line-double:before {
  content: "\e6e5";
}

/* line 716, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-line-dotted:before {
  content: "\e6e6";
}

/* line 719, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-line-dashed:before {
  content: "\e6e7";
}

/* line 722, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-width-full:before {
  content: "\e6e8";
}

/* line 725, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-width-default:before {
  content: "\e6e9";
}

/* line 728, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-width-default-alt:before {
  content: "\e6ea";
}

/* line 731, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-tab:before {
  content: "\e6eb";
}

/* line 734, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-tab-window:before {
  content: "\e6ec";
}

/* line 737, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-tab-v:before {
  content: "\e6ed";
}

/* line 740, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-tab-min:before {
  content: "\e6ee";
}

/* line 743, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-slider:before {
  content: "\e6ef";
}

/* line 746, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-slider-alt:before {
  content: "\e6f0";
}

/* line 749, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-sidebar-right:before {
  content: "\e6f1";
}

/* line 752, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-sidebar-none:before {
  content: "\e6f2";
}

/* line 755, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-sidebar-left:before {
  content: "\e6f3";
}

/* line 758, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-placeholder:before {
  content: "\e6f4";
}

/* line 761, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-menu:before {
  content: "\e6f5";
}

/* line 764, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-menu-v:before {
  content: "\e6f6";
}

/* line 767, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-menu-separated:before {
  content: "\e6f7";
}

/* line 770, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-menu-full:before {
  content: "\e6f8";
}

/* line 773, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-media-right-alt:before {
  content: "\e6f9";
}

/* line 776, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-media-right:before {
  content: "\e6fa";
}

/* line 779, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-media-overlay:before {
  content: "\e6fb";
}

/* line 782, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-media-overlay-alt:before {
  content: "\e6fc";
}

/* line 785, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}

/* line 788, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-media-left-alt:before {
  content: "\e6fe";
}

/* line 791, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-media-left:before {
  content: "\e6ff";
}

/* line 794, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-media-center-alt:before {
  content: "\e700";
}

/* line 797, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-media-center:before {
  content: "\e701";
}

/* line 800, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-list-thumb:before {
  content: "\e702";
}

/* line 803, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-list-thumb-alt:before {
  content: "\e703";
}

/* line 806, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-list-post:before {
  content: "\e704";
}

/* line 809, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-list-large-image:before {
  content: "\e705";
}

/* line 812, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-line-solid:before {
  content: "\e706";
}

/* line 815, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-grid4:before {
  content: "\e707";
}

/* line 818, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-grid3:before {
  content: "\e708";
}

/* line 821, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-grid2:before {
  content: "\e709";
}

/* line 824, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-grid2-thumb:before {
  content: "\e70a";
}

/* line 827, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-cta-right:before {
  content: "\e70b";
}

/* line 830, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-cta-left:before {
  content: "\e70c";
}

/* line 833, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-cta-center:before {
  content: "\e70d";
}

/* line 836, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-cta-btn-right:before {
  content: "\e70e";
}

/* line 839, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-cta-btn-left:before {
  content: "\e70f";
}

/* line 842, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-column4:before {
  content: "\e710";
}

/* line 845, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-column3:before {
  content: "\e711";
}

/* line 848, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-column2:before {
  content: "\e712";
}

/* line 851, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-accordion-separated:before {
  content: "\e713";
}

/* line 854, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-accordion-merged:before {
  content: "\e714";
}

/* line 857, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-accordion-list:before {
  content: "\e715";
}

/* line 860, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-ink-pen:before {
  content: "\e716";
}

/* line 863, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-info-alt:before {
  content: "\e717";
}

/* line 866, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-help-alt:before {
  content: "\e718";
}

/* line 869, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-headphone-alt:before {
  content: "\e719";
}

/* line 872, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-hand-point-up:before {
  content: "\e71a";
}

/* line 875, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-hand-point-right:before {
  content: "\e71b";
}

/* line 878, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-hand-point-left:before {
  content: "\e71c";
}

/* line 881, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-hand-point-down:before {
  content: "\e71d";
}

/* line 884, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-gallery:before {
  content: "\e71e";
}

/* line 887, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-face-smile:before {
  content: "\e71f";
}

/* line 890, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-face-sad:before {
  content: "\e720";
}

/* line 893, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-credit-card:before {
  content: "\e721";
}

/* line 896, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-control-skip-forward:before {
  content: "\e722";
}

/* line 899, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-control-skip-backward:before {
  content: "\e723";
}

/* line 902, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-control-record:before {
  content: "\e724";
}

/* line 905, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-control-eject:before {
  content: "\e725";
}

/* line 908, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-comments-smiley:before {
  content: "\e726";
}

/* line 911, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-brush-alt:before {
  content: "\e727";
}

/* line 914, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-youtube:before {
  content: "\e728";
}

/* line 917, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-vimeo:before {
  content: "\e729";
}

/* line 920, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-twitter:before {
  content: "\e72a";
}

/* line 923, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-time:before {
  content: "\e72b";
}

/* line 926, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-tumblr:before {
  content: "\e72c";
}

/* line 929, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-skype:before {
  content: "\e72d";
}

/* line 932, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-share:before {
  content: "\e72e";
}

/* line 935, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-share-alt:before {
  content: "\e72f";
}

/* line 938, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-rocket:before {
  content: "\e730";
}

/* line 941, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-pinterest:before {
  content: "\e731";
}

/* line 944, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-new-window:before {
  content: "\e732";
}

/* line 947, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-microsoft:before {
  content: "\e733";
}

/* line 950, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-list-ol:before {
  content: "\e734";
}

/* line 953, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-linkedin:before {
  content: "\e735";
}

/* line 956, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-sidebar-2:before {
  content: "\e736";
}

/* line 959, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-grid4-alt:before {
  content: "\e737";
}

/* line 962, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-grid3-alt:before {
  content: "\e738";
}

/* line 965, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-grid2-alt:before {
  content: "\e739";
}

/* line 968, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-column4-alt:before {
  content: "\e73a";
}

/* line 971, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-column3-alt:before {
  content: "\e73b";
}

/* line 974, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-layout-column2-alt:before {
  content: "\e73c";
}

/* line 977, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-instagram:before {
  content: "\e73d";
}

/* line 980, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-google:before {
  content: "\e73e";
}

/* line 983, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-github:before {
  content: "\e73f";
}

/* line 986, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-flickr:before {
  content: "\e740";
}

/* line 989, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-facebook:before {
  content: "\e741";
}

/* line 992, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-dropbox:before {
  content: "\e742";
}

/* line 995, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-dribbble:before {
  content: "\e743";
}

/* line 998, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-apple:before {
  content: "\e744";
}

/* line 1001, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-android:before {
  content: "\e745";
}

/* line 1004, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-save:before {
  content: "\e746";
}

/* line 1007, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-save-alt:before {
  content: "\e747";
}

/* line 1010, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-yahoo:before {
  content: "\e748";
}

/* line 1013, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-wordpress:before {
  content: "\e749";
}

/* line 1016, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-vimeo-alt:before {
  content: "\e74a";
}

/* line 1019, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-twitter-alt:before {
  content: "\e74b";
}

/* line 1022, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-tumblr-alt:before {
  content: "\e74c";
}

/* line 1025, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-trello:before {
  content: "\e74d";
}

/* line 1028, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-stack-overflow:before {
  content: "\e74e";
}

/* line 1031, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-soundcloud:before {
  content: "\e74f";
}

/* line 1034, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-sharethis:before {
  content: "\e750";
}

/* line 1037, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-sharethis-alt:before {
  content: "\e751";
}

/* line 1040, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-reddit:before {
  content: "\e752";
}

/* line 1043, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-pinterest-alt:before {
  content: "\e753";
}

/* line 1046, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-microsoft-alt:before {
  content: "\e754";
}

/* line 1049, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-linux:before {
  content: "\e755";
}

/* line 1052, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-jsfiddle:before {
  content: "\e756";
}

/* line 1055, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-joomla:before {
  content: "\e757";
}

/* line 1058, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-html5:before {
  content: "\e758";
}

/* line 1061, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-flickr-alt:before {
  content: "\e759";
}

/* line 1064, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-email:before {
  content: "\e75a";
}

/* line 1067, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-drupal:before {
  content: "\e75b";
}

/* line 1070, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-dropbox-alt:before {
  content: "\e75c";
}

/* line 1073, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-css3:before {
  content: "\e75d";
}

/* line 1076, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-rss:before {
  content: "\e75e";
}

/* line 1079, vendor/assets/ubold/scss/icons/themify-icons/themify-icons.scss */
.ti-rss-alt:before {
  content: "\e75f";
}

/*!
 *  Material Design Iconic Font 1.0.1 by Sergey Kupletsky (@zavoloklom) - http://zavoloklom.github.io/material-design-iconic-font/
 *  License - https://github.com/zavoloklom/material-design-iconic-font/blob/gh-pages/License.md (Attribution-ShareAlike 4.0 International license)
 */
@font-face {
  font-family: 'Material Design Iconic Font';
  src: url(/assets/fonts/Material-Design-Iconic-Font-eaf9ef873a8a3100410383b42458b126ada08d3d09756dcdeff73ddab5dc1d6f.eot?v=1.0.1);
  src: url(/assets/fonts/Material-Design-Iconic-Font-eaf9ef873a8a3100410383b42458b126ada08d3d09756dcdeff73ddab5dc1d6f.eot?#iefix&v=1.0.1) format("embedded-opentype"), url(/assets/fonts/Material-Design-Iconic-Font-f12248445b9c057c16b7c6f4fd64d3954eb8b8760a7fc32f10f575a014c0acc8.woff?v=1.0.1) format("woff"), url(/assets/fonts/Material-Design-Iconic-Font-bb99fca066c19487bb20621e7cbe2b43453f4012adc6eb0388e080ca28e2f93e.ttf?v=1.0.1) format("truetype"), url(/assets/fonts/Material-Design-Iconic-Font-d4c68f7944ab3f996d0d4eb1b87d7a9c2bb0ec1f7768c183a73884ecbb232e20.svg?v=1.0.1#Material-Design-Iconic-Font) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 12, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
[class^="md-"],
[class*=" md-"] {
  display: inline-block;
  font: normal normal normal 14px/1 'Material Design Iconic Font';
  font-size: inherit;
  speak: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 22, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md {
  line-height: inherit;
  vertical-align: bottom;
}

/* line 26, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-lg {
  font-size: 1.5em;
  line-height: .5em;
  vertical-align: -35%;
}

/* line 31, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-2x {
  font-size: 2em;
}

/* line 34, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-3x {
  font-size: 3em;
}

/* line 37, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-4x {
  font-size: 4em;
}

/* line 40, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-5x {
  font-size: 5em;
}

/* line 43, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-border {
  padding: .2em .25em .15em;
  border: solid 0.08em grey;
  border-radius: .1em;
}

/* line 48, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-border-circle {
  padding: .2em .25em .15em;
  border: solid 0.08em grey;
  border-radius: 50%;
}

/* line 53, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.pull-left[class^="md-"],
.pull-left[class*=" md-"] {
  float: left;
  margin-right: .3em;
}

/* line 58, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.pull-right[class^="md-"],
.pull-right[class*=" md-"] {
  float: right;
  margin-left: .3em;
}

/* line 63, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-spin {
  -webkit-animation: md-spin 1.5s infinite linear;
  animation: md-spin 1.5s infinite linear;
}

/* line 67, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-spin-reverse {
  -webkit-animation: md-spin-reverse 1.5s infinite linear;
  animation: md-spin-reverse 1.5s infinite linear;
}

@-webkit-keyframes md-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes md-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes md-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}

@keyframes md-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}

/* line 111, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 117, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 123, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 129, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 135, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 141, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
:root .md-rotate-90,
:root .md-rotate-180,
:root .md-rotate-270,
:root .md-flip-horizontal,
:root .md-flip-vertical {
  filter: none;
}

/* Material Design Iconic Font uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* If you do not want use all icons you can disable icon set here */
/* line 151, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-3d-rotation:before {
  content: "\f000";
}

/* line 154, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-accessibility:before {
  content: "\f001";
}

/* line 157, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-account-balance:before {
  content: "\f002";
}

/* line 160, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-account-balance-wallet:before {
  content: "\f003";
}

/* line 163, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-account-box:before {
  content: "\f004";
}

/* line 166, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-account-child:before {
  content: "\f005";
}

/* line 169, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-account-circle:before {
  content: "\f006";
}

/* line 172, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-add-shopping-cart:before {
  content: "\f007";
}

/* line 175, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-alarm:before {
  content: "\f008";
}

/* line 178, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-alarm-add:before {
  content: "\f009";
}

/* line 181, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-alarm-off:before {
  content: "\f00a";
}

/* line 184, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-alarm-on:before {
  content: "\f00b";
}

/* line 187, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-android:before {
  content: "\f00c";
}

/* line 190, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-announcement:before {
  content: "\f00d";
}

/* line 193, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-aspect-ratio:before {
  content: "\f00e";
}

/* line 196, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-assessment:before {
  content: "\f00f";
}

/* line 199, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-assignment:before {
  content: "\f010";
}

/* line 202, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-assignment-ind:before {
  content: "\f011";
}

/* line 205, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-assignment-late:before {
  content: "\f012";
}

/* line 208, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-assignment-return:before {
  content: "\f013";
}

/* line 211, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-assignment-returned:before {
  content: "\f014";
}

/* line 214, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-assignment-turned-in:before {
  content: "\f015";
}

/* line 217, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-autorenew:before {
  content: "\f016";
}

/* line 220, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-backup:before {
  content: "\f017";
}

/* line 223, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-book:before {
  content: "\f018";
}

/* line 226, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-bookmark:before {
  content: "\f019";
}

/* line 229, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-bookmark-outline:before {
  content: "\f01a";
}

/* line 232, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-bug-report:before {
  content: "\f01b";
}

/* line 235, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-cached:before {
  content: "\f01c";
}

/* line 238, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-class:before {
  content: "\f01d";
}

/* line 241, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-credit-card:before {
  content: "\f01e";
}

/* line 244, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-dashboard:before {
  content: "\f01f";
}

/* line 247, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-delete:before {
  content: "\f020";
}

/* line 250, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-description:before {
  content: "\f021";
}

/* line 253, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-dns:before {
  content: "\f022";
}

/* line 256, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-done:before {
  content: "\f023";
}

/* line 259, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-done-all:before {
  content: "\f024";
}

/* line 262, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-event:before {
  content: "\f025";
}

/* line 265, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-exit-to-app:before {
  content: "\f026";
}

/* line 268, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-explore:before {
  content: "\f027";
}

/* line 271, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-extension:before {
  content: "\f028";
}

/* line 274, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-face-unlock:before {
  content: "\f029";
}

/* line 277, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-favorite:before {
  content: "\f02a";
}

/* line 280, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-favorite-outline:before {
  content: "\f02b";
}

/* line 283, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-find-in-page:before {
  content: "\f02c";
}

/* line 286, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-find-replace:before {
  content: "\f02d";
}

/* line 289, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-flip-to-back:before {
  content: "\f02e";
}

/* line 292, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-flip-to-front:before {
  content: "\f02f";
}

/* line 295, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-get-app:before {
  content: "\f030";
}

/* line 298, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-grade:before {
  content: "\f031";
}

/* line 301, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-group-work:before {
  content: "\f032";
}

/* line 304, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-help:before {
  content: "\f033";
}

/* line 307, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-highlight-remove:before {
  content: "\f034";
}

/* line 310, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-history:before {
  content: "\f035";
}

/* line 313, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-home:before {
  content: "\f036";
}

/* line 316, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-https:before {
  content: "\f037";
}

/* line 319, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-info:before {
  content: "\f038";
}

/* line 322, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-info-outline:before {
  content: "\f039";
}

/* line 325, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-input:before {
  content: "\f03a";
}

/* line 328, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-invert-colors:before {
  content: "\f03b";
}

/* line 331, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-label:before {
  content: "\f03c";
}

/* line 334, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-label-outline:before {
  content: "\f03d";
}

/* line 337, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-language:before {
  content: "\f03e";
}

/* line 340, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-launch:before {
  content: "\f03f";
}

/* line 343, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-list:before {
  content: "\f040";
}

/* line 346, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-lock:before {
  content: "\f041";
}

/* line 349, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-lock-open:before {
  content: "\f042";
}

/* line 352, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-lock-outline:before {
  content: "\f043";
}

/* line 355, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-loyalty:before {
  content: "\f044";
}

/* line 358, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-markunread-mailbox:before {
  content: "\f045";
}

/* line 361, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-note-add:before {
  content: "\f046";
}

/* line 364, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-open-in-browser:before {
  content: "\f047";
}

/* line 367, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-open-in-new:before {
  content: "\f048";
}

/* line 370, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-open-with:before {
  content: "\f049";
}

/* line 373, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-pageview:before {
  content: "\f04a";
}

/* line 376, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-payment:before {
  content: "\f04b";
}

/* line 379, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-perm-camera-mic:before {
  content: "\f04c";
}

/* line 382, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-perm-contact-cal:before {
  content: "\f04d";
}

/* line 385, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-perm-data-setting:before {
  content: "\f04e";
}

/* line 388, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-perm-device-info:before {
  content: "\f04f";
}

/* line 391, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-perm-identity:before {
  content: "\f050";
}

/* line 394, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-perm-media:before {
  content: "\f051";
}

/* line 397, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-perm-phone-msg:before {
  content: "\f052";
}

/* line 400, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-perm-scan-wifi:before {
  content: "\f053";
}

/* line 403, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-picture-in-picture:before {
  content: "\f054";
}

/* line 406, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-polymer:before {
  content: "\f055";
}

/* line 409, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-print:before {
  content: "\f056";
}

/* line 412, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-query-builder:before {
  content: "\f057";
}

/* line 415, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-question-answer:before {
  content: "\f058";
}

/* line 418, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-receipt:before {
  content: "\f059";
}

/* line 421, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-redeem:before {
  content: "\f05a";
}

/* line 424, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-report-problem:before {
  content: "\f05b";
}

/* line 427, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-restore:before {
  content: "\f05c";
}

/* line 430, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-room:before {
  content: "\f05d";
}

/* line 433, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-schedule:before {
  content: "\f05e";
}

/* line 436, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-search:before {
  content: "\f05f";
}

/* line 439, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-settings:before {
  content: "\f060";
}

/* line 442, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-settings-applications:before {
  content: "\f061";
}

/* line 445, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-settings-backup-restore:before {
  content: "\f062";
}

/* line 448, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-settings-bluetooth:before {
  content: "\f063";
}

/* line 451, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-settings-cell:before {
  content: "\f064";
}

/* line 454, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-settings-display:before {
  content: "\f065";
}

/* line 457, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-settings-ethernet:before {
  content: "\f066";
}

/* line 460, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-settings-input-antenna:before {
  content: "\f067";
}

/* line 463, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-settings-input-component:before {
  content: "\f068";
}

/* line 466, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-settings-input-composite:before {
  content: "\f069";
}

/* line 469, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-settings-input-hdmi:before {
  content: "\f06a";
}

/* line 472, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-settings-input-svideo:before {
  content: "\f06b";
}

/* line 475, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-settings-overscan:before {
  content: "\f06c";
}

/* line 478, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-settings-phone:before {
  content: "\f06d";
}

/* line 481, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-settings-power:before {
  content: "\f06e";
}

/* line 484, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-settings-remote:before {
  content: "\f06f";
}

/* line 487, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-settings-voice:before {
  content: "\f070";
}

/* line 490, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-shop:before {
  content: "\f071";
}

/* line 493, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-shopping-basket:before {
  content: "\f072";
}

/* line 496, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-shopping-cart:before {
  content: "\f073";
}

/* line 499, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-shop-two:before {
  content: "\f074";
}

/* line 502, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-speaker-notes:before {
  content: "\f075";
}

/* line 505, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-spellcheck:before {
  content: "\f076";
}

/* line 508, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-star-rate:before {
  content: "\f077";
}

/* line 511, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-stars:before {
  content: "\f078";
}

/* line 514, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-store:before {
  content: "\f079";
}

/* line 517, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-subject:before {
  content: "\f07a";
}

/* line 520, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-swap-horiz:before {
  content: "\f07b";
}

/* line 523, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-swap-vert:before {
  content: "\f07c";
}

/* line 526, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-swap-vert-circle:before {
  content: "\f07d";
}

/* line 529, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-system-update-tv:before {
  content: "\f07e";
}

/* line 532, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-tab:before {
  content: "\f07f";
}

/* line 535, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-tab-unselected:before {
  content: "\f080";
}

/* line 538, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-theaters:before {
  content: "\f081";
}

/* line 541, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-thumb-down:before {
  content: "\f082";
}

/* line 544, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-thumbs-up-down:before {
  content: "\f083";
}

/* line 547, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-thumb-up:before {
  content: "\f084";
}

/* line 550, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-toc:before {
  content: "\f085";
}

/* line 553, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-today:before {
  content: "\f086";
}

/* line 556, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-track-changes:before {
  content: "\f087";
}

/* line 559, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-translate:before {
  content: "\f088";
}

/* line 562, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-trending-down:before {
  content: "\f089";
}

/* line 565, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-trending-neutral:before {
  content: "\f08a";
}

/* line 568, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-trending-up:before {
  content: "\f08b";
}

/* line 571, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-turned-in:before {
  content: "\f08c";
}

/* line 574, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-turned-in-not:before {
  content: "\f08d";
}

/* line 577, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-verified-user:before {
  content: "\f08e";
}

/* line 580, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-view-agenda:before {
  content: "\f08f";
}

/* line 583, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-view-array:before {
  content: "\f090";
}

/* line 586, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-view-carousel:before {
  content: "\f091";
}

/* line 589, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-view-column:before {
  content: "\f092";
}

/* line 592, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-view-day:before {
  content: "\f093";
}

/* line 595, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-view-headline:before {
  content: "\f094";
}

/* line 598, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-view-list:before {
  content: "\f095";
}

/* line 601, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-view-module:before {
  content: "\f096";
}

/* line 604, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-view-quilt:before {
  content: "\f097";
}

/* line 607, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-view-stream:before {
  content: "\f098";
}

/* line 610, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-view-week:before {
  content: "\f099";
}

/* line 613, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-visibility:before {
  content: "\f09a";
}

/* line 616, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-visibility-off:before {
  content: "\f09b";
}

/* line 619, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-wallet-giftcard:before {
  content: "\f09c";
}

/* line 622, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-wallet-membership:before {
  content: "\f09d";
}

/* line 625, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-wallet-travel:before {
  content: "\f09e";
}

/* line 628, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-work:before {
  content: "\f09f";
}

/* line 631, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-error:before {
  content: "\f0a0";
}

/* line 634, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-warning:before {
  content: "\f0a1";
}

/* line 637, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-album:before {
  content: "\f0a2";
}

/* line 640, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-av-timer:before {
  content: "\f0a3";
}

/* line 643, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-closed-caption:before {
  content: "\f0a4";
}

/* line 646, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-equalizer:before {
  content: "\f0a5";
}

/* line 649, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-explicit:before {
  content: "\f0a6";
}

/* line 652, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-fast-forward:before {
  content: "\f0a7";
}

/* line 655, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-fast-rewind:before {
  content: "\f0a8";
}

/* line 658, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-games:before {
  content: "\f0a9";
}

/* line 661, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-hearing:before {
  content: "\f0aa";
}

/* line 664, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-high-quality:before {
  content: "\f0ab";
}

/* line 667, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-loop:before {
  content: "\f0ac";
}

/* line 670, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-mic:before {
  content: "\f0ad";
}

/* line 673, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-mic-none:before {
  content: "\f0ae";
}

/* line 676, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-mic-off:before {
  content: "\f0af";
}

/* line 679, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-movie:before {
  content: "\f0b0";
}

/* line 682, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-my-library-add:before {
  content: "\f0b1";
}

/* line 685, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-my-library-books:before {
  content: "\f0b2";
}

/* line 688, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-my-library-music:before {
  content: "\f0b3";
}

/* line 691, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-new-releases:before {
  content: "\f0b4";
}

/* line 694, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-not-interested:before {
  content: "\f0b5";
}

/* line 697, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-pause:before {
  content: "\f0b6";
}

/* line 700, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-pause-circle-fill:before {
  content: "\f0b7";
}

/* line 703, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-pause-circle-outline:before {
  content: "\f0b8";
}

/* line 706, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-play-arrow:before {
  content: "\f0b9";
}

/* line 709, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-play-circle-fill:before {
  content: "\f0ba";
}

/* line 712, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-play-circle-outline:before {
  content: "\f0bb";
}

/* line 715, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-playlist-add:before {
  content: "\f0bc";
}

/* line 718, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-play-shopping-bag:before {
  content: "\f0bd";
}

/* line 721, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-queue:before {
  content: "\f0be";
}

/* line 724, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-queue-music:before {
  content: "\f0bf";
}

/* line 727, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-radio:before {
  content: "\f0c0";
}

/* line 730, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-recent-actors:before {
  content: "\f0c1";
}

/* line 733, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-repeat:before {
  content: "\f0c2";
}

/* line 736, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-repeat-one:before {
  content: "\f0c3";
}

/* line 739, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-replay:before {
  content: "\f0c4";
}

/* line 742, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-shuffle:before {
  content: "\f0c5";
}

/* line 745, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-skip-next:before {
  content: "\f0c6";
}

/* line 748, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-skip-previous:before {
  content: "\f0c7";
}

/* line 751, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-snooze:before {
  content: "\f0c8";
}

/* line 754, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-stop:before {
  content: "\f0c9";
}

/* line 757, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-subtitles:before {
  content: "\f0ca";
}

/* line 760, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-surround-sound:before {
  content: "\f0cb";
}

/* line 763, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-videocam:before {
  content: "\f0cc";
}

/* line 766, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-videocam-off:before {
  content: "\f0cd";
}

/* line 769, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-video-collection:before {
  content: "\f0ce";
}

/* line 772, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-volume-down:before {
  content: "\f0cf";
}

/* line 775, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-volume-mute:before {
  content: "\f0d0";
}

/* line 778, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-volume-off:before {
  content: "\f0d1";
}

/* line 781, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-volume-up:before {
  content: "\f0d2";
}

/* line 784, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-web:before {
  content: "\f0d3";
}

/* line 787, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-business:before {
  content: "\f0d4";
}

/* line 790, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-call:before {
  content: "\f0d5";
}

/* line 793, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-call-end:before {
  content: "\f0d6";
}

/* line 796, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-call-made:before {
  content: "\f0d7";
}

/* line 799, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-call-merge:before {
  content: "\f0d8";
}

/* line 802, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-call-missed:before {
  content: "\f0d9";
}

/* line 805, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-call-received:before {
  content: "\f0da";
}

/* line 808, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-call-split:before {
  content: "\f0db";
}

/* line 811, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-chat:before {
  content: "\f0dc";
}

/* line 814, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-clear-all:before {
  content: "\f0dd";
}

/* line 817, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-comment:before {
  content: "\f0de";
}

/* line 820, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-contacts:before {
  content: "\f0df";
}

/* line 823, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-dialer-sip:before {
  content: "\f0e0";
}

/* line 826, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-dialpad:before {
  content: "\f0e1";
}

/* line 829, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-dnd-on:before {
  content: "\f0e2";
}

/* line 832, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-email:before {
  content: "\f0e3";
}

/* line 835, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-forum:before {
  content: "\f0e4";
}

/* line 838, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-import-export:before {
  content: "\f0e5";
}

/* line 841, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-invert-colors-off:before {
  content: "\f0e6";
}

/* line 844, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-invert-colors-on:before {
  content: "\f0e7";
}

/* line 847, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-live-help:before {
  content: "\f0e8";
}

/* line 850, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-location-off:before {
  content: "\f0e9";
}

/* line 853, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-location-on:before {
  content: "\f0ea";
}

/* line 856, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-message:before {
  content: "\f0eb";
}

/* line 859, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-messenger:before {
  content: "\f0ec";
}

/* line 862, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-no-sim:before {
  content: "\f0ed";
}

/* line 865, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-phone:before {
  content: "\f0ee";
}

/* line 868, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-portable-wifi-off:before {
  content: "\f0ef";
}

/* line 871, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-quick-contacts-dialer:before {
  content: "\f0f0";
}

/* line 874, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-quick-contacts-mail:before {
  content: "\f0f1";
}

/* line 877, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-ring-volume:before {
  content: "\f0f2";
}

/* line 880, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-stay-current-landscape:before {
  content: "\f0f3";
}

/* line 883, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-stay-current-portrait:before {
  content: "\f0f4";
}

/* line 886, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-stay-primary-landscape:before {
  content: "\f0f5";
}

/* line 889, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-stay-primary-portrait:before {
  content: "\f0f6";
}

/* line 892, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-swap-calls:before {
  content: "\f0f7";
}

/* line 895, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-textsms:before {
  content: "\f0f8";
}

/* line 898, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-voicemail:before {
  content: "\f0f9";
}

/* line 901, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-vpn-key:before {
  content: "\f0fa";
}

/* line 904, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-add:before {
  content: "\f0fb";
}

/* line 907, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-add-box:before {
  content: "\f0fc";
}

/* line 910, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-add-circle:before {
  content: "\f0fd";
}

/* line 913, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-add-circle-outline:before {
  content: "\f0fe";
}

/* line 916, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-archive:before {
  content: "\f0ff";
}

/* line 919, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-backspace:before {
  content: "\f100";
}

/* line 922, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-block:before {
  content: "\f101";
}

/* line 925, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-clear:before {
  content: "\f102";
}

/* line 928, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-content-copy:before {
  content: "\f103";
}

/* line 931, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-content-cut:before {
  content: "\f104";
}

/* line 934, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-content-paste:before {
  content: "\f105";
}

/* line 937, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-create:before {
  content: "\f106";
}

/* line 940, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-drafts:before {
  content: "\f107";
}

/* line 943, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-filter-list:before {
  content: "\f108";
}

/* line 946, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-flag:before {
  content: "\f109";
}

/* line 949, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-forward:before {
  content: "\f10a";
}

/* line 952, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-gesture:before {
  content: "\f10b";
}

/* line 955, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-inbox:before {
  content: "\f10c";
}

/* line 958, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-link:before {
  content: "\f10d";
}

/* line 961, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-mail:before {
  content: "\f10e";
}

/* line 964, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-markunread:before {
  content: "\f10f";
}

/* line 967, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-redo:before {
  content: "\f110";
}

/* line 970, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-remove:before {
  content: "\f111";
}

/* line 973, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-remove-circle:before {
  content: "\f112";
}

/* line 976, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-remove-circle-outline:before {
  content: "\f113";
}

/* line 979, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-reply:before {
  content: "\f114";
}

/* line 982, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-reply-all:before {
  content: "\f115";
}

/* line 985, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-report:before {
  content: "\f116";
}

/* line 988, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-save:before {
  content: "\f117";
}

/* line 991, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-select-all:before {
  content: "\f118";
}

/* line 994, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-send:before {
  content: "\f119";
}

/* line 997, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-sort:before {
  content: "\f11a";
}

/* line 1000, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-text-format:before {
  content: "\f11b";
}

/* line 1003, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-undo:before {
  content: "\f11c";
}

/* line 1006, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-access-alarm:before {
  content: "\f11d";
}

/* line 1009, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-access-alarms:before {
  content: "\f11e";
}

/* line 1012, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-access-time:before {
  content: "\f11f";
}

/* line 1015, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-add-alarm:before {
  content: "\f120";
}

/* line 1018, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-airplanemode-off:before {
  content: "\f121";
}

/* line 1021, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-airplanemode-on:before {
  content: "\f122";
}

/* line 1024, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-battery-20:before {
  content: "\f123";
}

/* line 1027, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-battery-30:before {
  content: "\f124";
}

/* line 1030, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-battery-50:before {
  content: "\f125";
}

/* line 1033, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-battery-60:before {
  content: "\f126";
}

/* line 1036, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-battery-80:before {
  content: "\f127";
}

/* line 1039, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-battery-90:before {
  content: "\f128";
}

/* line 1042, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-battery-alert:before {
  content: "\f129";
}

/* line 1045, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-battery-charging-20:before {
  content: "\f12a";
}

/* line 1048, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-battery-charging-30:before {
  content: "\f12b";
}

/* line 1051, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-battery-charging-50:before {
  content: "\f12c";
}

/* line 1054, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-battery-charging-60:before {
  content: "\f12d";
}

/* line 1057, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-battery-charging-80:before {
  content: "\f12e";
}

/* line 1060, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-battery-charging-90:before {
  content: "\f12f";
}

/* line 1063, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-battery-charging-full:before {
  content: "\f130";
}

/* line 1066, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-battery-full:before {
  content: "\f131";
}

/* line 1069, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-battery-std:before {
  content: "\f132";
}

/* line 1072, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-battery-unknown:before {
  content: "\f133";
}

/* line 1075, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-bluetooth:before {
  content: "\f134";
}

/* line 1078, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-bluetooth-connected:before {
  content: "\f135";
}

/* line 1081, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-bluetooth-disabled:before {
  content: "\f136";
}

/* line 1084, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-bluetooth-searching:before {
  content: "\f137";
}

/* line 1087, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-brightness-auto:before {
  content: "\f138";
}

/* line 1090, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-brightness-high:before {
  content: "\f139";
}

/* line 1093, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-brightness-low:before {
  content: "\f13a";
}

/* line 1096, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-brightness-medium:before {
  content: "\f13b";
}

/* line 1099, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-data-usage:before {
  content: "\f13c";
}

/* line 1102, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-developer-mode:before {
  content: "\f13d";
}

/* line 1105, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-devices:before {
  content: "\f13e";
}

/* line 1108, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-dvr:before {
  content: "\f13f";
}

/* line 1111, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-gps-fixed:before {
  content: "\f140";
}

/* line 1114, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-gps-not-fixed:before {
  content: "\f141";
}

/* line 1117, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-gps-off:before {
  content: "\f142";
}

/* line 1120, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-location-disabled:before {
  content: "\f143";
}

/* line 1123, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-location-searching:before {
  content: "\f144";
}

/* line 1126, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-multitrack-audio:before {
  content: "\f145";
}

/* line 1129, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-network-cell:before {
  content: "\f146";
}

/* line 1132, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-network-wifi:before {
  content: "\f147";
}

/* line 1135, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-nfc:before {
  content: "\f148";
}

/* line 1138, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-now-wallpaper:before {
  content: "\f149";
}

/* line 1141, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-now-widgets:before {
  content: "\f14a";
}

/* line 1144, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-screen-lock-landscape:before {
  content: "\f14b";
}

/* line 1147, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-screen-lock-portrait:before {
  content: "\f14c";
}

/* line 1150, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-screen-lock-rotation:before {
  content: "\f14d";
}

/* line 1153, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-screen-rotation:before {
  content: "\f14e";
}

/* line 1156, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-sd-storage:before {
  content: "\f14f";
}

/* line 1159, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-settings-system-daydream:before {
  content: "\f150";
}

/* line 1162, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-signal-cellular-0-bar:before {
  content: "\f151";
}

/* line 1165, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-signal-cellular-1-bar:before {
  content: "\f152";
}

/* line 1168, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-signal-cellular-2-bar:before {
  content: "\f153";
}

/* line 1171, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-signal-cellular-3-bar:before {
  content: "\f154";
}

/* line 1174, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-signal-cellular-4-bar:before {
  content: "\f155";
}

/* line 1177, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-signal-cellular-connected-no-internet-0-bar:before {
  content: "\f156";
}

/* line 1180, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-signal-cellular-connected-no-internet-1-bar:before {
  content: "\f157";
}

/* line 1183, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-signal-cellular-connected-no-internet-2-bar:before {
  content: "\f158";
}

/* line 1186, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-signal-cellular-connected-no-internet-3-bar:before {
  content: "\f159";
}

/* line 1189, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-signal-cellular-connected-no-internet-4-bar:before {
  content: "\f15a";
}

/* line 1192, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-signal-cellular-no-sim:before {
  content: "\f15b";
}

/* line 1195, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-signal-cellular-null:before {
  content: "\f15c";
}

/* line 1198, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-signal-cellular-off:before {
  content: "\f15d";
}

/* line 1201, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-signal-wifi-0-bar:before {
  content: "\f15e";
}

/* line 1204, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-signal-wifi-1-bar:before {
  content: "\f15f";
}

/* line 1207, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-signal-wifi-2-bar:before {
  content: "\f160";
}

/* line 1210, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-signal-wifi-3-bar:before {
  content: "\f161";
}

/* line 1213, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-signal-wifi-4-bar:before {
  content: "\f162";
}

/* line 1216, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-signal-wifi-off:before {
  content: "\f163";
}

/* line 1219, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-storage:before {
  content: "\f164";
}

/* line 1222, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-usb:before {
  content: "\f165";
}

/* line 1225, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-wifi-lock:before {
  content: "\f166";
}

/* line 1228, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-wifi-tethering:before {
  content: "\f167";
}

/* line 1231, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-attach-file:before {
  content: "\f168";
}

/* line 1234, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-attach-money:before {
  content: "\f169";
}

/* line 1237, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-border-all:before {
  content: "\f16a";
}

/* line 1240, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-border-bottom:before {
  content: "\f16b";
}

/* line 1243, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-border-clear:before {
  content: "\f16c";
}

/* line 1246, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-border-color:before {
  content: "\f16d";
}

/* line 1249, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-border-horizontal:before {
  content: "\f16e";
}

/* line 1252, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-border-inner:before {
  content: "\f16f";
}

/* line 1255, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-border-left:before {
  content: "\f170";
}

/* line 1258, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-border-outer:before {
  content: "\f171";
}

/* line 1261, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-border-right:before {
  content: "\f172";
}

/* line 1264, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-border-style:before {
  content: "\f173";
}

/* line 1267, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-border-top:before {
  content: "\f174";
}

/* line 1270, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-border-vertical:before {
  content: "\f175";
}

/* line 1273, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-format-align-center:before {
  content: "\f176";
}

/* line 1276, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-format-align-justify:before {
  content: "\f177";
}

/* line 1279, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-format-align-left:before {
  content: "\f178";
}

/* line 1282, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-format-align-right:before {
  content: "\f179";
}

/* line 1285, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-format-bold:before {
  content: "\f17a";
}

/* line 1288, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-format-clear:before {
  content: "\f17b";
}

/* line 1291, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-format-color-fill:before {
  content: "\f17c";
}

/* line 1294, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-format-color-reset:before {
  content: "\f17d";
}

/* line 1297, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-format-color-text:before {
  content: "\f17e";
}

/* line 1300, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-format-indent-decrease:before {
  content: "\f17f";
}

/* line 1303, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-format-indent-increase:before {
  content: "\f180";
}

/* line 1306, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-format-italic:before {
  content: "\f181";
}

/* line 1309, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-format-line-spacing:before {
  content: "\f182";
}

/* line 1312, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-format-list-bulleted:before {
  content: "\f183";
}

/* line 1315, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-format-list-numbered:before {
  content: "\f184";
}

/* line 1318, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-format-paint:before {
  content: "\f185";
}

/* line 1321, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-format-quote:before {
  content: "\f186";
}

/* line 1324, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-format-size:before {
  content: "\f187";
}

/* line 1327, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-format-strikethrough:before {
  content: "\f188";
}

/* line 1330, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-format-textdirection-l-to-r:before {
  content: "\f189";
}

/* line 1333, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-format-textdirection-r-to-l:before {
  content: "\f18a";
}

/* line 1336, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-format-underline:before {
  content: "\f18b";
}

/* line 1339, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-functions:before {
  content: "\f18c";
}

/* line 1342, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-insert-chart:before {
  content: "\f18d";
}

/* line 1345, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-insert-comment:before {
  content: "\f18e";
}

/* line 1348, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-insert-drive-file:before {
  content: "\f18f";
}

/* line 1351, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-insert-emoticon:before {
  content: "\f190";
}

/* line 1354, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-insert-invitation:before {
  content: "\f191";
}

/* line 1357, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-insert-link:before {
  content: "\f192";
}

/* line 1360, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-insert-photo:before {
  content: "\f193";
}

/* line 1363, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-merge-type:before {
  content: "\f194";
}

/* line 1366, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-mode-comment:before {
  content: "\f195";
}

/* line 1369, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-mode-edit:before {
  content: "\f196";
}

/* line 1372, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-publish:before {
  content: "\f197";
}

/* line 1375, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-vertical-align-bottom:before {
  content: "\f198";
}

/* line 1378, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-vertical-align-center:before {
  content: "\f199";
}

/* line 1381, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-vertical-align-top:before {
  content: "\f19a";
}

/* line 1384, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-wrap-text:before {
  content: "\f19b";
}

/* line 1387, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-attachment:before {
  content: "\f19c";
}

/* line 1390, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-cloud:before {
  content: "\f19d";
}

/* line 1393, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-cloud-circle:before {
  content: "\f19e";
}

/* line 1396, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-cloud-done:before {
  content: "\f19f";
}

/* line 1399, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-cloud-download:before {
  content: "\f1a0";
}

/* line 1402, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-cloud-off:before {
  content: "\f1a1";
}

/* line 1405, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-cloud-queue:before {
  content: "\f1a2";
}

/* line 1408, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-cloud-upload:before {
  content: "\f1a3";
}

/* line 1411, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-file-download:before {
  content: "\f1a4";
}

/* line 1414, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-file-upload:before {
  content: "\f1a5";
}

/* line 1417, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-folder:before {
  content: "\f1a6";
}

/* line 1420, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-folder-open:before {
  content: "\f1a7";
}

/* line 1423, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-folder-shared:before {
  content: "\f1a8";
}

/* line 1426, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-cast:before {
  content: "\f1a9";
}

/* line 1429, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-cast-connected:before {
  content: "\f1aa";
}

/* line 1432, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-computer:before {
  content: "\f1ab";
}

/* line 1435, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-desktop-mac:before {
  content: "\f1ac";
}

/* line 1438, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-desktop-windows:before {
  content: "\f1ad";
}

/* line 1441, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-dock:before {
  content: "\f1ae";
}

/* line 1444, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-gamepad:before {
  content: "\f1af";
}

/* line 1447, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-headset:before {
  content: "\f1b0";
}

/* line 1450, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-headset-mic:before {
  content: "\f1b1";
}

/* line 1453, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-keyboard:before {
  content: "\f1b2";
}

/* line 1456, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-keyboard-alt:before {
  content: "\f1b3";
}

/* line 1459, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-keyboard-arrow-down:before {
  content: "\f1b4";
}

/* line 1462, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-keyboard-arrow-left:before {
  content: "\f1b5";
}

/* line 1465, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-keyboard-arrow-right:before {
  content: "\f1b6";
}

/* line 1468, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-keyboard-arrow-up:before {
  content: "\f1b7";
}

/* line 1471, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-keyboard-backspace:before {
  content: "\f1b8";
}

/* line 1474, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-keyboard-capslock:before {
  content: "\f1b9";
}

/* line 1477, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-keyboard-control:before {
  content: "\f1ba";
}

/* line 1480, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-keyboard-hide:before {
  content: "\f1bb";
}

/* line 1483, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-keyboard-return:before {
  content: "\f1bc";
}

/* line 1486, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-keyboard-tab:before {
  content: "\f1bd";
}

/* line 1489, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-keyboard-voice:before {
  content: "\f1be";
}

/* line 1492, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-laptop:before {
  content: "\f1bf";
}

/* line 1495, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-laptop-chromebook:before {
  content: "\f1c0";
}

/* line 1498, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-laptop-mac:before {
  content: "\f1c1";
}

/* line 1501, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-laptop-windows:before {
  content: "\f1c2";
}

/* line 1504, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-memory:before {
  content: "\f1c3";
}

/* line 1507, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-mouse:before {
  content: "\f1c4";
}

/* line 1510, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-phone-android:before {
  content: "\f1c5";
}

/* line 1513, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-phone-iphone:before {
  content: "\f1c6";
}

/* line 1516, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-phonelink:before {
  content: "\f1c7";
}

/* line 1519, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-phonelink-off:before {
  content: "\f1c8";
}

/* line 1522, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-security:before {
  content: "\f1c9";
}

/* line 1525, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-sim-card:before {
  content: "\f1ca";
}

/* line 1528, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-smartphone:before {
  content: "\f1cb";
}

/* line 1531, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-speaker:before {
  content: "\f1cc";
}

/* line 1534, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-tablet:before {
  content: "\f1cd";
}

/* line 1537, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-tablet-android:before {
  content: "\f1ce";
}

/* line 1540, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-tablet-mac:before {
  content: "\f1cf";
}

/* line 1543, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-tv:before {
  content: "\f1d0";
}

/* line 1546, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-watch:before {
  content: "\f1d1";
}

/* line 1549, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-add-to-photos:before {
  content: "\f1d2";
}

/* line 1552, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-adjust:before {
  content: "\f1d3";
}

/* line 1555, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-assistant-photo:before {
  content: "\f1d4";
}

/* line 1558, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-audiotrack:before {
  content: "\f1d5";
}

/* line 1561, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-blur-circular:before {
  content: "\f1d6";
}

/* line 1564, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-blur-linear:before {
  content: "\f1d7";
}

/* line 1567, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-blur-off:before {
  content: "\f1d8";
}

/* line 1570, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-blur-on:before {
  content: "\f1d9";
}

/* line 1573, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-brightness-1:before {
  content: "\f1da";
}

/* line 1576, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-brightness-2:before {
  content: "\f1db";
}

/* line 1579, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-brightness-3:before {
  content: "\f1dc";
}

/* line 1582, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-brightness-4:before {
  content: "\f1dd";
}

/* line 1585, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-brightness-5:before {
  content: "\f1de";
}

/* line 1588, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-brightness-6:before {
  content: "\f1df";
}

/* line 1591, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-brightness-7:before {
  content: "\f1e0";
}

/* line 1594, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-brush:before {
  content: "\f1e1";
}

/* line 1597, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-camera:before {
  content: "\f1e2";
}

/* line 1600, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-camera-alt:before {
  content: "\f1e3";
}

/* line 1603, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-camera-front:before {
  content: "\f1e4";
}

/* line 1606, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-camera-rear:before {
  content: "\f1e5";
}

/* line 1609, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-camera-roll:before {
  content: "\f1e6";
}

/* line 1612, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-center-focus-strong:before {
  content: "\f1e7";
}

/* line 1615, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-center-focus-weak:before {
  content: "\f1e8";
}

/* line 1618, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-collections:before {
  content: "\f1e9";
}

/* line 1621, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-colorize:before {
  content: "\f1ea";
}

/* line 1624, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-color-lens:before {
  content: "\f1eb";
}

/* line 1627, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-compare:before {
  content: "\f1ec";
}

/* line 1630, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-control-point:before {
  content: "\f1ed";
}

/* line 1633, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-control-point-duplicate:before {
  content: "\f1ee";
}

/* line 1636, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-crop:before {
  content: "\f1ef";
}

/* line 1639, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-crop-3-2:before {
  content: "\f1f0";
}

/* line 1642, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-crop-5-4:before {
  content: "\f1f1";
}

/* line 1645, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-crop-7-5:before {
  content: "\f1f2";
}

/* line 1648, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-crop-16-9:before {
  content: "\f1f3";
}

/* line 1651, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-crop-din:before {
  content: "\f1f4";
}

/* line 1654, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-crop-free:before {
  content: "\f1f5";
}

/* line 1657, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-crop-landscape:before {
  content: "\f1f6";
}

/* line 1660, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-crop-original:before {
  content: "\f1f7";
}

/* line 1663, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-crop-portrait:before {
  content: "\f1f8";
}

/* line 1666, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-crop-square:before {
  content: "\f1f9";
}

/* line 1669, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-dehaze:before {
  content: "\f1fa";
}

/* line 1672, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-details:before {
  content: "\f1fb";
}

/* line 1675, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-edit:before {
  content: "\f1fc";
}

/* line 1678, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-exposure:before {
  content: "\f1fd";
}

/* line 1681, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-exposure-minus-1:before {
  content: "\f1fe";
}

/* line 1684, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-exposure-minus-2:before {
  content: "\f1ff";
}

/* line 1687, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-exposure-zero:before {
  content: "\f200";
}

/* line 1690, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-exposure-plus-1:before {
  content: "\f201";
}

/* line 1693, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-exposure-plus-2:before {
  content: "\f202";
}

/* line 1696, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-filter:before {
  content: "\f203";
}

/* line 1699, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-filter-1:before {
  content: "\f204";
}

/* line 1702, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-filter-2:before {
  content: "\f205";
}

/* line 1705, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-filter-3:before {
  content: "\f206";
}

/* line 1708, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-filter-4:before {
  content: "\f207";
}

/* line 1711, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-filter-5:before {
  content: "\f208";
}

/* line 1714, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-filter-6:before {
  content: "\f209";
}

/* line 1717, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-filter-7:before {
  content: "\f20a";
}

/* line 1720, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-filter-8:before {
  content: "\f20b";
}

/* line 1723, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-filter-9:before {
  content: "\f20c";
}

/* line 1726, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-filter-9-plus:before {
  content: "\f20d";
}

/* line 1729, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-filter-b-and-w:before {
  content: "\f20e";
}

/* line 1732, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-filter-center-focus:before {
  content: "\f20f";
}

/* line 1735, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-filter-drama:before {
  content: "\f210";
}

/* line 1738, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-filter-frames:before {
  content: "\f211";
}

/* line 1741, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-filter-hdr:before {
  content: "\f212";
}

/* line 1744, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-filter-none:before {
  content: "\f213";
}

/* line 1747, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-filter-tilt-shift:before {
  content: "\f214";
}

/* line 1750, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-filter-vintage:before {
  content: "\f215";
}

/* line 1753, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-flare:before {
  content: "\f216";
}

/* line 1756, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-flash-auto:before {
  content: "\f217";
}

/* line 1759, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-flash-off:before {
  content: "\f218";
}

/* line 1762, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-flash-on:before {
  content: "\f219";
}

/* line 1765, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-flip:before {
  content: "\f21a";
}

/* line 1768, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-gradient:before {
  content: "\f21b";
}

/* line 1771, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-grain:before {
  content: "\f21c";
}

/* line 1774, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-grid-off:before {
  content: "\f21d";
}

/* line 1777, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-grid-on:before {
  content: "\f21e";
}

/* line 1780, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-hdr-off:before {
  content: "\f21f";
}

/* line 1783, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-hdr-on:before {
  content: "\f220";
}

/* line 1786, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-hdr-strong:before {
  content: "\f221";
}

/* line 1789, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-hdr-weak:before {
  content: "\f222";
}

/* line 1792, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-healing:before {
  content: "\f223";
}

/* line 1795, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-image:before {
  content: "\f224";
}

/* line 1798, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-image-aspect-ratio:before {
  content: "\f225";
}

/* line 1801, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-iso:before {
  content: "\f226";
}

/* line 1804, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-landscape:before {
  content: "\f227";
}

/* line 1807, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-leak-add:before {
  content: "\f228";
}

/* line 1810, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-leak-remove:before {
  content: "\f229";
}

/* line 1813, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-lens:before {
  content: "\f22a";
}

/* line 1816, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-looks:before {
  content: "\f22b";
}

/* line 1819, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-looks-1:before {
  content: "\f22c";
}

/* line 1822, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-looks-2:before {
  content: "\f22d";
}

/* line 1825, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-looks-3:before {
  content: "\f22e";
}

/* line 1828, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-looks-4:before {
  content: "\f22f";
}

/* line 1831, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-looks-5:before {
  content: "\f230";
}

/* line 1834, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-looks-6:before {
  content: "\f231";
}

/* line 1837, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-loupe:before {
  content: "\f232";
}

/* line 1840, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-movie-creation:before {
  content: "\f233";
}

/* line 1843, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-nature:before {
  content: "\f234";
}

/* line 1846, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-nature-people:before {
  content: "\f235";
}

/* line 1849, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-navigate-before:before {
  content: "\f236";
}

/* line 1852, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-navigate-next:before {
  content: "\f237";
}

/* line 1855, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-palette:before {
  content: "\f238";
}

/* line 1858, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-panorama:before {
  content: "\f239";
}

/* line 1861, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-panorama-fisheye:before {
  content: "\f23a";
}

/* line 1864, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-panorama-horizontal:before {
  content: "\f23b";
}

/* line 1867, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-panorama-vertical:before {
  content: "\f23c";
}

/* line 1870, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-panorama-wide-angle:before {
  content: "\f23d";
}

/* line 1873, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-photo:before {
  content: "\f23e";
}

/* line 1876, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-photo-album:before {
  content: "\f23f";
}

/* line 1879, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-photo-camera:before {
  content: "\f240";
}

/* line 1882, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-photo-library:before {
  content: "\f241";
}

/* line 1885, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-portrait:before {
  content: "\f242";
}

/* line 1888, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-remove-red-eye:before {
  content: "\f243";
}

/* line 1891, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-rotate-left:before {
  content: "\f244";
}

/* line 1894, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-rotate-right:before {
  content: "\f245";
}

/* line 1897, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-slideshow:before {
  content: "\f246";
}

/* line 1900, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-straighten:before {
  content: "\f247";
}

/* line 1903, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-style:before {
  content: "\f248";
}

/* line 1906, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-switch-camera:before {
  content: "\f249";
}

/* line 1909, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-switch-video:before {
  content: "\f24a";
}

/* line 1912, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-tag-faces:before {
  content: "\f24b";
}

/* line 1915, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-texture:before {
  content: "\f24c";
}

/* line 1918, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-timelapse:before {
  content: "\f24d";
}

/* line 1921, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-timer:before {
  content: "\f24e";
}

/* line 1924, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-timer-3:before {
  content: "\f24f";
}

/* line 1927, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-timer-10:before {
  content: "\f250";
}

/* line 1930, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-timer-auto:before {
  content: "\f251";
}

/* line 1933, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-timer-off:before {
  content: "\f252";
}

/* line 1936, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-tonality:before {
  content: "\f253";
}

/* line 1939, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-transform:before {
  content: "\f254";
}

/* line 1942, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-tune:before {
  content: "\f255";
}

/* line 1945, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-wb-auto:before {
  content: "\f256";
}

/* line 1948, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-wb-cloudy:before {
  content: "\f257";
}

/* line 1951, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-wb-incandescent:before {
  content: "\f258";
}

/* line 1954, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-wb-irradescent:before {
  content: "\f259";
}

/* line 1957, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-wb-sunny:before {
  content: "\f25a";
}

/* line 1960, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-beenhere:before {
  content: "\f25b";
}

/* line 1963, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-directions:before {
  content: "\f25c";
}

/* line 1966, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-directions-bike:before {
  content: "\f25d";
}

/* line 1969, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-directions-bus:before {
  content: "\f25e";
}

/* line 1972, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-directions-car:before {
  content: "\f25f";
}

/* line 1975, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-directions-ferry:before {
  content: "\f260";
}

/* line 1978, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-directions-subway:before {
  content: "\f261";
}

/* line 1981, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-directions-train:before {
  content: "\f262";
}

/* line 1984, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-directions-transit:before {
  content: "\f263";
}

/* line 1987, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-directions-walk:before {
  content: "\f264";
}

/* line 1990, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-flight:before {
  content: "\f265";
}

/* line 1993, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-hotel:before {
  content: "\f266";
}

/* line 1996, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-layers:before {
  content: "\f267";
}

/* line 1999, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-layers-clear:before {
  content: "\f268";
}

/* line 2002, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-local-airport:before {
  content: "\f269";
}

/* line 2005, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-local-atm:before {
  content: "\f26a";
}

/* line 2008, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-local-attraction:before {
  content: "\f26b";
}

/* line 2011, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-local-bar:before {
  content: "\f26c";
}

/* line 2014, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-local-cafe:before {
  content: "\f26d";
}

/* line 2017, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-local-car-wash:before {
  content: "\f26e";
}

/* line 2020, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-local-convenience-store:before {
  content: "\f26f";
}

/* line 2023, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-local-drink:before {
  content: "\f270";
}

/* line 2026, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-local-florist:before {
  content: "\f271";
}

/* line 2029, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-local-gas-station:before {
  content: "\f272";
}

/* line 2032, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-local-grocery-store:before {
  content: "\f273";
}

/* line 2035, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-local-hospital:before {
  content: "\f274";
}

/* line 2038, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-local-hotel:before {
  content: "\f275";
}

/* line 2041, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-local-laundry-service:before {
  content: "\f276";
}

/* line 2044, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-local-library:before {
  content: "\f277";
}

/* line 2047, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-local-mall:before {
  content: "\f278";
}

/* line 2050, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-local-movies:before {
  content: "\f279";
}

/* line 2053, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-local-offer:before {
  content: "\f27a";
}

/* line 2056, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-local-parking:before {
  content: "\f27b";
}

/* line 2059, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-local-pharmacy:before {
  content: "\f27c";
}

/* line 2062, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-local-phone:before {
  content: "\f27d";
}

/* line 2065, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-local-pizza:before {
  content: "\f27e";
}

/* line 2068, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-local-play:before {
  content: "\f27f";
}

/* line 2071, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-local-post-office:before {
  content: "\f280";
}

/* line 2074, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-local-print-shop:before {
  content: "\f281";
}

/* line 2077, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-local-restaurant:before {
  content: "\f282";
}

/* line 2080, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-local-see:before {
  content: "\f283";
}

/* line 2083, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-local-shipping:before {
  content: "\f284";
}

/* line 2086, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-local-taxi:before {
  content: "\f285";
}

/* line 2089, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-location-history:before {
  content: "\f286";
}

/* line 2092, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-map:before {
  content: "\f287";
}

/* line 2095, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-my-location:before {
  content: "\f288";
}

/* line 2098, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-navigation:before {
  content: "\f289";
}

/* line 2101, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-pin-drop:before {
  content: "\f28a";
}

/* line 2104, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-place:before {
  content: "\f28b";
}

/* line 2107, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-rate-review:before {
  content: "\f28c";
}

/* line 2110, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-restaurant-menu:before {
  content: "\f28d";
}

/* line 2113, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-satellite:before {
  content: "\f28e";
}

/* line 2116, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-store-mall-directory:before {
  content: "\f28f";
}

/* line 2119, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-terrain:before {
  content: "\f290";
}

/* line 2122, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-traffic:before {
  content: "\f291";
}

/* line 2125, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-apps:before {
  content: "\f292";
}

/* line 2128, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-cancel:before {
  content: "\f293";
}

/* line 2131, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-arrow-drop-down-circle:before {
  content: "\f294";
}

/* line 2134, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-arrow-drop-down:before {
  content: "\f295";
}

/* line 2137, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-arrow-drop-up:before {
  content: "\f296";
}

/* line 2140, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-arrow-back:before {
  content: "\f297";
}

/* line 2143, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-arrow-forward:before {
  content: "\f298";
}

/* line 2146, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-check:before {
  content: "\f299";
}

/* line 2149, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-close:before {
  content: "\f29a";
}

/* line 2152, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-chevron-left:before {
  content: "\f29b";
}

/* line 2155, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-chevron-right:before {
  content: "\f29c";
}

/* line 2158, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-expand-less:before {
  content: "\f29d";
}

/* line 2161, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-expand-more:before {
  content: "\f29e";
}

/* line 2164, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-fullscreen:before {
  content: "\f29f";
}

/* line 2167, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-fullscreen-exit:before {
  content: "\f2a0";
}

/* line 2170, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-menu:before {
  content: "\f2a1";
}

/* line 2173, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-more-horiz:before {
  content: "\f2a2";
}

/* line 2176, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-more-vert:before {
  content: "\f2a3";
}

/* line 2179, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-refresh:before {
  content: "\f2a4";
}

/* line 2182, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-unfold-less:before {
  content: "\f2a5";
}

/* line 2185, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-unfold-more:before {
  content: "\f2a6";
}

/* line 2188, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-adb:before {
  content: "\f2a7";
}

/* line 2191, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-bluetooth-audio:before {
  content: "\f2a8";
}

/* line 2194, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-disc-full:before {
  content: "\f2a9";
}

/* line 2197, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-dnd-forwardslash:before {
  content: "\f2aa";
}

/* line 2200, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-do-not-disturb:before {
  content: "\f2ab";
}

/* line 2203, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-drive-eta:before {
  content: "\f2ac";
}

/* line 2206, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-event-available:before {
  content: "\f2ad";
}

/* line 2209, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-event-busy:before {
  content: "\f2ae";
}

/* line 2212, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-event-note:before {
  content: "\f2af";
}

/* line 2215, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-folder-special:before {
  content: "\f2b0";
}

/* line 2218, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-mms:before {
  content: "\f2b1";
}

/* line 2221, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-more:before {
  content: "\f2b2";
}

/* line 2224, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-network-locked:before {
  content: "\f2b3";
}

/* line 2227, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-phone-bluetooth-speaker:before {
  content: "\f2b4";
}

/* line 2230, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-phone-forwarded:before {
  content: "\f2b5";
}

/* line 2233, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-phone-in-talk:before {
  content: "\f2b6";
}

/* line 2236, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-phone-locked:before {
  content: "\f2b7";
}

/* line 2239, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-phone-missed:before {
  content: "\f2b8";
}

/* line 2242, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-phone-paused:before {
  content: "\f2b9";
}

/* line 2245, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-play-download:before {
  content: "\f2ba";
}

/* line 2248, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-play-install:before {
  content: "\f2bb";
}

/* line 2251, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-sd-card:before {
  content: "\f2bc";
}

/* line 2254, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-sim-card-alert:before {
  content: "\f2bd";
}

/* line 2257, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-sms:before {
  content: "\f2be";
}

/* line 2260, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-sms-failed:before {
  content: "\f2bf";
}

/* line 2263, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-sync:before {
  content: "\f2c0";
}

/* line 2266, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-sync-disabled:before {
  content: "\f2c1";
}

/* line 2269, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-sync-problem:before {
  content: "\f2c2";
}

/* line 2272, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-system-update:before {
  content: "\f2c3";
}

/* line 2275, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-tap-and-play:before {
  content: "\f2c4";
}

/* line 2278, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-time-to-leave:before {
  content: "\f2c5";
}

/* line 2281, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-vibration:before {
  content: "\f2c6";
}

/* line 2284, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-voice-chat:before {
  content: "\f2c7";
}

/* line 2287, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-vpn-lock:before {
  content: "\f2c8";
}

/* line 2290, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-cake:before {
  content: "\f2c9";
}

/* line 2293, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-domain:before {
  content: "\f2ca";
}

/* line 2296, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-location-city:before {
  content: "\f2cb";
}

/* line 2299, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-mood:before {
  content: "\f2cc";
}

/* line 2302, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-notifications-none:before {
  content: "\f2cd";
}

/* line 2305, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-notifications:before {
  content: "\f2ce";
}

/* line 2308, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-notifications-off:before {
  content: "\f2cf";
}

/* line 2311, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-notifications-on:before {
  content: "\f2d0";
}

/* line 2314, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-notifications-paused:before {
  content: "\f2d1";
}

/* line 2317, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-pages:before {
  content: "\f2d2";
}

/* line 2320, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-party-mode:before {
  content: "\f2d3";
}

/* line 2323, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-group:before {
  content: "\f2d4";
}

/* line 2326, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-group-add:before {
  content: "\f2d5";
}

/* line 2329, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-people:before {
  content: "\f2d6";
}

/* line 2332, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-people-outline:before {
  content: "\f2d7";
}

/* line 2335, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-person:before {
  content: "\f2d8";
}

/* line 2338, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-person-add:before {
  content: "\f2d9";
}

/* line 2341, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-person-outline:before {
  content: "\f2da";
}

/* line 2344, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-plus-one:before {
  content: "\f2db";
}

/* line 2347, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-poll:before {
  content: "\f2dc";
}

/* line 2350, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-public:before {
  content: "\f2dd";
}

/* line 2353, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-school:before {
  content: "\f2de";
}

/* line 2356, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-share:before {
  content: "\f2df";
}

/* line 2359, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-whatshot:before {
  content: "\f2e0";
}

/* line 2362, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-check-box:before {
  content: "\f2e1";
}

/* line 2365, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-check-box-outline-blank:before {
  content: "\f2e2";
}

/* line 2368, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-radio-button-off:before {
  content: "\f2e3";
}

/* line 2371, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-radio-button-on:before {
  content: "\f2e4";
}

/* line 2374, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-star:before {
  content: "\f2e5";
}

/* line 2377, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-star-half:before {
  content: "\f2e6";
}

/* line 2380, vendor/assets/ubold/scss/icons/material-design-iconic-font/material-design-iconic-font.scss */
.md-star-outline:before {
  content: "\f2e7";
}

@font-face {
  font-family: "simple-line-icons";
  src: url(/../fonts/Simple-Line-Icons.eot?-i3a2kk);
  src: url(/../fonts/Simple-Line-Icons.eot?#iefix-i3a2kk) format("embedded-opentype"), url(/../fonts/Simple-Line-Icons.ttf?-i3a2kk) format("truetype"), url(/../fonts/Simple-Line-Icons.woff2?-i3a2kk) format("woff2"), url(/../fonts/Simple-Line-Icons.woff?-i3a2kk) format("woff"), url(/../fonts/Simple-Line-Icons.svg?-i3a2kk#simple-line-icons) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 22, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-user, .icon-people, .icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-login, .icon-logout, .icon-emotsmile, .icon-phone, .icon-call-end, .icon-call-in, .icon-call-out, .icon-map, .icon-location-pin, .icon-direction, .icon-directions, .icon-compass, .icon-layers, .icon-menu, .icon-list, .icon-options-vertical, .icon-options, .icon-arrow-down, .icon-arrow-left, .icon-arrow-right, .icon-arrow-up, .icon-arrow-up-circle, .icon-arrow-left-circle, .icon-arrow-right-circle, .icon-arrow-down-circle, .icon-check, .icon-clock, .icon-plus, .icon-close, .icon-trophy, .icon-screen-smartphone, .icon-screen-desktop, .icon-plane, .icon-notebook, .icon-mustache, .icon-mouse, .icon-magnet, .icon-energy, .icon-disc, .icon-cursor, .icon-cursor-move, .icon-crop, .icon-chemistry, .icon-speedometer, .icon-shield, .icon-screen-tablet, .icon-magic-wand, .icon-hourglass, .icon-graduation, .icon-ghost, .icon-game-controller, .icon-fire, .icon-eyeglass, .icon-envelope-open, .icon-envelope-letter, .icon-bell, .icon-badge, .icon-anchor, .icon-wallet, .icon-vector, .icon-speech, .icon-puzzle, .icon-printer, .icon-present, .icon-playlist, .icon-pin, .icon-picture, .icon-handbag, .icon-globe-alt, .icon-globe, .icon-folder-alt, .icon-folder, .icon-film, .icon-feed, .icon-drop, .icon-drawar, .icon-docs, .icon-doc, .icon-diamond, .icon-cup, .icon-calculator, .icon-bubbles, .icon-briefcase, .icon-book-open, .icon-basket-loaded, .icon-basket, .icon-bag, .icon-action-undo, .icon-action-redo, .icon-wrench, .icon-umbrella, .icon-trash, .icon-tag, .icon-support, .icon-frame, .icon-size-fullscreen, .icon-size-actual, .icon-shuffle, .icon-share-alt, .icon-share, .icon-rocket, .icon-question, .icon-pie-chart, .icon-pencil, .icon-note, .icon-loop, .icon-home, .icon-grid, .icon-graph, .icon-microphone, .icon-music-tone-alt, .icon-music-tone, .icon-earphones-alt, .icon-earphones, .icon-equalizer, .icon-like, .icon-dislike, .icon-control-start, .icon-control-rewind, .icon-control-play, .icon-control-pause, .icon-control-forward, .icon-control-end, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-calender, .icon-bulb, .icon-chart, .icon-ban, .icon-bubble, .icon-camrecorder, .icon-camera, .icon-cloud-download, .icon-cloud-upload, .icon-envelope, .icon-eye, .icon-flag, .icon-heart, .icon-info, .icon-key, .icon-link, .icon-lock, .icon-lock-open, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-paper-clip, .icon-paper-plane, .icon-power, .icon-refresh, .icon-reload, .icon-settings, .icon-star, .icon-symble-female, .icon-symbol-male, .icon-target, .icon-credit-card, .icon-paypal, .icon-social-tumblr, .icon-social-twitter, .icon-social-facebook, .icon-social-instagram, .icon-social-linkedin, .icon-social-pintarest, .icon-social-github, .icon-social-gplus, .icon-social-reddit, .icon-social-skype, .icon-social-dribbble, .icon-social-behance, .icon-social-foursqare, .icon-social-soundcloud, .icon-social-spotify, .icon-social-stumbleupon, .icon-social-youtube, .icon-social-dropbox {
  font-family: "simple-line-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 219, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-user:before {
  content: "\e005";
}

/* line 223, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-people:before {
  content: "\e001";
}

/* line 227, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-user-female:before {
  content: "\e000";
}

/* line 231, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-user-follow:before {
  content: "\e002";
}

/* line 235, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-user-following:before {
  content: "\e003";
}

/* line 239, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-user-unfollow:before {
  content: "\e004";
}

/* line 243, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-login:before {
  content: "\e066";
}

/* line 247, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-logout:before {
  content: "\e065";
}

/* line 251, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-emotsmile:before {
  content: "\e021";
}

/* line 255, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-phone:before {
  content: "\e600";
}

/* line 259, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-call-end:before {
  content: "\e048";
}

/* line 263, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-call-in:before {
  content: "\e047";
}

/* line 267, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-call-out:before {
  content: "\e046";
}

/* line 271, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-map:before {
  content: "\e033";
}

/* line 275, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-location-pin:before {
  content: "\e096";
}

/* line 279, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-direction:before {
  content: "\e042";
}

/* line 283, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-directions:before {
  content: "\e041";
}

/* line 287, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-compass:before {
  content: "\e045";
}

/* line 291, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-layers:before {
  content: "\e034";
}

/* line 295, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-menu:before {
  content: "\e601";
}

/* line 299, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-list:before {
  content: "\e067";
}

/* line 303, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-options-vertical:before {
  content: "\e602";
}

/* line 307, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-options:before {
  content: "\e603";
}

/* line 311, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-arrow-down:before {
  content: "\e604";
}

/* line 315, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-arrow-left:before {
  content: "\e605";
}

/* line 319, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-arrow-right:before {
  content: "\e606";
}

/* line 323, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-arrow-up:before {
  content: "\e607";
}

/* line 327, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-arrow-up-circle:before {
  content: "\e078";
}

/* line 331, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-arrow-left-circle:before {
  content: "\e07a";
}

/* line 335, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-arrow-right-circle:before {
  content: "\e079";
}

/* line 339, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-arrow-down-circle:before {
  content: "\e07b";
}

/* line 343, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-check:before {
  content: "\e080";
}

/* line 347, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-clock:before {
  content: "\e081";
}

/* line 351, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-plus:before {
  content: "\e095";
}

/* line 355, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-close:before {
  content: "\e082";
}

/* line 359, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-trophy:before {
  content: "\e006";
}

/* line 363, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-screen-smartphone:before {
  content: "\e010";
}

/* line 367, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-screen-desktop:before {
  content: "\e011";
}

/* line 371, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-plane:before {
  content: "\e012";
}

/* line 375, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-notebook:before {
  content: "\e013";
}

/* line 379, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-mustache:before {
  content: "\e014";
}

/* line 383, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-mouse:before {
  content: "\e015";
}

/* line 387, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-magnet:before {
  content: "\e016";
}

/* line 391, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-energy:before {
  content: "\e020";
}

/* line 395, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-disc:before {
  content: "\e022";
}

/* line 399, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-cursor:before {
  content: "\e06e";
}

/* line 403, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-cursor-move:before {
  content: "\e023";
}

/* line 407, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-crop:before {
  content: "\e024";
}

/* line 411, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-chemistry:before {
  content: "\e026";
}

/* line 415, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-speedometer:before {
  content: "\e007";
}

/* line 419, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-shield:before {
  content: "\e00e";
}

/* line 423, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-screen-tablet:before {
  content: "\e00f";
}

/* line 427, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-magic-wand:before {
  content: "\e017";
}

/* line 431, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-hourglass:before {
  content: "\e018";
}

/* line 435, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-graduation:before {
  content: "\e019";
}

/* line 439, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-ghost:before {
  content: "\e01a";
}

/* line 443, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-game-controller:before {
  content: "\e01b";
}

/* line 447, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-fire:before {
  content: "\e01c";
}

/* line 451, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-eyeglass:before {
  content: "\e01d";
}

/* line 455, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-envelope-open:before {
  content: "\e01e";
}

/* line 459, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-envelope-letter:before {
  content: "\e01f";
}

/* line 463, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-bell:before {
  content: "\e027";
}

/* line 467, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-badge:before {
  content: "\e028";
}

/* line 471, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-anchor:before {
  content: "\e029";
}

/* line 475, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-wallet:before {
  content: "\e02a";
}

/* line 479, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-vector:before {
  content: "\e02b";
}

/* line 483, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-speech:before {
  content: "\e02c";
}

/* line 487, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-puzzle:before {
  content: "\e02d";
}

/* line 491, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-printer:before {
  content: "\e02e";
}

/* line 495, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-present:before {
  content: "\e02f";
}

/* line 499, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-playlist:before {
  content: "\e030";
}

/* line 503, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-pin:before {
  content: "\e031";
}

/* line 507, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-picture:before {
  content: "\e032";
}

/* line 511, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-handbag:before {
  content: "\e035";
}

/* line 515, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-globe-alt:before {
  content: "\e036";
}

/* line 519, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-globe:before {
  content: "\e037";
}

/* line 523, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-folder-alt:before {
  content: "\e039";
}

/* line 527, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-folder:before {
  content: "\e089";
}

/* line 531, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-film:before {
  content: "\e03a";
}

/* line 535, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-feed:before {
  content: "\e03b";
}

/* line 539, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-drop:before {
  content: "\e03e";
}

/* line 543, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-drawar:before {
  content: "\e03f";
}

/* line 547, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-docs:before {
  content: "\e040";
}

/* line 551, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-doc:before {
  content: "\e085";
}

/* line 555, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-diamond:before {
  content: "\e043";
}

/* line 559, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-cup:before {
  content: "\e044";
}

/* line 563, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-calculator:before {
  content: "\e049";
}

/* line 567, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-bubbles:before {
  content: "\e04a";
}

/* line 571, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-briefcase:before {
  content: "\e04b";
}

/* line 575, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-book-open:before {
  content: "\e04c";
}

/* line 579, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-basket-loaded:before {
  content: "\e04d";
}

/* line 583, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-basket:before {
  content: "\e04e";
}

/* line 587, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-bag:before {
  content: "\e04f";
}

/* line 591, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-action-undo:before {
  content: "\e050";
}

/* line 595, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-action-redo:before {
  content: "\e051";
}

/* line 599, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-wrench:before {
  content: "\e052";
}

/* line 603, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-umbrella:before {
  content: "\e053";
}

/* line 607, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-trash:before {
  content: "\e054";
}

/* line 611, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-tag:before {
  content: "\e055";
}

/* line 615, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-support:before {
  content: "\e056";
}

/* line 619, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-frame:before {
  content: "\e038";
}

/* line 623, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-size-fullscreen:before {
  content: "\e057";
}

/* line 627, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-size-actual:before {
  content: "\e058";
}

/* line 631, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-shuffle:before {
  content: "\e059";
}

/* line 635, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-share-alt:before {
  content: "\e05a";
}

/* line 639, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-share:before {
  content: "\e05b";
}

/* line 643, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-rocket:before {
  content: "\e05c";
}

/* line 647, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-question:before {
  content: "\e05d";
}

/* line 651, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-pie-chart:before {
  content: "\e05e";
}

/* line 655, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-pencil:before {
  content: "\e05f";
}

/* line 659, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-note:before {
  content: "\e060";
}

/* line 663, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-loop:before {
  content: "\e064";
}

/* line 667, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-home:before {
  content: "\e069";
}

/* line 671, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-grid:before {
  content: "\e06a";
}

/* line 675, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-graph:before {
  content: "\e06b";
}

/* line 679, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-microphone:before {
  content: "\e063";
}

/* line 683, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-music-tone-alt:before {
  content: "\e061";
}

/* line 687, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-music-tone:before {
  content: "\e062";
}

/* line 691, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-earphones-alt:before {
  content: "\e03c";
}

/* line 695, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-earphones:before {
  content: "\e03d";
}

/* line 699, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-equalizer:before {
  content: "\e06c";
}

/* line 703, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-like:before {
  content: "\e068";
}

/* line 707, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-dislike:before {
  content: "\e06d";
}

/* line 711, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-control-start:before {
  content: "\e06f";
}

/* line 715, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-control-rewind:before {
  content: "\e070";
}

/* line 719, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-control-play:before {
  content: "\e071";
}

/* line 723, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-control-pause:before {
  content: "\e072";
}

/* line 727, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-control-forward:before {
  content: "\e073";
}

/* line 731, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-control-end:before {
  content: "\e074";
}

/* line 735, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-volume-1:before {
  content: "\e09f";
}

/* line 739, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-volume-2:before {
  content: "\e0a0";
}

/* line 743, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-volume-off:before {
  content: "\e0a1";
}

/* line 747, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-calender:before {
  content: "\e075";
}

/* line 751, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-bulb:before {
  content: "\e076";
}

/* line 755, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-chart:before {
  content: "\e077";
}

/* line 759, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-ban:before {
  content: "\e07c";
}

/* line 763, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-bubble:before {
  content: "\e07d";
}

/* line 767, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-camrecorder:before {
  content: "\e07e";
}

/* line 771, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-camera:before {
  content: "\e07f";
}

/* line 775, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-cloud-download:before {
  content: "\e083";
}

/* line 779, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-cloud-upload:before {
  content: "\e084";
}

/* line 783, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-envelope:before {
  content: "\e086";
}

/* line 787, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-eye:before {
  content: "\e087";
}

/* line 791, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-flag:before {
  content: "\e088";
}

/* line 795, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-heart:before {
  content: "\e08a";
}

/* line 799, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-info:before {
  content: "\e08b";
}

/* line 803, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-key:before {
  content: "\e08c";
}

/* line 807, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-link:before {
  content: "\e08d";
}

/* line 811, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-lock:before {
  content: "\e08e";
}

/* line 815, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-lock-open:before {
  content: "\e08f";
}

/* line 819, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-magnifier:before {
  content: "\e090";
}

/* line 823, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-magnifier-add:before {
  content: "\e091";
}

/* line 827, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-magnifier-remove:before {
  content: "\e092";
}

/* line 831, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-paper-clip:before {
  content: "\e093";
}

/* line 835, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-paper-plane:before {
  content: "\e094";
}

/* line 839, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-power:before {
  content: "\e097";
}

/* line 843, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-refresh:before {
  content: "\e098";
}

/* line 847, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-reload:before {
  content: "\e099";
}

/* line 851, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-settings:before {
  content: "\e09a";
}

/* line 855, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-star:before {
  content: "\e09b";
}

/* line 859, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-symble-female:before {
  content: "\e09c";
}

/* line 863, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-symbol-male:before {
  content: "\e09d";
}

/* line 867, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-target:before {
  content: "\e09e";
}

/* line 871, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-credit-card:before {
  content: "\e025";
}

/* line 875, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-paypal:before {
  content: "\e608";
}

/* line 879, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-social-tumblr:before {
  content: "\e00a";
}

/* line 883, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-social-twitter:before {
  content: "\e009";
}

/* line 887, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-social-facebook:before {
  content: "\e00b";
}

/* line 891, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-social-instagram:before {
  content: "\e609";
}

/* line 895, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-social-linkedin:before {
  content: "\e60a";
}

/* line 899, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-social-pintarest:before {
  content: "\e60b";
}

/* line 903, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-social-github:before {
  content: "\e60c";
}

/* line 907, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-social-gplus:before {
  content: "\e60d";
}

/* line 911, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-social-reddit:before {
  content: "\e60e";
}

/* line 915, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-social-skype:before {
  content: "\e60f";
}

/* line 919, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-social-dribbble:before {
  content: "\e00d";
}

/* line 923, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-social-behance:before {
  content: "\e610";
}

/* line 927, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-social-foursqare:before {
  content: "\e611";
}

/* line 931, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-social-soundcloud:before {
  content: "\e612";
}

/* line 935, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-social-spotify:before {
  content: "\e613";
}

/* line 939, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-social-stumbleupon:before {
  content: "\e614";
}

/* line 943, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-social-youtube:before {
  content: "\e008";
}

/* line 947, vendor/assets/ubold/scss/icons/simple-line-icons/scss/simple-line-icons.scss */
.icon-social-dropbox:before {
  content: "\e00c";
}

/*!
 *  Weather Icons 2.0
 *  Updated August 1, 2015
 *  Weather themed icons for Bootstrap
 *  Author - Erik Flowers - erik@helloerik.com
 *  Email: erik@helloerik.com
 *  Twitter: http://twitter.com/Erik_UX
 *  ------------------------------------------------------------------------------
 *  Maintained at http://erikflowers.github.io/weather-icons
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - Font licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - CSS, SCSS and LESS are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Inspired by and works great as a companion with Font Awesome
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 */
@font-face {
  font-family: "weathericons";
  src: url(/../fonts/weathericons-regular-webfont.eot);
  src: url(/../fonts/weathericons-regular-webfont.eot?#iefix) format("embedded-opentype"), url(/../fonts/weathericons-regular-webfont.woff2) format("woff2"), url(/../fonts/weathericons-regular-webfont.woff) format("woff"), url(/../fonts/weathericons-regular-webfont.ttf) format("truetype"), url(/../fonts/weathericons-regular-webfont.svg#weather_iconsregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 19, vendor/assets/ubold/scss/icons/weather-icons/sass/weather-icons-core.scss */
.wi {
  display: inline-block;
  font-family: "weathericons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 29, vendor/assets/ubold/scss/icons/weather-icons/sass/weather-icons-core.scss */
.wi-fw {
  width: 1.4em;
  text-align: center;
}

/* line 48, vendor/assets/ubold/scss/icons/weather-icons/sass/weather-icons-core.scss */
.wi-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 49, vendor/assets/ubold/scss/icons/weather-icons/sass/weather-icons-core.scss */
.wi-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 50, vendor/assets/ubold/scss/icons/weather-icons/sass/weather-icons-core.scss */
.wi-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 52, vendor/assets/ubold/scss/icons/weather-icons/sass/weather-icons-core.scss */
.wi-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 53, vendor/assets/ubold/scss/icons/weather-icons/sass/weather-icons-core.scss */
.wi-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 1, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-day.scss */
.wi-day-sunny:before {
  content: "";
}

/* line 2, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-day.scss */
.wi-day-cloudy:before {
  content: "";
}

/* line 3, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-day.scss */
.wi-day-cloudy-gusts:before {
  content: "";
}

/* line 4, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-day.scss */
.wi-day-cloudy-windy:before {
  content: "";
}

/* line 5, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-day.scss */
.wi-day-fog:before {
  content: "";
}

/* line 6, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-day.scss */
.wi-day-hail:before {
  content: "";
}

/* line 7, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-day.scss */
.wi-day-haze:before {
  content: "";
}

/* line 8, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-day.scss */
.wi-day-lightning:before {
  content: "";
}

/* line 9, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-day.scss */
.wi-day-rain:before {
  content: "";
}

/* line 10, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-day.scss */
.wi-day-rain-mix:before {
  content: "";
}

/* line 11, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-day.scss */
.wi-day-rain-wind:before {
  content: "";
}

/* line 12, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-day.scss */
.wi-day-showers:before {
  content: "";
}

/* line 13, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-day.scss */
.wi-day-sleet:before {
  content: "";
}

/* line 14, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-day.scss */
.wi-day-sleet-storm:before {
  content: "";
}

/* line 15, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-day.scss */
.wi-day-snow:before {
  content: "";
}

/* line 16, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-day.scss */
.wi-day-snow-thunderstorm:before {
  content: "";
}

/* line 17, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-day.scss */
.wi-day-snow-wind:before {
  content: "";
}

/* line 18, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-day.scss */
.wi-day-sprinkle:before {
  content: "";
}

/* line 19, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-day.scss */
.wi-day-storm-showers:before {
  content: "";
}

/* line 20, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-day.scss */
.wi-day-sunny-overcast:before {
  content: "";
}

/* line 21, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-day.scss */
.wi-day-thunderstorm:before {
  content: "";
}

/* line 22, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-day.scss */
.wi-day-windy:before {
  content: "";
}

/* line 23, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-day.scss */
.wi-solar-eclipse:before {
  content: "";
}

/* line 24, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-day.scss */
.wi-hot:before {
  content: "";
}

/* line 25, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-day.scss */
.wi-day-cloudy-high:before {
  content: "";
}

/* line 26, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-day.scss */
.wi-day-light-wind:before {
  content: "";
}

/* line 1, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-night.scss */
.wi-night-clear:before {
  content: "";
}

/* line 2, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-night.scss */
.wi-night-alt-cloudy:before {
  content: "";
}

/* line 3, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-night.scss */
.wi-night-alt-cloudy-gusts:before {
  content: "";
}

/* line 4, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-night.scss */
.wi-night-alt-cloudy-windy:before {
  content: "";
}

/* line 5, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-night.scss */
.wi-night-alt-hail:before {
  content: "";
}

/* line 6, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-night.scss */
.wi-night-alt-lightning:before {
  content: "";
}

/* line 7, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-night.scss */
.wi-night-alt-rain:before {
  content: "";
}

/* line 8, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-night.scss */
.wi-night-alt-rain-mix:before {
  content: "";
}

/* line 9, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-night.scss */
.wi-night-alt-rain-wind:before {
  content: "";
}

/* line 10, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-night.scss */
.wi-night-alt-showers:before {
  content: "";
}

/* line 11, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-night.scss */
.wi-night-alt-sleet:before {
  content: "";
}

/* line 12, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-night.scss */
.wi-night-alt-sleet-storm:before {
  content: "";
}

/* line 13, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-night.scss */
.wi-night-alt-snow:before {
  content: "";
}

/* line 14, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-night.scss */
.wi-night-alt-snow-thunderstorm:before {
  content: "";
}

/* line 15, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-night.scss */
.wi-night-alt-snow-wind:before {
  content: "";
}

/* line 16, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-night.scss */
.wi-night-alt-sprinkle:before {
  content: "";
}

/* line 17, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-night.scss */
.wi-night-alt-storm-showers:before {
  content: "";
}

/* line 18, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-night.scss */
.wi-night-alt-thunderstorm:before {
  content: "";
}

/* line 19, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-night.scss */
.wi-night-cloudy:before {
  content: "";
}

/* line 20, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-night.scss */
.wi-night-cloudy-gusts:before {
  content: "";
}

/* line 21, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-night.scss */
.wi-night-cloudy-windy:before {
  content: "";
}

/* line 22, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-night.scss */
.wi-night-fog:before {
  content: "";
}

/* line 23, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-night.scss */
.wi-night-hail:before {
  content: "";
}

/* line 24, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-night.scss */
.wi-night-lightning:before {
  content: "";
}

/* line 25, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-night.scss */
.wi-night-partly-cloudy:before {
  content: "";
}

/* line 26, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-night.scss */
.wi-night-rain:before {
  content: "";
}

/* line 27, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-night.scss */
.wi-night-rain-mix:before {
  content: "";
}

/* line 28, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-night.scss */
.wi-night-rain-wind:before {
  content: "";
}

/* line 29, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-night.scss */
.wi-night-showers:before {
  content: "";
}

/* line 30, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-night.scss */
.wi-night-sleet:before {
  content: "";
}

/* line 31, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-night.scss */
.wi-night-sleet-storm:before {
  content: "";
}

/* line 32, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-night.scss */
.wi-night-snow:before {
  content: "";
}

/* line 33, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-night.scss */
.wi-night-snow-thunderstorm:before {
  content: "";
}

/* line 34, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-night.scss */
.wi-night-snow-wind:before {
  content: "";
}

/* line 35, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-night.scss */
.wi-night-sprinkle:before {
  content: "";
}

/* line 36, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-night.scss */
.wi-night-storm-showers:before {
  content: "";
}

/* line 37, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-night.scss */
.wi-night-thunderstorm:before {
  content: "";
}

/* line 38, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-night.scss */
.wi-lunar-eclipse:before {
  content: "";
}

/* line 39, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-night.scss */
.wi-stars:before {
  content: "";
}

/* line 40, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-night.scss */
.wi-storm-showers:before {
  content: "";
}

/* line 41, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-night.scss */
.wi-thunderstorm:before {
  content: "";
}

/* line 42, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-night.scss */
.wi-night-alt-cloudy-high:before {
  content: "";
}

/* line 43, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-night.scss */
.wi-night-cloudy-high:before {
  content: "";
}

/* line 44, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-night.scss */
.wi-night-alt-partly-cloudy:before {
  content: "";
}

/* line 1, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-neutral.scss */
.wi-cloud:before {
  content: "";
}

/* line 2, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-neutral.scss */
.wi-cloudy:before {
  content: "";
}

/* line 3, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-neutral.scss */
.wi-cloudy-gusts:before {
  content: "";
}

/* line 4, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-neutral.scss */
.wi-cloudy-windy:before {
  content: "";
}

/* line 5, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-neutral.scss */
.wi-fog:before {
  content: "";
}

/* line 6, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-neutral.scss */
.wi-hail:before {
  content: "";
}

/* line 7, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-neutral.scss */
.wi-rain:before {
  content: "";
}

/* line 8, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-neutral.scss */
.wi-rain-mix:before {
  content: "";
}

/* line 9, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-neutral.scss */
.wi-rain-wind:before {
  content: "";
}

/* line 10, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-neutral.scss */
.wi-showers:before {
  content: "";
}

/* line 11, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-neutral.scss */
.wi-sleet:before {
  content: "";
}

/* line 12, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-neutral.scss */
.wi-snow:before {
  content: "";
}

/* line 13, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-neutral.scss */
.wi-sprinkle:before {
  content: "";
}

/* line 14, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-neutral.scss */
.wi-storm-showers:before {
  content: "";
}

/* line 15, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-neutral.scss */
.wi-thunderstorm:before {
  content: "";
}

/* line 16, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-neutral.scss */
.wi-snow-wind:before {
  content: "";
}

/* line 17, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-neutral.scss */
.wi-snow:before {
  content: "";
}

/* line 18, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-neutral.scss */
.wi-smog:before {
  content: "";
}

/* line 19, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-neutral.scss */
.wi-smoke:before {
  content: "";
}

/* line 20, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-neutral.scss */
.wi-lightning:before {
  content: "";
}

/* line 21, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-neutral.scss */
.wi-raindrops:before {
  content: "";
}

/* line 22, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-neutral.scss */
.wi-raindrop:before {
  content: "";
}

/* line 23, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-neutral.scss */
.wi-dust:before {
  content: "";
}

/* line 24, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-neutral.scss */
.wi-snowflake-cold:before {
  content: "";
}

/* line 25, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-neutral.scss */
.wi-windy:before {
  content: "";
}

/* line 26, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-neutral.scss */
.wi-strong-wind:before {
  content: "";
}

/* line 27, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-neutral.scss */
.wi-sandstorm:before {
  content: "";
}

/* line 28, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-neutral.scss */
.wi-earthquake:before {
  content: "";
}

/* line 29, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-neutral.scss */
.wi-fire:before {
  content: "";
}

/* line 30, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-neutral.scss */
.wi-flood:before {
  content: "";
}

/* line 31, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-neutral.scss */
.wi-meteor:before {
  content: "";
}

/* line 32, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-neutral.scss */
.wi-tsunami:before {
  content: "";
}

/* line 33, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-neutral.scss */
.wi-volcano:before {
  content: "";
}

/* line 34, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-neutral.scss */
.wi-hurricane:before {
  content: "";
}

/* line 35, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-neutral.scss */
.wi-tornado:before {
  content: "";
}

/* line 36, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-neutral.scss */
.wi-small-craft-advisory:before {
  content: "";
}

/* line 37, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-neutral.scss */
.wi-gale-warning:before {
  content: "";
}

/* line 38, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-neutral.scss */
.wi-storm-warning:before {
  content: "";
}

/* line 39, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-neutral.scss */
.wi-hurricane-warning:before {
  content: "";
}

/* line 40, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-neutral.scss */
.wi-wind-direction:before {
  content: "";
}

/* line 1, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-misc.scss */
.wi-alien:before {
  content: "";
}

/* line 2, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-misc.scss */
.wi-celsius:before {
  content: "";
}

/* line 3, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-misc.scss */
.wi-fahrenheit:before {
  content: "";
}

/* line 4, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-misc.scss */
.wi-degrees:before {
  content: "";
}

/* line 5, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-misc.scss */
.wi-thermometer:before {
  content: "";
}

/* line 6, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-misc.scss */
.wi-thermometer-exterior:before {
  content: "";
}

/* line 7, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-misc.scss */
.wi-thermometer-internal:before {
  content: "";
}

/* line 8, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-misc.scss */
.wi-cloud-down:before {
  content: "";
}

/* line 9, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-misc.scss */
.wi-cloud-up:before {
  content: "";
}

/* line 10, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-misc.scss */
.wi-cloud-refresh:before {
  content: "";
}

/* line 11, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-misc.scss */
.wi-horizon:before {
  content: "";
}

/* line 12, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-misc.scss */
.wi-horizon-alt:before {
  content: "";
}

/* line 13, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-misc.scss */
.wi-sunrise:before {
  content: "";
}

/* line 14, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-misc.scss */
.wi-sunset:before {
  content: "";
}

/* line 15, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-misc.scss */
.wi-moonrise:before {
  content: "";
}

/* line 16, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-misc.scss */
.wi-moonset:before {
  content: "";
}

/* line 17, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-misc.scss */
.wi-refresh:before {
  content: "";
}

/* line 18, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-misc.scss */
.wi-refresh-alt:before {
  content: "";
}

/* line 19, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-misc.scss */
.wi-umbrella:before {
  content: "";
}

/* line 20, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-misc.scss */
.wi-barometer:before {
  content: "";
}

/* line 21, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-misc.scss */
.wi-humidity:before {
  content: "";
}

/* line 22, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-misc.scss */
.wi-na:before {
  content: "";
}

/* line 23, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-misc.scss */
.wi-train:before {
  content: "";
}

/* line 1, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-new:before {
  content: "";
}

/* line 2, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-waxing-cresent-1:before {
  content: "";
}

/* line 3, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-waxing-cresent-2:before {
  content: "";
}

/* line 4, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-waxing-cresent-3:before {
  content: "";
}

/* line 5, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-waxing-cresent-4:before {
  content: "";
}

/* line 6, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-waxing-cresent-5:before {
  content: "";
}

/* line 7, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-waxing-cresent-6:before {
  content: "";
}

/* line 8, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-first-quarter:before {
  content: "";
}

/* line 9, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-waxing-gibbous-1:before {
  content: "";
}

/* line 10, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-waxing-gibbous-2:before {
  content: "";
}

/* line 11, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-waxing-gibbous-3:before {
  content: "";
}

/* line 12, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-waxing-gibbous-4:before {
  content: "";
}

/* line 13, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-waxing-gibbous-5:before {
  content: "";
}

/* line 14, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-waxing-gibbous-6:before {
  content: "";
}

/* line 15, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-full:before {
  content: "";
}

/* line 16, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-waning-gibbous-1:before {
  content: "";
}

/* line 17, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-waning-gibbous-2:before {
  content: "";
}

/* line 18, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-waning-gibbous-3:before {
  content: "";
}

/* line 19, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-waning-gibbous-4:before {
  content: "";
}

/* line 20, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-waning-gibbous-5:before {
  content: "";
}

/* line 21, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-waning-gibbous-6:before {
  content: "";
}

/* line 22, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-third-quarter:before {
  content: "";
}

/* line 23, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-waning-crescent-1:before {
  content: "";
}

/* line 24, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-waning-crescent-2:before {
  content: "";
}

/* line 25, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-waning-crescent-3:before {
  content: "";
}

/* line 26, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-waning-crescent-4:before {
  content: "";
}

/* line 27, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-waning-crescent-5:before {
  content: "";
}

/* line 28, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-waning-crescent-6:before {
  content: "";
}

/* line 29, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-alt-new:before {
  content: "";
}

/* line 30, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-alt-waxing-cresent-1:before {
  content: "";
}

/* line 31, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-alt-waxing-cresent-2:before {
  content: "";
}

/* line 32, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-alt-waxing-cresent-3:before {
  content: "";
}

/* line 33, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-alt-waxing-cresent-4:before {
  content: "";
}

/* line 34, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-alt-waxing-cresent-5:before {
  content: "";
}

/* line 35, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-alt-waxing-cresent-6:before {
  content: "";
}

/* line 36, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-alt-first-quarter:before {
  content: "";
}

/* line 37, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-alt-waxing-gibbous-1:before {
  content: "";
}

/* line 38, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-alt-waxing-gibbous-2:before {
  content: "";
}

/* line 39, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-alt-waxing-gibbous-3:before {
  content: "";
}

/* line 40, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-alt-waxing-gibbous-4:before {
  content: "";
}

/* line 41, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-alt-waxing-gibbous-5:before {
  content: "";
}

/* line 42, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-alt-waxing-gibbous-6:before {
  content: "";
}

/* line 43, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-alt-full:before {
  content: "";
}

/* line 44, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-alt-waning-gibbous-1:before {
  content: "";
}

/* line 45, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-alt-waning-gibbous-2:before {
  content: "";
}

/* line 46, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-alt-waning-gibbous-3:before {
  content: "";
}

/* line 47, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-alt-waning-gibbous-4:before {
  content: "";
}

/* line 48, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-alt-waning-gibbous-5:before {
  content: "";
}

/* line 49, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-alt-waning-gibbous-6:before {
  content: "";
}

/* line 50, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-alt-third-quarter:before {
  content: "";
}

/* line 51, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-alt-waning-crescent-1:before {
  content: "";
}

/* line 52, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-alt-waning-crescent-2:before {
  content: "";
}

/* line 53, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-alt-waning-crescent-3:before {
  content: "";
}

/* line 54, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-alt-waning-crescent-4:before {
  content: "";
}

/* line 55, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-alt-waning-crescent-5:before {
  content: "";
}

/* line 56, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon.scss */
.wi-moon-alt-waning-crescent-6:before {
  content: "";
}

/* line 1, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
.wi-moon-0:before {
  content: "";
}

/* line 2, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
.wi-moon-1:before {
  content: "";
}

/* line 3, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
.wi-moon-2:before {
  content: "";
}

/* line 4, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
.wi-moon-3:before {
  content: "";
}

/* line 5, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
.wi-moon-4:before {
  content: "";
}

/* line 6, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
.wi-moon-5:before {
  content: "";
}

/* line 7, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
.wi-moon-6:before {
  content: "";
}

/* line 8, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
.wi-moon-7:before {
  content: "";
}

/* line 9, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
.wi-moon-8:before {
  content: "";
}

/* line 10, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
.wi-moon-9:before {
  content: "";
}

/* line 11, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
.wi-moon-10:before {
  content: "";
}

/* line 12, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
.wi-moon-11:before {
  content: "";
}

/* line 13, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
.wi-moon-12:before {
  content: "";
}

/* line 14, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
.wi-moon-13:before {
  content: "";
}

/* line 15, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
.wi-moon-14:before {
  content: "";
}

/* line 16, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
.wi-moon-15:before {
  content: "";
}

/* line 17, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
.wi-moon-16:before {
  content: "";
}

/* line 18, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
.wi-moon-17:before {
  content: "";
}

/* line 19, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
.wi-moon-18:before {
  content: "";
}

/* line 20, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
.wi-moon-19:before {
  content: "";
}

/* line 21, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
.wi-moon-20:before {
  content: "";
}

/* line 22, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
.wi-moon-21:before {
  content: "";
}

/* line 23, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
.wi-moon-22:before {
  content: "";
}

/* line 24, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
.wi-moon-23:before {
  content: "";
}

/* line 25, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
.wi-moon-24:before {
  content: "";
}

/* line 26, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
.wi-moon-25:before {
  content: "";
}

/* line 27, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
.wi-moon-26:before {
  content: "";
}

/* line 28, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
.wi-moon-27:before {
  content: "";
}

/* line 1, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-time.scss */
.wi-time-1:before {
  content: "";
}

/* line 2, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-time.scss */
.wi-time-2:before {
  content: "";
}

/* line 3, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-time.scss */
.wi-time-3:before {
  content: "";
}

/* line 4, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-time.scss */
.wi-time-4:before {
  content: "";
}

/* line 5, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-time.scss */
.wi-time-5:before {
  content: "";
}

/* line 6, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-time.scss */
.wi-time-6:before {
  content: "";
}

/* line 7, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-time.scss */
.wi-time-7:before {
  content: "";
}

/* line 8, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-time.scss */
.wi-time-8:before {
  content: "";
}

/* line 9, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-time.scss */
.wi-time-9:before {
  content: "";
}

/* line 10, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-time.scss */
.wi-time-10:before {
  content: "";
}

/* line 11, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-time.scss */
.wi-time-11:before {
  content: "";
}

/* line 12, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-time.scss */
.wi-time-12:before {
  content: "";
}

/* line 1, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-direction.scss */
.wi-direction-up:before {
  content: "";
}

/* line 2, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-direction.scss */
.wi-direction-up-right:before {
  content: "";
}

/* line 3, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-direction.scss */
.wi-direction-right:before {
  content: "";
}

/* line 4, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-direction.scss */
.wi-direction-down-right:before {
  content: "";
}

/* line 5, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-direction.scss */
.wi-direction-down:before {
  content: "";
}

/* line 6, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-direction.scss */
.wi-direction-down-left:before {
  content: "";
}

/* line 7, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-direction.scss */
.wi-direction-left:before {
  content: "";
}

/* line 8, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-direction.scss */
.wi-direction-up-left:before {
  content: "";
}

/* line 1, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-beaufort.scss */
.wi-wind-beaufort-0:before {
  content: "";
}

/* line 2, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-beaufort.scss */
.wi-wind-beaufort-1:before {
  content: "";
}

/* line 3, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-beaufort.scss */
.wi-wind-beaufort-2:before {
  content: "";
}

/* line 4, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-beaufort.scss */
.wi-wind-beaufort-3:before {
  content: "";
}

/* line 5, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-beaufort.scss */
.wi-wind-beaufort-4:before {
  content: "";
}

/* line 6, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-beaufort.scss */
.wi-wind-beaufort-5:before {
  content: "";
}

/* line 7, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-beaufort.scss */
.wi-wind-beaufort-6:before {
  content: "";
}

/* line 8, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-beaufort.scss */
.wi-wind-beaufort-7:before {
  content: "";
}

/* line 9, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-beaufort.scss */
.wi-wind-beaufort-8:before {
  content: "";
}

/* line 10, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-beaufort.scss */
.wi-wind-beaufort-9:before {
  content: "";
}

/* line 11, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-beaufort.scss */
.wi-wind-beaufort-10:before {
  content: "";
}

/* line 12, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-beaufort.scss */
.wi-wind-beaufort-11:before {
  content: "";
}

/* line 13, vendor/assets/ubold/scss/icons/weather-icons/sass/icon-classes/classes-beaufort.scss */
.wi-wind-beaufort-12:before {
  content: "";
}

/* line 1, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-0:before {
  content: "";
}

/* line 2, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-1:before {
  content: "";
}

/* line 3, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-2:before {
  content: "";
}

/* line 4, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-3:before {
  content: "";
}

/* line 5, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-4:before {
  content: "";
}

/* line 6, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-5:before {
  content: "";
}

/* line 7, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-6:before {
  content: "";
}

/* line 8, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-7:before {
  content: "";
}

/* line 9, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-8:before {
  content: "";
}

/* line 10, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-9:before {
  content: "";
}

/* line 11, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-10:before {
  content: "";
}

/* line 12, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-11:before {
  content: "";
}

/* line 13, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-12:before {
  content: "";
}

/* line 14, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-13:before {
  content: "";
}

/* line 15, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-14:before {
  content: "";
}

/* line 16, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-15:before {
  content: "";
}

/* line 17, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-16:before {
  content: "";
}

/* line 18, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-17:before {
  content: "";
}

/* line 19, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-18:before {
  content: "";
}

/* line 20, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-19:before {
  content: "";
}

/* line 21, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-20:before {
  content: "";
}

/* line 22, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-21:before {
  content: "";
}

/* line 23, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-22:before {
  content: "";
}

/* line 24, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-23:before {
  content: "";
}

/* line 25, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-24:before {
  content: "";
}

/* line 26, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-25:before {
  content: "";
}

/* line 27, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-26:before {
  content: "";
}

/* line 28, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-27:before {
  content: "";
}

/* line 29, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-28:before {
  content: "";
}

/* line 30, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-29:before {
  content: "";
}

/* line 31, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-30:before {
  content: "";
}

/* line 32, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-31:before {
  content: "";
}

/* line 33, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-32:before {
  content: "";
}

/* line 34, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-33:before {
  content: "";
}

/* line 35, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-34:before {
  content: "";
}

/* line 36, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-35:before {
  content: "";
}

/* line 37, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-36:before {
  content: "";
}

/* line 38, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-37:before {
  content: "";
}

/* line 39, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-38:before {
  content: "";
}

/* line 40, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-39:before {
  content: "";
}

/* line 41, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-40:before {
  content: "";
}

/* line 42, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-41:before {
  content: "";
}

/* line 43, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-42:before {
  content: "";
}

/* line 44, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-43:before {
  content: "";
}

/* line 45, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-44:before {
  content: "";
}

/* line 46, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-45:before {
  content: "";
}

/* line 47, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-46:before {
  content: "";
}

/* line 48, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-47:before {
  content: "";
}

/* line 49, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-yahoo.scss */
.wi-yahoo-3200:before {
  content: "";
}

/* line 1, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-forecast-io.scss */
.wi-forecast-io-clear-day:before {
  content: "";
}

/* line 2, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-forecast-io.scss */
.wi-forecast-io-clear-night:before {
  content: "";
}

/* line 3, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-forecast-io.scss */
.wi-forecast-io-rain:before {
  content: "";
}

/* line 4, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-forecast-io.scss */
.wi-forecast-io-snow:before {
  content: "";
}

/* line 5, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-forecast-io.scss */
.wi-forecast-io-sleet:before {
  content: "";
}

/* line 6, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-forecast-io.scss */
.wi-forecast-io-wind:before {
  content: "";
}

/* line 7, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-forecast-io.scss */
.wi-forecast-io-fog:before {
  content: "";
}

/* line 8, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-forecast-io.scss */
.wi-forecast-io-cloudy:before {
  content: "";
}

/* line 9, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-forecast-io.scss */
.wi-forecast-io-partly-cloudy-day:before {
  content: "";
}

/* line 10, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-forecast-io.scss */
.wi-forecast-io-partly-cloudy-night:before {
  content: "";
}

/* line 11, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-forecast-io.scss */
.wi-forecast-io-hail:before {
  content: "";
}

/* line 12, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-forecast-io.scss */
.wi-forecast-io-thunderstorm:before {
  content: "";
}

/* line 13, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-forecast-io.scss */
.wi-forecast-io-tornado:before {
  content: "";
}

/* line 1, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-0:before,
.wi-wmo4680-00:before {
  content: "";
}

/* line 2, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-1:before,
.wi-wmo4680-01:before {
  content: "";
}

/* line 3, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-2:before,
.wi-wmo4680-02:before {
  content: "";
}

/* line 4, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-3:before,
.wi-wmo4680-03:before {
  content: "";
}

/* line 5, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-4:before,
.wi-wmo4680-04:before {
  content: "";
}

/* line 6, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-5:before,
.wi-wmo4680-05:before {
  content: "";
}

/* line 7, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-10:before {
  content: "";
}

/* line 8, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-11:before {
  content: "";
}

/* line 9, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-12:before {
  content: "";
}

/* line 10, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-18:before {
  content: "";
}

/* line 11, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-20:before {
  content: "";
}

/* line 12, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-21:before {
  content: "";
}

/* line 13, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-22:before {
  content: "";
}

/* line 14, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-23:before {
  content: "";
}

/* line 15, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-24:before {
  content: "";
}

/* line 16, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-25:before {
  content: "";
}

/* line 17, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-26:before {
  content: "";
}

/* line 18, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-27:before {
  content: "";
}

/* line 19, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-28:before {
  content: "";
}

/* line 20, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-29:before {
  content: "";
}

/* line 21, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-30:before {
  content: "";
}

/* line 22, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-31:before {
  content: "";
}

/* line 23, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-32:before {
  content: "";
}

/* line 24, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-33:before {
  content: "";
}

/* line 25, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-34:before {
  content: "";
}

/* line 26, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-35:before {
  content: "";
}

/* line 27, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-40:before {
  content: "";
}

/* line 28, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-41:before {
  content: "";
}

/* line 29, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-42:before {
  content: "";
}

/* line 30, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-43:before {
  content: "";
}

/* line 31, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-44:before {
  content: "";
}

/* line 32, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-45:before {
  content: "";
}

/* line 33, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-46:before {
  content: "";
}

/* line 34, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-47:before {
  content: "";
}

/* line 35, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-48:before {
  content: "";
}

/* line 36, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-50:before {
  content: "";
}

/* line 37, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-51:before {
  content: "";
}

/* line 38, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-52:before {
  content: "";
}

/* line 39, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-53:before {
  content: "";
}

/* line 40, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-54:before {
  content: "";
}

/* line 41, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-55:before {
  content: "";
}

/* line 42, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-56:before {
  content: "";
}

/* line 43, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-57:before {
  content: "";
}

/* line 44, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-58:before {
  content: "";
}

/* line 45, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-60:before {
  content: "";
}

/* line 46, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-61:before {
  content: "";
}

/* line 47, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-62:before {
  content: "";
}

/* line 48, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-63:before {
  content: "";
}

/* line 49, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-64:before {
  content: "";
}

/* line 50, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-65:before {
  content: "";
}

/* line 51, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-66:before {
  content: "";
}

/* line 52, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-67:before {
  content: "";
}

/* line 53, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-68:before {
  content: "";
}

/* line 54, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-70:before {
  content: "";
}

/* line 55, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-71:before {
  content: "";
}

/* line 56, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-72:before {
  content: "";
}

/* line 57, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-73:before {
  content: "";
}

/* line 58, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-74:before {
  content: "";
}

/* line 59, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-75:before {
  content: "";
}

/* line 60, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-76:before {
  content: "";
}

/* line 61, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-77:before {
  content: "";
}

/* line 62, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-78:before {
  content: "";
}

/* line 63, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-80:before {
  content: "";
}

/* line 64, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-81:before {
  content: "";
}

/* line 65, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-82:before {
  content: "";
}

/* line 66, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-83:before {
  content: "";
}

/* line 67, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-84:before {
  content: "";
}

/* line 68, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-85:before {
  content: "";
}

/* line 69, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-86:before {
  content: "";
}

/* line 70, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-87:before {
  content: "";
}

/* line 71, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-89:before {
  content: "";
}

/* line 72, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-90:before {
  content: "";
}

/* line 73, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-91:before {
  content: "";
}

/* line 74, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-92:before {
  content: "";
}

/* line 75, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-93:before {
  content: "";
}

/* line 76, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-94:before {
  content: "";
}

/* line 77, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-95:before {
  content: "";
}

/* line 78, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-96:before {
  content: "";
}

/* line 79, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-wmo4680.scss */
.wi-wmo4680-99:before {
  content: "";
}

/* line 2, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-200:before {
  content: "";
}

/* line 3, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-201:before {
  content: "";
}

/* line 4, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-202:before {
  content: "";
}

/* line 5, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-210:before {
  content: "";
}

/* line 6, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-211:before {
  content: "";
}

/* line 7, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-212:before {
  content: "";
}

/* line 8, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-221:before {
  content: "";
}

/* line 9, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-230:before {
  content: "";
}

/* line 10, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-231:before {
  content: "";
}

/* line 11, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-232:before {
  content: "";
}

/* line 12, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-300:before {
  content: "";
}

/* line 13, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-301:before {
  content: "";
}

/* line 14, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-302:before {
  content: "";
}

/* line 15, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-310:before {
  content: "";
}

/* line 16, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-311:before {
  content: "";
}

/* line 17, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-312:before {
  content: "";
}

/* line 18, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-313:before {
  content: "";
}

/* line 19, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-314:before {
  content: "";
}

/* line 20, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-321:before {
  content: "";
}

/* line 21, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-500:before {
  content: "";
}

/* line 22, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-501:before {
  content: "";
}

/* line 23, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-502:before {
  content: "";
}

/* line 24, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-503:before {
  content: "";
}

/* line 25, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-504:before {
  content: "";
}

/* line 26, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-511:before {
  content: "";
}

/* line 27, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-520:before {
  content: "";
}

/* line 28, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-521:before {
  content: "";
}

/* line 29, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-522:before {
  content: "";
}

/* line 30, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-531:before {
  content: "";
}

/* line 31, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-600:before {
  content: "";
}

/* line 32, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-601:before {
  content: "";
}

/* line 33, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-602:before {
  content: "";
}

/* line 34, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-611:before {
  content: "";
}

/* line 35, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-612:before {
  content: "";
}

/* line 36, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-615:before {
  content: "";
}

/* line 37, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-616:before {
  content: "";
}

/* line 38, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-620:before {
  content: "";
}

/* line 39, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-621:before {
  content: "";
}

/* line 40, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-622:before {
  content: "";
}

/* line 41, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-701:before {
  content: "";
}

/* line 42, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-711:before {
  content: "";
}

/* line 43, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-721:before {
  content: "";
}

/* line 44, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-731:before {
  content: "";
}

/* line 45, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-741:before {
  content: "";
}

/* line 46, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-761:before {
  content: "";
}

/* line 47, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-762:before {
  content: "";
}

/* line 48, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-771:before {
  content: "";
}

/* line 49, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-781:before {
  content: "";
}

/* line 50, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-800:before {
  content: "";
}

/* line 51, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-801:before {
  content: "";
}

/* line 52, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-802:before {
  content: "";
}

/* line 53, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-803:before {
  content: "";
}

/* line 54, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-803:before {
  content: "";
}

/* line 55, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-804:before {
  content: "";
}

/* line 56, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-900:before {
  content: "";
}

/* line 57, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-901:before {
  content: "";
}

/* line 58, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-902:before {
  content: "";
}

/* line 59, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-903:before {
  content: "";
}

/* line 60, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-904:before {
  content: "";
}

/* line 61, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-905:before {
  content: "";
}

/* line 62, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-906:before {
  content: "";
}

/* line 63, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-957:before {
  content: "";
}

/* line 65, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-200:before {
  content: "";
}

/* line 66, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-201:before {
  content: "";
}

/* line 67, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-202:before {
  content: "";
}

/* line 68, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-210:before {
  content: "";
}

/* line 69, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-211:before {
  content: "";
}

/* line 70, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-212:before {
  content: "";
}

/* line 71, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-221:before {
  content: "";
}

/* line 72, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-230:before {
  content: "";
}

/* line 73, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-231:before {
  content: "";
}

/* line 74, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-232:before {
  content: "";
}

/* line 75, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-300:before {
  content: "";
}

/* line 76, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-301:before {
  content: "";
}

/* line 77, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-302:before {
  content: "";
}

/* line 78, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-310:before {
  content: "";
}

/* line 79, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-311:before {
  content: "";
}

/* line 80, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-312:before {
  content: "";
}

/* line 81, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-313:before {
  content: "";
}

/* line 82, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-314:before {
  content: "";
}

/* line 83, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-321:before {
  content: "";
}

/* line 84, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-500:before {
  content: "";
}

/* line 85, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-501:before {
  content: "";
}

/* line 86, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-502:before {
  content: "";
}

/* line 87, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-503:before {
  content: "";
}

/* line 88, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-504:before {
  content: "";
}

/* line 89, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-511:before {
  content: "";
}

/* line 90, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-520:before {
  content: "";
}

/* line 91, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-521:before {
  content: "";
}

/* line 92, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-522:before {
  content: "";
}

/* line 93, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-531:before {
  content: "";
}

/* line 94, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-600:before {
  content: "";
}

/* line 95, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-601:before {
  content: "";
}

/* line 96, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-602:before {
  content: "";
}

/* line 97, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-611:before {
  content: "";
}

/* line 98, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-612:before {
  content: "";
}

/* line 99, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-615:before {
  content: "";
}

/* line 100, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-616:before {
  content: "";
}

/* line 101, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-620:before {
  content: "";
}

/* line 102, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-621:before {
  content: "";
}

/* line 103, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-622:before {
  content: "";
}

/* line 104, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-701:before {
  content: "";
}

/* line 105, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-711:before {
  content: "";
}

/* line 106, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-721:before {
  content: "";
}

/* line 107, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-731:before {
  content: "";
}

/* line 108, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-741:before {
  content: "";
}

/* line 109, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-761:before {
  content: "";
}

/* line 110, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-762:before {
  content: "";
}

/* line 111, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-781:before {
  content: "";
}

/* line 112, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-800:before {
  content: "";
}

/* line 113, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-801:before {
  content: "";
}

/* line 114, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-802:before {
  content: "";
}

/* line 115, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-803:before {
  content: "";
}

/* line 116, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-804:before {
  content: "";
}

/* line 117, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-900:before {
  content: "";
}

/* line 118, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-902:before {
  content: "";
}

/* line 119, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-903:before {
  content: "";
}

/* line 120, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-904:before {
  content: "";
}

/* line 121, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-906:before {
  content: "";
}

/* line 122, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-day-957:before {
  content: "";
}

/* line 124, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-200:before {
  content: "";
}

/* line 125, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-201:before {
  content: "";
}

/* line 126, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-202:before {
  content: "";
}

/* line 127, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-210:before {
  content: "";
}

/* line 128, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-211:before {
  content: "";
}

/* line 129, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-212:before {
  content: "";
}

/* line 130, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-221:before {
  content: "";
}

/* line 131, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-230:before {
  content: "";
}

/* line 132, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-231:before {
  content: "";
}

/* line 133, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-232:before {
  content: "";
}

/* line 134, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-300:before {
  content: "";
}

/* line 135, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-301:before {
  content: "";
}

/* line 136, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-302:before {
  content: "";
}

/* line 137, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-310:before {
  content: "";
}

/* line 138, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-311:before {
  content: "";
}

/* line 139, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-312:before {
  content: "";
}

/* line 140, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-313:before {
  content: "";
}

/* line 141, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-314:before {
  content: "";
}

/* line 142, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-321:before {
  content: "";
}

/* line 143, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-500:before {
  content: "";
}

/* line 144, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-501:before {
  content: "";
}

/* line 145, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-502:before {
  content: "";
}

/* line 146, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-503:before {
  content: "";
}

/* line 147, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-504:before {
  content: "";
}

/* line 148, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-511:before {
  content: "";
}

/* line 149, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-520:before {
  content: "";
}

/* line 150, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-521:before {
  content: "";
}

/* line 151, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-522:before {
  content: "";
}

/* line 152, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-531:before {
  content: "";
}

/* line 153, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-600:before {
  content: "";
}

/* line 154, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-601:before {
  content: "";
}

/* line 155, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-602:before {
  content: "";
}

/* line 156, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-611:before {
  content: "";
}

/* line 157, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-612:before {
  content: "";
}

/* line 158, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-615:before {
  content: "";
}

/* line 159, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-616:before {
  content: "";
}

/* line 160, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-620:before {
  content: "";
}

/* line 161, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-621:before {
  content: "";
}

/* line 162, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-622:before {
  content: "";
}

/* line 163, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-701:before {
  content: "";
}

/* line 164, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-711:before {
  content: "";
}

/* line 165, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-721:before {
  content: "";
}

/* line 166, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-731:before {
  content: "";
}

/* line 167, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-741:before {
  content: "";
}

/* line 168, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-761:before {
  content: "";
}

/* line 169, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-762:before {
  content: "";
}

/* line 170, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-781:before {
  content: "";
}

/* line 171, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-800:before {
  content: "";
}

/* line 172, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-801:before {
  content: "";
}

/* line 173, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-802:before {
  content: "";
}

/* line 174, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-803:before {
  content: "";
}

/* line 175, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-804:before {
  content: "";
}

/* line 176, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-900:before {
  content: "";
}

/* line 177, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-902:before {
  content: "";
}

/* line 178, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-903:before {
  content: "";
}

/* line 179, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-904:before {
  content: "";
}

/* line 180, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-906:before {
  content: "";
}

/* line 181, vendor/assets/ubold/scss/icons/weather-icons/sass/mappings/wi-owm.scss */
.wi-owm-night-957:before {
  content: "";
}

/* @FONT-FACE loads font into browser */
@font-face {
  font-family: 'typicons';
  font-weight: normal;
  font-style: normal;
  src: url(/assets/fonts/typicons-8253ef0a6114840a55223db0fc6cac67d69cc05c6c47a08e158f8a40edf8b76d.eot);
  src: url(/../fonts/typicons.eot?#iefix) format("embedded-opentype"), url(/../fonts/typicons.woff) format("woff"), url(/../fonts/typicons.ttf) format("truetype"), url(/../fonts/typicons.svg#typicons) format("svg");
}

/* :before psuedo-selector inserts and styles icon */
/* line 16, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn:before {
  font-family: 'typicons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  height: 1em;
  font-size: 1em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Code for individual icons */
/* line 33, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-adjust-brightness:before {
  content: '\e000';
  /* '' */
}

/* line 36, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-adjust-contrast:before {
  content: '\e001';
  /* '' */
}

/* line 39, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-anchor-outline:before {
  content: '\e002';
  /* '' */
}

/* line 42, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-anchor:before {
  content: '\e003';
  /* '' */
}

/* line 45, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-archive:before {
  content: '\e004';
  /* '' */
}

/* line 48, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-arrow-back-outline:before {
  content: '\e005';
  /* '' */
}

/* line 51, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-arrow-back:before {
  content: '\e006';
  /* '' */
}

/* line 54, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-arrow-down-outline:before {
  content: '\e007';
  /* '' */
}

/* line 57, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-arrow-down-thick:before {
  content: '\e008';
  /* '' */
}

/* line 60, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-arrow-down:before {
  content: '\e009';
  /* '' */
}

/* line 63, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-arrow-forward-outline:before {
  content: '\e00a';
  /* '' */
}

/* line 66, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-arrow-forward:before {
  content: '\e00b';
  /* '' */
}

/* line 69, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-arrow-left-outline:before {
  content: '\e00c';
  /* '' */
}

/* line 72, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-arrow-left-thick:before {
  content: '\e00d';
  /* '' */
}

/* line 75, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-arrow-left:before {
  content: '\e00e';
  /* '' */
}

/* line 78, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-arrow-loop-outline:before {
  content: '\e00f';
  /* '' */
}

/* line 81, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-arrow-loop:before {
  content: '\e010';
  /* '' */
}

/* line 84, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-arrow-maximise-outline:before {
  content: '\e011';
  /* '' */
}

/* line 87, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-arrow-maximise:before {
  content: '\e012';
  /* '' */
}

/* line 90, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-arrow-minimise-outline:before {
  content: '\e013';
  /* '' */
}

/* line 93, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-arrow-minimise:before {
  content: '\e014';
  /* '' */
}

/* line 96, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-arrow-move-outline:before {
  content: '\e015';
  /* '' */
}

/* line 99, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-arrow-move:before {
  content: '\e016';
  /* '' */
}

/* line 102, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-arrow-repeat-outline:before {
  content: '\e017';
  /* '' */
}

/* line 105, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-arrow-repeat:before {
  content: '\e018';
  /* '' */
}

/* line 108, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-arrow-right-outline:before {
  content: '\e019';
  /* '' */
}

/* line 111, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-arrow-right-thick:before {
  content: '\e01a';
  /* '' */
}

/* line 114, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-arrow-right:before {
  content: '\e01b';
  /* '' */
}

/* line 117, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-arrow-shuffle:before {
  content: '\e01c';
  /* '' */
}

/* line 120, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-arrow-sorted-down:before {
  content: '\e01d';
  /* '' */
}

/* line 123, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-arrow-sorted-up:before {
  content: '\e01e';
  /* '' */
}

/* line 126, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-arrow-sync-outline:before {
  content: '\e01f';
  /* '' */
}

/* line 129, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-arrow-sync:before {
  content: '\e020';
  /* '' */
}

/* line 132, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-arrow-unsorted:before {
  content: '\e021';
  /* '' */
}

/* line 135, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-arrow-up-outline:before {
  content: '\e022';
  /* '' */
}

/* line 138, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-arrow-up-thick:before {
  content: '\e023';
  /* '' */
}

/* line 141, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-arrow-up:before {
  content: '\e024';
  /* '' */
}

/* line 144, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-at:before {
  content: '\e025';
  /* '' */
}

/* line 147, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-attachment-outline:before {
  content: '\e026';
  /* '' */
}

/* line 150, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-attachment:before {
  content: '\e027';
  /* '' */
}

/* line 153, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-backspace-outline:before {
  content: '\e028';
  /* '' */
}

/* line 156, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-backspace:before {
  content: '\e029';
  /* '' */
}

/* line 159, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-battery-charge:before {
  content: '\e02a';
  /* '' */
}

/* line 162, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-battery-full:before {
  content: '\e02b';
  /* '' */
}

/* line 165, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-battery-high:before {
  content: '\e02c';
  /* '' */
}

/* line 168, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-battery-low:before {
  content: '\e02d';
  /* '' */
}

/* line 171, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-battery-mid:before {
  content: '\e02e';
  /* '' */
}

/* line 174, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-beaker:before {
  content: '\e02f';
  /* '' */
}

/* line 177, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-beer:before {
  content: '\e030';
  /* '' */
}

/* line 180, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-bell:before {
  content: '\e031';
  /* '' */
}

/* line 183, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-book:before {
  content: '\e032';
  /* '' */
}

/* line 186, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-bookmark:before {
  content: '\e033';
  /* '' */
}

/* line 189, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-briefcase:before {
  content: '\e034';
  /* '' */
}

/* line 192, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-brush:before {
  content: '\e035';
  /* '' */
}

/* line 195, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-business-card:before {
  content: '\e036';
  /* '' */
}

/* line 198, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-calculator:before {
  content: '\e037';
  /* '' */
}

/* line 201, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-calendar-outline:before {
  content: '\e038';
  /* '' */
}

/* line 204, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-calendar:before {
  content: '\e039';
  /* '' */
}

/* line 207, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-camera-outline:before {
  content: '\e03a';
  /* '' */
}

/* line 210, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-camera:before {
  content: '\e03b';
  /* '' */
}

/* line 213, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-cancel-outline:before {
  content: '\e03c';
  /* '' */
}

/* line 216, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-cancel:before {
  content: '\e03d';
  /* '' */
}

/* line 219, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-chart-area-outline:before {
  content: '\e03e';
  /* '' */
}

/* line 222, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-chart-area:before {
  content: '\e03f';
  /* '' */
}

/* line 225, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-chart-bar-outline:before {
  content: '\e040';
  /* '' */
}

/* line 228, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-chart-bar:before {
  content: '\e041';
  /* '' */
}

/* line 231, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-chart-line-outline:before {
  content: '\e042';
  /* '' */
}

/* line 234, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-chart-line:before {
  content: '\e043';
  /* '' */
}

/* line 237, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-chart-pie-outline:before {
  content: '\e044';
  /* '' */
}

/* line 240, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-chart-pie:before {
  content: '\e045';
  /* '' */
}

/* line 243, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-chevron-left-outline:before {
  content: '\e046';
  /* '' */
}

/* line 246, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-chevron-left:before {
  content: '\e047';
  /* '' */
}

/* line 249, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-chevron-right-outline:before {
  content: '\e048';
  /* '' */
}

/* line 252, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-chevron-right:before {
  content: '\e049';
  /* '' */
}

/* line 255, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-clipboard:before {
  content: '\e04a';
  /* '' */
}

/* line 258, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-cloud-storage:before {
  content: '\e04b';
  /* '' */
}

/* line 261, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-cloud-storage-outline:before {
  content: '\e054';
  /* '' */
}

/* line 264, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-code-outline:before {
  content: '\e04c';
  /* '' */
}

/* line 267, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-code:before {
  content: '\e04d';
  /* '' */
}

/* line 270, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-coffee:before {
  content: '\e04e';
  /* '' */
}

/* line 273, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-cog-outline:before {
  content: '\e04f';
  /* '' */
}

/* line 276, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-cog:before {
  content: '\e050';
  /* '' */
}

/* line 279, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-compass:before {
  content: '\e051';
  /* '' */
}

/* line 282, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-contacts:before {
  content: '\e052';
  /* '' */
}

/* line 285, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-credit-card:before {
  content: '\e053';
  /* '' */
}

/* line 288, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-css3:before {
  content: '\e055';
  /* '' */
}

/* line 291, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-database:before {
  content: '\e056';
  /* '' */
}

/* line 294, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-delete-outline:before {
  content: '\e057';
  /* '' */
}

/* line 297, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-delete:before {
  content: '\e058';
  /* '' */
}

/* line 300, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-device-desktop:before {
  content: '\e059';
  /* '' */
}

/* line 303, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-device-laptop:before {
  content: '\e05a';
  /* '' */
}

/* line 306, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-device-phone:before {
  content: '\e05b';
  /* '' */
}

/* line 309, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-device-tablet:before {
  content: '\e05c';
  /* '' */
}

/* line 312, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-directions:before {
  content: '\e05d';
  /* '' */
}

/* line 315, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-divide-outline:before {
  content: '\e05e';
  /* '' */
}

/* line 318, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-divide:before {
  content: '\e05f';
  /* '' */
}

/* line 321, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-document-add:before {
  content: '\e060';
  /* '' */
}

/* line 324, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-document-delete:before {
  content: '\e061';
  /* '' */
}

/* line 327, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-document-text:before {
  content: '\e062';
  /* '' */
}

/* line 330, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-document:before {
  content: '\e063';
  /* '' */
}

/* line 333, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-download-outline:before {
  content: '\e064';
  /* '' */
}

/* line 336, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-download:before {
  content: '\e065';
  /* '' */
}

/* line 339, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-dropbox:before {
  content: '\e066';
  /* '' */
}

/* line 342, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-edit:before {
  content: '\e067';
  /* '' */
}

/* line 345, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-eject-outline:before {
  content: '\e068';
  /* '' */
}

/* line 348, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-eject:before {
  content: '\e069';
  /* '' */
}

/* line 351, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-equals-outline:before {
  content: '\e06a';
  /* '' */
}

/* line 354, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-equals:before {
  content: '\e06b';
  /* '' */
}

/* line 357, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-export-outline:before {
  content: '\e06c';
  /* '' */
}

/* line 360, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-export:before {
  content: '\e06d';
  /* '' */
}

/* line 363, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-eye-outline:before {
  content: '\e06e';
  /* '' */
}

/* line 366, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-eye:before {
  content: '\e06f';
  /* '' */
}

/* line 369, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-feather:before {
  content: '\e070';
  /* '' */
}

/* line 372, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-film:before {
  content: '\e071';
  /* '' */
}

/* line 375, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-filter:before {
  content: '\e072';
  /* '' */
}

/* line 378, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-flag-outline:before {
  content: '\e073';
  /* '' */
}

/* line 381, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-flag:before {
  content: '\e074';
  /* '' */
}

/* line 384, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-flash-outline:before {
  content: '\e075';
  /* '' */
}

/* line 387, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-flash:before {
  content: '\e076';
  /* '' */
}

/* line 390, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-flow-children:before {
  content: '\e077';
  /* '' */
}

/* line 393, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-flow-merge:before {
  content: '\e078';
  /* '' */
}

/* line 396, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-flow-parallel:before {
  content: '\e079';
  /* '' */
}

/* line 399, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-flow-switch:before {
  content: '\e07a';
  /* '' */
}

/* line 402, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-folder-add:before {
  content: '\e07b';
  /* '' */
}

/* line 405, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-folder-delete:before {
  content: '\e07c';
  /* '' */
}

/* line 408, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-folder-open:before {
  content: '\e07d';
  /* '' */
}

/* line 411, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-folder:before {
  content: '\e07e';
  /* '' */
}

/* line 414, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-gift:before {
  content: '\e07f';
  /* '' */
}

/* line 417, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-globe-outline:before {
  content: '\e080';
  /* '' */
}

/* line 420, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-globe:before {
  content: '\e081';
  /* '' */
}

/* line 423, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-group-outline:before {
  content: '\e082';
  /* '' */
}

/* line 426, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-group:before {
  content: '\e083';
  /* '' */
}

/* line 429, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-headphones:before {
  content: '\e084';
  /* '' */
}

/* line 432, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-heart-full-outline:before {
  content: '\e085';
  /* '' */
}

/* line 435, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-heart-half-outline:before {
  content: '\e086';
  /* '' */
}

/* line 438, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-heart-outline:before {
  content: '\e087';
  /* '' */
}

/* line 441, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-heart:before {
  content: '\e088';
  /* '' */
}

/* line 444, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-home-outline:before {
  content: '\e089';
  /* '' */
}

/* line 447, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-home:before {
  content: '\e08a';
  /* '' */
}

/* line 450, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-html5:before {
  content: '\e08b';
  /* '' */
}

/* line 453, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-image-outline:before {
  content: '\e08c';
  /* '' */
}

/* line 456, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-image:before {
  content: '\e08d';
  /* '' */
}

/* line 459, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-infinity-outline:before {
  content: '\e08e';
  /* '' */
}

/* line 462, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-infinity:before {
  content: '\e08f';
  /* '' */
}

/* line 465, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-info-large-outline:before {
  content: '\e090';
  /* '' */
}

/* line 468, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-info-large:before {
  content: '\e091';
  /* '' */
}

/* line 471, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-info-outline:before {
  content: '\e092';
  /* '' */
}

/* line 474, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-info:before {
  content: '\e093';
  /* '' */
}

/* line 477, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-input-checked-outline:before {
  content: '\e094';
  /* '' */
}

/* line 480, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-input-checked:before {
  content: '\e095';
  /* '' */
}

/* line 483, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-key-outline:before {
  content: '\e096';
  /* '' */
}

/* line 486, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-key:before {
  content: '\e097';
  /* '' */
}

/* line 489, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-keyboard:before {
  content: '\e098';
  /* '' */
}

/* line 492, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-leaf:before {
  content: '\e099';
  /* '' */
}

/* line 495, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-lightbulb:before {
  content: '\e09a';
  /* '' */
}

/* line 498, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-link-outline:before {
  content: '\e09b';
  /* '' */
}

/* line 501, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-link:before {
  content: '\e09c';
  /* '' */
}

/* line 504, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-location-arrow-outline:before {
  content: '\e09d';
  /* '' */
}

/* line 507, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-location-arrow:before {
  content: '\e09e';
  /* '' */
}

/* line 510, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-location-outline:before {
  content: '\e09f';
  /* '' */
}

/* line 513, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-location:before {
  content: '\e0a0';
  /* '' */
}

/* line 516, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-lock-closed-outline:before {
  content: '\e0a1';
  /* '' */
}

/* line 519, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-lock-closed:before {
  content: '\e0a2';
  /* '' */
}

/* line 522, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-lock-open-outline:before {
  content: '\e0a3';
  /* '' */
}

/* line 525, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-lock-open:before {
  content: '\e0a4';
  /* '' */
}

/* line 528, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-mail:before {
  content: '\e0a5';
  /* '' */
}

/* line 531, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-map:before {
  content: '\e0a6';
  /* '' */
}

/* line 534, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-media-eject-outline:before {
  content: '\e0a7';
  /* '' */
}

/* line 537, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-media-eject:before {
  content: '\e0a8';
  /* '' */
}

/* line 540, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-media-fast-forward-outline:before {
  content: '\e0a9';
  /* '' */
}

/* line 543, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-media-fast-forward:before {
  content: '\e0aa';
  /* '' */
}

/* line 546, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-media-pause-outline:before {
  content: '\e0ab';
  /* '' */
}

/* line 549, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-media-pause:before {
  content: '\e0ac';
  /* '' */
}

/* line 552, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-media-play-outline:before {
  content: '\e0ad';
  /* '' */
}

/* line 555, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-media-play-reverse-outline:before {
  content: '\e0ae';
  /* '' */
}

/* line 558, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-media-play-reverse:before {
  content: '\e0af';
  /* '' */
}

/* line 561, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-media-play:before {
  content: '\e0b0';
  /* '' */
}

/* line 564, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-media-record-outline:before {
  content: '\e0b1';
  /* '' */
}

/* line 567, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-media-record:before {
  content: '\e0b2';
  /* '' */
}

/* line 570, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-media-rewind-outline:before {
  content: '\e0b3';
  /* '' */
}

/* line 573, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-media-rewind:before {
  content: '\e0b4';
  /* '' */
}

/* line 576, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-media-stop-outline:before {
  content: '\e0b5';
  /* '' */
}

/* line 579, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-media-stop:before {
  content: '\e0b6';
  /* '' */
}

/* line 582, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-message-typing:before {
  content: '\e0b7';
  /* '' */
}

/* line 585, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-message:before {
  content: '\e0b8';
  /* '' */
}

/* line 588, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-messages:before {
  content: '\e0b9';
  /* '' */
}

/* line 591, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-microphone-outline:before {
  content: '\e0ba';
  /* '' */
}

/* line 594, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-microphone:before {
  content: '\e0bb';
  /* '' */
}

/* line 597, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-minus-outline:before {
  content: '\e0bc';
  /* '' */
}

/* line 600, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-minus:before {
  content: '\e0bd';
  /* '' */
}

/* line 603, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-mortar-board:before {
  content: '\e0be';
  /* '' */
}

/* line 606, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-news:before {
  content: '\e0bf';
  /* '' */
}

/* line 609, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-notes-outline:before {
  content: '\e0c0';
  /* '' */
}

/* line 612, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-notes:before {
  content: '\e0c1';
  /* '' */
}

/* line 615, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-pen:before {
  content: '\e0c2';
  /* '' */
}

/* line 618, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-pencil:before {
  content: '\e0c3';
  /* '' */
}

/* line 621, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-phone-outline:before {
  content: '\e0c4';
  /* '' */
}

/* line 624, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-phone:before {
  content: '\e0c5';
  /* '' */
}

/* line 627, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-pi-outline:before {
  content: '\e0c6';
  /* '' */
}

/* line 630, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-pi:before {
  content: '\e0c7';
  /* '' */
}

/* line 633, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-pin-outline:before {
  content: '\e0c8';
  /* '' */
}

/* line 636, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-pin:before {
  content: '\e0c9';
  /* '' */
}

/* line 639, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-pipette:before {
  content: '\e0ca';
  /* '' */
}

/* line 642, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-plane-outline:before {
  content: '\e0cb';
  /* '' */
}

/* line 645, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-plane:before {
  content: '\e0cc';
  /* '' */
}

/* line 648, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-plug:before {
  content: '\e0cd';
  /* '' */
}

/* line 651, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-plus-outline:before {
  content: '\e0ce';
  /* '' */
}

/* line 654, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-plus:before {
  content: '\e0cf';
  /* '' */
}

/* line 657, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-point-of-interest-outline:before {
  content: '\e0d0';
  /* '' */
}

/* line 660, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-point-of-interest:before {
  content: '\e0d1';
  /* '' */
}

/* line 663, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-power-outline:before {
  content: '\e0d2';
  /* '' */
}

/* line 666, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-power:before {
  content: '\e0d3';
  /* '' */
}

/* line 669, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-printer:before {
  content: '\e0d4';
  /* '' */
}

/* line 672, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-puzzle-outline:before {
  content: '\e0d5';
  /* '' */
}

/* line 675, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-puzzle:before {
  content: '\e0d6';
  /* '' */
}

/* line 678, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-radar-outline:before {
  content: '\e0d7';
  /* '' */
}

/* line 681, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-radar:before {
  content: '\e0d8';
  /* '' */
}

/* line 684, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-refresh-outline:before {
  content: '\e0d9';
  /* '' */
}

/* line 687, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-refresh:before {
  content: '\e0da';
  /* '' */
}

/* line 690, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-rss-outline:before {
  content: '\e0db';
  /* '' */
}

/* line 693, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-rss:before {
  content: '\e0dc';
  /* '' */
}

/* line 696, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-scissors-outline:before {
  content: '\e0dd';
  /* '' */
}

/* line 699, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-scissors:before {
  content: '\e0de';
  /* '' */
}

/* line 702, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-shopping-bag:before {
  content: '\e0df';
  /* '' */
}

/* line 705, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-shopping-cart:before {
  content: '\e0e0';
  /* '' */
}

/* line 708, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-social-at-circular:before {
  content: '\e0e1';
  /* '' */
}

/* line 711, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-social-dribbble-circular:before {
  content: '\e0e2';
  /* '' */
}

/* line 714, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-social-dribbble:before {
  content: '\e0e3';
  /* '' */
}

/* line 717, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-social-facebook-circular:before {
  content: '\e0e4';
  /* '' */
}

/* line 720, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-social-facebook:before {
  content: '\e0e5';
  /* '' */
}

/* line 723, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-social-flickr-circular:before {
  content: '\e0e6';
  /* '' */
}

/* line 726, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-social-flickr:before {
  content: '\e0e7';
  /* '' */
}

/* line 729, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-social-github-circular:before {
  content: '\e0e8';
  /* '' */
}

/* line 732, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-social-github:before {
  content: '\e0e9';
  /* '' */
}

/* line 735, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-social-google-plus-circular:before {
  content: '\e0ea';
  /* '' */
}

/* line 738, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-social-google-plus:before {
  content: '\e0eb';
  /* '' */
}

/* line 741, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-social-instagram-circular:before {
  content: '\e0ec';
  /* '' */
}

/* line 744, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-social-instagram:before {
  content: '\e0ed';
  /* '' */
}

/* line 747, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-social-last-fm-circular:before {
  content: '\e0ee';
  /* '' */
}

/* line 750, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-social-last-fm:before {
  content: '\e0ef';
  /* '' */
}

/* line 753, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-social-linkedin-circular:before {
  content: '\e0f0';
  /* '' */
}

/* line 756, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-social-linkedin:before {
  content: '\e0f1';
  /* '' */
}

/* line 759, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-social-pinterest-circular:before {
  content: '\e0f2';
  /* '' */
}

/* line 762, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-social-pinterest:before {
  content: '\e0f3';
  /* '' */
}

/* line 765, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-social-skype-outline:before {
  content: '\e0f4';
  /* '' */
}

/* line 768, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-social-skype:before {
  content: '\e0f5';
  /* '' */
}

/* line 771, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-social-tumbler-circular:before {
  content: '\e0f6';
  /* '' */
}

/* line 774, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-social-tumbler:before {
  content: '\e0f7';
  /* '' */
}

/* line 777, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-social-twitter-circular:before {
  content: '\e0f8';
  /* '' */
}

/* line 780, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-social-twitter:before {
  content: '\e0f9';
  /* '' */
}

/* line 783, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-social-vimeo-circular:before {
  content: '\e0fa';
  /* '' */
}

/* line 786, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-social-vimeo:before {
  content: '\e0fb';
  /* '' */
}

/* line 789, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-social-youtube-circular:before {
  content: '\e0fc';
  /* '' */
}

/* line 792, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-social-youtube:before {
  content: '\e0fd';
  /* '' */
}

/* line 795, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-sort-alphabetically-outline:before {
  content: '\e0fe';
  /* '' */
}

/* line 798, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-sort-alphabetically:before {
  content: '\e0ff';
  /* '' */
}

/* line 801, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-sort-numerically-outline:before {
  content: '\e100';
  /* '' */
}

/* line 804, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-sort-numerically:before {
  content: '\e101';
  /* '' */
}

/* line 807, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-spanner-outline:before {
  content: '\e102';
  /* '' */
}

/* line 810, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-spanner:before {
  content: '\e103';
  /* '' */
}

/* line 813, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-spiral:before {
  content: '\e104';
  /* '' */
}

/* line 816, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-star-full-outline:before {
  content: '\e105';
  /* '' */
}

/* line 819, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-star-half-outline:before {
  content: '\e106';
  /* '' */
}

/* line 822, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-star-half:before {
  content: '\e107';
  /* '' */
}

/* line 825, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-star-outline:before {
  content: '\e108';
  /* '' */
}

/* line 828, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-star:before {
  content: '\e109';
  /* '' */
}

/* line 831, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-starburst-outline:before {
  content: '\e10a';
  /* '' */
}

/* line 834, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-starburst:before {
  content: '\e10b';
  /* '' */
}

/* line 837, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-stopwatch:before {
  content: '\e10c';
  /* '' */
}

/* line 840, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-support:before {
  content: '\e10d';
  /* '' */
}

/* line 843, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-tabs-outline:before {
  content: '\e10e';
  /* '' */
}

/* line 846, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-tag:before {
  content: '\e10f';
  /* '' */
}

/* line 849, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-tags:before {
  content: '\e110';
  /* '' */
}

/* line 852, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-th-large-outline:before {
  content: '\e111';
  /* '' */
}

/* line 855, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-th-large:before {
  content: '\e112';
  /* '' */
}

/* line 858, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-th-list-outline:before {
  content: '\e113';
  /* '' */
}

/* line 861, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-th-list:before {
  content: '\e114';
  /* '' */
}

/* line 864, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-th-menu-outline:before {
  content: '\e115';
  /* '' */
}

/* line 867, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-th-menu:before {
  content: '\e116';
  /* '' */
}

/* line 870, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-th-small-outline:before {
  content: '\e117';
  /* '' */
}

/* line 873, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-th-small:before {
  content: '\e118';
  /* '' */
}

/* line 876, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-thermometer:before {
  content: '\e119';
  /* '' */
}

/* line 879, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-thumbs-down:before {
  content: '\e11a';
  /* '' */
}

/* line 882, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-thumbs-ok:before {
  content: '\e11b';
  /* '' */
}

/* line 885, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-thumbs-up:before {
  content: '\e11c';
  /* '' */
}

/* line 888, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-tick-outline:before {
  content: '\e11d';
  /* '' */
}

/* line 891, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-tick:before {
  content: '\e11e';
  /* '' */
}

/* line 894, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-ticket:before {
  content: '\e11f';
  /* '' */
}

/* line 897, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-time:before {
  content: '\e120';
  /* '' */
}

/* line 900, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-times-outline:before {
  content: '\e121';
  /* '' */
}

/* line 903, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-times:before {
  content: '\e122';
  /* '' */
}

/* line 906, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-trash:before {
  content: '\e123';
  /* '' */
}

/* line 909, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-tree:before {
  content: '\e124';
  /* '' */
}

/* line 912, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-upload-outline:before {
  content: '\e125';
  /* '' */
}

/* line 915, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-upload:before {
  content: '\e126';
  /* '' */
}

/* line 918, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-user-add-outline:before {
  content: '\e127';
  /* '' */
}

/* line 921, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-user-add:before {
  content: '\e128';
  /* '' */
}

/* line 924, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-user-delete-outline:before {
  content: '\e129';
  /* '' */
}

/* line 927, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-user-delete:before {
  content: '\e12a';
  /* '' */
}

/* line 930, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-user-outline:before {
  content: '\e12b';
  /* '' */
}

/* line 933, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-user:before {
  content: '\e12c';
  /* '' */
}

/* line 936, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-vendor-android:before {
  content: '\e12d';
  /* '' */
}

/* line 939, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-vendor-apple:before {
  content: '\e12e';
  /* '' */
}

/* line 942, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-vendor-microsoft:before {
  content: '\e12f';
  /* '' */
}

/* line 945, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-video-outline:before {
  content: '\e130';
  /* '' */
}

/* line 948, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-video:before {
  content: '\e131';
  /* '' */
}

/* line 951, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-volume-down:before {
  content: '\e132';
  /* '' */
}

/* line 954, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-volume-mute:before {
  content: '\e133';
  /* '' */
}

/* line 957, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-volume-up:before {
  content: '\e134';
  /* '' */
}

/* line 960, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-volume:before {
  content: '\e135';
  /* '' */
}

/* line 963, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-warning-outline:before {
  content: '\e136';
  /* '' */
}

/* line 966, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-warning:before {
  content: '\e137';
  /* '' */
}

/* line 969, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-watch:before {
  content: '\e138';
  /* '' */
}

/* line 972, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-waves-outline:before {
  content: '\e139';
  /* '' */
}

/* line 975, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-waves:before {
  content: '\e13a';
  /* '' */
}

/* line 978, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-weather-cloudy:before {
  content: '\e13b';
  /* '' */
}

/* line 981, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-weather-downpour:before {
  content: '\e13c';
  /* '' */
}

/* line 984, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-weather-night:before {
  content: '\e13d';
  /* '' */
}

/* line 987, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-weather-partly-sunny:before {
  content: '\e13e';
  /* '' */
}

/* line 990, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-weather-shower:before {
  content: '\e13f';
  /* '' */
}

/* line 993, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-weather-snow:before {
  content: '\e140';
  /* '' */
}

/* line 996, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-weather-stormy:before {
  content: '\e141';
  /* '' */
}

/* line 999, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-weather-sunny:before {
  content: '\e142';
  /* '' */
}

/* line 1002, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-weather-windy-cloudy:before {
  content: '\e143';
  /* '' */
}

/* line 1005, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-weather-windy:before {
  content: '\e144';
  /* '' */
}

/* line 1008, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-wi-fi-outline:before {
  content: '\e145';
  /* '' */
}

/* line 1011, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-wi-fi:before {
  content: '\e146';
  /* '' */
}

/* line 1014, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-wine:before {
  content: '\e147';
  /* '' */
}

/* line 1017, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-world-outline:before {
  content: '\e148';
  /* '' */
}

/* line 1020, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-world:before {
  content: '\e149';
  /* '' */
}

/* line 1023, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-zoom-in-outline:before {
  content: '\e14a';
  /* '' */
}

/* line 1026, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-zoom-in:before {
  content: '\e14b';
  /* '' */
}

/* line 1029, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-zoom-out-outline:before {
  content: '\e14c';
  /* '' */
}

/* line 1032, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-zoom-out:before {
  content: '\e14d';
  /* '' */
}

/* line 1035, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-zoom-outline:before {
  content: '\e14e';
  /* '' */
}

/* line 1038, vendor/assets/ubold/scss/icons/typicons/typicons.scss */
.typcn-zoom:before {
  content: '\e14f';
  /* '' */
}

@font-face {
  font-family: "dripicons-v2";
  src: url(/assets/fonts/dripicons-v2-ad151d0746dd75a489d6eb535e5f3d471bbf02780d3630fe985ac666e36e6c32.eot);
  src: url(/assets/fonts/dripicons-v2-ad151d0746dd75a489d6eb535e5f3d471bbf02780d3630fe985ac666e36e6c32.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/dripicons-v2-4b33a5ee15d7a32f6e904415610f09d74e2045f323c9ac53686446cccff402ca.woff) format("woff"), url(/assets/fonts/dripicons-v2-392028abebb96293c02e706499884b18d2b1b2571779c373d3f56bce2a03a929.ttf) format("truetype"), url(/assets/fonts/dripicons-v2-146e099af62a4bbaa72091c641716c18115634f1b5dc42fb3378e34e2390cfcd.svg#dripicons-v2) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 15, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
[data-icon]:before {
  font-family: "dripicons-v2" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 27, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
[class^="dripicons-"]:before,
[class*=" dripicons-"]:before {
  font-family: "dripicons-v2" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 39, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-alarm:before {
  content: "\61";
}

/* line 42, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-align-center:before {
  content: "\62";
}

/* line 45, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-align-justify:before {
  content: "\63";
}

/* line 48, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-align-left:before {
  content: "\64";
}

/* line 51, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-align-right:before {
  content: "\65";
}

/* line 54, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-anchor:before {
  content: "\66";
}

/* line 57, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-archive:before {
  content: "\67";
}

/* line 60, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-arrow-down:before {
  content: "\68";
}

/* line 63, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-arrow-left:before {
  content: "\69";
}

/* line 66, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-arrow-right:before {
  content: "\6a";
}

/* line 69, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-arrow-thin-down:before {
  content: "\6b";
}

/* line 72, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-arrow-thin-left:before {
  content: "\6c";
}

/* line 75, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-arrow-thin-right:before {
  content: "\6d";
}

/* line 78, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-arrow-thin-up:before {
  content: "\6e";
}

/* line 81, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-arrow-up:before {
  content: "\6f";
}

/* line 84, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-article:before {
  content: "\70";
}

/* line 87, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-backspace:before {
  content: "\71";
}

/* line 90, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-basket:before {
  content: "\72";
}

/* line 93, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-basketball:before {
  content: "\73";
}

/* line 96, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-battery-empty:before {
  content: "\74";
}

/* line 99, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-battery-full:before {
  content: "\75";
}

/* line 102, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-battery-low:before {
  content: "\76";
}

/* line 105, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-battery-medium:before {
  content: "\77";
}

/* line 108, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-bell:before {
  content: "\78";
}

/* line 111, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-blog:before {
  content: "\79";
}

/* line 114, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-bluetooth:before {
  content: "\7a";
}

/* line 117, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-bold:before {
  content: "\41";
}

/* line 120, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-bookmark:before {
  content: "\42";
}

/* line 123, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-bookmarks:before {
  content: "\43";
}

/* line 126, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-box:before {
  content: "\44";
}

/* line 129, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-briefcase:before {
  content: "\45";
}

/* line 132, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-brightness-low:before {
  content: "\46";
}

/* line 135, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-brightness-max:before {
  content: "\47";
}

/* line 138, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-brightness-medium:before {
  content: "\48";
}

/* line 141, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-broadcast:before {
  content: "\49";
}

/* line 144, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-browser:before {
  content: "\4a";
}

/* line 147, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-browser-upload:before {
  content: "\4b";
}

/* line 150, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-brush:before {
  content: "\4c";
}

/* line 153, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-calendar:before {
  content: "\4d";
}

/* line 156, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-camcorder:before {
  content: "\4e";
}

/* line 159, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-camera:before {
  content: "\4f";
}

/* line 162, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-card:before {
  content: "\50";
}

/* line 165, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-cart:before {
  content: "\51";
}

/* line 168, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-checklist:before {
  content: "\52";
}

/* line 171, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-checkmark:before {
  content: "\53";
}

/* line 174, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-chevron-down:before {
  content: "\54";
}

/* line 177, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-chevron-left:before {
  content: "\55";
}

/* line 180, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-chevron-right:before {
  content: "\56";
}

/* line 183, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-chevron-up:before {
  content: "\57";
}

/* line 186, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-clipboard:before {
  content: "\58";
}

/* line 189, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-clock:before {
  content: "\59";
}

/* line 192, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-clockwise:before {
  content: "\5a";
}

/* line 195, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-cloud:before {
  content: "\30";
}

/* line 198, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-cloud-download:before {
  content: "\31";
}

/* line 201, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-cloud-upload:before {
  content: "\32";
}

/* line 204, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-code:before {
  content: "\33";
}

/* line 207, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-contract:before {
  content: "\34";
}

/* line 210, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-contract-2:before {
  content: "\35";
}

/* line 213, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-conversation:before {
  content: "\36";
}

/* line 216, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-copy:before {
  content: "\37";
}

/* line 219, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-crop:before {
  content: "\38";
}

/* line 222, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-cross:before {
  content: "\39";
}

/* line 225, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-crosshair:before {
  content: "\21";
}

/* line 228, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-cutlery:before {
  content: "\22";
}

/* line 231, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-device-desktop:before {
  content: "\23";
}

/* line 234, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-device-mobile:before {
  content: "\24";
}

/* line 237, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-device-tablet:before {
  content: "\25";
}

/* line 240, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-direction:before {
  content: "\26";
}

/* line 243, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-disc:before {
  content: "\27";
}

/* line 246, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-document:before {
  content: "\28";
}

/* line 249, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-document-delete:before {
  content: "\29";
}

/* line 252, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-document-edit:before {
  content: "\2a";
}

/* line 255, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-document-new:before {
  content: "\2b";
}

/* line 258, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-document-remove:before {
  content: "\2c";
}

/* line 261, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-dot:before {
  content: "\2d";
}

/* line 264, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-dots-2:before {
  content: "\2e";
}

/* line 267, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-dots-3:before {
  content: "\2f";
}

/* line 270, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-download:before {
  content: "\3a";
}

/* line 273, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-duplicate:before {
  content: "\3b";
}

/* line 276, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-enter:before {
  content: "\3c";
}

/* line 279, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-exit:before {
  content: "\3d";
}

/* line 282, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-expand:before {
  content: "\3e";
}

/* line 285, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-expand-2:before {
  content: "\3f";
}

/* line 288, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-experiment:before {
  content: "\40";
}

/* line 291, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-export:before {
  content: "\5b";
}

/* line 294, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-feed:before {
  content: "\5d";
}

/* line 297, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-flag:before {
  content: "\5e";
}

/* line 300, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-flashlight:before {
  content: "\5f";
}

/* line 303, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-folder:before {
  content: "\60";
}

/* line 306, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-folder-open:before {
  content: "\7b";
}

/* line 309, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-forward:before {
  content: "\7c";
}

/* line 312, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-gaming:before {
  content: "\7d";
}

/* line 315, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-gear:before {
  content: "\7e";
}

/* line 318, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-graduation:before {
  content: "\5c";
}

/* line 321, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-graph-bar:before {
  content: "\e000";
}

/* line 324, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-graph-line:before {
  content: "\e001";
}

/* line 327, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-graph-pie:before {
  content: "\e002";
}

/* line 330, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-headset:before {
  content: "\e003";
}

/* line 333, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-heart:before {
  content: "\e004";
}

/* line 336, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-help:before {
  content: "\e005";
}

/* line 339, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-home:before {
  content: "\e006";
}

/* line 342, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-hourglass:before {
  content: "\e007";
}

/* line 345, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-inbox:before {
  content: "\e008";
}

/* line 348, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-information:before {
  content: "\e009";
}

/* line 351, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-italic:before {
  content: "\e00a";
}

/* line 354, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-jewel:before {
  content: "\e00b";
}

/* line 357, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-lifting:before {
  content: "\e00c";
}

/* line 360, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-lightbulb:before {
  content: "\e00d";
}

/* line 363, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-link:before {
  content: "\e00e";
}

/* line 366, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-link-broken:before {
  content: "\e00f";
}

/* line 369, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-list:before {
  content: "\e010";
}

/* line 372, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-loading:before {
  content: "\e011";
}

/* line 375, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-location:before {
  content: "\e012";
}

/* line 378, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-lock:before {
  content: "\e013";
}

/* line 381, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-lock-open:before {
  content: "\e014";
}

/* line 384, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-mail:before {
  content: "\e015";
}

/* line 387, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-map:before {
  content: "\e016";
}

/* line 390, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-media-loop:before {
  content: "\e017";
}

/* line 393, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-media-next:before {
  content: "\e018";
}

/* line 396, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-media-pause:before {
  content: "\e019";
}

/* line 399, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-media-play:before {
  content: "\e01a";
}

/* line 402, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-media-previous:before {
  content: "\e01b";
}

/* line 405, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-media-record:before {
  content: "\e01c";
}

/* line 408, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-media-shuffle:before {
  content: "\e01d";
}

/* line 411, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-media-stop:before {
  content: "\e01e";
}

/* line 414, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-medical:before {
  content: "\e01f";
}

/* line 417, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-menu:before {
  content: "\e020";
}

/* line 420, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-message:before {
  content: "\e021";
}

/* line 423, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-meter:before {
  content: "\e022";
}

/* line 426, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-microphone:before {
  content: "\e023";
}

/* line 429, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-minus:before {
  content: "\e024";
}

/* line 432, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-monitor:before {
  content: "\e025";
}

/* line 435, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-move:before {
  content: "\e026";
}

/* line 438, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-music:before {
  content: "\e027";
}

/* line 441, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-network-1:before {
  content: "\e028";
}

/* line 444, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-network-2:before {
  content: "\e029";
}

/* line 447, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-network-3:before {
  content: "\e02a";
}

/* line 450, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-network-4:before {
  content: "\e02b";
}

/* line 453, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-network-5:before {
  content: "\e02c";
}

/* line 456, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-pamphlet:before {
  content: "\e02d";
}

/* line 459, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-paperclip:before {
  content: "\e02e";
}

/* line 462, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-pencil:before {
  content: "\e02f";
}

/* line 465, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-phone:before {
  content: "\e030";
}

/* line 468, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-photo:before {
  content: "\e031";
}

/* line 471, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-photo-group:before {
  content: "\e032";
}

/* line 474, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-pill:before {
  content: "\e033";
}

/* line 477, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-pin:before {
  content: "\e034";
}

/* line 480, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-plus:before {
  content: "\e035";
}

/* line 483, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-power:before {
  content: "\e036";
}

/* line 486, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-preview:before {
  content: "\e037";
}

/* line 489, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-print:before {
  content: "\e038";
}

/* line 492, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-pulse:before {
  content: "\e039";
}

/* line 495, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-question:before {
  content: "\e03a";
}

/* line 498, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-reply:before {
  content: "\e03b";
}

/* line 501, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-reply-all:before {
  content: "\e03c";
}

/* line 504, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-return:before {
  content: "\e03d";
}

/* line 507, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-retweet:before {
  content: "\e03e";
}

/* line 510, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-rocket:before {
  content: "\e03f";
}

/* line 513, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-scale:before {
  content: "\e040";
}

/* line 516, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-search:before {
  content: "\e041";
}

/* line 519, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-shopping-bag:before {
  content: "\e042";
}

/* line 522, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-skip:before {
  content: "\e043";
}

/* line 525, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-stack:before {
  content: "\e044";
}

/* line 528, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-star:before {
  content: "\e045";
}

/* line 531, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-stopwatch:before {
  content: "\e046";
}

/* line 534, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-store:before {
  content: "\e047";
}

/* line 537, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-suitcase:before {
  content: "\e048";
}

/* line 540, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-swap:before {
  content: "\e049";
}

/* line 543, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-tag:before {
  content: "\e04a";
}

/* line 546, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-tag-delete:before {
  content: "\e04b";
}

/* line 549, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-tags:before {
  content: "\e04c";
}

/* line 552, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-thumbs-down:before {
  content: "\e04d";
}

/* line 555, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-thumbs-up:before {
  content: "\e04e";
}

/* line 558, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-ticket:before {
  content: "\e04f";
}

/* line 561, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-time-reverse:before {
  content: "\e050";
}

/* line 564, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-to-do:before {
  content: "\e051";
}

/* line 567, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-toggles:before {
  content: "\e052";
}

/* line 570, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-trash:before {
  content: "\e053";
}

/* line 573, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-trophy:before {
  content: "\e054";
}

/* line 576, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-upload:before {
  content: "\e055";
}

/* line 579, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-user:before {
  content: "\e056";
}

/* line 582, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-user-group:before {
  content: "\e057";
}

/* line 585, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-user-id:before {
  content: "\e058";
}

/* line 588, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-vibrate:before {
  content: "\e059";
}

/* line 591, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-view-apps:before {
  content: "\e05a";
}

/* line 594, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-view-list:before {
  content: "\e05b";
}

/* line 597, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-view-list-large:before {
  content: "\e05c";
}

/* line 600, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-view-thumb:before {
  content: "\e05d";
}

/* line 603, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-volume-full:before {
  content: "\e05e";
}

/* line 606, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-volume-low:before {
  content: "\e05f";
}

/* line 609, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-volume-medium:before {
  content: "\e060";
}

/* line 612, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-volume-off:before {
  content: "\e061";
}

/* line 615, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-wallet:before {
  content: "\e062";
}

/* line 618, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-warning:before {
  content: "\e063";
}

/* line 621, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-web:before {
  content: "\e064";
}

/* line 624, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-weight:before {
  content: "\e065";
}

/* line 627, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-wifi:before {
  content: "\e066";
}

/* line 630, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-wrong:before {
  content: "\e067";
}

/* line 633, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-zoom-in:before {
  content: "\e068";
}

/* line 636, vendor/assets/ubold/scss/icons/dripicons/dripicons.scss */
.dripicons-zoom-out:before {
  content: "\e069";
}

/*
Template Name: UBold Dashboard
Author: Coderthemes
Email: coderthemes@gmail.com
File: Main Css
*/
/* =============
   Common
============= */
/* line 5, vendor/assets/ubold/scss/_common.scss */
body {
  background: #f5f5f5;
  margin: 0;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

/* line 12, vendor/assets/ubold/scss/_common.scss */
html {
  position: relative;
  min-height: 100%;
  background: #f5f5f5;
}

/* line 18, vendor/assets/ubold/scss/_common.scss */
h1, h2, h3, h4, h5, h6 {
  color: #36404a;
  margin: 10px 0;
  font-weight: normal;
}

/* line 24, vendor/assets/ubold/scss/_common.scss */
h1 {
  line-height: 43px;
}

/* line 28, vendor/assets/ubold/scss/_common.scss */
h2 {
  line-height: 35px;
}

/* line 32, vendor/assets/ubold/scss/_common.scss */
h3 {
  line-height: 30px;
}

/* line 34, vendor/assets/ubold/scss/_common.scss */
h3 small {
  color: #444444;
}

/* line 39, vendor/assets/ubold/scss/_common.scss */
h4 {
  line-height: 22px;
}

/* line 41, vendor/assets/ubold/scss/_common.scss */
h4 small {
  color: #444444;
}

/* line 46, vendor/assets/ubold/scss/_common.scss */
h5 {
  font-size: 15px;
}

/* line 48, vendor/assets/ubold/scss/_common.scss */
h5 small {
  color: #444444;
}

/* line 53, vendor/assets/ubold/scss/_common.scss */
p {
  line-height: 1.6;
  margin-bottom: 10px;
}

/* line 58, vendor/assets/ubold/scss/_common.scss */
* {
  outline: none !important;
}

/* line 62, vendor/assets/ubold/scss/_common.scss */
b {
  font-weight: 500;
}

/* line 67, vendor/assets/ubold/scss/_common.scss */
a:hover {
  outline: 0;
  text-decoration: none;
}

/* line 71, vendor/assets/ubold/scss/_common.scss */
a:active {
  outline: 0;
  text-decoration: none;
}

/* line 75, vendor/assets/ubold/scss/_common.scss */
a:focus {
  outline: 0;
  text-decoration: none;
}

/* Footer */
/* line 83, vendor/assets/ubold/scss/_common.scss */
.footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  bottom: 0;
  color: #58666e;
  text-align: left !important;
  padding: 20px 30px;
  position: relative;
  width: calc(100% - 240px);
  margin-left: auto;
  box-sizing: border-box;
  font-size: 13px;
}

/* line 96, vendor/assets/ubold/scss/_common.scss */
#wrapper {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

/* line 102, vendor/assets/ubold/scss/_common.scss */
.page {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

/* Page titles */
/* line 110, vendor/assets/ubold/scss/_common.scss */
.page-title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 7px;
}

/* line 116, vendor/assets/ubold/scss/_common.scss */
.page-title + .breadcrumb {
  font-size: 0.9rem;
}

/* line 120, vendor/assets/ubold/scss/_common.scss */
.page-title-alt {
  margin-bottom: 23px;
  margin-top: 10px;
}

/* line 124, vendor/assets/ubold/scss/_common.scss */
.page-header {
  border-bottom: 1px solid #DBDDDE;
}

/* line 127, vendor/assets/ubold/scss/_common.scss */
.header-title {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 16px;
  margin-bottom: 8px;
}

/* line 137, vendor/assets/ubold/scss/_common.scss */
.social-links li a {
  -webkit-border-radius: 50%;
  background: #EFF0F4;
  border-radius: 50%;
  color: #7A7676;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}

/* === LOADER === */
/* line 2, vendor/assets/ubold/scss/_loader.scss */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f3f3f3;
  z-index: 9999999;
}

/* line 11, vendor/assets/ubold/scss/_loader.scss */
#status {
  width: 56px;
  height: 56px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
}

/* line 19, vendor/assets/ubold/scss/_loader.scss */
.spinner-wrapper {
  position: relative;
  width: 4em;
  height: 4em;
  border-radius: 100%;
}

/* line 25, vendor/assets/ubold/scss/_loader.scss */
.spinner-wrapper::after {
  content: "";
  background: #f3f3f3;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
}

/* line 35, vendor/assets/ubold/scss/_loader.scss */
.rotator {
  position: relative;
  width: 4em;
  border-radius: 4em;
  overflow: hidden;
  -webkit-animation: rotate 2000ms infinite linear;
  animation: rotate 2000ms infinite linear;
}

/* line 43, vendor/assets/ubold/scss/_loader.scss */
.rotator:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f5707a;
  border: 3px solid #f3f3f3;
  border-radius: 100%;
}

/* line 54, vendor/assets/ubold/scss/_loader.scss */
.inner-spin {
  background: #f3f3f3;
  height: 4em;
  width: 2em;
}

/* line 59, vendor/assets/ubold/scss/_loader.scss */
.inner-spin {
  -webkit-animation: rotate-left 2500ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: rotate-left 2500ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  border-radius: 2em 0 0 2em;
  -webkit-transform-origin: 2em 2em;
  transform-origin: 2em 2em;
}

/* line 66, vendor/assets/ubold/scss/_loader.scss */
.inner-spin:last-child {
  -webkit-animation: rotate-right 2500ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: rotate-right 2500ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  margin-top: -4em;
  border-radius: 0 2em 2em 0;
  float: right;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

@-webkit-keyframes rotate-left {
  60%,
75%,
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-left {
  60%,
75%,
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate-right {
  0%,
25%,
45% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-right {
  0%,
25%,
45% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* =============
   Helper clasess
============= */
/* line 5, vendor/assets/ubold/scss/_helper.scss */
.p-0 {
  padding: 0 !important;
}

/* line 8, vendor/assets/ubold/scss/_helper.scss */
.p-20 {
  padding: 20px !important;
}

/* line 11, vendor/assets/ubold/scss/_helper.scss */
.p-30 {
  padding: 30px !important;
}

/* line 14, vendor/assets/ubold/scss/_helper.scss */
.p-l-0 {
  padding-left: 0 !important;
}

/* line 17, vendor/assets/ubold/scss/_helper.scss */
.p-r-0 {
  padding-right: 0 !important;
}

/* line 20, vendor/assets/ubold/scss/_helper.scss */
.p-t-0 {
  padding-top: 0 !important;
}

/* line 23, vendor/assets/ubold/scss/_helper.scss */
.p-t-10 {
  padding-top: 10px !important;
}

/* line 26, vendor/assets/ubold/scss/_helper.scss */
.p-b-0 {
  padding-bottom: 0 !important;
}

/* line 29, vendor/assets/ubold/scss/_helper.scss */
.p-b-10 {
  padding-bottom: 10px !important;
}

/* line 32, vendor/assets/ubold/scss/_helper.scss */
.p-l-r-10 {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 36, vendor/assets/ubold/scss/_helper.scss */
.m-0 {
  margin: 0 !important;
}

/* line 39, vendor/assets/ubold/scss/_helper.scss */
.m-r-5 {
  margin-right: 5px !important;
}

/* line 42, vendor/assets/ubold/scss/_helper.scss */
.m-r-10 {
  margin-right: 10px !important;
}

/* line 45, vendor/assets/ubold/scss/_helper.scss */
.m-r-15 {
  margin-right: 15px !important;
}

/* line 48, vendor/assets/ubold/scss/_helper.scss */
.m-l-5 {
  margin-left: 5px !important;
}

/* line 51, vendor/assets/ubold/scss/_helper.scss */
.m-l-10 {
  margin-left: 10px !important;
}

/* line 54, vendor/assets/ubold/scss/_helper.scss */
.m-l-15 {
  margin-left: 15px !important;
}

/* line 57, vendor/assets/ubold/scss/_helper.scss */
.m-l-20 {
  margin-left: 20px !important;
}

/* line 60, vendor/assets/ubold/scss/_helper.scss */
.m-t-5 {
  margin-top: 5px !important;
}

/* line 63, vendor/assets/ubold/scss/_helper.scss */
.m-t-0 {
  margin-top: 0 !important;
}

/* line 66, vendor/assets/ubold/scss/_helper.scss */
.m-t-10 {
  margin-top: 10px !important;
}

/* line 69, vendor/assets/ubold/scss/_helper.scss */
.m-t-15 {
  margin-top: 15px !important;
}

/* line 72, vendor/assets/ubold/scss/_helper.scss */
.m-t-20 {
  margin-top: 20px !important;
}

/* line 75, vendor/assets/ubold/scss/_helper.scss */
.m-t-30 {
  margin-top: 30px !important;
}

/* line 78, vendor/assets/ubold/scss/_helper.scss */
.m-t-40 {
  margin-top: 40px !important;
}

/* line 81, vendor/assets/ubold/scss/_helper.scss */
.m-b-0 {
  margin-bottom: 0 !important;
}

/* line 84, vendor/assets/ubold/scss/_helper.scss */
.m-b-5 {
  margin-bottom: 5px !important;
}

/* line 87, vendor/assets/ubold/scss/_helper.scss */
.m-b-10 {
  margin-bottom: 10px !important;
}

/* line 90, vendor/assets/ubold/scss/_helper.scss */
.m-b-15 {
  margin-bottom: 15px !important;
}

/* line 93, vendor/assets/ubold/scss/_helper.scss */
.m-b-20 {
  margin-bottom: 20px !important;
}

/* line 96, vendor/assets/ubold/scss/_helper.scss */
.m-b-30 {
  margin-bottom: 30px !important;
}

/* line 99, vendor/assets/ubold/scss/_helper.scss */
.w-xs {
  min-width: 80px;
}

/* line 102, vendor/assets/ubold/scss/_helper.scss */
.w-sm {
  min-width: 95px;
}

/* line 105, vendor/assets/ubold/scss/_helper.scss */
.w-md {
  min-width: 110px;
}

/* line 108, vendor/assets/ubold/scss/_helper.scss */
.w-lg {
  min-width: 140px;
}

/* line 111, vendor/assets/ubold/scss/_helper.scss */
.m-h-40 {
  min-height: 40px;
}

/* line 114, vendor/assets/ubold/scss/_helper.scss */
.m-h-50 {
  min-height: 50px;
}

/* line 117, vendor/assets/ubold/scss/_helper.scss */
.l-h-34 {
  line-height: 34px;
}

/* line 120, vendor/assets/ubold/scss/_helper.scss */
.font-normal {
  font-weight: normal;
}

/* line 123, vendor/assets/ubold/scss/_helper.scss */
.font-light {
  font-weight: 300;
}

/* line 126, vendor/assets/ubold/scss/_helper.scss */
.font-13 {
  font-size: 13px !important;
}

/* line 129, vendor/assets/ubold/scss/_helper.scss */
.font-16 {
  font-size: 16px !important;
}

/* line 132, vendor/assets/ubold/scss/_helper.scss */
.font-18 {
  font-size: 18px !important;
}

/* line 135, vendor/assets/ubold/scss/_helper.scss */
.wrapper-md {
  padding: 20px;
}

/* line 138, vendor/assets/ubold/scss/_helper.scss */
.pull-in {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 142, vendor/assets/ubold/scss/_helper.scss */
.pull-in-card {
  margin-left: -20px !important;
  margin-right: -20px !important;
}

/* line 146, vendor/assets/ubold/scss/_helper.scss */
.b-0 {
  border: none !important;
}

/* line 149, vendor/assets/ubold/scss/_helper.scss */
.vertical-middle {
  vertical-align: middle;
}

/* line 152, vendor/assets/ubold/scss/_helper.scss */
.b-r-0 {
  border-radius: 0 !important;
}

/* line 155, vendor/assets/ubold/scss/_helper.scss */
.bx-shadow {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* line 159, vendor/assets/ubold/scss/_helper.scss */
.mx-box {
  max-height: 380px;
  min-height: 380px;
}

/* line 163, vendor/assets/ubold/scss/_helper.scss */
.thumb-sm {
  height: 32px;
  width: 32px;
}

/* line 167, vendor/assets/ubold/scss/_helper.scss */
.thumb-md {
  height: 48px;
  width: 48px;
}

/* line 171, vendor/assets/ubold/scss/_helper.scss */
.thumb-lg {
  height: 88px;
  width: 88px;
}

/* line 176, vendor/assets/ubold/scss/_helper.scss */
.ta-center {
  text-align: center;
}

/* line 180, vendor/assets/ubold/scss/_helper.scss */
.ta-right {
  text-align: right;
}

/* line 184, vendor/assets/ubold/scss/_helper.scss */
.ta-left {
  text-align: left;
}

/* =============
   Extras
============= */
/* Table type box */
/* line 193, vendor/assets/ubold/scss/_helper.scss */
.table-box {
  display: table;
  height: 100%;
  width: 100%;
}

/* line 198, vendor/assets/ubold/scss/_helper.scss */
.table-box .table-detail {
  display: table-cell;
  vertical-align: middle;
}

/* Card Box */
/* line 204, vendor/assets/ubold/scss/_helper.scss */
.card-box {
  padding: 20px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-bottom: 30px;
  background-clip: padding-box;
  background-color: #ffffff;
}

/* Grid page */
/* line 216, vendor/assets/ubold/scss/_helper.scss */
.grid-structure .grid-container {
  background-color: #f4f8fb;
  margin-bottom: 10px;
  padding: 10px 20px;
}

/* Demo only */
/* line 225, vendor/assets/ubold/scss/_helper.scss */
.icon-list-demo div {
  cursor: pointer;
  line-height: 45px;
  white-space: nowrap;
  color: #75798B;
}

/* line 231, vendor/assets/ubold/scss/_helper.scss */
.icon-list-demo div:hover {
  color: #ffffff;
}

/* line 235, vendor/assets/ubold/scss/_helper.scss */
.icon-list-demo div p {
  margin-bottom: 0;
  line-height: inherit;
}

/* line 240, vendor/assets/ubold/scss/_helper.scss */
.icon-list-demo i {
  -webkit-transition: all 0.2s;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  text-align: center;
  transition: all 0.2s;
  vertical-align: middle;
  width: 40px;
}

/* line 250, vendor/assets/ubold/scss/_helper.scss */
.icon-list-demo .col-md-4 {
  border-radius: 3px;
}

/* line 252, vendor/assets/ubold/scss/_helper.scss */
.icon-list-demo .col-md-4:hover {
  background-color: #62a3ff;
}

/* line 255, vendor/assets/ubold/scss/_helper.scss */
.icon-list-demo .col-md-4:hover i {
  -o-transform: scale(2);
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  transform: scale(2);
}

/* line 266, vendor/assets/ubold/scss/_helper.scss */
.button-list {
  margin-left: -8px;
  margin-bottom: -12px;
}

/* line 269, vendor/assets/ubold/scss/_helper.scss */
.button-list .btn {
  margin-bottom: 12px;
  margin-left: 8px;
}

/* Switchery demo */
/* line 277, vendor/assets/ubold/scss/_helper.scss */
.switchery-demo .switchery {
  margin-bottom: 10px;
}

/* =============
   Bootstrap-custom
============= */
/* line 4, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.container {
  width: auto;
}

/* line 8, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.container-alt {
  margin-left: auto;
  margin-right: auto;
}

/* line 13, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.breadcrumb {
  background-color: transparent;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-left: 0;
}

/* line 19, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.breadcrumb a {
  color: #98a6ad;
}

/* line 24, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "\f105" !important;
  font-family: FontAwesome !important;
}

/* Dropdown */
/* line 32, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.dropdown-menu {
  padding: 4px 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  font-size: 14px;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  margin-top: 20px !important;
  border: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

/* line 47, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.show > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0 !important;
}

/* line 53, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #36404a;
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 59, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.dropdown-item {
  padding: 6px 1.5rem;
}

/* line 63, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.dropdown-lg {
  width: 260px;
}

/* line 67, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.arrow-none:after {
  border: none;
  margin: 0;
  display: none;
}

/* line 74, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.popover-header {
  margin-top: 0;
}

/* Close Icon */
/* line 79, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.close {
  opacity: .6;
}

/* Background colors */
/* line 84, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.bg-custom {
  background-color: #62a3ff !important;
}

/* line 88, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.bg-primary {
  background-color: #4285f4 !important;
}

/* line 92, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.bg-success {
  background-color: #2bbbad !important;
}

/* line 96, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.bg-info {
  background-color: #33b5e5 !important;
}

/* line 100, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.bg-warning {
  background-color: #ff8800 !important;
}

/* line 104, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.bg-danger {
  background-color: #ef4554 !important;
}

/* line 108, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.bg-muted {
  background-color: #f4f8fb !important;
}

/* line 112, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.bg-inverse {
  background-color: #4c5667 !important;
}

/* line 116, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.bg-purple {
  background-color: #7266ba !important;
}

/* line 120, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.bg-pink {
  background-color: #fb6d9d !important;
}

/* line 124, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.bg-white {
  background-color: #ffffff !important;
}

/* line 128, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.bg-lightdark {
  background-color: #f4f8fb !important;
}

/* Text colors */
/* line 133, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.text-custom {
  color: #62a3ff !important;
}

/* line 137, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.text-white {
  color: #ffffff !important;
}

/* line 141, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.text-danger {
  color: #ef4554 !important;
}

/* line 145, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.text-muted {
  color: #98a6ad !important;
}

/* line 149, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.text-primary {
  color: #4285f4 !important;
}

/* line 153, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.text-warning {
  color: #ff8800 !important;
}

/* line 157, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.text-success {
  color: #2bbbad !important;
}

/* line 161, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.text-info {
  color: #33b5e5 !important;
}

/* line 165, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.text-inverse {
  color: #4c5667 !important;
}

/* line 169, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.text-pink {
  color: #fb6d9d !important;
}

/* line 173, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.text-purple {
  color: #7266ba !important;
}

/* line 177, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.text-dark {
  color: #797979 !important;
}

/* Labels */
/* line 183, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.label {
  display: inline;
  padding: 0.3em .6em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 196, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.label:empty {
  display: none;
}

/* line 200, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.label-white {
  background-color: rgba(255, 255, 255, 0.7);
  color: #36404a !important;
}

/* line 205, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.label-default {
  background-color: #62a3ff;
}

/* line 209, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.label-primary {
  background-color: #4285f4;
}

/* line 213, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.label-success {
  background-color: #2bbbad;
}

/* line 217, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.label-info {
  background-color: #33b5e5;
}

/* line 221, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.label-warning {
  background-color: #ff8800;
}

/* line 225, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.label-danger {
  background-color: #ef4554;
}

/* line 229, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.label-purple {
  background-color: #7266ba;
}

/* line 233, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.label-pink {
  background-color: #fb6d9d;
}

/* line 237, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.label-inverse {
  background-color: #4c5667;
}

/* line 241, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.label-muted {
  background-color: #98a6ad;
}

/* Badge */
/* line 247, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.badge {
  text-transform: uppercase;
  padding: 5px 5px 3px 5px;
  margin-top: 1px;
  display: inline-block;
  min-width: 10px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px;
  background-color: #62a3ff;
}

/* line 263, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.badge-xs {
  font-size: 9px;
}

/* line 267, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.badge-xs, .badge-sm {
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

/* line 274, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.badge-white {
  background-color: rgba(255, 255, 255, 0.7);
  color: #36404a !important;
}

/* line 279, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.badge-primary {
  background-color: #4285f4;
}

/* line 283, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.badge-success {
  background-color: #2bbbad;
}

/* line 287, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.badge-info {
  background-color: #33b5e5;
}

/* line 291, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.badge-warning {
  background-color: #ff8800;
}

/* line 295, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.badge-danger {
  background-color: #ef4554;
}

/* line 299, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.badge-purple {
  background-color: #7266ba;
}

/* line 303, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.badge-pink {
  background-color: #fb6d9d;
}

/* line 307, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.badge-inverse {
  background-color: #4c5667;
}

/* List group */
/* line 313, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.list-group-item {
  border: 1px solid #ebeff2;
}

/* line 317, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  background-color: #62a3ff;
  border-color: #62a3ff;
}

/* Dropcap */
/* line 324, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.dropcap {
  font-size: 3.1em;
}

/* line 328, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.dropcap, .dropcap-circle, .dropcap-square {
  display: block;
  float: left;
  font-weight: 400;
  line-height: 36px;
  margin-right: 6px;
  text-shadow: none;
}

/* Tooltips */
/* line 339, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.tooltip-inner {
  border-radius: 1px;
  padding: 6px 10px;
}

/* line 343, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: auto !important;
  height: auto !important;
}

/* Popover */
/* line 354, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.popover {
  font-family: inherit;
  border-radius: 3px;
}

/* line 358, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.popover .popover-title {
  background-color: transparent;
  color: #62a3ff;
  font-weight: 600;
  margin: 0;
}

/* Code */
/* line 367, vendor/assets/ubold/scss/_bootstrap-reset.scss */
code {
  color: #4285f4;
  background-color: #f4f8fb;
  border-radius: 4px;
}

/* Pre */
/* line 374, vendor/assets/ubold/scss/_bootstrap-reset.scss */
pre {
  background-color: #f4f8fb;
  border: 1px solid #D4D8DA;
}

/* Media */
/* line 380, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.media {
  margin-bottom: 20px;
}

/* line 383, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.media .media-heading {
  font-weight: 600;
  font-size: 16px;
}

/* line 388, vendor/assets/ubold/scss/_bootstrap-reset.scss */
.media:last-of-type {
  margin-bottom: 0;
}

/* Pagination/ Pager */
/* line 3, vendor/assets/ubold/scss/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 9, vendor/assets/ubold/scss/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 15, vendor/assets/ubold/scss/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  color: #36404a;
}

/* line 20, vendor/assets/ubold/scss/_pagination.scss */
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

/* line 27, vendor/assets/ubold/scss/_pagination.scss */
.pagination-split li {
  margin-left: 5px;
  display: inline-block;
  float: left;
}

/* line 33, vendor/assets/ubold/scss/_pagination.scss */
.pagination-split li:first-child {
  margin-left: 0;
}

/* line 37, vendor/assets/ubold/scss/_pagination.scss */
.pagination-split li a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 43, vendor/assets/ubold/scss/_pagination.scss */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.page-item.active .page-link {
  background-color: #62a3ff;
  border-color: #62a3ff;
}

/* line 54, vendor/assets/ubold/scss/_pagination.scss */
.pager li > a, .pager li > span {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #36404a;
}

/* Form components */
/* line 3, vendor/assets/ubold/scss/_form-components.scss */
.form-group-custom {
  position: relative;
  margin-bottom: 30px;
}

/* line 8, vendor/assets/ubold/scss/_form-components.scss */
.form-group-custom textarea {
  resize: none;
}

/* line 11, vendor/assets/ubold/scss/_form-components.scss */
.form-group-custom select {
  width: 100%;
  padding: 7px 12px 7px 0;
  background: none;
  border: none;
  line-height: 1.6;
  box-shadow: none;
}

/* line 19, vendor/assets/ubold/scss/_form-components.scss */
.form-group-custom .control-label {
  position: absolute;
  top: 0.25rem;
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  color: #98a6ad;
  font-weight: normal;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
}

/* line 30, vendor/assets/ubold/scss/_form-components.scss */
.form-group-custom .bar {
  position: relative;
  border-bottom: 0.0625rem solid #999;
  display: block;
}

/* line 35, vendor/assets/ubold/scss/_form-components.scss */
.form-group-custom .bar::before {
  content: '';
  height: 0.125rem;
  width: 0;
  left: 50%;
  bottom: -0.0625rem;
  position: absolute;
  background: #62a3ff;
  -webkit-transition: left 0.28s ease, width 0.28s ease;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}

/* line 47, vendor/assets/ubold/scss/_form-components.scss */
.form-group-custom input,
.form-group-custom textarea {
  display: block;
  background: none;
  padding: 7px 12px;
  border: none;
  width: 100%;
  color: transparent;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  box-shadow: none;
}

/* line 59, vendor/assets/ubold/scss/_form-components.scss */
.form-group-custom input[type="file"] {
  line-height: 1;
}

/* line 62, vendor/assets/ubold/scss/_form-components.scss */
.form-group-custom input[type="file"] ~ .bar {
  display: none;
}

/* line 65, vendor/assets/ubold/scss/_form-components.scss */
.form-group-custom select,
.form-group-custom input:focus,
.form-group-custom input:valid,
.form-group-custom input.form-file,
.form-group-custom input.has-value,
.form-group-custom textarea:focus,
.form-group-custom textarea:valid,
.form-group-custom textarea.form-file,
.form-group-custom textarea.has-value {
  color: #333;
}

/* line 76, vendor/assets/ubold/scss/_form-components.scss */
.form-group-custom select ~ .control-label,
.form-group-custom input:focus ~ .control-label,
.form-group-custom input:valid ~ .control-label,
.form-group-custom input.form-file ~ .control-label,
.form-group-custom input.has-value ~ .control-label,
.form-group-custom textarea:focus ~ .control-label,
.form-group-custom textarea:valid ~ .control-label,
.form-group-custom textarea.form-file ~ .control-label,
.form-group-custom textarea.has-value ~ .control-label {
  font-size: 0.8rem;
  color: gray;
  top: -1rem;
  left: 0;
}

/* line 90, vendor/assets/ubold/scss/_form-components.scss */
.form-group-custom select:focus,
.form-group-custom input:focus,
.form-group-custom textarea:focus {
  outline: none;
}

/* line 95, vendor/assets/ubold/scss/_form-components.scss */
.form-group-custom select:focus ~ .control-label,
.form-group-custom input:focus ~ .control-label,
.form-group-custom textarea:focus ~ .control-label {
  color: #62a3ff;
}

/* line 100, vendor/assets/ubold/scss/_form-components.scss */
.form-group-custom select:focus ~ .bar::before,
.form-group-custom input:focus ~ .bar::before,
.form-group-custom textarea:focus ~ .bar::before {
  width: 100%;
  left: 0;
}

/* line 108, vendor/assets/ubold/scss/_form-components.scss */
.form-control {
  font-family: inherit;
  background-color: #ffffff;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  color: #565656;
  padding: 7px 12px;
  height: 38px;
  max-width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

/* line 125, vendor/assets/ubold/scss/_form-components.scss */
.form-control:focus {
  background-color: #ffffff;
  border: 1px solid #AAAAAA;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 !important;
  color: #333333;
}

/* line 135, vendor/assets/ubold/scss/_form-components.scss */
textarea.form-control {
  min-height: 90px;
}

/* line 139, vendor/assets/ubold/scss/_form-components.scss */
select[multiple] {
  height: auto;
}

/* line 143, vendor/assets/ubold/scss/_form-components.scss */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 150, vendor/assets/ubold/scss/_form-components.scss */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 158, vendor/assets/ubold/scss/_form-components.scss */
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}

/* line 164, vendor/assets/ubold/scss/_form-components.scss */
.form-control-feedback {
  line-height: 38px !important;
}

/* line 168, vendor/assets/ubold/scss/_form-components.scss */
.input-group-btn .btn {
  padding: 8px 12px;
}

/* line 171, vendor/assets/ubold/scss/_form-components.scss */
.input-group-btn .btn-sm, .input-group-btn .btn-group-sm > .btn {
  padding: 5px 10px;
}

/* line 174, vendor/assets/ubold/scss/_form-components.scss */
.input-group-btn .btn-lg, .input-group-btn .btn-group-lg > .btn {
  padding: 10px 17px;
}

/* line 181, vendor/assets/ubold/scss/_form-components.scss */
.has-success .form-control {
  border-color: #2bbbad;
  box-shadow: none !important;
}

/* line 188, vendor/assets/ubold/scss/_form-components.scss */
.has-warning .form-control {
  border-color: #ff8800;
  box-shadow: none !important;
}

/* line 195, vendor/assets/ubold/scss/_form-components.scss */
.has-error .form-control {
  border-color: #ef4554;
  box-shadow: none !important;
}

/* line 201, vendor/assets/ubold/scss/_form-components.scss */
.input-group-addon {
  border-radius: 2px;
  border: 1px solid #eeeeee;
}

/* Tabs-Accordions */
/* line 3, vendor/assets/ubold/scss/_tabs-accordions.scss */
.tabs {
  background-color: #ffffff;
  margin: 0 auto;
  padding: 0;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

/* line 10, vendor/assets/ubold/scss/_tabs-accordions.scss */
.tabs li.tab {
  background-color: #ffffff;
  display: block;
  float: left;
  margin: 0;
  text-align: center;
}

/* line 16, vendor/assets/ubold/scss/_tabs-accordions.scss */
.tabs li.tab a {
  -moz-transition: color 0.28s ease;
  -ms-transition: color 0.28s ease;
  -o-transition: color 0.28s ease;
  -webkit-transition: color 0.28s ease;
  color: #ee6e73;
  display: block;
  height: 100%;
  text-decoration: none;
  transition: color 0.28s ease;
  width: 100%;
}

/* line 28, vendor/assets/ubold/scss/_tabs-accordions.scss */
.tabs li.tab a.active {
  color: #62a3ff !important;
}

/* line 32, vendor/assets/ubold/scss/_tabs-accordions.scss */
.tabs .indicator {
  background-color: #62a3ff;
  bottom: 0;
  height: 2px;
  position: absolute;
  will-change: left, right;
}

/* line 42, vendor/assets/ubold/scss/_tabs-accordions.scss */
.tabs-top .indicator {
  top: 0;
}

/* line 49, vendor/assets/ubold/scss/_tabs-accordions.scss */
.nav-pills li a {
  line-height: 36px !important;
}

/* line 54, vendor/assets/ubold/scss/_tabs-accordions.scss */
.nav-pills li.active a {
  background-color: #62a3ff !important;
}

/* line 57, vendor/assets/ubold/scss/_tabs-accordions.scss */
.nav-pills li.active a:hover {
  background-color: #62a3ff !important;
}

/* line 60, vendor/assets/ubold/scss/_tabs-accordions.scss */
.nav-pills li.active a:focus {
  background-color: #62a3ff !important;
}

/* line 66, vendor/assets/ubold/scss/_tabs-accordions.scss */
.nav.nav-tabs + .tab-content {
  background: #ffffff;
  margin-bottom: 30px;
  padding: 30px;
}

/* line 72, vendor/assets/ubold/scss/_tabs-accordions.scss */
.tabs-vertical-env {
  margin-bottom: 30px;
}

/* line 74, vendor/assets/ubold/scss/_tabs-accordions.scss */
.tabs-vertical-env .tab-content {
  background: #ffffff;
  display: table-cell;
  margin-bottom: 30px;
  padding: 30px;
  vertical-align: top;
}

/* line 81, vendor/assets/ubold/scss/_tabs-accordions.scss */
.tabs-vertical-env .nav.tabs-vertical {
  display: table-cell;
  min-width: 120px;
  vertical-align: top;
  width: 150px;
}

/* line 86, vendor/assets/ubold/scss/_tabs-accordions.scss */
.tabs-vertical-env .nav.tabs-vertical li > a {
  color: #333333;
  text-align: center;
  white-space: nowrap;
}

/* line 91, vendor/assets/ubold/scss/_tabs-accordions.scss */
.tabs-vertical-env .nav.tabs-vertical li > a.active {
  background-color: #ffffff;
  border: 0;
}

/* line 98, vendor/assets/ubold/scss/_tabs-accordions.scss */
.nav.nav-tabs > li.active > a {
  background-color: #ffffff;
  border: 0;
}

/* line 102, vendor/assets/ubold/scss/_tabs-accordions.scss */
.nav-pills > .active > a > .badge {
  color: #62a3ff;
}

/* line 105, vendor/assets/ubold/scss/_tabs-accordions.scss */
.nav.nav-tabs > li > a, .nav.tabs-vertical > li > a {
  background-color: transparent;
  border-radius: 0;
  border: none;
  color: #505461 !important;
  cursor: pointer;
  line-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 0.03em;
  font-weight: 500;
}

/* line 117, vendor/assets/ubold/scss/_tabs-accordions.scss */
.nav.nav-tabs > li > a:hover, .nav.tabs-vertical > li > a:hover {
  color: #62a3ff !important;
}

/* line 122, vendor/assets/ubold/scss/_tabs-accordions.scss */
.tab-content {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  color: #777777;
}

/* line 129, vendor/assets/ubold/scss/_tabs-accordions.scss */
.nav.nav-tabs > li:last-of-type a {
  margin-right: 0;
}

/* line 135, vendor/assets/ubold/scss/_tabs-accordions.scss */
.nav.nav-tabs {
  border-bottom: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 140, vendor/assets/ubold/scss/_tabs-accordions.scss */
.navtab-bg {
  background-color: #ededed;
}

/* line 144, vendor/assets/ubold/scss/_tabs-accordions.scss */
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus,
.tabs-vertical-env .nav.tabs-vertical li.active > a {
  border: none;
}

/* line 149, vendor/assets/ubold/scss/_tabs-accordions.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .tabs-vertical > li > a.active,
.tabs-vertical > li > a.active:focus, .tabs-vertical > li > a.active:hover {
  color: #62a3ff !important;
}

/* line 155, vendor/assets/ubold/scss/_tabs-accordions.scss */
.tabs-vertical-env .tab-content {
  margin-bottom: 0;
}

/* Alert */
/* line 4, vendor/assets/ubold/scss/_alerts.scss */
.alert .btn {
  margin-top: 10px;
}

/* line 8, vendor/assets/ubold/scss/_alerts.scss */
.alert-success, .flash-container .flash-success {
  background-color: #2bbbad;
  border-color: #2bbbad;
  color: #ffffff;
}

/* line 13, vendor/assets/ubold/scss/_alerts.scss */
.alert-success .alert-link, .flash-container .flash-success .alert-link {
  color: #ffffff;
}

/* line 17, vendor/assets/ubold/scss/_alerts.scss */
.alert-info, .flash-container .flash-notice {
  background-color: #33b5e5;
  border-color: #33b5e5;
  color: #ffffff;
}

/* line 22, vendor/assets/ubold/scss/_alerts.scss */
.alert-info .alert-link, .flash-container .flash-notice .alert-link {
  color: #ffffff;
}

/* line 27, vendor/assets/ubold/scss/_alerts.scss */
.alert-warning {
  background-color: #ff8800;
  border-color: #ff8800;
  color: #ffffff;
}

/* line 32, vendor/assets/ubold/scss/_alerts.scss */
.alert-warning .alert-link {
  color: #ffffff;
}

/* line 36, vendor/assets/ubold/scss/_alerts.scss */
.alert-danger, .flash-container .flash-error {
  background-color: #ef4554;
  border-color: #ef4554;
  color: #ffffff;
}

/* line 41, vendor/assets/ubold/scss/_alerts.scss */
.alert-danger .alert-link, .flash-container .flash-error .alert-link {
  color: #ffffff;
}

/* line 48, vendor/assets/ubold/scss/_alerts.scss */
.notifyjs-metro-base {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
}

/* Modals */
/* line 4, vendor/assets/ubold/scss/_modals.scss */
.modal .modal-dialog .modal-content {
  -moz-box-shadow: none;
  border-color: transparent;
  border-radius: 2px;
  padding: 25px;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 11, vendor/assets/ubold/scss/_modals.scss */
.modal .modal-dialog .modal-content .modal-header {
  border-bottom-width: 2px;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
}

/* line 17, vendor/assets/ubold/scss/_modals.scss */
.modal .modal-dialog .modal-content .modal-body {
  padding: 20px 0;
}

/* line 20, vendor/assets/ubold/scss/_modals.scss */
.modal .modal-dialog .modal-content .modal-footer {
  padding: 0;
  padding-top: 15px;
}

/* line 28, vendor/assets/ubold/scss/_modals.scss */
.modal-full {
  width: 98%;
  max-width: 100%;
}

/* line 34, vendor/assets/ubold/scss/_modals.scss */
.modal-content .nav.nav-tabs + .tab-content {
  margin-bottom: 0;
}

/* Custom-modal */
/* line 41, vendor/assets/ubold/scss/_modals.scss */
.modal-demo {
  background-color: #ffffff;
  width: 600px;
  border-radius: 2px;
  display: none;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 49, vendor/assets/ubold/scss/_modals.scss */
.modal-demo .close {
  position: absolute;
  top: 15px;
  right: 25px;
  color: #eeeeee;
}

/* line 57, vendor/assets/ubold/scss/_modals.scss */
.custom-modal-title {
  padding: 15px 25px 15px 25px;
  line-height: 22px;
  font-size: 18px;
  background-color: #36404a;
  color: #ffffff;
  text-align: left;
  margin: 0;
}

/* line 66, vendor/assets/ubold/scss/_modals.scss */
.custom-modal-text {
  padding: 20px;
}

/* line 71, vendor/assets/ubold/scss/_modals.scss */
.custombox-modal-flash .close, .custombox-modal-rotatedown .close {
  top: 20px;
  z-index: 9999;
}

/* =============
   Carousel
============= */
/* line 5, vendor/assets/ubold/scss/_carousel.scss */
.carousel-control {
  width: 10%;
}

/* line 8, vendor/assets/ubold/scss/_carousel.scss */
.carousel-control span {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  font-size: 30px;
}

/* line 17, vendor/assets/ubold/scss/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* Owl */
/* line 23, vendor/assets/ubold/scss/_carousel.scss */
.slider-bg {
  background-size: cover !important;
  padding: 5.5% 4.5%;
}

/*===================================
   Topbar,Left-sidebar,Right-sidebar
  ===================================*/
/* line 5, vendor/assets/ubold/scss/_menu.scss */
.topbar {
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}

/* line 11, vendor/assets/ubold/scss/_menu.scss */
.topbar .topbar-left {
  float: left;
  position: relative;
  width: 240px;
  z-index: 1;
  background-color: #ffffff;
}

/* line 19, vendor/assets/ubold/scss/_menu.scss */
.topbar .topbar-left-sm {
  width: 180px;
}

/* line 22, vendor/assets/ubold/scss/_menu.scss */
.topbar .topbar-left-sm + .navbar-custom {
  margin-left: 180px;
}

/* line 27, vendor/assets/ubold/scss/_menu.scss */
.logo {
  color: #ffffff !important;
  font-size: 20px !important;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 70px;
  padding-top: 0 !important;
}

/* line 35, vendor/assets/ubold/scss/_menu.scss */
.logo h1 {
  height: 50px;
  margin: 0 auto;
  text-align: center;
}

/* line 40, vendor/assets/ubold/scss/_menu.scss */
.logo .icon-c-logo {
  display: none;
}

/* line 44, vendor/assets/ubold/scss/_menu.scss */
.logo img {
  margin-right: 5px;
}

/* line 49, vendor/assets/ubold/scss/_menu.scss */
.navbar-custom {
  display: flex;
  background-color: #ffffff;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0 10px 0 0;
  min-height: 70px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

/* line 58, vendor/assets/ubold/scss/_menu.scss */
.navbar-custom .nav-link {
  padding: 0;
  line-height: 67px;
  color: rgba(255, 255, 255, 0.6);
}

/* line 65, vendor/assets/ubold/scss/_menu.scss */
.navbar-custom .dropdown-toggle:after {
  content: initial;
}

/* line 70, vendor/assets/ubold/scss/_menu.scss */
.navbar-custom .menu-left {
  display: flex;
  flex: 1;
  overflow: hidden;
}

/* line 77, vendor/assets/ubold/scss/_menu.scss */
.flash-messages-wrapper {
  right: 45px;
  position: absolute;
}

/* line 81, vendor/assets/ubold/scss/_menu.scss */
.nav > li > a {
  line-height: 60px;
  padding: 0 15px;
  position: relative;
}

/* line 86, vendor/assets/ubold/scss/_menu.scss */
.nav > li > a i {
  font-size: 16px;
}

/* line 92, vendor/assets/ubold/scss/_menu.scss */
.profile img {
  border: 2px solid #edf0f0;
  height: 36px;
  width: 36px;
}

/* Notification */
/* line 100, vendor/assets/ubold/scss/_menu.scss */
.notification-list {
  margin-left: 0 !important;
}

/* line 103, vendor/assets/ubold/scss/_menu.scss */
.notification-list .noti-title {
  margin-bottom: 0;
  width: auto;
  padding: 12px 20px;
}

/* line 108, vendor/assets/ubold/scss/_menu.scss */
.notification-list .noti-title h5 {
  margin: 0;
}

/* line 112, vendor/assets/ubold/scss/_menu.scss */
.notification-list .noti-title .label {
  float: right;
}

/* line 117, vendor/assets/ubold/scss/_menu.scss */
.notification-list .noti-icon {
  font-size: 18px;
  padding: 0 12px;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.8);
}

/* line 123, vendor/assets/ubold/scss/_menu.scss */
.notification-list .noti-icon-badge {
  display: inline-block;
  position: absolute;
  top: 14px;
  right: 8px;
}

/* line 129, vendor/assets/ubold/scss/_menu.scss */
.notification-list .notify-item {
  padding: 10px 20px;
}

/* line 132, vendor/assets/ubold/scss/_menu.scss */
.notification-list .notify-item .notify-icon {
  float: left;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  color: #ffffff;
}

/* line 142, vendor/assets/ubold/scss/_menu.scss */
.notification-list .notify-item .notify-icon img {
  margin-top: 4px;
}

/* line 146, vendor/assets/ubold/scss/_menu.scss */
.notification-list .notify-item .notify-details {
  margin-bottom: 0;
  overflow: hidden;
  margin-left: 45px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 152, vendor/assets/ubold/scss/_menu.scss */
.notification-list .notify-item .notify-details b {
  font-weight: 500;
}

/* line 155, vendor/assets/ubold/scss/_menu.scss */
.notification-list .notify-item .notify-details small {
  display: block;
}

/* line 158, vendor/assets/ubold/scss/_menu.scss */
.notification-list .notify-item .notify-details span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}

/* line 167, vendor/assets/ubold/scss/_menu.scss */
.notification-list .notify-all {
  border-radius: 0 0 0.25rem 0.25rem;
  margin: 0 0 -5px 0;
  background-color: #eeeeee;
}

/* line 173, vendor/assets/ubold/scss/_menu.scss */
.notification-list .profile-dropdown .notify-item {
  padding: 4px 20px;
}

/* line 179, vendor/assets/ubold/scss/_menu.scss */
.profile-dropdown {
  width: 170px;
}

/* line 181, vendor/assets/ubold/scss/_menu.scss */
.profile-dropdown i {
  font-size: 17px;
  vertical-align: middle;
  margin-right: 5px;
}

/* line 186, vendor/assets/ubold/scss/_menu.scss */
.profile-dropdown span {
  vertical-align: middle;
}

/* line 192, vendor/assets/ubold/scss/_menu.scss */
.nav-user {
  padding: 0 12px !important;
}

/* line 195, vendor/assets/ubold/scss/_menu.scss */
.nav-user img {
  height: 36px;
  width: 36px;
}

/* line 201, vendor/assets/ubold/scss/_menu.scss */
.navbar-nav {
  margin: 0;
}

/* line 205, vendor/assets/ubold/scss/_menu.scss */
.side-menu {
  bottom: 0;
  top: 0;
  width: 240px;
  z-index: 2;
}

/* line 212, vendor/assets/ubold/scss/_menu.scss */
.side-menu.left {
  background: #2a2b2c;
}

/* line 217, vendor/assets/ubold/scss/_menu.scss */
body.fixed-left .side-menu.left {
  bottom: 50px;
  height: 100%;
  margin-bottom: -70px;
  margin-top: 0;
  padding-bottom: 70px;
  position: fixed;
}

/* line 227, vendor/assets/ubold/scss/_menu.scss */
.content-page {
  margin-left: 240px;
  overflow: hidden;
}

/* line 232, vendor/assets/ubold/scss/_menu.scss */
.content-page > .content {
  margin-bottom: 60px;
  min-height: 300px;
  padding: 20px 10px 0 10px;
}

/* line 238, vendor/assets/ubold/scss/_menu.scss */
.button-menu-mobile {
  border: none;
  color: #2a2b2c;
  display: inline-block;
  height: 70px;
  width: 60px;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 16px;
}

/* line 248, vendor/assets/ubold/scss/_menu.scss */
.sidebar-inner {
  height: 100%;
}

/* line 252, vendor/assets/ubold/scss/_menu.scss */
#sidebar-menu, #sidebar-menu ul, #sidebar-menu li, #sidebar-menu a {
  border: 0;
  font-weight: normal;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
}

/* line 263, vendor/assets/ubold/scss/_menu.scss */
#sidebar-menu {
  padding-bottom: 30px;
  padding-top: 30px;
  width: 100%;
}

/* line 269, vendor/assets/ubold/scss/_menu.scss */
#sidebar-menu .nav > li > a .badge {
  position: absolute;
  right: 10px;
  top: 12px;
}

/* line 276, vendor/assets/ubold/scss/_menu.scss */
#sidebar-menu a {
  line-height: 1.3;
}

/* line 280, vendor/assets/ubold/scss/_menu.scss */
#sidebar-menu ul ul {
  display: none;
}

/* line 282, vendor/assets/ubold/scss/_menu.scss */
#sidebar-menu ul ul li {
  border-top: 0;
}

/* line 286, vendor/assets/ubold/scss/_menu.scss */
#sidebar-menu ul ul li.active a {
  background: #2a2b2c;
}

/* line 290, vendor/assets/ubold/scss/_menu.scss */
#sidebar-menu ul ul a {
  color: #ffffff;
  display: block;
  padding: 10px 20px 10px 62px;
}

/* line 295, vendor/assets/ubold/scss/_menu.scss */
#sidebar-menu ul ul a i {
  margin-right: 5px;
}

/* line 300, vendor/assets/ubold/scss/_menu.scss */
#sidebar-menu ul ul ul a {
  padding-left: 80px;
}

/* line 306, vendor/assets/ubold/scss/_menu.scss */
#sidebar-menu .label {
  margin-top: 2px;
}

/* line 314, vendor/assets/ubold/scss/_menu.scss */
#sidebar-menu > ul > li > a {
  color: white;
  display: block;
  padding: 15px 20px;
  font-size: 15px;
}

/* line 320, vendor/assets/ubold/scss/_menu.scss */
#sidebar-menu > ul > li > a:hover {
  text-decoration: none;
  background: #2a2b2c;
}

/* line 326, vendor/assets/ubold/scss/_menu.scss */
#sidebar-menu > ul > li > a > span {
  vertical-align: middle;
}

/* line 333, vendor/assets/ubold/scss/_menu.scss */
#sidebar-menu ul li .menu-arrow {
  -webkit-transition: -webkit-transform .15s;
  -o-transition: -o-transform .15s;
  transition: transform .15s;
  position: absolute;
  right: 20px;
  display: inline-block;
  font-family: 'Material Design Iconic Font';
  text-rendering: auto;
  line-height: 18px;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #98a6ad;
}

/* line 348, vendor/assets/ubold/scss/_menu.scss */
#sidebar-menu ul li .menu-arrow:before {
  content: "\f0fb";
}

/* line 353, vendor/assets/ubold/scss/_menu.scss */
#sidebar-menu ul li a.subdrop .menu-arrow:before {
  content: "\f111";
}

/* line 359, vendor/assets/ubold/scss/_menu.scss */
#sidebar-menu ul li a i {
  display: inline-block;
  font-size: 16px;
  line-height: 17px;
  margin-left: 3px;
  margin-right: 15px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}

/* line 369, vendor/assets/ubold/scss/_menu.scss */
#sidebar-menu ul li a i.md {
  font-size: 18px;
}

/* line 378, vendor/assets/ubold/scss/_menu.scss */
#sidebar-menu > ul > li > a > i.i-right {
  float: right;
  margin: 3px 0 0 0;
}

/* line 383, vendor/assets/ubold/scss/_menu.scss */
#sidebar-menu > ul li a.active {
  background: #09b9ea !important;
}

/* line 387, vendor/assets/ubold/scss/_menu.scss */
.menu-title {
  padding: 12px 20px !important;
  letter-spacing: .035em;
  pointer-events: none;
  cursor: default;
  font-size: 13px;
}

/* Small Menu */
/* line 397, vendor/assets/ubold/scss/_menu.scss */
.side-menu-sm {
  width: 180px;
  text-align: center;
}

/* line 400, vendor/assets/ubold/scss/_menu.scss */
.side-menu-sm #sidebar-menu > ul > li > a > i {
  display: block;
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  margin: 0;
}

/* line 407, vendor/assets/ubold/scss/_menu.scss */
.side-menu-sm #sidebar-menu ul ul a {
  padding: 10px 20px 10px 20px;
}

/* line 410, vendor/assets/ubold/scss/_menu.scss */
.side-menu-sm .badge, .side-menu-sm .menu-arrow {
  display: none !important;
}

/* line 416, vendor/assets/ubold/scss/_menu.scss */
.side-menu-sm + .content-page .footer {
  left: 180px;
}

/* line 420, vendor/assets/ubold/scss/_menu.scss */
#wrapper.enlarged .side-menu-sm {
  text-align: left;
}

/* line 423, vendor/assets/ubold/scss/_menu.scss */
#wrapper.enlarged .side-menu-sm #sidebar-menu ul li a i {
  display: inline-block;
  font-size: 18px;
  line-height: 17px;
  margin-left: 3px;
  margin-right: 15px;
  vertical-align: middle;
  width: 20px;
}

/* line 433, vendor/assets/ubold/scss/_menu.scss */
.side-menu-sm + .content-page {
  margin-left: 180px;
}

/* Header */
/* line 438, vendor/assets/ubold/scss/_menu.scss */
.page-header-box {
  background: #ffffff;
  border-bottom: 1px solid #dee2e8;
  margin: -20px -25px 30px -25px;
  padding: 5px 20px 0 20px;
}

/* line 450, vendor/assets/ubold/scss/_menu.scss */
#wrapper.enlarged .menu-title, #wrapper.enlarged .menu-arrow {
  display: none !important;
}

/* line 455, vendor/assets/ubold/scss/_menu.scss */
#wrapper.enlarged #sidebar-menu ul ul {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  z-index: 9999;
}

/* line 461, vendor/assets/ubold/scss/_menu.scss */
#wrapper.enlarged .left.side-menu {
  position: fixed;
  width: 70px;
  z-index: 5;
}

/* line 466, vendor/assets/ubold/scss/_menu.scss */
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a {
  padding: 15px 20px;
  min-height: 52px;
}

/* line 470, vendor/assets/ubold/scss/_menu.scss */
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:hover {
  background: #2a2b2c;
}

/* line 473, vendor/assets/ubold/scss/_menu.scss */
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:active {
  background: #2a2b2c;
}

/* line 476, vendor/assets/ubold/scss/_menu.scss */
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:focus {
  background: #2a2b2c;
}

/* line 480, vendor/assets/ubold/scss/_menu.scss */
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a i {
  margin-right: 20px !important;
  font-size: 20px;
}

/* line 485, vendor/assets/ubold/scss/_menu.scss */
#wrapper.enlarged .left.side-menu .label {
  position: absolute;
  top: 5px;
  left: 35px;
  text-indent: 0;
  display: block !important;
  padding: .2em .6em .3em !important;
}

/* line 494, vendor/assets/ubold/scss/_menu.scss */
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li {
  position: relative;
  white-space: nowrap;
}

/* line 497, vendor/assets/ubold/scss/_menu.scss */
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a {
  background: #2a2b2c;
  position: relative;
  width: 260px;
}

/* line 502, vendor/assets/ubold/scss/_menu.scss */
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a.logo {
  width: 0;
}

/* line 507, vendor/assets/ubold/scss/_menu.scss */
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul {
  display: block;
  left: 70px;
  position: absolute;
  width: 190px;
  background: #2a2b2c;
  padding-bottom: 10px;
}

/* line 514, vendor/assets/ubold/scss/_menu.scss */
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a {
  background: #2a2b2c;
  box-shadow: none;
  padding-left: 15px;
  position: relative;
  width: 190px;
  z-index: 6;
}

/* line 528, vendor/assets/ubold/scss/_menu.scss */
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover a span {
  display: inline;
}

/* line 531, vendor/assets/ubold/scss/_menu.scss */
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover a.logo span {
  display: none;
}

/* line 538, vendor/assets/ubold/scss/_menu.scss */
#wrapper.enlarged .left.side-menu #sidebar-menu li .show-menu + ul {
  display: block;
  left: 70px;
  position: absolute;
  width: 190px;
}

/* line 543, vendor/assets/ubold/scss/_menu.scss */
#wrapper.enlarged .left.side-menu #sidebar-menu li .show-menu + ul a {
  background: #ffffff;
  box-shadow: none;
  padding-left: 15px;
  position: relative;
  width: 186px;
  z-index: 6;
}

/* line 551, vendor/assets/ubold/scss/_menu.scss */
#wrapper.enlarged .left.side-menu #sidebar-menu li .show-menu + ul a:hover {
  color: #62a3ff;
}

/* line 560, vendor/assets/ubold/scss/_menu.scss */
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li > ul {
  display: none;
}

/* line 566, vendor/assets/ubold/scss/_menu.scss */
#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li:hover > ul {
  display: block;
  left: 190px;
  margin-top: -36px;
  position: absolute;
  width: 190px;
}

/* line 575, vendor/assets/ubold/scss/_menu.scss */
#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li > a span.pull-right {
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  position: absolute;
  right: 20px;
  top: 12px;
  transform: rotate(270deg);
}

/* line 585, vendor/assets/ubold/scss/_menu.scss */
#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li.active a {
  color: #36404a;
}

/* line 592, vendor/assets/ubold/scss/_menu.scss */
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li > a span {
  display: none;
  padding-left: 10px;
}

/* line 596, vendor/assets/ubold/scss/_menu.scss */
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li > a span.badge {
  padding-left: 5px;
}

/* line 601, vendor/assets/ubold/scss/_menu.scss */
#wrapper.enlarged .left.side-menu .user-details {
  display: none;
}

/* line 605, vendor/assets/ubold/scss/_menu.scss */
#wrapper.enlarged .content-page {
  margin-left: 70px;
}

/* line 608, vendor/assets/ubold/scss/_menu.scss */
#wrapper.enlarged .footer {
  left: 70px;
}

/* line 612, vendor/assets/ubold/scss/_menu.scss */
#wrapper.enlarged .topbar .topbar-left {
  width: 70px !important;
}

/* line 615, vendor/assets/ubold/scss/_menu.scss */
#wrapper.enlarged .topbar .topbar-left .logo span {
  display: none;
  opacity: 0;
}

/* line 619, vendor/assets/ubold/scss/_menu.scss */
#wrapper.enlarged .topbar .topbar-left .logo .icon-c-logo {
  display: block;
  line-height: 70px;
}

/* line 629, vendor/assets/ubold/scss/_menu.scss */
#wrapper.enlarged #sidebar-menu > ul > li:hover > a.open :after {
  display: none;
}

/* line 634, vendor/assets/ubold/scss/_menu.scss */
#wrapper.enlarged #sidebar-menu > ul > li:hover > a.active :after {
  display: none;
}

/* line 640, vendor/assets/ubold/scss/_menu.scss */
#wrapper.enlarged .tips-box {
  display: none;
}

/* line 646, vendor/assets/ubold/scss/_menu.scss */
.tips-box .portlet {
  -webkit-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.05);
}

/* line 653, vendor/assets/ubold/scss/_menu.scss */
.user-details {
  padding: 20px;
  padding-bottom: 0;
  position: relative;
}

/* line 657, vendor/assets/ubold/scss/_menu.scss */
.user-details img {
  position: relative;
  z-index: 9999;
}

/* line 661, vendor/assets/ubold/scss/_menu.scss */
.user-details .user-info {
  color: #444444;
  margin-left: 60px;
  position: relative;
  z-index: 99999;
}

/* line 666, vendor/assets/ubold/scss/_menu.scss */
.user-details .user-info a.dropdown-toggle {
  color: #797979;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding-top: 5px;
}

/* line 677, vendor/assets/ubold/scss/_menu.scss */
#wrapper.right-bar-enabled .right-bar {
  right: 0;
}

/* line 680, vendor/assets/ubold/scss/_menu.scss */
#wrapper.right-bar-enabled .left-layout {
  left: 0;
}

/* Right sidebar */
/* line 687, vendor/assets/ubold/scss/_menu.scss */
.side-bar.right-bar {
  float: right !important;
  right: -266px;
  top: 70px;
  font-size: 0.9rem;
}

/* line 694, vendor/assets/ubold/scss/_menu.scss */
.side-bar {
  -moz-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  background-color: #ffffff;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
  display: block;
  float: left;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  transition: all 200ms ease-out;
  width: 240px;
}

/* line 708, vendor/assets/ubold/scss/_menu.scss */
.right-bar {
  background: #ffffff !important;
  z-index: 99 !important;
}

/* line 711, vendor/assets/ubold/scss/_menu.scss */
.right-bar h4 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  font-size: 1.2rem;
}

/* line 718, vendor/assets/ubold/scss/_menu.scss */
.contact-list {
  max-height: 600px;
}

/* line 721, vendor/assets/ubold/scss/_menu.scss */
.contact-list .list-group-item {
  border: none;
}

/* line 723, vendor/assets/ubold/scss/_menu.scss */
.contact-list .list-group-item:hover {
  background: #f7f7f7;
}

/* line 726, vendor/assets/ubold/scss/_menu.scss */
.contact-list .list-group-item a {
  display: block;
  width: 100%;
}

/* line 732, vendor/assets/ubold/scss/_menu.scss */
.contact-list i.offline {
  color: #ef4554 !important;
}

/* line 736, vendor/assets/ubold/scss/_menu.scss */
.contact-list i.away {
  color: #ff8800;
}

/* line 742, vendor/assets/ubold/scss/_menu.scss */
.contacts-list .avatar {
  display: inline-block;
  float: left;
  margin-right: 5px;
  width: 30px;
}

/* line 747, vendor/assets/ubold/scss/_menu.scss */
.contacts-list .avatar img {
  border-radius: 50%;
  width: 100%;
}

/* line 753, vendor/assets/ubold/scss/_menu.scss */
.contacts-list .list-group-item span.name {
  color: #707780;
  display: inline-block;
  float: left;
  overflow: hidden;
  padding-left: 5px;
  padding-top: 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 130px;
}

/* line 766, vendor/assets/ubold/scss/_menu.scss */
.contacts-list i {
  color: #7a8c9a;
  float: right;
  font-size: 9px;
  line-height: 30px;
}

/* line 772, vendor/assets/ubold/scss/_menu.scss */
.contacts-list i.online {
  color: #2bbbad;
}

/* line 775, vendor/assets/ubold/scss/_menu.scss */
.contacts-list i.offline {
  color: #ef4554 !important;
}

/* line 779, vendor/assets/ubold/scss/_menu.scss */
.contacts-list i.away {
  color: #ff8800;
}

/* Seach */
/* line 786, vendor/assets/ubold/scss/_menu.scss */
.app-search {
  position: relative;
  padding-top: 15px;
}

/* line 790, vendor/assets/ubold/scss/_menu.scss */
.app-search a {
  position: absolute;
  top: 18px;
  left: 52%;
  height: 40px;
  line-height: 38px;
  width: 40px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  display: none;
}

/* line 801, vendor/assets/ubold/scss/_menu.scss */
.app-search a:hover {
  color: #ffffff;
}

/* line 806, vendor/assets/ubold/scss/_menu.scss */
.app-search .form-control,
.app-search .form-control:focus {
  border: none;
  font-size: 13px;
  height: 40px;
  color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: none;
  border-radius: 3px;
  width: 50%;
}

/* line 822, vendor/assets/ubold/scss/_menu.scss */
.app-search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/* line 825, vendor/assets/ubold/scss/_menu.scss */
.app-search input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/* line 828, vendor/assets/ubold/scss/_menu.scss */
.app-search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/* line 831, vendor/assets/ubold/scss/_menu.scss */
.app-search input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/* Header */
/* line 837, vendor/assets/ubold/scss/_menu.scss */
.page-header-2 {
  background: #ffffff;
  border-bottom: 1px solid #dee2e8;
  margin: -20px -25px 30px -25px;
  padding: 5px 20px 0 20px;
}

/* line 844, vendor/assets/ubold/scss/_menu.scss */
#mobile-menu-close {
  display: none;
  color: #ffffff;
  margin-right: 10px;
  height: 28px;
}

/* =============
   Animation
============= */
/* Bounce 1 */
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}

@-o-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -o-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -o-transform: scale(1.2);
  }
  100% {
    -o-transform: scale(1);
  }
}

/* Bounce 2 */
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}

@-o-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -o-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

/* Dropdown */
@-webkit-keyframes dropdownOpen {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes dropdownOpen {
  0% {
    opacity: 0;
    -moz-transform: scale(0);
  }
  100% {
    -moz-transform: scale(1);
  }
}

@-o-keyframes dropdownOpen {
  0% {
    opacity: 0;
    -o-transform: scale(0);
  }
  100% {
    -o-transform: scale(1);
  }
}

/* Progressbar Animated */
@-webkit-keyframes animationProgress {
  from {
    width: 0;
  }
}

@keyframes animationProgress {
  from {
    width: 0;
  }
}

/* Portlets loader */
@-webkit-keyframes loaderAnimate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(220deg);
  }
}

@-moz-keyframes loaderAnimate {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(220deg);
  }
}

@-o-keyframes loaderAnimate {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(220deg);
  }
}

@keyframes loaderAnimate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(220deg);
  }
}

@-webkit-keyframes loaderAnimate2 {
  0% {
    box-shadow: inset #555 0 0 0 8px;
    -webkit-transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #555 0 0 0 2px;
  }
  100% {
    box-shadow: inset #555 0 0 0 8px;
    -webkit-transform: rotate(140deg);
  }
}

@-moz-keyframes loaderAnimate2 {
  0% {
    box-shadow: inset #555 0 0 0 8px;
    -moz-transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #555 0 0 0 2px;
  }
  100% {
    box-shadow: inset #555 0 0 0 8px;
    -moz-transform: rotate(140deg);
  }
}

@-o-keyframes loaderAnimate2 {
  0% {
    box-shadow: inset #555 0 0 0 8px;
    -o-transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #555 0 0 0 2px;
  }
  100% {
    box-shadow: inset #555 0 0 0 8px;
    -o-transform: rotate(140deg);
  }
}

@keyframes loaderAnimate2 {
  0% {
    box-shadow: inset #555 0 0 0 8px;
    -webkit-transform: rotate(-140deg);
    -moz-transform: rotate(-140deg);
    -ms-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #555 0 0 0 2px;
  }
  100% {
    box-shadow: inset #555 0 0 0 8px;
    -webkit-transform: rotate(140deg);
    -moz-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    transform: rotate(140deg);
  }
}

@keyframes loaderAnimate2 {
  0% {
    box-shadow: inset #999 0 0 0 17px;
    transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #999 0 0 0 2px;
  }
  100% {
    box-shadow: inset #999 0 0 0 17px;
    transform: rotate(140deg);
  }
}

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
/* line 10, vendor/assets/ubold/scss/_waves.scss */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 30, vendor/assets/ubold/scss/_waves.scss */
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}

/* line 57, vendor/assets/ubold/scss/_waves.scss */
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

/* line 62, vendor/assets/ubold/scss/_waves.scss */
.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

/* line 67, vendor/assets/ubold/scss/_waves.scss */
.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

/* line 72, vendor/assets/ubold/scss/_waves.scss */
.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

/* line 77, vendor/assets/ubold/scss/_waves.scss */
.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

/* line 82, vendor/assets/ubold/scss/_waves.scss */
.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

/* line 87, vendor/assets/ubold/scss/_waves.scss */
.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

/* line 91, vendor/assets/ubold/scss/_waves.scss */
.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

/* line 98, vendor/assets/ubold/scss/_waves.scss */
.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

/* line 111, vendor/assets/ubold/scss/_waves.scss */
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

/* line 114, vendor/assets/ubold/scss/_waves.scss */
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 121, vendor/assets/ubold/scss/_waves.scss */
.waves-block {
  display: block;
}

/* =============
   Print css
============= */
@media print {
  /* line 6, vendor/assets/ubold/scss/_print.scss */
  .logo, .breadcrumb, .page-title, .footer, .topbar, .btn-group.pull-right.m-t-15 {
    display: none;
    margin: 0px;
    padding: 0px;
  }
  /* line 12, vendor/assets/ubold/scss/_print.scss */
  .left, .right-bar {
    display: none;
  }
  /* line 15, vendor/assets/ubold/scss/_print.scss */
  .content, .card-box {
    margin: 0px !important;
  }
  /* line 18, vendor/assets/ubold/scss/_print.scss */
  .content-page {
    margin-left: 0px;
    margin-top: 0px;
  }
}

/* =============
   Buttons
============= */
/* line 4, vendor/assets/ubold/scss/_buttons.scss */
.btn {
  border-radius: 2px;
  outline: none !important;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}

/* line 11, vendor/assets/ubold/scss/_buttons.scss */
.btn-md {
  padding: 8px 16px;
}

/* line 15, vendor/assets/ubold/scss/_buttons.scss */
.btn-primary, .btn-success, .btn-default, .btn-info, .btn-warning, .btn-danger, .btn-inverse, .btn-purple, .btn-pink {
  color: #ffffff !important;
}

/* line 18, vendor/assets/ubold/scss/_buttons.scss */
.btn-default, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
  background-color: #62a3ff !important;
  border: 1px solid #62a3ff !important;
}

/* line 22, vendor/assets/ubold/scss/_buttons.scss */
.btn-white, .btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .btn-white.focus, .btn-white:active, .btn-white:focus, .btn-white:hover, .open > .dropdown-toggle.btn-white {
  border: 1px solid #eaeaea !important;
  background-color: #ffffff;
  color: #4c5667 !important;
}

/* line 27, vendor/assets/ubold/scss/_buttons.scss */
.btn-white:hover, .btn-white:hover:hover, .btn-white:focus:hover, .btn-white:active:hover, .btn-white.active:hover, .btn-white.focus:hover, .btn-white:active:hover, .btn-white:focus:hover, .btn-white:hover:hover, .open > .dropdown-toggle.btn-white:hover {
  background-color: #f9f9f9;
}

/* line 30, vendor/assets/ubold/scss/_buttons.scss */
.btn-white:focus, .btn-white:hover:focus, .btn-white:focus:focus, .btn-white:active:focus, .btn-white.active:focus, .btn-white.focus:focus, .btn-white:active:focus, .btn-white:focus:focus, .btn-white:hover:focus, .open > .dropdown-toggle.btn-white:focus {
  background-color: #f9f9f9;
}

/* line 33, vendor/assets/ubold/scss/_buttons.scss */
.btn-white:active, .btn-white:hover:active, .btn-white:focus:active, .btn-white:active:active, .btn-white.active:active, .btn-white.focus:active, .btn-white:active:active, .btn-white:focus:active, .btn-white:hover:active, .open > .dropdown-toggle.btn-white:active {
  background-color: #f9f9f9;
}

/* line 38, vendor/assets/ubold/scss/_buttons.scss */
.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
  background-color: #4285f4 !important;
  border: 1px solid #4285f4 !important;
}

/* line 43, vendor/assets/ubold/scss/_buttons.scss */
.btn-success, .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
  background-color: #2bbbad !important;
  border: 1px solid #2bbbad !important;
}

/* line 48, vendor/assets/ubold/scss/_buttons.scss */
.btn-info, .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
  background-color: #33b5e5 !important;
  border: 1px solid #33b5e5 !important;
}

/* line 53, vendor/assets/ubold/scss/_buttons.scss */
.btn-warning, .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
  background-color: #ff8800 !important;
  border: 1px solid #ff8800 !important;
}

/* line 58, vendor/assets/ubold/scss/_buttons.scss */
.btn-danger, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
  background-color: #ef4554 !important;
  border: 1px solid #ef4554 !important;
}

/* line 63, vendor/assets/ubold/scss/_buttons.scss */
.btn-inverse, .btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.focus, .btn-inverse:active, .btn-inverse:focus, .btn-inverse:hover, .open > .dropdown-toggle.btn-inverse {
  background-color: #4c5667 !important;
  border: 1px solid #4c5667 !important;
  color: #ffffff;
}

/* line 68, vendor/assets/ubold/scss/_buttons.scss */
.btn-inverse.focus, .btn-inverse:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(76, 86, 103, 0.5);
  box-shadow: 0 0 0 2px rgba(76, 86, 103, 0.5);
}

/* line 72, vendor/assets/ubold/scss/_buttons.scss */
.btn-purple, .btn-purple:hover, .btn-purple:focus, .btn-purple:active {
  background-color: #7266ba !important;
  border: 1px solid #7266ba !important;
  color: #ffffff;
}

/* line 77, vendor/assets/ubold/scss/_buttons.scss */
.btn-purple.focus, .btn-purple:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(114, 102, 186, 0.5);
  box-shadow: 0 0 0 2px rgba(114, 102, 186, 0.5);
}

/* line 81, vendor/assets/ubold/scss/_buttons.scss */
.btn-pink, .btn-pink:hover, .btn-pink:focus, .btn-pink:active {
  background-color: #fb6d9d !important;
  border: 1px solid #fb6d9d !important;
  color: #ffffff;
}

/* line 86, vendor/assets/ubold/scss/_buttons.scss */
.btn-pink.focus, .btn-pink:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(251, 109, 157, 0.5);
  box-shadow: 0 0 0 2px rgba(251, 109, 157, 0.5);
}

/* line 90, vendor/assets/ubold/scss/_buttons.scss */
.open > .dropdown-toggle.btn-primary.btn-custom,
.open > .dropdown-toggle.btn-success.btn-custom,
.open > .dropdown-toggle.btn-info.btn-custom,
.open > .dropdown-toggle.btn-warning.btn-custom,
.open > .dropdown-toggle.btn-danger.btn-custom,
.open > .dropdown-toggle.btn-default.btn-custom {
  border-width: 2px !important;
  color: #ffffff !important;
}

/* line 99, vendor/assets/ubold/scss/_buttons.scss */
.open > .dropdown-toggle.btn-white.btn-custom {
  border-width: 2px !important;
}

/* line 102, vendor/assets/ubold/scss/_buttons.scss */
.btn-custom.btn-default {
  color: #62a3ff !important;
}

/* line 106, vendor/assets/ubold/scss/_buttons.scss */
.btn-custom.btn-primary {
  color: #4285f4 !important;
}

/* line 110, vendor/assets/ubold/scss/_buttons.scss */
.btn-custom.btn-success {
  color: #2bbbad !important;
}

/* line 114, vendor/assets/ubold/scss/_buttons.scss */
.btn-custom.btn-info {
  color: #33b5e5 !important;
}

/* line 118, vendor/assets/ubold/scss/_buttons.scss */
.btn-custom.btn-warning {
  color: #ff8800 !important;
}

/* line 122, vendor/assets/ubold/scss/_buttons.scss */
.btn-custom.btn-danger {
  color: #ef4554 !important;
}

/* line 126, vendor/assets/ubold/scss/_buttons.scss */
.btn-custom.btn-inverse {
  color: #4c5667 !important;
}

/* line 130, vendor/assets/ubold/scss/_buttons.scss */
.btn-custom.btn-purple {
  color: #7266ba !important;
}

/* line 133, vendor/assets/ubold/scss/_buttons.scss */
.btn-custom.btn-white {
  color: #4c5667 !important;
}

/* line 136, vendor/assets/ubold/scss/_buttons.scss */
.btn-custom.btn-white:hover, .btn-custom.btn-white:focus, .btn-custom.btn-white:active {
  color: #4c5667 !important;
  background-color: #f4f8fb !important;
}

/* line 142, vendor/assets/ubold/scss/_buttons.scss */
.btn-custom.btn-pink {
  color: #fb6d9d !important;
}

/* line 146, vendor/assets/ubold/scss/_buttons.scss */
.btn-rounded {
  border-radius: 2em !important;
  padding: 6px 20px;
}

/* line 150, vendor/assets/ubold/scss/_buttons.scss */
.btn-rounded .btn-label {
  padding: 7px 15px 7px 20px;
  margin-left: -20px;
}

/* line 154, vendor/assets/ubold/scss/_buttons.scss */
.btn-rounded .btn-label-right {
  margin-right: -20px;
  margin-left: 12px;
}

/* line 160, vendor/assets/ubold/scss/_buttons.scss */
.btn-custom {
  -moz-border-radius: 2px;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -webkit-border-radius: 2px;
  -webkit-transition: all 400ms ease-in-out;
  background-color: transparent !important;
  border-radius: 3px;
  transition: all 400ms ease-in-out;
  background-clip: inherit;
}

/* line 170, vendor/assets/ubold/scss/_buttons.scss */
.btn-custom:hover {
  color: #ffffff !important;
}

/* line 173, vendor/assets/ubold/scss/_buttons.scss */
.btn-custom:focus {
  color: #ffffff !important;
}

/* line 178, vendor/assets/ubold/scss/_buttons.scss */
.btn-label {
  background: rgba(0, 0, 0, 0.05);
  display: inline-block;
  padding: 7px 15px;
  border-radius: 3px 0 0 3px;
  margin: -7px -13px;
  margin-right: 12px;
}

/* line 186, vendor/assets/ubold/scss/_buttons.scss */
.btn-label-right {
  margin-left: 12px;
  margin-right: -13px;
  border-radius: 0px 3px 3px 0px;
}

/* line 192, vendor/assets/ubold/scss/_buttons.scss */
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

/* File Upload */
/* line 198, vendor/assets/ubold/scss/_buttons.scss */
.fileupload {
  overflow: hidden;
  position: relative;
}

/* line 201, vendor/assets/ubold/scss/_buttons.scss */
.fileupload input.upload {
  cursor: pointer;
  filter: alpha(opacity=0);
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* Social Buttons */
/* line 216, vendor/assets/ubold/scss/_buttons.scss */
.btn-facebook {
  color: #ffffff !important;
  background-color: #3b5998 !important;
}

/* line 220, vendor/assets/ubold/scss/_buttons.scss */
.btn-twitter {
  color: #ffffff !important;
  background-color: #00aced !important;
}

/* line 224, vendor/assets/ubold/scss/_buttons.scss */
.btn-linkedin {
  color: #ffffff !important;
  background-color: #007bb6 !important;
}

/* line 228, vendor/assets/ubold/scss/_buttons.scss */
.btn-dribbble {
  color: #ffffff !important;
  background-color: #ea4c89 !important;
}

/* line 232, vendor/assets/ubold/scss/_buttons.scss */
.btn-googleplus {
  color: #ffffff !important;
  background-color: #dd4b39 !important;
}

/* line 236, vendor/assets/ubold/scss/_buttons.scss */
.btn-instagram {
  color: #ffffff !important;
  background-color: #517fa4 !important;
}

/* line 240, vendor/assets/ubold/scss/_buttons.scss */
.btn-pinterest {
  color: #ffffff !important;
  background-color: #cb2027 !important;
}

/* line 244, vendor/assets/ubold/scss/_buttons.scss */
.btn-dropbox {
  color: #ffffff !important;
  background-color: #007ee5 !important;
}

/* line 248, vendor/assets/ubold/scss/_buttons.scss */
.btn-flickr {
  color: #ffffff !important;
  background-color: #ff0084 !important;
}

/* line 252, vendor/assets/ubold/scss/_buttons.scss */
.btn-tumblr {
  color: #ffffff !important;
  background-color: #32506d !important;
}

/* line 256, vendor/assets/ubold/scss/_buttons.scss */
.btn-skype {
  color: #ffffff !important;
  background-color: #00aff0 !important;
}

/* line 260, vendor/assets/ubold/scss/_buttons.scss */
.btn-youtube {
  color: #ffffff !important;
  background-color: #bb0000 !important;
}

/* line 264, vendor/assets/ubold/scss/_buttons.scss */
.btn-github {
  color: #ffffff !important;
  background-color: #171515 !important;
}

/* =============
   Checkbox and Radios
============= */
/* Checkbox */
/* line 8, vendor/assets/ubold/scss/_checkbox-radio.scss */
input[type="checkbox"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: relative;
  border: none;
  margin-bottom: -4px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

/* line 18, vendor/assets/ubold/scss/_checkbox-radio.scss */
input[type="checkbox"]:focus,
.checkbox input[type="checkbox"]:focus,
.checkbox-inline input[type="checkbox"]:focus {
  outline: none;
}

/* line 24, vendor/assets/ubold/scss/_checkbox-radio.scss */
input[type="checkbox"]:after,
.checkbox input[type="checkbox"]:after,
.checkbox-inline input[type="checkbox"]:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -2px;
  margin-right: 5px;
  border: 2px solid #566676;
  border-radius: 2px;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
}

/* line 40, vendor/assets/ubold/scss/_checkbox-radio.scss */
input[type="checkbox"]:checked:before,
.checkbox input[type="checkbox"]:checked:before,
.checkbox-inline input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  display: table;
  width: 6px;
  height: 12px;
  border: 2px solid #ffffff;
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 58, vendor/assets/ubold/scss/_checkbox-radio.scss */
input[type="checkbox"]:checked:after,
.checkbox input[type="checkbox"]:checked:after,
.checkbox-inline input[type="checkbox"]:checked:after {
  background-color: #62a3ff;
  border-color: #62a3ff;
}

/* line 64, vendor/assets/ubold/scss/_checkbox-radio.scss */
input[type="checkbox"]:disabled {
  opacity: 0.5;
}

/* line 67, vendor/assets/ubold/scss/_checkbox-radio.scss */
input[type="checkbox"]:disabled:after,
.checkbox input[type="checkbox"]:disabled:after,
.checkbox-inline input[type="checkbox"]:disabled:after {
  border-color: #36404a;
}

/* line 72, vendor/assets/ubold/scss/_checkbox-radio.scss */
input[type="checkbox"]:disabled:checked:after,
.checkbox input[type="checkbox"]:disabled:checked:after,
.checkbox-inline input[type="checkbox"]:disabled:checked:after {
  background-color: #36404a;
  border-color: transparent;
}

/* line 79, vendor/assets/ubold/scss/_checkbox-radio.scss */
.checkbox.checkbox-circle input[type="checkbox"]:after, .checkbox-inline.checkbox-circle input[type="checkbox"]:after {
  border-radius: 50%;
}

/* line 83, vendor/assets/ubold/scss/_checkbox-radio.scss */
.checkbox.checkbox-circle input[type="checkbox"]:checked:before, .checkbox-inline.checkbox-circle input[type="checkbox"]:checked:before {
  top: 2px;
  left: 7px;
  width: 4px;
  height: 8px;
}

/* line 90, vendor/assets/ubold/scss/_checkbox-radio.scss */
.checkbox.checkbox-custom input[type="checkbox"]:checked:after,
.checkbox-inline.checkbox-custom input[type="checkbox"]:checked:after {
  background-color: #ffffff;
  border-color: #36404a;
}

/* line 95, vendor/assets/ubold/scss/_checkbox-radio.scss */
.checkbox.checkbox-custom input[type="checkbox"]:checked:before,
.checkbox-inline.checkbox-custom input[type="checkbox"]:checked:before {
  border-color: #36404a;
}

/* line 100, vendor/assets/ubold/scss/_checkbox-radio.scss */
.checkbox.checkbox-primary input[type="checkbox"]:checked:after,
.checkbox-inline.checkbox-primary input[type="checkbox"]:checked:after {
  background-color: #4285f4;
  border-color: #4285f4;
}

/* line 106, vendor/assets/ubold/scss/_checkbox-radio.scss */
.checkbox.checkbox-success input[type="checkbox"]:checked:after,
.checkbox-inline.checkbox-success input[type="checkbox"]:checked:after {
  background-color: #2bbbad;
  border-color: #2bbbad;
}

/* line 112, vendor/assets/ubold/scss/_checkbox-radio.scss */
.checkbox.checkbox-info input[type="checkbox"]:checked:after,
.checkbox-inline.checkbox-info input[type="checkbox"]:checked:after {
  background-color: #33b5e5;
  border-color: #33b5e5;
}

/* line 118, vendor/assets/ubold/scss/_checkbox-radio.scss */
.checkbox.checkbox-warning input[type="checkbox"]:checked:after,
.checkbox-inline.checkbox-warning input[type="checkbox"]:checked:after {
  background-color: #ff8800;
  border-color: #ff8800;
}

/* line 124, vendor/assets/ubold/scss/_checkbox-radio.scss */
.checkbox.checkbox-danger input[type="checkbox"]:checked:after,
.checkbox-inline.checkbox-danger input[type="checkbox"]:checked:after {
  background-color: #ef4554;
  border-color: #ef4554;
}

/* line 130, vendor/assets/ubold/scss/_checkbox-radio.scss */
.checkbox.checkbox-purple input[type="checkbox"]:checked:after,
.checkbox-inline.checkbox-purple input[type="checkbox"]:checked:after {
  background-color: #7266ba;
  border-color: #7266ba;
}

/* line 136, vendor/assets/ubold/scss/_checkbox-radio.scss */
.checkbox.checkbox-pink input[type="checkbox"]:checked:after,
.checkbox-inline.checkbox-pink input[type="checkbox"]:checked:after {
  background-color: #fb6d9d;
  border-color: #fb6d9d;
}

/* line 142, vendor/assets/ubold/scss/_checkbox-radio.scss */
.checkbox.checkbox-inverse input[type="checkbox"]:checked:after,
.checkbox-inline.checkbox-inverse input[type="checkbox"]:checked:after {
  background-color: #36404a;
  border-color: #36404a;
}

/* Radio */
/* line 151, vendor/assets/ubold/scss/_checkbox-radio.scss */
.radio label,
.radio-inline label,
.checkbox label,
.checkbox-inline label {
  padding-left: 0;
}

/* line 157, vendor/assets/ubold/scss/_checkbox-radio.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="radio"],
.checkbox-inline input[type="radio"],
.radio input[type="checkbox"],
.radio-inline input[type="checkbox"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-left: 0;
}

/* line 167, vendor/assets/ubold/scss/_checkbox-radio.scss */
input[type="radio"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: relative;
  margin-top: 6px;
  margin-right: 4px;
  vertical-align: top;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

/* line 180, vendor/assets/ubold/scss/_checkbox-radio.scss */
input[type="radio"]:focus,
.radio input[type="radio"]:focus,
.radio-inline input[type="radio"]:focus {
  outline: none;
}

/* line 185, vendor/assets/ubold/scss/_checkbox-radio.scss */
input[type="radio"]:before,
.radio input[type="radio"]:before,
.radio-inline input[type="radio"]:before,
input[type="radio"]:after,
.radio input[type="radio"]:after,
.radio-inline input[type="radio"]:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
}

/* line 200, vendor/assets/ubold/scss/_checkbox-radio.scss */
input[type="radio"]:before,
.radio input[type="radio"]:before,
.radio-inline input[type="radio"]:before {
  position: absolute;
  left: 0;
  top: -3px;
  background-color: #36404a;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

/* line 212, vendor/assets/ubold/scss/_checkbox-radio.scss */
input[type="radio"]:after,
.radio input[type="radio"]:after,
.radio-inline input[type="radio"]:after {
  position: relative;
  top: -3px;
  border: 2px solid #566676;
}

/* line 219, vendor/assets/ubold/scss/_checkbox-radio.scss */
input[type="radio"]:checked:before,
.radio input[type="radio"]:checked:before,
.radio-inline input[type="radio"]:checked:before {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}

/* line 227, vendor/assets/ubold/scss/_checkbox-radio.scss */
input[type="radio"]:disabled:checked:before,
.radio input[type="radio"]:disabled:checked:before,
.radio-inline input[type="radio"]:disabled:checked:before {
  background-color: #566676;
}

/* line 232, vendor/assets/ubold/scss/_checkbox-radio.scss */
input[type="radio"]:checked:after,
.radio input[type="radio"]:checked:after,
.radio-inline input[type="radio"]:checked:after {
  border-color: #36404a;
}

/* line 237, vendor/assets/ubold/scss/_checkbox-radio.scss */
input[type="radio"]:disabled:after,
.radio input[type="radio"]:disabled:after,
.radio-inline input[type="radio"]:disabled:after,
input[type="radio"]:disabled:checked:after,
.radio input[type="radio"]:disabled:checked:after,
.radio-inline input[type="radio"]:disabled:checked:after {
  border-color: #566676;
}

/* line 248, vendor/assets/ubold/scss/_checkbox-radio.scss */
.radio.radio-custom input[type="radio"]:checked:after,
.radio-inline.radio-custom input[type="radio"]:checked:after {
  border-color: #62a3ff;
}

/* line 253, vendor/assets/ubold/scss/_checkbox-radio.scss */
.radio.radio-custom input[type="radio"]:before,
.radio-inline.radio-custom input[type="radio"]:before {
  background-color: #62a3ff;
}

/* line 259, vendor/assets/ubold/scss/_checkbox-radio.scss */
.radio.radio-primary input[type="radio"]:checked:after,
.radio-inline.radio-primary input[type="radio"]:checked:after {
  border-color: #4285f4;
}

/* line 264, vendor/assets/ubold/scss/_checkbox-radio.scss */
.radio.radio-primary input[type="radio"]:before,
.radio-inline.radio-primary input[type="radio"]:before {
  background-color: #4285f4;
}

/* line 271, vendor/assets/ubold/scss/_checkbox-radio.scss */
.radio.radio-success input[type="radio"]:checked:after,
.radio-inline.radio-success input[type="radio"]:checked:after {
  border-color: #2bbbad;
}

/* line 276, vendor/assets/ubold/scss/_checkbox-radio.scss */
.radio.radio-success input[type="radio"]:before,
.radio-inline.radio-success input[type="radio"]:before {
  background-color: #2bbbad;
}

/* line 282, vendor/assets/ubold/scss/_checkbox-radio.scss */
.radio.radio-info input[type="radio"]:checked:after,
.radio-inline.radio-info input[type="radio"]:checked:after {
  border-color: #33b5e5;
}

/* line 287, vendor/assets/ubold/scss/_checkbox-radio.scss */
.radio.radio-info input[type="radio"]:before,
.radio-inline.radio-info input[type="radio"]:before {
  background-color: #33b5e5;
}

/* line 293, vendor/assets/ubold/scss/_checkbox-radio.scss */
.radio.radio-warning input[type="radio"]:checked:after,
.radio-inline.radio-warning input[type="radio"]:checked:after {
  border-color: #ff8800;
}

/* line 298, vendor/assets/ubold/scss/_checkbox-radio.scss */
.radio.radio-warning input[type="radio"]:before,
.radio-inline.radio-warning input[type="radio"]:before {
  background-color: #ff8800;
}

/* line 304, vendor/assets/ubold/scss/_checkbox-radio.scss */
.radio.radio-danger input[type="radio"]:checked:after,
.radio-inline.radio-danger input[type="radio"]:checked:after {
  border-color: #ef4554;
}

/* line 309, vendor/assets/ubold/scss/_checkbox-radio.scss */
.radio.radio-danger input[type="radio"]:before,
.radio-inline.radio-danger input[type="radio"]:before {
  background-color: #ef4554;
}

/* line 315, vendor/assets/ubold/scss/_checkbox-radio.scss */
.radio.radio-purple input[type="radio"]:checked:after,
.radio-inline.radio-purple input[type="radio"]:checked:after {
  border-color: #7266ba;
}

/* line 320, vendor/assets/ubold/scss/_checkbox-radio.scss */
.radio.radio-purple input[type="radio"]:before,
.radio-inline.radio-purple input[type="radio"]:before {
  background-color: #7266ba;
}

/* line 326, vendor/assets/ubold/scss/_checkbox-radio.scss */
.radio.radio-pink input[type="radio"]:checked:after,
.radio-inline.radio-pink input[type="radio"]:checked:after {
  border-color: #fb6d9d;
}

/* line 331, vendor/assets/ubold/scss/_checkbox-radio.scss */
.radio.radio-pink input[type="radio"]:before,
.radio-inline.radio-pink input[type="radio"]:before {
  background-color: #fb6d9d;
}

/* =============
   Portlets
============= */
/* line 5, vendor/assets/ubold/scss/_portlets.scss */
.portlet {
  background: #ffffff;
  border-radius: 3px;
  margin-bottom: 30px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}

/* line 12, vendor/assets/ubold/scss/_portlets.scss */
.portlet .portlet-heading {
  border-radius: 3px 3px 0 0;
  color: #ffffff;
  padding: 12px 20px;
}

/* line 16, vendor/assets/ubold/scss/_portlets.scss */
.portlet .portlet-heading .portlet-title {
  color: #ffffff;
  float: left;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

/* line 26, vendor/assets/ubold/scss/_portlets.scss */
.portlet .portlet-heading .portlet-widgets {
  display: inline-block;
  float: right;
  font-size: 15px;
  line-height: 30px;
  padding-left: 15px;
  position: relative;
  text-align: right;
}

/* line 34, vendor/assets/ubold/scss/_portlets.scss */
.portlet .portlet-heading .portlet-widgets .divider {
  margin: 0 5px;
}

/* line 39, vendor/assets/ubold/scss/_portlets.scss */
.portlet .portlet-heading .portlet-widgets .collapsed .ion-minus-round:before {
  content: "\f217" !important;
}

/* line 45, vendor/assets/ubold/scss/_portlets.scss */
.portlet .portlet-heading a {
  color: #999999;
}

/* line 49, vendor/assets/ubold/scss/_portlets.scss */
.portlet .portlet-body {
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  background: #ffffff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 15px;
}

/* line 62, vendor/assets/ubold/scss/_portlets.scss */
.portlet-default .portlet-title {
  color: #797979 !important;
}

/* line 67, vendor/assets/ubold/scss/_portlets.scss */
.portlet .portlet-heading.bg-custom a, .portlet .portlet-heading.bg-purple a, .portlet .portlet-heading.bg-info a, .portlet .portlet-heading.bg-success a, .portlet .portlet-heading.bg-primary a, .portlet .portlet-heading.bg-danger a, .portlet .portlet-heading.bg-warning a, .portlet .portlet-heading.bg-inverse a, .portlet .portlet-heading.bg-pink a {
  color: #ffffff;
}

/* line 71, vendor/assets/ubold/scss/_portlets.scss */
.panel-disabled {
  background: rgba(243, 242, 241, 0.5);
  bottom: 15px;
  left: 0;
  position: absolute;
  right: -5px;
  top: 0;
}

/* line 80, vendor/assets/ubold/scss/_portlets.scss */
.loader-1 {
  -moz-animation: loaderAnimate 1000ms linear infinite;
  -o-animation: loaderAnimate 1000ms linear infinite;
  -webkit-animation: loaderAnimate 1000ms linear infinite;
  animation: loaderAnimate 1000ms linear infinite;
  clip: rect(0, 30px, 30px, 15px);
  height: 30px;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  width: 30px;
}

/* line 93, vendor/assets/ubold/scss/_portlets.scss */
.loader-1:after {
  -moz-animation: loaderAnimate2 1000ms ease-in-out infinite;
  -o-animation: loaderAnimate2 1000ms ease-in-out infinite;
  -webkit-animation: loaderAnimate2 1000ms ease-in-out infinite;
  animation: loaderAnimate2 1000ms ease-in-out infinite;
  border-radius: 50%;
  clip: rect(0, 30px, 30px, 15px);
  content: '';
  height: 30px;
  position: absolute;
  width: 30px;
}

/* =============
   Progressbars
============= */
/* line 6, vendor/assets/ubold/scss/_progressbars.scss */
.progress {
  -webkit-box-shadow: none !important;
  background-color: #e6e6e6;
  box-shadow: none !important;
  height: 10px;
  margin-bottom: 18px;
  overflow: hidden;
}

/* line 15, vendor/assets/ubold/scss/_progressbars.scss */
.progress-bar {
  box-shadow: none;
  font-size: 8px;
  font-weight: 600;
  line-height: 12px;
}

/* line 22, vendor/assets/ubold/scss/_progressbars.scss */
.progress.progress-sm {
  height: 5px !important;
}

/* line 24, vendor/assets/ubold/scss/_progressbars.scss */
.progress.progress-sm .progress-bar {
  font-size: 8px;
  line-height: 5px;
}

/* line 30, vendor/assets/ubold/scss/_progressbars.scss */
.progress.progress-md {
  height: 15px !important;
}

/* line 32, vendor/assets/ubold/scss/_progressbars.scss */
.progress.progress-md .progress-bar {
  font-size: 10.8px;
  line-height: 14.4px;
}

/* line 38, vendor/assets/ubold/scss/_progressbars.scss */
.progress.progress-lg {
  height: 1rem !important;
}

/* line 40, vendor/assets/ubold/scss/_progressbars.scss */
.progress.progress-lg .progress-bar {
  font-size: 12px;
  line-height: 20px;
}

/* line 46, vendor/assets/ubold/scss/_progressbars.scss */
.progress-bar-primary {
  background-color: #4285f4;
}

/* line 50, vendor/assets/ubold/scss/_progressbars.scss */
.progress-bar-success {
  background-color: #2bbbad;
}

/* line 54, vendor/assets/ubold/scss/_progressbars.scss */
.progress-bar-info {
  background-color: #33b5e5;
}

/* line 58, vendor/assets/ubold/scss/_progressbars.scss */
.progress-bar-warning {
  background-color: #ff8800;
}

/* line 62, vendor/assets/ubold/scss/_progressbars.scss */
.progress-bar-danger {
  background-color: #ef4554;
}

/* line 66, vendor/assets/ubold/scss/_progressbars.scss */
.progress-bar-inverse {
  background-color: #4c5667;
}

/* line 70, vendor/assets/ubold/scss/_progressbars.scss */
.progress-bar-purple {
  background-color: #7266ba;
}

/* line 74, vendor/assets/ubold/scss/_progressbars.scss */
.progress-bar-pink {
  background-color: #fb6d9d;
}

/* line 77, vendor/assets/ubold/scss/_progressbars.scss */
.progress-bar-custom {
  background-color: #62a3ff;
}

/* line 81, vendor/assets/ubold/scss/_progressbars.scss */
.progress-animated {
  -webkit-animation-duration: 5s;
  -webkit-animation-name: animationProgress;
  -webkit-transition: 5s all;
  animation-duration: 5s;
  animation-name: animationProgress;
  transition: 5s all;
}

/* Progressbar Vertical */
/* line 91, vendor/assets/ubold/scss/_progressbars.scss */
.progress-vertical {
  min-height: 250px;
  height: 250px;
  width: 10px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
}

/* line 100, vendor/assets/ubold/scss/_progressbars.scss */
.progress-vertical .progress-bar {
  width: 100%;
}

/* line 104, vendor/assets/ubold/scss/_progressbars.scss */
.progress-vertical-bottom {
  min-height: 250px;
  height: 250px;
  position: relative;
  width: 10px;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
}

/* line 113, vendor/assets/ubold/scss/_progressbars.scss */
.progress-vertical-bottom .progress-bar {
  width: 100%;
  position: absolute;
  bottom: 0;
}

/* line 120, vendor/assets/ubold/scss/_progressbars.scss */
.progress-vertical.progress-sm, .progress-vertical-bottom.progress-sm {
  width: 5px !important;
}

/* line 122, vendor/assets/ubold/scss/_progressbars.scss */
.progress-vertical.progress-sm .progress-bar, .progress-vertical-bottom.progress-sm .progress-bar {
  font-size: 8px;
  line-height: 5px;
}

/* line 128, vendor/assets/ubold/scss/_progressbars.scss */
.progress-vertical.progress-md, .progress-vertical-bottom.progress-md {
  width: 15px !important;
}

/* line 130, vendor/assets/ubold/scss/_progressbars.scss */
.progress-vertical.progress-md .progress-bar, .progress-vertical-bottom.progress-md .progress-bar {
  font-size: 10.8px;
  line-height: 14.4px;
}

/* line 136, vendor/assets/ubold/scss/_progressbars.scss */
.progress-vertical.progress-lg, .progress-vertical-bottom.progress-lg {
  width: 20px !important;
}

/* line 138, vendor/assets/ubold/scss/_progressbars.scss */
.progress-vertical.progress-lg .progress-bar, .progress-vertical-bottom.progress-lg .progress-bar {
  font-size: 12px;
  line-height: 20px;
}

/* =============
   Tables
============= */
/* line 5, vendor/assets/ubold/scss/_tables.scss */
.table {
  margin-bottom: 10px;
}

/* line 9, vendor/assets/ubold/scss/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ebeff2;
  font-weight: 500;
}

/* line 18, vendor/assets/ubold/scss/_tables.scss */
table.focus-on tbody tr.focused th {
  background-color: #62a3ff;
  color: #ffffff;
}

/* line 22, vendor/assets/ubold/scss/_tables.scss */
table.focus-on tbody tr.focused td {
  background-color: #62a3ff;
  color: #ffffff;
}

/* line 30, vendor/assets/ubold/scss/_tables.scss */
.fixed-table-container tbody .selected td {
  background-color: #f7f7f7;
}

/* line 34, vendor/assets/ubold/scss/_tables.scss */
.modal-block {
  background: transparent;
  margin: 40px auto;
  max-width: 600px;
  padding: 0;
  position: relative;
  text-align: left;
}

/* Data table */
/* line 47, vendor/assets/ubold/scss/_tables.scss */
#datatable-editable .actions a {
  padding: 5px;
}

/* line 51, vendor/assets/ubold/scss/_tables.scss */
#datatable-editable .form-control {
  background-color: #ffffff;
  width: 100%;
}

/* line 55, vendor/assets/ubold/scss/_tables.scss */
#datatable-editable .fa-trash-o {
  color: #ef4554;
}

/* line 58, vendor/assets/ubold/scss/_tables.scss */
#datatable-editable .fa-times {
  color: #ef4554;
}

/* line 61, vendor/assets/ubold/scss/_tables.scss */
#datatable-editable .fa-pencil {
  color: #29b6f6;
}

/* line 64, vendor/assets/ubold/scss/_tables.scss */
#datatable-editable .fa-save {
  color: #33b86c;
}

/* line 70, vendor/assets/ubold/scss/_tables.scss */
#datatable td {
  font-weight: normal;
}

/* line 76, vendor/assets/ubold/scss/_tables.scss */
div.dataTables_paginate ul.pagination {
  margin-top: 30px;
}

/* line 81, vendor/assets/ubold/scss/_tables.scss */
div.dataTables_info {
  padding-top: 38px;
}

/* line 85, vendor/assets/ubold/scss/_tables.scss */
.dt-buttons {
  float: left;
}

/* line 89, vendor/assets/ubold/scss/_tables.scss */
.dt-button-collection.dropdown-menu {
  visibility: inherit;
  opacity: 1;
  display: none;
  margin: 0 !important;
}

/* line 96, vendor/assets/ubold/scss/_tables.scss */
div#datatable-buttons_info {
  float: left;
}

/* line 100, vendor/assets/ubold/scss/_tables.scss */
#datatable-editable .form-control {
  background-color: #ffffff;
  width: auto;
  height: 20px;
}

/* Footable */
/* line 107, vendor/assets/ubold/scss/_tables.scss */
.footable-odd {
  background-color: #ffffff;
}

/* line 110, vendor/assets/ubold/scss/_tables.scss */
.footable-detail-show {
  background-color: #f2f2f2;
}

/* line 113, vendor/assets/ubold/scss/_tables.scss */
.footable-row-detail {
  background-color: #F0F4F7;
}

/* line 117, vendor/assets/ubold/scss/_tables.scss */
.footable-pagination li {
  margin-left: 5px;
  display: inline-block;
  float: left;
}

/* line 122, vendor/assets/ubold/scss/_tables.scss */
.footable-pagination li a {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #36404a;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
}

/* line 134, vendor/assets/ubold/scss/_tables.scss */
.footable-pagination li.active a {
  color: #ffffff;
}

/* Bootstrap Table */
/* line 141, vendor/assets/ubold/scss/_tables.scss */
.fixed-table-pagination .pagination-detail, .fixed-table-pagination div.pagination {
  margin-top: 20px;
}

/* line 145, vendor/assets/ubold/scss/_tables.scss */
.fixed-table-container {
  border: 1px solid #f2f2f2 !important;
}

/* line 148, vendor/assets/ubold/scss/_tables.scss */
.bootstrap-table .table > thead > tr > th {
  border-bottom: 2px solid #f2f2f2;
  background: #f2f2f2;
}

/* line 152, vendor/assets/ubold/scss/_tables.scss */
.fixed-table-container thead th .th-inner {
  padding: 9px 12px;
}

/* line 155, vendor/assets/ubold/scss/_tables.scss */
.bootstrap-table .table, .bootstrap-table .table > tbody > tr > td, .bootstrap-table .table > tbody > tr > th, .bootstrap-table .table > tfoot > tr > td, .bootstrap-table .table > tfoot > tr > th, .bootstrap-table .table > thead > tr > td {
  padding: 8px 12px !important;
}

/* line 160, vendor/assets/ubold/scss/_tables.scss */
.fixed-table-pagination .pagination a {
  display: block;
  border-radius: 3px;
}

/* line 165, vendor/assets/ubold/scss/_tables.scss */
.fixed-table-pagination .page-number.active a {
  color: #ffffff;
}

/* line 171, vendor/assets/ubold/scss/_tables.scss */
.fixed-table-pagination .page-list .dropdown-menu a {
  color: #36404a;
  display: block;
}

/* Tablesaw */
/* line 180, vendor/assets/ubold/scss/_tables.scss */
.tablesaw thead {
  background: #f2f2f2;
  background-image: none;
  border: none;
}

/* line 185, vendor/assets/ubold/scss/_tables.scss */
.tablesaw thead th {
  text-shadow: none;
  letter-spacing: 0.06em;
}

/* line 189, vendor/assets/ubold/scss/_tables.scss */
.tablesaw thead tr:first-child th {
  padding-top: 1.1em;
  padding-bottom: 0.9em;
}

/* line 193, vendor/assets/ubold/scss/_tables.scss */
.tablesaw thead tr:first-child th {
  font-weight: 600;
  font-family: inherit;
  border: none;
}

/* line 198, vendor/assets/ubold/scss/_tables.scss */
.tablesaw td, .tablesaw tbody th {
  font-size: inherit;
  line-height: inherit;
  padding: 10px !important;
}

/* line 203, vendor/assets/ubold/scss/_tables.scss */
.tablesaw-stack tbody tr, .tablesaw tbody tr {
  border-bottom: none;
}

/* line 206, vendor/assets/ubold/scss/_tables.scss */
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after, .tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  font-family: FontAwesome;
  font-size: 10px;
}

/* line 210, vendor/assets/ubold/scss/_tables.scss */
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
  content: "\f176";
}

/* line 213, vendor/assets/ubold/scss/_tables.scss */
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  content: "\f175";
}

/* line 216, vendor/assets/ubold/scss/_tables.scss */
.tablesaw-bar .btn-select.btn-small:after, .tablesaw-bar .btn-select.btn-micro:after {
  font-size: 8px;
  padding-right: 10px;
}

/* line 220, vendor/assets/ubold/scss/_tables.scss */
.tablesaw-swipe .tablesaw-cell-persist {
  box-shadow: none;
}

/* line 223, vendor/assets/ubold/scss/_tables.scss */
.tablesaw-enhanced .tablesaw-bar .btn {
  text-shadow: none;
  background-image: none;
}

/* line 228, vendor/assets/ubold/scss/_tables.scss */
.tablesaw-enhanced .tablesaw-bar .btn.btn-select:hover {
  background: #ffffff;
}

/* line 232, vendor/assets/ubold/scss/_tables.scss */
.tablesaw-enhanced .tablesaw-bar .btn:hover, .tablesaw-enhanced .tablesaw-bar .btn:focus, .tablesaw-enhanced .tablesaw-bar .btn:active {
  color: #62a3ff !important;
  background-color: #ebeff2;
  outline: none !important;
  box-shadow: none !important;
  background-image: none;
}

/* line 241, vendor/assets/ubold/scss/_tables.scss */
.tablesaw-columntoggle-popup .btn-group {
  display: block;
}

/* Fixed table */
/* line 247, vendor/assets/ubold/scss/_tables.scss */
.sticky-table-header {
  top: 70px !important;
}

/* line 252, vendor/assets/ubold/scss/_tables.scss */
.table-wrapper .btn-toolbar {
  display: block;
}

/* line 255, vendor/assets/ubold/scss/_tables.scss */
.table-wrapper .dropdown-menu {
  left: auto;
  right: 0;
}

/* Key Table */
/* line 263, vendor/assets/ubold/scss/_tables.scss */
table.dataTable th.focus, table.dataTable td.focus {
  outline: 3px solid #62a3ff !important;
  outline-offset: -1px;
}

/* ColVid Tables */
/* line 266, vendor/assets/ubold/scss/_tables.scss */
div.ColVis {
  float: none;
  margin-right: 30px;
}

/* line 270, vendor/assets/ubold/scss/_tables.scss */
button.ColVis_Button, .ColVis_Button:hover {
  float: none;
  border-radius: 3px;
  outline: none !important;
  background: none;
  box-shadow: none;
  color: #ffffff !important;
  background-color: #62a3ff !important;
  border: 1px solid #62a3ff !important;
}

/* line 280, vendor/assets/ubold/scss/_tables.scss */
.dataTables_length {
  float: left;
}

/* line 283, vendor/assets/ubold/scss/_tables.scss */
div.ColVis_collectionBackground {
  background-color: transparent;
}

/* line 286, vendor/assets/ubold/scss/_tables.scss */
ul.ColVis_collection {
  padding: 10px 0 0 0;
  background-color: #ffffff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border: none;
}

/* line 292, vendor/assets/ubold/scss/_tables.scss */
ul.ColVis_collection li {
  background: transparent !important;
  padding: 3px 10px !important;
  border: none !important;
  box-shadow: none !important;
}

/* line 299, vendor/assets/ubold/scss/_tables.scss */
#datatable-colvid_info {
  float: left;
}

/* JsGrid table */
/* line 305, vendor/assets/ubold/scss/_tables.scss */
.jsgrid-cell {
  padding: .8em;
}

/* line 309, vendor/assets/ubold/scss/_tables.scss */
.jsgrid-selected-row > .jsgrid-cell {
  background: #f2f2f2;
  border-color: #ededed;
}

/* line 313, vendor/assets/ubold/scss/_tables.scss */
.jsgrid-selected-row > .jsgrid-cell .jsgrid-button {
  background-color: rgba(54, 64, 74, 0.1);
}

/* line 319, vendor/assets/ubold/scss/_tables.scss */
.jsgrid-edit-row > .jsgrid-cell, .jsgrid-insert-row > .jsgrid-cell {
  background: #f2f2f2;
}

/* line 322, vendor/assets/ubold/scss/_tables.scss */
.jsgrid-edit-row > .jsgrid-cell .jsgrid-button, .jsgrid-insert-row > .jsgrid-cell .jsgrid-button {
  background-color: rgba(54, 64, 74, 0.1);
}

/* line 327, vendor/assets/ubold/scss/_tables.scss */
.jsgrid input, .jsgrid select, .jsgrid textarea {
  border: 1px solid #e1e1e1;
  padding: .4em .6em;
}

/* line 332, vendor/assets/ubold/scss/_tables.scss */
.jsgrid-pager-container {
  margin-top: 10px;
}

/* line 335, vendor/assets/ubold/scss/_tables.scss */
.jsgrid-pager-page {
  padding: 0;
  margin: 0 2px;
}

/* line 339, vendor/assets/ubold/scss/_tables.scss */
.jsgrid-pager-page a, .jsgrid-pager-current-page {
  background-color: #eee;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  color: #797979;
}

/* line 349, vendor/assets/ubold/scss/_tables.scss */
.jsgrid-pager-page.jsgrid-pager-current-page {
  background-color: #62a3ff;
  color: #ffffff;
}

/* line 355, vendor/assets/ubold/scss/_tables.scss */
.jsgrid-pager-nav-button a {
  color: #797979;
  font-weight: 500;
}

/* line 359, vendor/assets/ubold/scss/_tables.scss */
.jsgrid-pager-nav-button a:hover {
  color: #62a3ff;
}

/* line 365, vendor/assets/ubold/scss/_tables.scss */
.jsgrid .jsgrid-button {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-image: url(/../images/download.png);
  background-color: #eee;
}

/* line 372, vendor/assets/ubold/scss/_tables.scss */
.jsgrid .jsgrid-button:hover {
  opacity: 0.9;
  background-color: rgba(54, 64, 74, 0.2);
}

/* line 378, vendor/assets/ubold/scss/_tables.scss */
.jsgrid-search-mode-button {
  background-position: 0 -295px;
}

/* line 381, vendor/assets/ubold/scss/_tables.scss */
.jsgrid-insert-button {
  background-position: 0 -160px;
}

/* line 385, vendor/assets/ubold/scss/_tables.scss */
.jsgrid-header-sort:before {
  position: absolute;
}

/* line 388, vendor/assets/ubold/scss/_tables.scss */
.jsgrid-header-cell {
  text-align: center !important;
}

/* =============
   Widgets
============= */
/* Widget-box styles */
/* line 8, vendor/assets/ubold/scss/_widgets.scss */
.widget-box-1 i.inform {
  font-size: 20px;
  cursor: pointer;
}

/* line 12, vendor/assets/ubold/scss/_widgets.scss */
.widget-box-1 h4 {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 16px;
}

/* line 17, vendor/assets/ubold/scss/_widgets.scss */
.widget-box-1 h2 {
  margin: 20px;
}

/* line 20, vendor/assets/ubold/scss/_widgets.scss */
.widget-box-1 p {
  margin-bottom: 0;
}

/* line 24, vendor/assets/ubold/scss/_widgets.scss */
.widget-s-1 {
  border-radius: 6px;
}

/* Widget (background-icon) */
/* line 31, vendor/assets/ubold/scss/_widgets.scss */
.widget-bg-color-icon .bg-icon {
  height: 80px;
  width: 80px;
  text-align: center;
  border-radius: 50%;
}

/* line 37, vendor/assets/ubold/scss/_widgets.scss */
.widget-bg-color-icon .bg-icon i {
  font-size: 32px;
  line-height: 80px;
}

/* line 45, vendor/assets/ubold/scss/_widgets.scss */
.mini-stat-icon {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  display: inline-block;
  float: left;
  font-size: 30px;
  height: 60px;
  line-height: 60px;
  margin-right: 10px;
  text-align: center;
  width: 60px;
}

/* line 60, vendor/assets/ubold/scss/_widgets.scss */
.mini-stat-info {
  padding-top: 2px;
  color: #eeeeee;
}

/* line 63, vendor/assets/ubold/scss/_widgets.scss */
.mini-stat-info span {
  color: #ffffff;
  display: block;
  font-size: 24px;
}

/* line 68, vendor/assets/ubold/scss/_widgets.scss */
.mini-stat-info span.name {
  color: #ffffff;
  display: block;
  font-size: 18px;
  margin-top: 5px;
}

/* line 76, vendor/assets/ubold/scss/_widgets.scss */
.widget-inline {
  padding: 20px 0 !important;
}

/* line 79, vendor/assets/ubold/scss/_widgets.scss */
.widget-inline .col-lg-3 {
  padding: 0;
}

/* line 82, vendor/assets/ubold/scss/_widgets.scss */
.widget-inline .widget-inline-box {
  border-right: 1px solid #e3e8f1;
  padding: 20px;
}

/* line 85, vendor/assets/ubold/scss/_widgets.scss */
.widget-inline .widget-inline-box i {
  font-size: 32px;
}

/* Inbox-widget */
/* line 95, vendor/assets/ubold/scss/_widgets.scss */
.inbox-widget .inbox-item {
  border-bottom: 1px solid #f1f1f1;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

/* line 100, vendor/assets/ubold/scss/_widgets.scss */
.inbox-widget .inbox-item .inbox-item-img {
  display: block;
  float: left;
  margin-right: 15px;
  width: 40px;
}

/* line 106, vendor/assets/ubold/scss/_widgets.scss */
.inbox-widget .inbox-item img {
  width: 40px;
}

/* line 109, vendor/assets/ubold/scss/_widgets.scss */
.inbox-widget .inbox-item .inbox-item-author {
  color: #333333;
  display: block;
  margin: 0;
}

/* line 114, vendor/assets/ubold/scss/_widgets.scss */
.inbox-widget .inbox-item .inbox-item-text {
  color: #a0a0a0;
  display: block;
  font-size: 12px;
  margin: 0;
}

/* line 120, vendor/assets/ubold/scss/_widgets.scss */
.inbox-widget .inbox-item .inbox-item-date {
  color: #a9a9a9;
  font-size: 11px;
  position: absolute;
  right: 7px;
  top: 2px;
}

/* Chat widget */
/* line 131, vendor/assets/ubold/scss/_widgets.scss */
.conversation-list {
  list-style: none;
  height: 332px;
  padding: 0 20px;
}

/* line 135, vendor/assets/ubold/scss/_widgets.scss */
.conversation-list li {
  margin-bottom: 24px;
}

/* line 138, vendor/assets/ubold/scss/_widgets.scss */
.conversation-list .chat-avatar {
  display: inline-block;
  float: left;
  text-align: center;
  width: 42px;
}

/* line 143, vendor/assets/ubold/scss/_widgets.scss */
.conversation-list .chat-avatar img {
  border-radius: 100%;
  width: 100%;
}

/* line 147, vendor/assets/ubold/scss/_widgets.scss */
.conversation-list .chat-avatar i {
  font-size: 12px;
  font-style: normal;
}

/* line 152, vendor/assets/ubold/scss/_widgets.scss */
.conversation-list .ctext-wrap {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #f4f8fb;
  border-radius: 3px;
  display: inline-block;
  padding: 12px;
  position: relative;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 161, vendor/assets/ubold/scss/_widgets.scss */
.conversation-list .ctext-wrap i {
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  position: relative;
}

/* line 168, vendor/assets/ubold/scss/_widgets.scss */
.conversation-list .ctext-wrap p {
  margin: 0;
  padding-top: 3px;
}

/* line 172, vendor/assets/ubold/scss/_widgets.scss */
.conversation-list .ctext-wrap:after {
  right: 100%;
  top: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #f4f8fb;
  border-width: 8px;
  margin-left: -1px;
  border-right-color: #f4f8fb;
}

/* line 187, vendor/assets/ubold/scss/_widgets.scss */
.conversation-list .conversation-text {
  display: inline-block;
  float: left;
  font-size: 12px;
  margin-left: 12px;
  width: 70%;
}

/* line 195, vendor/assets/ubold/scss/_widgets.scss */
.conversation-list .odd .chat-avatar {
  float: right !important;
}

/* line 198, vendor/assets/ubold/scss/_widgets.scss */
.conversation-list .odd .conversation-text {
  float: right !important;
  margin-right: 12px;
  text-align: right;
  width: 70% !important;
}

/* line 204, vendor/assets/ubold/scss/_widgets.scss */
.conversation-list .odd .ctext-wrap {
  background-color: #62a3ff;
  color: #ffffff;
}

/* line 207, vendor/assets/ubold/scss/_widgets.scss */
.conversation-list .odd .ctext-wrap:after {
  border-color: rgba(238, 238, 242, 0) !important;
  border-left-color: #62a3ff !important;
  border-top-color: #62a3ff !important;
  left: 100% !important;
  margin-right: -1px;
}

/* line 218, vendor/assets/ubold/scss/_widgets.scss */
.chat-send {
  padding-left: 0;
  padding-right: 30px;
}

/* line 221, vendor/assets/ubold/scss/_widgets.scss */
.chat-send button {
  width: 100%;
}

/* line 226, vendor/assets/ubold/scss/_widgets.scss */
.chat-inputbar {
  padding-left: 30px;
}

/* Todos widget */
/* line 232, vendor/assets/ubold/scss/_widgets.scss */
#todo-message {
  font-size: 16px;
}

/* line 237, vendor/assets/ubold/scss/_widgets.scss */
.todo-list li {
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 10px 0;
  color: #98a6ad;
  display: block;
}

/* line 244, vendor/assets/ubold/scss/_widgets.scss */
.todo-list li:last-of-type {
  border-bottom: none;
}

/* line 250, vendor/assets/ubold/scss/_widgets.scss */
.todo-send {
  padding-left: 0;
}

/* Chat app */
/* line 256, vendor/assets/ubold/scss/_widgets.scss */
.chat-app-list {
  padding: 0 20px;
}

/* line 259, vendor/assets/ubold/scss/_widgets.scss */
.chat-app-list .list-group-item {
  background: transparent;
}

/* line 266, vendor/assets/ubold/scss/_widgets.scss */
.chat-ready .conversation-list {
  max-height: 800px;
}

/* line 269, vendor/assets/ubold/scss/_widgets.scss */
.chat-ready .spinner {
  width: 70px;
  text-align: center;
}

/* line 274, vendor/assets/ubold/scss/_widgets.scss */
.chat-ready .spinner > div {
  width: 10px;
  height: 10px;
  background-color: #E3E3E3;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

/* line 284, vendor/assets/ubold/scss/_widgets.scss */
.chat-ready .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

/* line 289, vendor/assets/ubold/scss/_widgets.scss */
.chat-ready .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* Widget-chart */
/* line 315, vendor/assets/ubold/scss/_widgets.scss */
.widget-chart ul li {
  width: 31.5%;
  display: inline-block;
  padding: 0;
}

/* line 323, vendor/assets/ubold/scss/_widgets.scss */
.widget-panel {
  padding: 30px 20px 30px 30px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

/* line 330, vendor/assets/ubold/scss/_widgets.scss */
.widget-panel i {
  font-size: 60px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  line-height: 60px;
}

/* line 343, vendor/assets/ubold/scss/_widgets.scss */
.widget-style-2 i {
  background: rgba(244, 248, 251, 0.6) !important;
  font-size: 48px;
  padding: 30px 40px;
}

/* Google maps widget*/
/* line 352, vendor/assets/ubold/scss/_widgets.scss */
.gmap iframe {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

/* line 357, vendor/assets/ubold/scss/_widgets.scss */
.gmap-info:before {
  color: #333333;
  content: "\f041";
  font-family: "FontAwesome";
  font-size: 35px;
  left: 10px;
  position: absolute;
  top: 8px;
}

/* line 366, vendor/assets/ubold/scss/_widgets.scss */
.gmap-info {
  float: left;
  padding: 0 20px 0 50px;
  position: relative;
}

/* line 371, vendor/assets/ubold/scss/_widgets.scss */
.gmap-buttons {
  float: right;
  margin-top: 28px;
}

/* line 375, vendor/assets/ubold/scss/_widgets.scss */
.gmap-buttons .btn {
  margin-left: 3px;
}

/* Google maps ends */
/* Table with Action */
/* line 382, vendor/assets/ubold/scss/_widgets.scss */
.table-actions-bar tr td {
  vertical-align: middle !important;
}

/* line 386, vendor/assets/ubold/scss/_widgets.scss */
.table-actions-bar .table-action-btn {
  color: #98a6ad;
  display: inline-block;
  width: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  font-size: 20px;
}

/* line 395, vendor/assets/ubold/scss/_widgets.scss */
.table-actions-bar .table-action-btn:hover {
  color: #2bbbad;
  border-color: #2bbbad;
}

/* Transaction */
/* line 405, vendor/assets/ubold/scss/_widgets.scss */
.transaction-list li {
  padding: 7px 0;
  border-bottom: 1px solid #ebeff2;
  clear: both;
  position: relative;
}

/* line 411, vendor/assets/ubold/scss/_widgets.scss */
.transaction-list i {
  width: 20px;
  position: absolute;
  top: 10px;
  font-size: 12px;
}

/* line 417, vendor/assets/ubold/scss/_widgets.scss */
.transaction-list .tran-text {
  padding-left: 25px;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 115px;
}

/* line 425, vendor/assets/ubold/scss/_widgets.scss */
.transaction-list .tran-price {
  margin-left: 30px;
}

/* Friend list */
/* line 434, vendor/assets/ubold/scss/_widgets.scss */
.friend-list a {
  margin: 5px;
  display: inline-block;
}

/* line 438, vendor/assets/ubold/scss/_widgets.scss */
.friend-list .extra-number {
  height: 48px;
  width: 48px;
  display: block;
  line-height: 48px;
  color: #98a6ad;
  font-weight: 700;
  background-color: #ebeff2;
  border-radius: 50%;
  border: 1px solid #98a6ad;
}

/* Profile widget */
/* line 455, vendor/assets/ubold/scss/_widgets.scss */
.profile-widget .bg-profile {
  height: 125px;
}

/* line 458, vendor/assets/ubold/scss/_widgets.scss */
.profile-widget .img-thumbnail {
  margin-top: -42px;
  border: none;
}

/* line 462, vendor/assets/ubold/scss/_widgets.scss */
.profile-widget .widget-list {
  padding: 10px;
  margin-top: 20px;
  margin-left: 0;
  padding-bottom: 30px;
}

/* line 468, vendor/assets/ubold/scss/_widgets.scss */
.profile-widget .widget-list span {
  display: block;
  font-weight: bold;
  font-size: 18px;
}

/*  Bar widget */
/* line 480, vendor/assets/ubold/scss/_widgets.scss */
.bar-widget .iconbox {
  display: inline-block;
  height: 50px;
  width: 50px;
  margin-right: 20px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
}

/* line 489, vendor/assets/ubold/scss/_widgets.scss */
.bar-widget .iconbox i {
  line-height: 50px;
  font-size: 20px;
}

/* Social type widgets */
/* line 498, vendor/assets/ubold/scss/_widgets.scss */
.widget-profile-one .card-box {
  border-radius: 0;
}

/* line 500, vendor/assets/ubold/scss/_widgets.scss */
.widget-profile-one .card-box:first-of-type {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

/* line 504, vendor/assets/ubold/scss/_widgets.scss */
.widget-profile-one .card-box:last-of-type {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

/* line 512, vendor/assets/ubold/scss/_widgets.scss */
.social-feed-box h3 {
  font-size: 18px;
  font-style: italic;
}

/* line 517, vendor/assets/ubold/scss/_widgets.scss */
.widget-box-two {
  border-bottom-left-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

/* line 522, vendor/assets/ubold/scss/_widgets.scss */
.social-feed-slider {
  padding-bottom: 50px;
}

/* line 525, vendor/assets/ubold/scss/_widgets.scss */
.social-feed-slider .carousel-indicators {
  bottom: 0;
}

/* line 530, vendor/assets/ubold/scss/_widgets.scss */
.pro-widget-img {
  border-radius: 4px !important;
  padding: 70px 0;
  background-size: cover;
  background: url(/../images/big/bg.jpg) center right no-repeat;
}

/* Blog styles */
/* line 540, vendor/assets/ubold/scss/_widgets.scss */
.blog-box-one {
  margin-bottom: 20px;
}

/* line 543, vendor/assets/ubold/scss/_widgets.scss */
.blog-box-one .cover-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 1;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

/* line 552, vendor/assets/ubold/scss/_widgets.scss */
.blog-box-one .cover-wrapper img {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

/* line 560, vendor/assets/ubold/scss/_widgets.scss */
.blog-box-one .cover-wrapper:hover img {
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* line 566, vendor/assets/ubold/scss/_widgets.scss */
.blog-box-one .post-info {
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

/* line 575, vendor/assets/ubold/scss/_widgets.scss */
.blog-box-one .post-info .date {
  float: left;
  border-bottom: 3px solid #71b6f9;
}

/* line 579, vendor/assets/ubold/scss/_widgets.scss */
.post-info .date .day {
  font-size: 22px;
  color: #333;
  font-weight: 600;
  line-height: 22px;
}

/* line 585, vendor/assets/ubold/scss/_widgets.scss */
.post-info .date .month {
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  display: inline-block;
}

/* line 591, vendor/assets/ubold/scss/_widgets.scss */
.blog-box-one .meta {
  padding-left: 0;
}

/* line 595, vendor/assets/ubold/scss/_widgets.scss */
.blog-box-one .post-info .meta-container {
  padding-left: 55px;
}

/* line 598, vendor/assets/ubold/scss/_widgets.scss */
.blog-box-one .post-info p {
  margin-top: 15px;
}

/* line 603, vendor/assets/ubold/scss/_widgets.scss */
.blog-widget-action a {
  color: #98a6ad;
  display: inline-block;
  margin-right: 10px;
}

/* =============
   Form Advanced
============= */
/* line 4, vendor/assets/ubold/scss/_form-advanced.scss */
.error {
  color: #ef4554;
  font-size: 12px;
  font-weight: 500;
}

/* Form validation */
/* line 11, vendor/assets/ubold/scss/_form-advanced.scss */
.parsley-error {
  border-color: #ef4554 !important;
}

/* line 14, vendor/assets/ubold/scss/_form-advanced.scss */
.parsley-errors-list {
  display: none;
  margin: 0;
  padding: 0;
}

/* line 19, vendor/assets/ubold/scss/_form-advanced.scss */
.parsley-errors-list.filled {
  display: block;
}

/* line 22, vendor/assets/ubold/scss/_form-advanced.scss */
.parsley-errors-list > li {
  font-size: 12px;
  list-style: none;
  color: #f6504d;
}

/* Datepicker */
/* line 28, vendor/assets/ubold/scss/_form-advanced.scss */
.datepicker {
  padding: 8px;
}

/* line 30, vendor/assets/ubold/scss/_form-advanced.scss */
.datepicker th {
  font-size: 14px !important;
}

/* line 34, vendor/assets/ubold/scss/_form-advanced.scss */
.datepicker > div {
  display: inherit;
}

/* line 37, vendor/assets/ubold/scss/_form-advanced.scss */
.datepicker-dropdown.dropdown-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0 !important;
}

/* line 43, vendor/assets/ubold/scss/_form-advanced.scss */
.daterangepicker.show-calendar, .bootstrap-timepicker-widget.open {
  visibility: visible;
  opacity: 1;
  margin-top: 0 !important;
}

/* line 49, vendor/assets/ubold/scss/_form-advanced.scss */
.datepicker table tr td.today, .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.selected, .datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td span.active, .datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  background-image: none;
}

/* line 57, vendor/assets/ubold/scss/_form-advanced.scss */
.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active, .datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active[disabled], .datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled[disabled]:hover {
  background-color: #62a3ff;
}

/* line 69, vendor/assets/ubold/scss/_form-advanced.scss */
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #62a3ff !important;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}

/* line 76, vendor/assets/ubold/scss/_form-advanced.scss */
.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
  background-color: #fafafa;
}

/* line 79, vendor/assets/ubold/scss/_form-advanced.scss */
.datepicker-inline {
  border: 2px solid #eeeeee;
}

/* line 82, vendor/assets/ubold/scss/_form-advanced.scss */
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #4285f4;
  border-color: #4285f4;
}

/* line 86, vendor/assets/ubold/scss/_form-advanced.scss */
.daterangepicker .input-mini.active {
  border: 1px solid #AAAAAA;
}

/* line 89, vendor/assets/ubold/scss/_form-advanced.scss */
.daterangepicker .ranges li {
  border-radius: 2px;
  color: #36404a;
  font-weight: 600;
  font-size: 12px;
}

/* line 95, vendor/assets/ubold/scss/_form-advanced.scss */
.daterangepicker select.hourselect, .daterangepicker select.minuteselect,
.daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  border: 1px solid #e3e3e3;
  padding: 2px;
  width: 60px;
}

/* line 101, vendor/assets/ubold/scss/_form-advanced.scss */
.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
  background-color: #4285f4;
  border: 1px solid #4285f4;
  color: #ffffff;
}

/* line 107, vendor/assets/ubold/scss/_form-advanced.scss */
.daterangepicker.dropdown-menu.show-calendar, .daterangepicker.dropdown-menu {
  display: none;
}

/* line 112, vendor/assets/ubold/scss/_form-advanced.scss */
.search-input {
  margin-bottom: 10px;
}

/* line 116, vendor/assets/ubold/scss/_form-advanced.scss */
.ms-selectable {
  box-shadow: none;
  outline: none !important;
}

/* line 122, vendor/assets/ubold/scss/_form-advanced.scss */
.ms-container .ms-list.ms-focus {
  box-shadow: none;
}

/* line 126, vendor/assets/ubold/scss/_form-advanced.scss */
.ms-container .ms-selectable li.ms-hover {
  background-color: #4285f4;
}

/* line 131, vendor/assets/ubold/scss/_form-advanced.scss */
.ms-container .ms-selection li.ms-hover {
  background-color: #4285f4;
}

/* Summernote editor */
/* line 141, vendor/assets/ubold/scss/_form-advanced.scss */
.note-btn-group .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

/* line 150, vendor/assets/ubold/scss/_form-advanced.scss */
.note-btn-group .dropdown-menu > li > a:hover {
  color: #62a3ff;
}

/* line 158, vendor/assets/ubold/scss/_form-advanced.scss */
.note-image-popover, .note-air-popover, .note-link-popover {
  display: none;
}

/* line 161, vendor/assets/ubold/scss/_form-advanced.scss */
.note-image-popover .dropdown-toggle::after, .note-air-popover .dropdown-toggle::after, .note-link-popover .dropdown-toggle::after {
  margin-left: 0;
}

/* line 166, vendor/assets/ubold/scss/_form-advanced.scss */
.note-icon-caret {
  display: none;
}

/* line 170, vendor/assets/ubold/scss/_form-advanced.scss */
.note-popover .popover-content .note-color .dropdown-toggle,
.note-editor .panel-heading.note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 1px;
}

/* line 175, vendor/assets/ubold/scss/_form-advanced.scss */
.note-editor {
  border: 1px solid #eeeeee !important;
  position: relative;
}

/* line 179, vendor/assets/ubold/scss/_form-advanced.scss */
.note-editor .note-toolbar {
  background-color: #ebebeb;
  border-bottom: 1px solid #e0e0e0;
  margin: 0;
}

/* line 184, vendor/assets/ubold/scss/_form-advanced.scss */
.note-editor .note-statusbar {
  background-color: #ffffff;
}

/* line 186, vendor/assets/ubold/scss/_form-advanced.scss */
.note-editor .note-statusbar .note-resizebar {
  border-top: none;
  height: 15px;
  padding-top: 3px;
}

/* line 196, vendor/assets/ubold/scss/_form-advanced.scss */
.note-popover .popover .popover-content {
  padding: 5px 0 10px 5px;
}

/* line 202, vendor/assets/ubold/scss/_form-advanced.scss */
.note-toolbar {
  padding: 5px 0 10px 5px;
}

/* line 206, vendor/assets/ubold/scss/_form-advanced.scss */
.code-edit-wrap {
  padding: 0 !important;
}

/* line 211, vendor/assets/ubold/scss/_form-advanced.scss */
.cm-s-ambiance .CodeMirror-linenumber {
  color: #bcbcbc;
}

/* line 214, vendor/assets/ubold/scss/_form-advanced.scss */
.cm-s-ambiance .CodeMirror-gutters {
  background-color: #4c5667 !important;
  box-shadow: none;
}

/* line 220, vendor/assets/ubold/scss/_form-advanced.scss */
.cm-s-ambiance.CodeMirror {
  background-color: #4c5667 !important;
  box-shadow: none;
}

/* Timepicker */
/* line 229, vendor/assets/ubold/scss/_form-advanced.scss */
.bootstrap-timepicker-widget table td a:hover {
  background-color: transparent;
  border-color: transparent;
  border-radius: 4px;
  color: #4285f4;
  text-decoration: none;
}

/* line 242, vendor/assets/ubold/scss/_form-advanced.scss */
.editor-horizontal .popover-content {
  padding: 9px 30px;
}

/* Bootstrap select */
/* line 249, vendor/assets/ubold/scss/_form-advanced.scss */
.bootstrap-select.show > .dropdown-menu > .dropdown-menu {
  display: block;
}

/* line 253, vendor/assets/ubold/scss/_form-advanced.scss */
.bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden {
  display: none;
}

/* line 257, vendor/assets/ubold/scss/_form-advanced.scss */
.bootstrap-select > .dropdown-menu > .dropdown-menu li a {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: 400;
  color: #36404a;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
}

/* line 269, vendor/assets/ubold/scss/_form-advanced.scss */
.bootstrap-select .check-mark::after {
  content: "\f299";
  font-family: "Material Design Iconic Font";
}

/* line 274, vendor/assets/ubold/scss/_form-advanced.scss */
.bootstrap-select button {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 278, vendor/assets/ubold/scss/_form-advanced.scss */
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  margin-top: 0;
}

/* line 284, vendor/assets/ubold/scss/_form-advanced.scss */
.bootstrap-select.show .dropdown-menu.open .dropdown-menu.inner {
  visibility: visible;
  opacity: 1;
  margin-top: 0 !important;
}

/* Dropzone */
/* line 294, vendor/assets/ubold/scss/_form-advanced.scss */
.dropzone {
  min-height: 230px;
  border: 2px dashed rgba(54, 64, 74, 0.3);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  background: white;
  border-radius: 6px;
}

/* line 301, vendor/assets/ubold/scss/_form-advanced.scss */
.dropzone .dz-message {
  font-size: 30px;
}

/* X-Editable */
/* line 307, vendor/assets/ubold/scss/_form-advanced.scss */
.editable-click, a.editable-click, a.editable-click:hover {
  border: none;
}

/* AUTOCOMPLETE */
/* line 313, vendor/assets/ubold/scss/_form-advanced.scss */
.autocomplete-suggestions {
  border: 1px solid #f9f9f9;
  background: #ffffff;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

/* line 323, vendor/assets/ubold/scss/_form-advanced.scss */
.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

/* line 329, vendor/assets/ubold/scss/_form-advanced.scss */
.autocomplete-no-suggestion {
  padding: 2px 5px;
}

/* line 333, vendor/assets/ubold/scss/_form-advanced.scss */
.autocomplete-selected {
  background: rgba(152, 166, 173, 0.3);
  cursor: pointer;
}

/* line 338, vendor/assets/ubold/scss/_form-advanced.scss */
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #36404a;
}

/* line 343, vendor/assets/ubold/scss/_form-advanced.scss */
.autocomplete-group {
  padding: 2px 5px;
}

/* line 347, vendor/assets/ubold/scss/_form-advanced.scss */
.autocomplete-group strong {
  font-weight: bold;
  font-size: 16px;
  color: #36404a;
  display: block;
}

/* Image crop */
/* line 356, vendor/assets/ubold/scss/_form-advanced.scss */
.img-container,
.img-preview {
  background-color: #f7f7f7;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

/* line 364, vendor/assets/ubold/scss/_form-advanced.scss */
.img-container {
  min-height: 200px;
  max-height: 466px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  /* line 371, vendor/assets/ubold/scss/_form-advanced.scss */
  .img-container {
    min-height: 466px;
  }
}

/* line 376, vendor/assets/ubold/scss/_form-advanced.scss */
.img-container > img {
  max-width: 100%;
}

/* line 380, vendor/assets/ubold/scss/_form-advanced.scss */
.docs-preview {
  margin-right: -15px;
  margin-bottom: 10px;
}

/* line 385, vendor/assets/ubold/scss/_form-advanced.scss */
.img-preview {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* line 391, vendor/assets/ubold/scss/_form-advanced.scss */
.img-preview > img {
  max-width: 100%;
}

/* line 396, vendor/assets/ubold/scss/_form-advanced.scss */
#showDataURL img {
  width: 100%;
}

/* Bootstrap tagsinput */
/* line 402, vendor/assets/ubold/scss/_form-advanced.scss */
.bootstrap-tagsinput {
  box-shadow: none;
  padding: 3px 7px 6px;
  border: 1px solid #e3e3e3;
}

/* line 407, vendor/assets/ubold/scss/_form-advanced.scss */
.bootstrap-tagsinput .label-info {
  background-color: #62a3ff !important;
  display: inline-block;
  padding: 5px;
}

/* Multiple */
/* line 414, vendor/assets/ubold/scss/_form-advanced.scss */
.ms-container {
  background: transparent url(/assets/images/multiple-arrow-c7980afdb3d8e702d886029253c2bb07c31fb42d1618fe4e2088f609436524b9.png) no-repeat 50% 50%;
}

/* line 417, vendor/assets/ubold/scss/_form-advanced.scss */
.ms-container .ms-list {
  box-shadow: none;
  border: 1px solid #e3e3e3;
}

/* line 421, vendor/assets/ubold/scss/_form-advanced.scss */
.ms-container .ms-list.ms-focus {
  box-shadow: none;
  border: 1px solid #aaaaaa;
}

/* line 426, vendor/assets/ubold/scss/_form-advanced.scss */
.ms-container .ms-selectable li.ms-elem-selectable {
  border: none;
  padding: 5px 10px;
}

/* line 432, vendor/assets/ubold/scss/_form-advanced.scss */
.ms-container .ms-selection li.ms-elem-selection {
  border: none;
  padding: 5px 10px;
}

/* Select 2 */
/* line 439, vendor/assets/ubold/scss/_form-advanced.scss */
.select2-container {
  width: 100% !important;
}

/* line 442, vendor/assets/ubold/scss/_form-advanced.scss */
.select2-container .select2-selection--single {
  border: 1px solid #E3E3E3 !important;
  height: 38px !important;
}

/* line 446, vendor/assets/ubold/scss/_form-advanced.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 36px !important;
  padding-left: 12px !important;
}

/* line 451, vendor/assets/ubold/scss/_form-advanced.scss */
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 34px;
  width: 34px;
  right: 3px;
}

/* line 456, vendor/assets/ubold/scss/_form-advanced.scss */
.select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-width: 6px 6px 0 6px;
}

/* line 469, vendor/assets/ubold/scss/_form-advanced.scss */
.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent !important;
  border-width: 0 6px 6px 6px !important;
}

/* line 477, vendor/assets/ubold/scss/_form-advanced.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #62a3ff;
}

/* line 480, vendor/assets/ubold/scss/_form-advanced.scss */
.select2-results__option {
  padding: 6px 12px;
}

/* line 484, vendor/assets/ubold/scss/_form-advanced.scss */
.select2-dropdown {
  border: 1px solid #e3e3e3 !important;
  padding-top: 5px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

/* line 490, vendor/assets/ubold/scss/_form-advanced.scss */
.select2-search input {
  border: 1px solid #e3e3e3 !important;
}

/* line 495, vendor/assets/ubold/scss/_form-advanced.scss */
.select2-container .select2-selection--multiple {
  min-height: 38px !important;
  border: 1px solid #e3e3e3 !important;
}

/* line 499, vendor/assets/ubold/scss/_form-advanced.scss */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  padding: 2px 10px;
}

/* line 502, vendor/assets/ubold/scss/_form-advanced.scss */
.select2-container .select2-selection--multiple .select2-search__field {
  margin-top: 7px;
  border: 0 !important;
}

/* line 506, vendor/assets/ubold/scss/_form-advanced.scss */
.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 1px;
  padding: 0 7px;
}

/* Bootstrap-select */
/* line 515, vendor/assets/ubold/scss/_form-advanced.scss */
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100% !important;
}

/* line 520, vendor/assets/ubold/scss/_form-advanced.scss */
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

/* line 524, vendor/assets/ubold/scss/_form-advanced.scss */
.bootstrap-select .glyphicon {
  padding-right: 6px;
}

/* Bootstrap filestyle */
/* line 530, vendor/assets/ubold/scss/_form-advanced.scss */
.icon-span-filestyle {
  padding-right: 5px;
}

/* Bootstrap-touchSpin */
/* line 538, vendor/assets/ubold/scss/_form-advanced.scss */
.bootstrap-touchspin .input-group-btn-vertical .btn {
  padding: 9px 12px;
}

/* line 541, vendor/assets/ubold/scss/_form-advanced.scss */
.bootstrap-touchspin .input-group-btn-vertical i {
  top: 4px;
  left: 8px;
}

/* == Bootstrap Switch == */
/* line 551, vendor/assets/ubold/scss/_form-advanced.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  background: #4285f4;
}

/* line 555, vendor/assets/ubold/scss/_form-advanced.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  background: #33b5e5;
}

/* line 559, vendor/assets/ubold/scss/_form-advanced.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  background: #2bbbad;
}

/* line 563, vendor/assets/ubold/scss/_form-advanced.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background: #ff8800;
}

/* line 567, vendor/assets/ubold/scss/_form-advanced.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  background: #ef4554;
}

/* line 571, vendor/assets/ubold/scss/_form-advanced.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  background: #eeeeee;
}

/* line 575, vendor/assets/ubold/scss/_form-advanced.scss */
.bootstrap-switch.bootstrap-switch-focused {
  border-color: #98a6ad;
  box-shadow: none;
}

/* == Form Uploads == */
/* line 583, vendor/assets/ubold/scss/_form-advanced.scss */
.jFiler-input-dragDrop {
  width: 100%;
  background-color: #fafafa;
}

/* line 588, vendor/assets/ubold/scss/_form-advanced.scss */
.jFiler-theme-default .jFiler-input {
  width: 100%;
}

/* line 591, vendor/assets/ubold/scss/_form-advanced.scss */
.jFiler-theme-default .jFiler-input-button {
  background-color: #62a3ff;
  background-image: none !important;
  color: #ffffff;
  border: 1px solid #62a3ff !important;
}

/* == Colorpicker == */
/* line 602, vendor/assets/ubold/scss/_form-advanced.scss */
.colorpicker-visible {
  visibility: visible;
  opacity: 1;
  display: block !important;
  margin-top: 0 !important;
}

/* Wizard */
/* line 2, vendor/assets/ubold/scss/_form-wizard.scss */
.wizard > .content {
  background: #ffffff;
  min-height: 240px;
  padding: 20px;
}

/* line 8, vendor/assets/ubold/scss/_form-wizard.scss */
.wizard > .content > .body {
  padding: 0;
  position: relative;
}

/* line 12, vendor/assets/ubold/scss/_form-wizard.scss */
.wizard > .content > .body input {
  border: 1px solid #E3E3E3;
}

/* line 15, vendor/assets/ubold/scss/_form-wizard.scss */
.wizard > .content > .body ul > li {
  display: block;
  line-height: 30px;
}

/* line 19, vendor/assets/ubold/scss/_form-wizard.scss */
.wizard > .content > .body label.error {
  color: #ef4554;
  margin-left: 0;
}

/* line 24, vendor/assets/ubold/scss/_form-wizard.scss */
.wizard > .content > .body label {
  display: inline-block;
  margin-top: 10px;
}

/* line 31, vendor/assets/ubold/scss/_form-wizard.scss */
.wizard > .steps .number {
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  display: inline-block;
  line-height: 30px;
  margin-right: 10px;
  width: 30px;
  text-align: center;
}

/* line 41, vendor/assets/ubold/scss/_form-wizard.scss */
.wizard > .steps .disabled a {
  background: #ffffff;
  color: #333333;
  cursor: default;
  border: 1px solid #eaeaea;
}

/* line 46, vendor/assets/ubold/scss/_form-wizard.scss */
.wizard > .steps .disabled a:hover {
  background: #f9f9f9;
  color: #333333;
  cursor: default;
  border: 1px solid #eaeaea;
}

/* line 52, vendor/assets/ubold/scss/_form-wizard.scss */
.wizard > .steps .disabled a:active {
  background: #f9f9f9;
  color: #333333;
  cursor: default;
  border: 1px solid #eaeaea;
}

/* line 61, vendor/assets/ubold/scss/_form-wizard.scss */
.wizard > .steps .current a {
  background: #62a3ff;
}

/* line 63, vendor/assets/ubold/scss/_form-wizard.scss */
.wizard > .steps .current a:hover {
  background: #62a3ff;
}

/* line 65, vendor/assets/ubold/scss/_form-wizard.scss */
.wizard > .steps .current a:hover .number {
  color: #ffffff;
}

/* line 69, vendor/assets/ubold/scss/_form-wizard.scss */
.wizard > .steps .current a:active {
  background: #62a3ff;
}

/* line 71, vendor/assets/ubold/scss/_form-wizard.scss */
.wizard > .steps .current a:active .number {
  color: #ffffff;
}

/* line 75, vendor/assets/ubold/scss/_form-wizard.scss */
.wizard > .steps .current a .number {
  color: #ffffff;
}

/* line 81, vendor/assets/ubold/scss/_form-wizard.scss */
.wizard > .steps .done a {
  background: #7a8c9a;
}

/* line 83, vendor/assets/ubold/scss/_form-wizard.scss */
.wizard > .steps .done a:hover {
  background: #7a8c9a;
}

/* line 86, vendor/assets/ubold/scss/_form-wizard.scss */
.wizard > .steps .done a:active {
  background: #7a8c9a;
}

/* line 93, vendor/assets/ubold/scss/_form-wizard.scss */
.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active, .wizard > .content {
  border-radius: 2px;
}

/* line 98, vendor/assets/ubold/scss/_form-wizard.scss */
.wizard > .actions a {
  background: #62a3ff;
  border-radius: 2px;
  color: #ffffff;
}

/* line 102, vendor/assets/ubold/scss/_form-wizard.scss */
.wizard > .actions a:hover {
  background: #62a3ff;
  border-radius: 2px;
  color: #ffffff;
}

/* line 107, vendor/assets/ubold/scss/_form-wizard.scss */
.wizard > .actions a:active {
  background: #62a3ff;
  border-radius: 2px;
  color: #ffffff;
}

/* line 114, vendor/assets/ubold/scss/_form-wizard.scss */
.wizard > .actions .disabled a {
  background: #ffffff;
  color: #333333;
  cursor: default;
  border: 1px solid #eaeaea;
}

/* line 119, vendor/assets/ubold/scss/_form-wizard.scss */
.wizard > .actions .disabled a:hover {
  background: #f9f9f9;
  color: #333333;
  cursor: default;
  border: 1px solid #eaeaea;
}

/* line 125, vendor/assets/ubold/scss/_form-wizard.scss */
.wizard > .actions .disabled a:active {
  background: #f9f9f9;
  color: #333333;
  cursor: default;
  border: 1px solid #eaeaea;
}

/* =============
   Calendar
============= */
/* line 6, vendor/assets/ubold/scss/_calendar.scss */
.calendar {
  float: left;
  margin-bottom: 0;
}

/* line 11, vendor/assets/ubold/scss/_calendar.scss */
.fc-view {
  margin-top: 30px;
}

/* line 15, vendor/assets/ubold/scss/_calendar.scss */
.none-border .modal-footer {
  border-top: none;
}

/* line 20, vendor/assets/ubold/scss/_calendar.scss */
.fc-toolbar {
  margin-bottom: 5px;
  margin-top: 15px;
}

/* line 23, vendor/assets/ubold/scss/_calendar.scss */
.fc-toolbar h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
}

/* line 31, vendor/assets/ubold/scss/_calendar.scss */
.fc-day {
  background: #ffffff;
}

/* line 35, vendor/assets/ubold/scss/_calendar.scss */
.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active,
.fc-toolbar button:focus, .fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0;
}

/* line 41, vendor/assets/ubold/scss/_calendar.scss */
.fc-widget-header {
  border: 1px solid #ebeff2;
}

/* line 45, vendor/assets/ubold/scss/_calendar.scss */
.fc-widget-content {
  border: 1px solid #ebeff2;
}

/* line 50, vendor/assets/ubold/scss/_calendar.scss */
.fc th.fc-widget-header {
  background: #ebeff2;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}

/* line 59, vendor/assets/ubold/scss/_calendar.scss */
.fc-button {
  background: #ffffff;
  border: 1px solid #ebeff2;
  color: #555555;
  text-transform: capitalize;
}

/* line 66, vendor/assets/ubold/scss/_calendar.scss */
.fc-text-arrow {
  font-family: inherit;
  font-size: 16px;
}

/* line 71, vendor/assets/ubold/scss/_calendar.scss */
.fc-state-hover {
  background: #F5F5F5;
}

/* line 75, vendor/assets/ubold/scss/_calendar.scss */
.fc-state-highlight {
  background: #f0f0f0;
}

/* line 79, vendor/assets/ubold/scss/_calendar.scss */
.fc-cell-overlay {
  background: #f0f0f0;
}

/* line 84, vendor/assets/ubold/scss/_calendar.scss */
.fc-unthemed .fc-today {
  background: #ffffff;
}

/* line 89, vendor/assets/ubold/scss/_calendar.scss */
.fc-event {
  border-radius: 2px;
  border: none;
  cursor: move;
  font-size: 13px;
  margin: 5px 7px;
  padding: 5px 5px;
  text-align: center;
}

/* line 99, vendor/assets/ubold/scss/_calendar.scss */
.external-event {
  color: #ffffff;
  cursor: move;
  margin: 10px 0;
  padding: 6px 10px;
  font-size: 14px;
}

/* line 109, vendor/assets/ubold/scss/_calendar.scss */
.fc-basic-view td.fc-week-number span {
  padding-right: 5px;
}

/* line 113, vendor/assets/ubold/scss/_calendar.scss */
.fc-basic-view td.fc-day-number {
  padding-right: 5px;
}

/* line 116, vendor/assets/ubold/scss/_calendar.scss */
.fc-basic-view .fc-content {
  color: #ffffff;
}

/* Wysiwig */
/* line 2, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-content-body p {
  color: #36404a;
  font-size: 14px;
  font-weight: 300;
}

/* line 7, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-popover .mce-arrow:after {
  border-bottom-color: red;
}

/* line 10, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-popover .mce-colorbutton-grid {
  margin: 0;
  border: 1px solid #98a6ad !important;
  padding: 4px;
}

/* line 15, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-reset .mce-window-head {
  border-bottom: 1px solid #d7dce5;
}

/* line 18, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-reset .mce-window-head .mce-title {
  color: #707780;
  font-size: 16px;
  font-weight: 400;
}

/* line 23, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-reset .mce-textbox {
  border-radius: 0;
  box-shadow: none;
  outline: 0;
  border-color: #d7dce5;
  height: 30px;
  font-weight: 300;
  line-height: 30px;
  color: #aaaaaa;
  font-size: 14px;
}

/* line 34, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-reset .mce-textbox:focus {
  box-shadow: none;
  border-color: #62a3ff;
}

/* line 38, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-reset .mce-checkbox .mce-ico {
  background-image: none;
  background-color: #ffffff;
  border-radius: 0;
  border: 1px solid #d7dce5;
}

/* line 44, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-reset .mce-checkbox .mce-label {
  color: #707780;
  font-size: 12px;
  font-weight: 400;
}

/* line 49, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-container {
  border-radius: 0 !important;
  border-width: 0 !important;
}

/* line 53, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-container .mce-menubar {
  background-color: #f2f2f2 !important;
  border: 1px solid #f2f2f2 !important;
  padding: 2px;
}

/* line 58, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-container .mce-menubar .mce-btn button span {
  color: #36404a;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

/* line 64, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-container .mce-menubar .mce-btn button .mce-caret {
  border-top-color: #36404a;
}

/* line 67, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-container .mce-menubar .mce-btn button:hover {
  background-color: #f2f2f2;
}

/* line 70, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-container .mce-menubar .mce-btn.mce-active button {
  background-color: #f2f2f2;
}

/* line 73, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-container .mce-btn {
  background-color: #d7dce5;
  background-image: none;
  outline: 0;
  border: 0;
  border-radius: 0;
}

/* line 80, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-container .mce-btn button {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-shadow: none;
}

/* line 86, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-container .mce-btn:hover {
  background-color: #f2f2f2;
  background-image: none;
}

/* line 90, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-container .mce-primary {
  background-color: #62a3ff;
  background-image: none;
  outline: 0;
  border: 0;
  border-radius: 0;
}

/* line 97, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-container .mce-primary button {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-shadow: none;
}

/* line 103, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-container .mce-primary:hover {
  background-color: #0c7cd5;
  background-image: none;
}

/* line 107, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-container .mce-toolbar-grp {
  background-color: #f2f2f2 !important;
  border: 1px solid #f2f2f2 !important;
  border-top-width: 0 !important;
  padding: 6px;
}

/* line 113, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-container .mce-edit-area {
  border: 2px solid #f2f2f2 !important;
}

/* line 116, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-container .mce-statusbar {
  background-color: #f2f2f2 !important;
  border: 1px solid #f2f2f2 !important;
}

/* line 120, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-container .mce-statusbar .mce-path .mce-path-item {
  color: #707780;
  font-size: 14px;
  font-weight: 400;
}

/* line 125, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-container .mce-widget {
  color: #9398a0;
  font-size: 14px;
  font-weight: 400;
  border-left: 1px solid transparent;
}

/* line 131, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-container .mce-btn-group {
  border: 1px solid #e9ecf2 !important;
}

/* line 134, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-container .mce-btn-group .mce-btn {
  box-shadow: none;
  background-image: none;
  background-color: #ffffff;
  border-width: 0;
  border-radius: 0 !important;
}

/* line 141, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-container .mce-btn-group .mce-btn:hover,
.mce-container .mce-btn-group .mce-btn:focus {
  box-shadow: none;
  background-image: none;
  background-color: #ffffff;
}

/* line 147, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-container .mce-btn-group .mce-btn button span {
  color: #707780;
  font-size: 14px;
  font-weight: 300;
}

/* line 152, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-container .mce-btn-group .mce-btn button .mce-caret {
  color: #707780;
  font-size: 14px;
}

/* line 156, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-container .mce-ico {
  color: #707780;
  font-size: 14px;
}

/* line 160, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-container .mce-panel {
  background-image: none;
}

/* line 163, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-container.mce-menu {
  border: 1px solid #d7dce5 !important;
}

/* line 166, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-container.mce-menu .mce-menu-item {
  background-image: none;
}

/* line 169, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-container.mce-menu .mce-menu-item .mce-ico {
  color: #62a3ff;
  font-size: 14px;
}

/* line 173, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-container.mce-menu .mce-menu-item .mce-text {
  color: #707780;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

/* line 179, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-container.mce-menu .mce-menu-item .mce-menu-shortcut {
  color: #aaaaaa;
  font-size: 12px;
  font-weight: 300;
  text-transform: capitalize;
}

/* line 185, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-container.mce-menu .mce-menu-item:hover,
.mce-container.mce-menu .mce-menu-item:focus,
.mce-container.mce-menu .mce-menu-item.mce-selected {
  background-color: #62a3ff;
}

/* line 190, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-container.mce-menu .mce-menu-item:hover .mce-ico,
.mce-container.mce-menu .mce-menu-item:focus .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-selected .mce-ico,
.mce-container.mce-menu .mce-menu-item:hover .mce-text,
.mce-container.mce-menu .mce-menu-item:focus .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-selected .mce-text,
.mce-container.mce-menu .mce-menu-item:hover .mce-menu-shortcut,
.mce-container.mce-menu .mce-menu-item:focus .mce-menu-shortcut,
.mce-container.mce-menu .mce-menu-item.mce-selected .mce-menu-shortcut {
  color: #ffffff;
}

/* line 201, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-container.mce-menu .mce-menu-item.mce-disabled .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-disabled .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-disabled .mce-menu-shortcut {
  color: #aaaaaa;
}

/* line 206, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-container.mce-menu .mce-menu-item.mce-disabled:hover,
.mce-container.mce-menu .mce-menu-item.mce-disabled:focus,
.mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected {
  background-color: #d7dce5;
}

/* line 211, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-container.mce-menu .mce-menu-item.mce-disabled:hover .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-disabled:focus .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-disabled:hover .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-disabled:focus .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-disabled:hover .mce-menu-shortcut,
.mce-container.mce-menu .mce-menu-item.mce-disabled:focus .mce-menu-shortcut,
.mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected .mce-menu-shortcut {
  color: #ffffff;
}

/* line 222, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-container.mce-menu .mce-menu-item-sep {
  background-color: #d7dce5;
}

/* line 225, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-container.mce-menu .mce-menu-item-sep:hover {
  background-color: #d7dce5;
}

/* line 228, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-menubtn button {
  color: #36404a !important;
}

/* line 231, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-menu-item-normal.mce-active {
  background-color: #62a3ff !important;
}

/* line 234, vendor/assets/ubold/scss/_wysiwig.scss */
.mce-menu-item-normal.mce-active .mce-text {
  color: #ffffff !important;
}

/* =============
   Notification
============= */
/* line 5, vendor/assets/ubold/scss/_notification.scss */
.notifyjs-metro-base {
  position: relative;
  min-height: 52px;
  min-width: 250px;
  color: #444;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-animation: dropdownOpen 0.3s ease-out;
  -o-animation: dropdownOpen 0.3s ease-out;
  animation: dropdownOpen 0.3s ease-out;
}

/* line 18, vendor/assets/ubold/scss/_notification.scss */
.notifyjs-metro-base .image {
  display: table;
  position: absolute;
  height: auto;
  width: auto;
  left: 25px;
  top: 50%;
  font-size: 24px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 33, vendor/assets/ubold/scss/_notification.scss */
.notifyjs-metro-base .text-wrapper {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 10px 10px 10px 52px;
  clear: both;
}

/* line 42, vendor/assets/ubold/scss/_notification.scss */
.notifyjs-metro-base .title {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 49, vendor/assets/ubold/scss/_notification.scss */
.notifyjs-metro-base .text {
  font-size: 12px;
  font-weight: normal;
  max-width: 360px;
  vertical-align: middle;
}

/* line 56, vendor/assets/ubold/scss/_notification.scss */
.notifyjs-metro-cool {
  color: #fafafa !important;
  background-color: #4A525F;
  border: 1px solid #4A525F;
}

/* =============
   Bootstrap Range slider
============= */
/* line 6, vendor/assets/ubold/scss/_bootstrap-range-slider.scss */
.slider .slider-horizontal {
  margin: 10px 0;
}

/* line 9, vendor/assets/ubold/scss/_bootstrap-range-slider.scss */
.slider .slider-vertical {
  margin: 0 10px;
}

/* line 13, vendor/assets/ubold/scss/_bootstrap-range-slider.scss */
.slider-handle.round {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #EFF2F7;
  background: #fff;
  cursor: pointer;
}

/* line 22, vendor/assets/ubold/scss/_bootstrap-range-slider.scss */
.slider-default .slider-selection {
  background-image: none;
  background-color: #909aa0;
}

/* line 29, vendor/assets/ubold/scss/_bootstrap-range-slider.scss */
.slider-primary .slider-selection {
  background-image: none;
  background-color: #4285f4;
}

/* line 36, vendor/assets/ubold/scss/_bootstrap-range-slider.scss */
.slider-success .slider-selection {
  background-image: none;
  background-color: #2bbbad;
}

/* line 43, vendor/assets/ubold/scss/_bootstrap-range-slider.scss */
.slider-info .slider-selection {
  background-image: none;
  background-color: #33b5e5;
}

/* line 50, vendor/assets/ubold/scss/_bootstrap-range-slider.scss */
.slider-warning .slider-selection {
  background-image: none;
  background-color: #ff8800;
}

/* line 57, vendor/assets/ubold/scss/_bootstrap-range-slider.scss */
.slider-danger .slider-selection {
  background-image: none;
  background-color: #ef4554;
}

/* line 65, vendor/assets/ubold/scss/_bootstrap-range-slider.scss */
.slider-custom .slider-selection {
  background-image: none;
  background-color: #62a3ff;
}

/* line 72, vendor/assets/ubold/scss/_bootstrap-range-slider.scss */
.slider-pink .slider-selection {
  background-image: none;
  background-color: #fb6d9d;
}

/* line 79, vendor/assets/ubold/scss/_bootstrap-range-slider.scss */
.slider-purple .slider-selection {
  background-image: none;
  background-color: #7266ba;
}

/* line 86, vendor/assets/ubold/scss/_bootstrap-range-slider.scss */
.slider-inverse .slider-selection {
  background-image: none;
  background-color: #4c5667;
}

/* =========== */
/* Sweet Alert */
/* =========== */
/* line 5, vendor/assets/ubold/scss/_sweet-alert.scss */
.sweet-alert {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 3px;
}

/* line 8, vendor/assets/ubold/scss/_sweet-alert.scss */
.sweet-alert p {
  font-size: 14px;
  line-height: 22px;
}

/* line 13, vendor/assets/ubold/scss/_sweet-alert.scss */
.sweet-alert .icon.success .placeholder {
  border: 4px solid rgba(43, 187, 173, 0.3);
}

/* line 16, vendor/assets/ubold/scss/_sweet-alert.scss */
.sweet-alert .icon.success .line {
  background-color: #2bbbad;
}

/* line 20, vendor/assets/ubold/scss/_sweet-alert.scss */
.sweet-alert .icon.warning {
  border-color: #ff8800;
}

/* line 23, vendor/assets/ubold/scss/_sweet-alert.scss */
.sweet-alert .icon.info {
  border-color: #33b5e5;
}

/* line 26, vendor/assets/ubold/scss/_sweet-alert.scss */
.sweet-alert .btn-warning:focus, .sweet-alert .btn-info:focus, .sweet-alert .btn-success:focus, .sweet-alert .btn-danger:focus, .sweet-alert .btn-default:focus {
  box-shadow: none;
}

/* line 29, vendor/assets/ubold/scss/_sweet-alert.scss */
.sweet-alert .btn-lg, .sweet-alert .btn-group-lg > .btn {
  font-size: 15px !important;
}

/* =========== */
/* Sweet Alert 2*/
/* =========== */
/* line 38, vendor/assets/ubold/scss/_sweet-alert.scss */
.swal2-modal {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 3px;
}

/* line 42, vendor/assets/ubold/scss/_sweet-alert.scss */
.swal2-modal .swal2-title {
  font-size: 28px;
}

/* line 45, vendor/assets/ubold/scss/_sweet-alert.scss */
.swal2-modal .swal2-content {
  font-size: 16px;
}

/* line 48, vendor/assets/ubold/scss/_sweet-alert.scss */
.swal2-modal .swal2-spacer {
  margin: 10px 0;
}

/* line 51, vendor/assets/ubold/scss/_sweet-alert.scss */
.swal2-modal .swal2-file, .swal2-modal .swal2-input, .swal2-modal .swal2-textarea {
  border: 2px solid #98a6ad;
  font-size: 16px;
  box-shadow: none !important;
}

/* line 58, vendor/assets/ubold/scss/_sweet-alert.scss */
.swal2-icon.swal2-question {
  color: #62a3ff;
  border-color: #62a3ff;
}

/* line 63, vendor/assets/ubold/scss/_sweet-alert.scss */
.swal2-icon.swal2-success {
  border-color: #2bbbad;
}

/* line 66, vendor/assets/ubold/scss/_sweet-alert.scss */
.swal2-icon.swal2-success .line {
  background-color: #2bbbad;
}

/* line 70, vendor/assets/ubold/scss/_sweet-alert.scss */
.swal2-icon.swal2-success .placeholder {
  border-color: #2bbbad;
}

/* line 75, vendor/assets/ubold/scss/_sweet-alert.scss */
.swal2-icon.swal2-warning {
  color: #ff8800;
  border-color: #ff8800;
}

/* line 80, vendor/assets/ubold/scss/_sweet-alert.scss */
.swal2-icon.swal2-error {
  border-color: #ef4554;
}

/* line 82, vendor/assets/ubold/scss/_sweet-alert.scss */
.swal2-icon.swal2-error .line {
  background-color: #ef4554;
}

/* line 86, vendor/assets/ubold/scss/_sweet-alert.scss */
.swal2-modal .swal2-file:focus, .swal2-modal .swal2-input:focus, .swal2-modal .swal2-textarea:focus {
  outline: 0;
  border: 2px solid #62a3ff;
}

/* =============
   Charts
============= */
/* Morris chart */
/* line 6, vendor/assets/ubold/scss/_charts.scss */
.morris-hover.morris-default-style {
  border-radius: 5px;
  padding: 10px 12px;
  background: #ffffff;
  border: none;
}

/* line 12, vendor/assets/ubold/scss/_charts.scss */
.morris-hover.morris-default-style .morris-hover-point {
  color: #36404a !important;
}

/* line 18, vendor/assets/ubold/scss/_charts.scss */
.chart-detail-list li {
  margin: 0 10px;
}

/* line 21, vendor/assets/ubold/scss/_charts.scss */
.chart-detail-list li h5 {
  font-size: 15px;
}

/* line 28, vendor/assets/ubold/scss/_charts.scss */
.pieLabel div {
  font-size: 14px !important;
}

/* line 33, vendor/assets/ubold/scss/_charts.scss */
.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 38, vendor/assets/ubold/scss/_charts.scss */
.chart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

/* line 46, vendor/assets/ubold/scss/_charts.scss */
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 53, vendor/assets/ubold/scss/_charts.scss */
.chart.chart-widget-pie {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 58, vendor/assets/ubold/scss/_charts.scss */
.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
  font-weight: 600;
  font-size: 18px;
  color: #36404a;
}

/* line 66, vendor/assets/ubold/scss/_charts.scss */
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}

/* line 74, vendor/assets/ubold/scss/_charts.scss */
#flotTip {
  padding: 8px 12px;
  background-color: #36404a;
  z-index: 100;
  color: #ffffff;
  opacity: 0.9;
  font-size: 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 87, vendor/assets/ubold/scss/_charts.scss */
.legend tr {
  height: 20px;
}

/* line 91, vendor/assets/ubold/scss/_charts.scss */
.legendLabel {
  padding-left: 5px !important;
  line-height: 10px;
  padding-right: 10px;
}

/* Sparkline chart */
/* line 98, vendor/assets/ubold/scss/_charts.scss */
.jqstooltip {
  background-color: #36404a !important;
  padding: 5px 10px !important;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  border-color: #36404a !important;
}

/* line 106, vendor/assets/ubold/scss/_charts.scss */
.jqsfield {
  font-size: 12px !important;
  line-height: 18px !important;
}

/* C3 chart */
/* line 112, vendor/assets/ubold/scss/_charts.scss */
.c3-tooltip td > span {
  background: #36404a;
}

/* line 115, vendor/assets/ubold/scss/_charts.scss */
.c3-tooltip td {
  border-left: none;
}

/* line 118, vendor/assets/ubold/scss/_charts.scss */
.c3-tooltip {
  box-shadow: 0 0 8px 0 #777;
  opacity: 1;
}

/* line 122, vendor/assets/ubold/scss/_charts.scss */
.c3-chart-arcs-title {
  font-size: 18px;
  font-weight: 600;
}

/* line 126, vendor/assets/ubold/scss/_charts.scss */
.c3-tooltip tr {
  border: none !important;
}

/* line 129, vendor/assets/ubold/scss/_charts.scss */
.c3-tooltip th {
  background-color: #36404a;
}

/* Chartist chart */
/* line 135, vendor/assets/ubold/scss/_charts.scss */
.ct-golden-section:before {
  float: none;
}

/* line 138, vendor/assets/ubold/scss/_charts.scss */
.ct-chart {
  height: 300px;
}

/* line 142, vendor/assets/ubold/scss/_charts.scss */
.ct-chart .ct-label {
  fill: #a3afb7;
  color: #a3afb7;
  font-size: 12px;
  line-height: 1;
}

/* line 150, vendor/assets/ubold/scss/_charts.scss */
.ct-chart.simple-pie-chart-chartist .ct-label {
  color: #ffffff;
  fill: #ffffff;
  font-size: 16px;
}

/* line 156, vendor/assets/ubold/scss/_charts.scss */
.ct-chart .ct-series.ct-series-a .ct-bar, .ct-chart .ct-series.ct-series-a .ct-line, .ct-chart .ct-series.ct-series-a .ct-point, .ct-chart .ct-series.ct-series-a .ct-slice-donut {
  stroke: #4285f4;
}

/* line 159, vendor/assets/ubold/scss/_charts.scss */
.ct-chart .ct-series.ct-series-b .ct-bar, .ct-chart .ct-series.ct-series-b .ct-line, .ct-chart .ct-series.ct-series-b .ct-point, .ct-chart .ct-series.ct-series-b .ct-slice-donut {
  stroke: #fb6d9d;
}

/* line 162, vendor/assets/ubold/scss/_charts.scss */
.ct-chart .ct-series.ct-series-c .ct-bar, .ct-chart .ct-series.ct-series-c .ct-line, .ct-chart .ct-series.ct-series-c .ct-point, .ct-chart .ct-series.ct-series-c .ct-slice-donut {
  stroke: #33b5e5;
}

/* line 165, vendor/assets/ubold/scss/_charts.scss */
.ct-chart .ct-series.ct-series-d .ct-bar, .ct-chart .ct-series.ct-series-d .ct-line, .ct-chart .ct-series.ct-series-d .ct-point, .ct-chart .ct-series.ct-series-d .ct-slice-donut {
  stroke: #62a3ff;
}

/* line 168, vendor/assets/ubold/scss/_charts.scss */
.ct-chart .ct-series.ct-series-e .ct-bar, .ct-chart .ct-series.ct-series-e .ct-line, .ct-chart .ct-series.ct-series-e .ct-point, .ct-chart .ct-series.ct-series-e .ct-slice-donut {
  stroke: #36404a;
}

/* line 171, vendor/assets/ubold/scss/_charts.scss */
.ct-chart .ct-series.ct-series-f .ct-bar, .ct-chart .ct-series.ct-series-f .ct-line, .ct-chart .ct-series.ct-series-f .ct-point, .ct-chart .ct-series.ct-series-f .ct-slice-donut {
  stroke: #7266ba;
}

/* line 174, vendor/assets/ubold/scss/_charts.scss */
.ct-chart .ct-series.ct-series-g .ct-bar, .ct-chart .ct-series.ct-series-g .ct-line, .ct-chart .ct-series.ct-series-g .ct-point, .ct-chart .ct-series.ct-series-g .ct-slice-donut {
  stroke: #2bbbad;
}

/* line 177, vendor/assets/ubold/scss/_charts.scss */
.ct-series-a .ct-area, .ct-series-a .ct-slice-pie {
  fill: #4285f4;
}

/* line 180, vendor/assets/ubold/scss/_charts.scss */
.ct-series-b .ct-area, .ct-series-b .ct-slice-pie {
  fill: #fb6d9d;
}

/* line 183, vendor/assets/ubold/scss/_charts.scss */
.ct-series-c .ct-area, .ct-series-c .ct-slice-pie {
  fill: #33b5e5;
}

/* line 186, vendor/assets/ubold/scss/_charts.scss */
.ct-series-d .ct-area, .ct-series-d .ct-slice-pie {
  fill: #62a3ff;
}

/* line 190, vendor/assets/ubold/scss/_charts.scss */
.chartist-tooltip {
  position: absolute;
  display: inline-block;
  opacity: 0;
  min-width: 10px;
  padding: 2px 10px;
  border-radius: 3px;
  background: #36404a;
  color: #ffffff;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

/* line 208, vendor/assets/ubold/scss/_charts.scss */
.chartist-tooltip.tooltip-show {
  opacity: 1;
}

/* Circliful charts */
/* line 213, vendor/assets/ubold/scss/_charts.scss */
.circliful-chart {
  margin: 0 auto;
}

/* line 216, vendor/assets/ubold/scss/_charts.scss */
.circle-text, .circle-info, .circle-text-half, .circle-info-half {
  font-size: 12px;
  font-weight: 600;
}

/* Ricksaw Charts */
/* line 223, vendor/assets/ubold/scss/_charts.scss */
#legend {
  background: white;
  position: absolute;
  top: 0;
  right: 15px;
}

/* line 229, vendor/assets/ubold/scss/_charts.scss */
#legend .line {
  color: #333;
}

/* line 234, vendor/assets/ubold/scss/_charts.scss */
.rickshaw_graph svg {
  max-width: 100%;
}

/* line 240, vendor/assets/ubold/scss/_charts.scss */
.rickshaw_legend .label {
  font-family: inherit;
  letter-spacing: 0.01em;
  font-weight: 500;
  box-shadow: none;
}

/* =============
   Count Down
============= */
/* line 6, vendor/assets/ubold/scss/_countdown.scss */
.home-wrapper {
  margin: 10% 0;
}

/* line 10, vendor/assets/ubold/scss/_countdown.scss */
.home-text {
  font-weight: 500;
}

/* line 14, vendor/assets/ubold/scss/_countdown.scss */
.u-countdown {
  margin-top: 40px;
  text-align: center;
  color: #ffffff;
}

/* line 19, vendor/assets/ubold/scss/_countdown.scss */
.u-countdown div {
  display: inline-block;
}

/* line 21, vendor/assets/ubold/scss/_countdown.scss */
.u-countdown div span {
  display: block;
  width: 150px;
}

/* line 24, vendor/assets/ubold/scss/_countdown.scss */
.u-countdown div span:first-child {
  font-size: 3em;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
}

/* line 30, vendor/assets/ubold/scss/_countdown.scss */
.u-countdown div span:last-child {
  font-size: 0.9em;
  height: 25px;
  line-height: 25px;
}

/* line 39, vendor/assets/ubold/scss/_countdown.scss */
.u-countdown > * {
  text-align: center;
}

/* line 43, vendor/assets/ubold/scss/_countdown.scss */
.cd-text {
  font-size: 15px;
  line-height: 24px;
  font-style: italic;
}

/* =============
   Timeline
============= */
/* line 5, vendor/assets/ubold/scss/_timeline.scss */
.cd-container {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}

/* line 10, vendor/assets/ubold/scss/_timeline.scss */
.cd-container::after {
  content: '';
  display: table;
  clear: both;
}

/* line 15, vendor/assets/ubold/scss/_timeline.scss */
#cd-timeline {
  margin-bottom: 2em;
  margin-top: 2em;
  padding: 2em 0;
  position: relative;
}

/* line 20, vendor/assets/ubold/scss/_timeline.scss */
#cd-timeline::before {
  background: #ffffff;
  content: '';
  height: 100%;
  left: 18px;
  position: absolute;
  top: 0;
  width: 4px;
}

@media only screen and (min-width: 1170px) {
  /* line 31, vendor/assets/ubold/scss/_timeline.scss */
  #cd-timeline {
    margin-bottom: 3em;
    margin-top: 3em;
  }
  /* line 34, vendor/assets/ubold/scss/_timeline.scss */
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

/* line 41, vendor/assets/ubold/scss/_timeline.scss */
.cd-timeline-block {
  margin: 2em 0;
  position: relative;
}

/* line 44, vendor/assets/ubold/scss/_timeline.scss */
.cd-timeline-block:after {
  clear: both;
  content: "";
  display: table;
}

/* line 50, vendor/assets/ubold/scss/_timeline.scss */
.cd-timeline-block:first-child {
  margin-top: 0;
}

/* line 53, vendor/assets/ubold/scss/_timeline.scss */
.cd-timeline-block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
  /* line 57, vendor/assets/ubold/scss/_timeline.scss */
  .cd-timeline-block {
    margin: 4em 0;
  }
  /* line 60, vendor/assets/ubold/scss/_timeline.scss */
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  /* line 63, vendor/assets/ubold/scss/_timeline.scss */
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

/* line 67, vendor/assets/ubold/scss/_timeline.scss */
.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
}

/* line 80, vendor/assets/ubold/scss/_timeline.scss */
.cd-timeline-img.cd-success {
  background: #2bbbad;
}

/* line 83, vendor/assets/ubold/scss/_timeline.scss */
.cd-timeline-img.cd-info {
  background: #33b5e5;
}

/* line 86, vendor/assets/ubold/scss/_timeline.scss */
.cd-timeline-img.cd-pink {
  background: #fb6d9d;
}

/* line 89, vendor/assets/ubold/scss/_timeline.scss */
.cd-timeline-img.cd-danger {
  background: #ef4554;
}

/* line 92, vendor/assets/ubold/scss/_timeline.scss */
.cd-timeline-img.cd-primary {
  background: #4285f4;
}

/* line 95, vendor/assets/ubold/scss/_timeline.scss */
.cd-timeline-img.cd-warning {
  background: #ff8800;
}

@media only screen and (min-width: 1170px) {
  /* line 99, vendor/assets/ubold/scss/_timeline.scss */
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    line-height: 60px;
    left: 50%;
    margin-left: -30px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  /* line 108, vendor/assets/ubold/scss/_timeline.scss */
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  /* line 111, vendor/assets/ubold/scss/_timeline.scss */
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

/* line 120, vendor/assets/ubold/scss/_timeline.scss */
.cd-timeline-content {
  -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  background: white;
  border-radius: 0;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  margin-left: 60px;
  padding: 1em;
  position: relative;
}

/* line 129, vendor/assets/ubold/scss/_timeline.scss */
.cd-timeline-content img {
  display: block;
  width: 100%;
}

/* line 133, vendor/assets/ubold/scss/_timeline.scss */
.cd-timeline-content:after {
  clear: both;
  content: "";
  display: table;
}

/* line 138, vendor/assets/ubold/scss/_timeline.scss */
.cd-timeline-content h2 {
  margin-top: 0;
}

/* line 141, vendor/assets/ubold/scss/_timeline.scss */
.cd-timeline-content p {
  color: #666666;
  font-size: 14px;
  margin: 10px 0 10px 0;
}

/* line 146, vendor/assets/ubold/scss/_timeline.scss */
.cd-timeline-content .cd-read-more {
  background: #acb7c0;
  border-radius: 0.25em;
  color: white;
  display: inline-block;
  float: right;
  font-size: 14px;
  padding: .8em 1em;
}

/* line 155, vendor/assets/ubold/scss/_timeline.scss */
.cd-timeline-content .cd-date {
  display: inline-block;
  font-size: 14px;
}

/* line 159, vendor/assets/ubold/scss/_timeline.scss */
.cd-timeline-content h3 {
  font-size: 21px;
  margin: 0;
}

/* line 164, vendor/assets/ubold/scss/_timeline.scss */
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}

/* line 167, vendor/assets/ubold/scss/_timeline.scss */
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}

/* line 172, vendor/assets/ubold/scss/_timeline.scss */
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}

@media only screen and (min-width: 1170px) {
  /* line 183, vendor/assets/ubold/scss/_timeline.scss */
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  /* line 188, vendor/assets/ubold/scss/_timeline.scss */
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  /* line 194, vendor/assets/ubold/scss/_timeline.scss */
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  /* line 197, vendor/assets/ubold/scss/_timeline.scss */
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
  }
  /* line 203, vendor/assets/ubold/scss/_timeline.scss */
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  /* line 206, vendor/assets/ubold/scss/_timeline.scss */
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  /* line 213, vendor/assets/ubold/scss/_timeline.scss */
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  /* line 216, vendor/assets/ubold/scss/_timeline.scss */
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  /* line 221, vendor/assets/ubold/scss/_timeline.scss */
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  /* line 224, vendor/assets/ubold/scss/_timeline.scss */
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* line 233, vendor/assets/ubold/scss/_timeline.scss */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}

/* Time line 2 */
/* line 244, vendor/assets/ubold/scss/_timeline.scss */
.timeline-2 {
  border-left: 2px solid #98a6ad;
  position: relative;
}

/* line 248, vendor/assets/ubold/scss/_timeline.scss */
.timeline-2 .time-item:after {
  background-color: #ffffff;
  border-color: #98a6ad;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  bottom: 0;
  content: '';
  height: 14px;
  left: 0;
  margin-left: -8px;
  position: absolute;
  top: 5px;
  width: 14px;
}

/* line 266, vendor/assets/ubold/scss/_timeline.scss */
.time-item {
  border-color: #dee5e7;
  padding-bottom: 1px;
  position: relative;
}

/* line 270, vendor/assets/ubold/scss/_timeline.scss */
.time-item:before {
  content: " ";
  display: table;
}

/* line 274, vendor/assets/ubold/scss/_timeline.scss */
.time-item:after {
  background-color: #ffffff;
  border-color: #98a6ad;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  bottom: 0;
  content: '';
  height: 14px;
  left: 0;
  margin-left: -8px;
  position: absolute;
  top: 5px;
  width: 14px;
}

/* line 292, vendor/assets/ubold/scss/_timeline.scss */
.time-item-item:after {
  content: " ";
  display: table;
}

/* line 298, vendor/assets/ubold/scss/_timeline.scss */
.item-info {
  margin-bottom: 15px;
  margin-left: 15px;
}

/* line 301, vendor/assets/ubold/scss/_timeline.scss */
.item-info p {
  margin-bottom: 10px !important;
}

/* =============
   Email
============= */
/* line 7, vendor/assets/ubold/scss/_email.scss */
.mails a {
  color: #797979;
}

/* line 11, vendor/assets/ubold/scss/_email.scss */
.mails td {
  vertical-align: middle !important;
  position: relative;
}

/* line 15, vendor/assets/ubold/scss/_email.scss */
.mails td:last-of-type {
  width: 100px;
  padding-right: 20px;
}

/* line 23, vendor/assets/ubold/scss/_email.scss */
.mails tr:hover .text-white {
  display: none;
}

/* line 29, vendor/assets/ubold/scss/_email.scss */
.mails .mail-select {
  padding: 12px 20px;
  min-width: 134px;
}

/* line 33, vendor/assets/ubold/scss/_email.scss */
.mails .checkbox {
  display: inline-block;
}

/* line 39, vendor/assets/ubold/scss/_email.scss */
.mail-list .list-group-item {
  background-color: transparent;
  color: #36404a;
  font-size: 0.95rem;
}

/* line 44, vendor/assets/ubold/scss/_email.scss */
.mail-list .list-group-item:hover {
  background-color: #f4f8fb;
}

/* line 47, vendor/assets/ubold/scss/_email.scss */
.mail-list .list-group-item:focus {
  background-color: #f4f8fb;
}

/* line 51, vendor/assets/ubold/scss/_email.scss */
.mail-list .list-group-item.active {
  color: #ef4554;
}

/* line 57, vendor/assets/ubold/scss/_email.scss */
.unread a {
  font-weight: 500;
  color: #444444;
}

/* =============
   Gallery
============= */
/* line 4, vendor/assets/ubold/scss/_gallery.scss */
.port {
  padding-bottom: 20px;
}

/* line 8, vendor/assets/ubold/scss/_gallery.scss */
.portfolioFilter a {
  color: #36404a;
  border-radius: 3px;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 5px;
}

/* line 15, vendor/assets/ubold/scss/_gallery.scss */
.portfolioFilter a:hover {
  background-color: #4285f4;
  color: #ffffff;
}

/* line 20, vendor/assets/ubold/scss/_gallery.scss */
.portfolioFilter a.current {
  background-color: #4285f4;
  color: #ffffff;
}

/* line 26, vendor/assets/ubold/scss/_gallery.scss */
.gallery-second a {
  box-shadow: none !important;
  font-weight: 500;
}

/* line 30, vendor/assets/ubold/scss/_gallery.scss */
.gallery-second a:hover {
  background-color: transparent;
  color: #4285f4;
}

/* line 36, vendor/assets/ubold/scss/_gallery.scss */
.thumb {
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  padding: 10px;
  width: 100%;
}

/* line 45, vendor/assets/ubold/scss/_gallery.scss */
.thumb-img {
  border-radius: 2px;
  overflow: hidden;
  width: 100%;
}

/* line 52, vendor/assets/ubold/scss/_gallery.scss */
.gal-detail h4 {
  margin-top: 16px;
}

/* Gallery Second */
/* line 59, vendor/assets/ubold/scss/_gallery.scss */
.portfolio-masonry-box {
  overflow: hidden;
  position: relative;
  padding: 0;
  margin-top: 30px;
}

/* line 65, vendor/assets/ubold/scss/_gallery.scss */
.portfolio-masonry-box .portfolio-masonry-img {
  position: relative;
  overflow: hidden;
}

/* line 69, vendor/assets/ubold/scss/_gallery.scss */
.portfolio-masonry-box .portfolio-masonry-img:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(250, 250, 250, 0);
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

/* line 85, vendor/assets/ubold/scss/_gallery.scss */
.portfolio-masonry-box .portfolio-masonry-img > img {
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  border-radius: 0;
}

/* line 93, vendor/assets/ubold/scss/_gallery.scss */
.portfolio-masonry-box .portfolio-masonry-detail {
  opacity: 0;
  width: 100%;
  padding: 20px 20px 0 20px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

/* line 107, vendor/assets/ubold/scss/_gallery.scss */
.portfolio-masonry-box .portfolio-masonry-detail h4 {
  margin-bottom: 3px;
  color: #ffffff !important;
  font-weight: bold;
}

/* line 112, vendor/assets/ubold/scss/_gallery.scss */
.portfolio-masonry-box .portfolio-masonry-detail p {
  color: #ffffff !important;
  text-transform: uppercase;
  font-size: 12px;
}

/* line 121, vendor/assets/ubold/scss/_gallery.scss */
.portfolio-masonry-box:hover .portfolio-masonry-detail {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 3;
  opacity: 1;
}

/* line 129, vendor/assets/ubold/scss/_gallery.scss */
.portfolio-masonry-box:hover .portfolio-masonry-img:after {
  background: rgba(54, 64, 74, 0.7);
}

/* line 133, vendor/assets/ubold/scss/_gallery.scss */
.portfolio-masonry-box:hover .portfolio-masonry-img > img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/* =============
   Maintenance
============= */
/* line 7, vendor/assets/ubold/scss/_maintenance.scss */
.icon-main {
  font-size: 88px;
  margin-bottom: 50px;
}

/* line 12, vendor/assets/ubold/scss/_maintenance.scss */
.maintenance-page {
  margin: 10% 0;
}

/* =============
   Maps
============= */
/* line 6, vendor/assets/ubold/scss/_maps.scss */
.gmaps, .gmaps-panaroma {
  height: 300px;
  background: #eeeeee;
  border-radius: 3px;
}

/* line 12, vendor/assets/ubold/scss/_maps.scss */
.gmaps-overlay {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  background: #4285f4;
  border-radius: 4px;
  padding: 10px 20px;
}

/* line 23, vendor/assets/ubold/scss/_maps.scss */
.gmaps-overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute;
}

/* line 31, vendor/assets/ubold/scss/_maps.scss */
.gmaps-overlay_arrow.above {
  bottom: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #4285f4;
}

/* line 38, vendor/assets/ubold/scss/_maps.scss */
.gmaps-overlay_arrow.below {
  top: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #4285f4;
}

/* line 45, vendor/assets/ubold/scss/_maps.scss */
.jvectormap-zoomin, .jvectormap-zoomout {
  width: 10px;
  height: 10px;
  line-height: 10px;
}

/* line 50, vendor/assets/ubold/scss/_maps.scss */
.jvectormap-zoomout {
  top: 40px;
}

/* =============
   Nestable
============= */
/* line 9, vendor/assets/ubold/scss/_nestable-list.scss */
.custom-dd .dd-list .dd-item .dd-handle {
  background: #f2f2f2;
  border: none;
  padding: 10px 16px;
  height: auto;
  font-weight: 500;
  border-radius: 3px;
}

/* line 17, vendor/assets/ubold/scss/_nestable-list.scss */
.custom-dd .dd-list .dd-item .dd-handle:hover {
  color: #62a3ff;
}

/* line 22, vendor/assets/ubold/scss/_nestable-list.scss */
.custom-dd .dd-list .dd-item button {
  height: auto;
  font-size: 17px;
  margin: 8px auto;
  color: #555555;
  width: 30px;
}

/* line 35, vendor/assets/ubold/scss/_nestable-list.scss */
.custom-dd-empty .dd-list .dd3-handle {
  border: none;
  background: #f2f2f2;
  height: 36px;
  width: 36px;
}

/* line 41, vendor/assets/ubold/scss/_nestable-list.scss */
.custom-dd-empty .dd-list .dd3-handle:before {
  color: inherit;
  top: 7px;
}

/* line 46, vendor/assets/ubold/scss/_nestable-list.scss */
.custom-dd-empty .dd-list .dd3-handle:hover {
  color: #62a3ff;
}

/* line 50, vendor/assets/ubold/scss/_nestable-list.scss */
.custom-dd-empty .dd-list .dd3-content {
  height: auto;
  border: none;
  padding: 10px 16px 10px 46px;
  background: #f2f2f2;
  font-weight: 500;
}

/* line 57, vendor/assets/ubold/scss/_nestable-list.scss */
.custom-dd-empty .dd-list .dd3-content:hover {
  color: #62a3ff;
}

/* line 61, vendor/assets/ubold/scss/_nestable-list.scss */
.custom-dd-empty .dd-list button {
  width: 26px;
  height: 26px;
  font-size: 16px;
  font-weight: 500;
}

/* =============
   Pricing
============= */
/* line 5, vendor/assets/ubold/scss/_pricing.scss */
.pricing-plan {
  padding-bottom: 50px;
}

/* line 9, vendor/assets/ubold/scss/_pricing.scss */
.price_card {
  -moz-border-radius: 5px;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  background: #fafafa;
  border-radius: 5px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

/* line 20, vendor/assets/ubold/scss/_pricing.scss */
.price_card .name {
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 30px;
  text-align: center;
  width: 100%;
}

/* line 28, vendor/assets/ubold/scss/_pricing.scss */
.price_card button {
  margin-top: 20px;
}

/* line 33, vendor/assets/ubold/scss/_pricing.scss */
.pricing-header {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: white;
}

/* line 43, vendor/assets/ubold/scss/_pricing.scss */
.price {
  display: block;
  font-size: 48px;
  font-weight: 300;
  padding: 30px 0 10px;
  text-align: center;
  width: 100%;
}

/* line 52, vendor/assets/ubold/scss/_pricing.scss */
.price-features {
  color: #8a8a8a;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

/* line 58, vendor/assets/ubold/scss/_pricing.scss */
.price-features li {
  margin: 0 35px;
  padding: 20px 15px;
}

/* line 64, vendor/assets/ubold/scss/_pricing.scss */
.pricing-item {
  margin: 0 0 30px;
  position: relative;
  text-align: center;
}

/* line 70, vendor/assets/ubold/scss/_pricing.scss */
.pricing-item-inner {
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  border-radius: 7px;
  border: 2px solid rgba(151, 160, 175, 0.2);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  vertical-align: middle;
}

/* line 81, vendor/assets/ubold/scss/_pricing.scss */
.pricing-wrap {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding: 30px 20px;
  position: relative;
  text-align: center;
}

/* line 91, vendor/assets/ubold/scss/_pricing.scss */
.pricing-icon {
  font-size: 32px;
  padding-bottom: 5px;
  padding-top: 10px;
  position: relative;
  z-index: 1;
}

/* line 99, vendor/assets/ubold/scss/_pricing.scss */
.pricing-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

/* line 108, vendor/assets/ubold/scss/_pricing.scss */
.pr-list {
  color: #97a0af;
  font-size: 12px;
  font-weight: 400;
  margin: 0 -20px 30px;
  padding: 0;
  text-transform: uppercase;
}

/* line 115, vendor/assets/ubold/scss/_pricing.scss */
.pr-list li {
  list-style: none;
  padding: 12px 20px;
}

/* line 121, vendor/assets/ubold/scss/_pricing.scss */
.pricing-num {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

/* line 125, vendor/assets/ubold/scss/_pricing.scss */
.pricing-num sup {
  font-size: 18px;
  font-weight: 400;
  left: -3px;
  margin-left: -7px;
  position: relative;
  top: -20px;
}

/* line 135, vendor/assets/ubold/scss/_pricing.scss */
.pr-per {
  color: #97a0af;
  font-size: 12px;
}

/* line 140, vendor/assets/ubold/scss/_pricing.scss */
.pr-button {
  margin-top: 30px;
}

/* =============
   Profile
============= */
/* line 5, vendor/assets/ubold/scss/_profile.scss */
.profile-detail {
  text-align: center;
  padding: 30px 20px;
}

/* line 9, vendor/assets/ubold/scss/_profile.scss */
.profile-detail img {
  height: 120px;
  width: 120px;
}

/* line 15, vendor/assets/ubold/scss/_profile.scss */
.profile-detail .status-list li {
  padding: 0 20px;
}

/* line 22, vendor/assets/ubold/scss/_profile.scss */
.profile-tabs li a {
  color: #36404a !important;
}

/* line 27, vendor/assets/ubold/scss/_profile.scss */
.profile-tabs li.active a {
  color: #ffffff !important;
}

/* line 35, vendor/assets/ubold/scss/_profile.scss */
.profile-pills li a {
  color: rgba(54, 64, 74, 0.5) !important;
  padding: 0 10px;
  line-height: 30px !important;
}

/* line 40, vendor/assets/ubold/scss/_profile.scss */
.profile-pills li a i {
  font-size: 14px;
}

/* line 47, vendor/assets/ubold/scss/_profile.scss */
.comment {
  padding-top: 12px;
}

/* line 50, vendor/assets/ubold/scss/_profile.scss */
.comment .comment-avatar {
  position: relative;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  display: block;
  float: left;
  height: 32px;
  width: 32px;
}

/* line 63, vendor/assets/ubold/scss/_profile.scss */
.comment .comment-body {
  float: none;
  margin-left: 40px;
  position: relative;
  margin-bottom: 20px;
}

/* line 69, vendor/assets/ubold/scss/_profile.scss */
.comment .comment-text {
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  padding: 7px 12px 8px;
  background-color: #fafafa;
}

/* line 75, vendor/assets/ubold/scss/_profile.scss */
.comment .comment-header {
  font-size: 12px;
  padding-bottom: 2px;
}

/* line 79, vendor/assets/ubold/scss/_profile.scss */
.comment .comment-header a {
  color: #36404a;
  font-weight: bold;
}

/* line 83, vendor/assets/ubold/scss/_profile.scss */
.comment .comment-header span {
  color: #98a6ad;
  display: inline-block;
  font-size: 11px;
  margin-left: 5px;
}

/* line 90, vendor/assets/ubold/scss/_profile.scss */
.comment .comment-footer {
  display: block;
  font-size: 12px;
  padding: 4px 12px 0;
}

/* line 95, vendor/assets/ubold/scss/_profile.scss */
.comment .comment-footer i {
  font-size: 13px;
  margin-right: 7px;
}

/* line 100, vendor/assets/ubold/scss/_profile.scss */
.comment .comment-footer, .comment .comment-footer a {
  color: rgba(54, 64, 74, 0.5);
}

/* line 103, vendor/assets/ubold/scss/_profile.scss */
.comment .comment-footer:hover, .comment .comment-footer a:hover {
  color: #62a3ff;
}

/* line 108, vendor/assets/ubold/scss/_profile.scss */
.comment > .comment {
  margin-left: 32px !important;
}

/* =============
  sitemap
============= */
/* line 6, vendor/assets/ubold/scss/_sitemap.scss */
.sitemap-wrapper a {
  color: #555555;
}

/* line 9, vendor/assets/ubold/scss/_sitemap.scss */
.sitemap-wrapper a:hover {
  color: #62a3ff;
}

/* line 13, vendor/assets/ubold/scss/_sitemap.scss */
.sitemap-wrapper h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
}

/* line 18, vendor/assets/ubold/scss/_sitemap.scss */
.sitemap-wrapper h5 i {
  padding-right: 10px;
}

/* line 23, vendor/assets/ubold/scss/_sitemap.scss */
.sitemap-wrapper ul {
  padding-left: 30px;
}

/* line 27, vendor/assets/ubold/scss/_sitemap.scss */
.sitemap-wrapper ul li a {
  font-size: 15px;
  line-height: 30px;
}

/* =============
  FAQ
============= */
/* line 5, vendor/assets/ubold/scss/_faq.scss */
.faq-box {
  padding: 24px 0;
  border-bottom: 1px solid #f2f2f2;
}

/* line 9, vendor/assets/ubold/scss/_faq.scss */
.faq-box .question {
  font-size: 16px;
  margin-top: 0;
}

/* line 13, vendor/assets/ubold/scss/_faq.scss */
.faq-box .answer {
  color: #98a6ad;
  margin-bottom: 0;
}

/* =============
  Search result
============= */
/* line 6, vendor/assets/ubold/scss/_search-result.scss */
.search-result-box .tab-content {
  padding: 30px 30px 10px 30px;
  box-shadow: none;
}

/* line 11, vendor/assets/ubold/scss/_search-result.scss */
.search-result-box .search-item {
  padding-bottom: 20px;
  border-bottom: 1px solid #ebeff2;
  margin-bottom: 30px;
}

/* =============
  Contact
============= */
/* line 6, vendor/assets/ubold/scss/_contact.scss */
.contact-search .btn-white {
  position: absolute;
  top: 1px;
  right: 16px;
  background-color: transparent !important;
  border: none !important;
  font-size: 16px;
  box-shadow: none !important;
  outline: none !important;
  color: #98a6ad;
}

/* line 19, vendor/assets/ubold/scss/_contact.scss */
.contact-card {
  position: relative;
}

/* line 23, vendor/assets/ubold/scss/_contact.scss */
.contact-card:hover .contact-action {
  display: block;
}

/* line 28, vendor/assets/ubold/scss/_contact.scss */
.contact-card img {
  width: 80px;
  height: 80px;
}

/* line 32, vendor/assets/ubold/scss/_contact.scss */
.contact-card .member-info {
  padding-left: 100px;
  padding-bottom: 20px;
}

/* line 36, vendor/assets/ubold/scss/_contact.scss */
.contact-card .member-info h4, .contact-card .member-info p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}

/* line 44, vendor/assets/ubold/scss/_contact.scss */
.contact-card .contact-action {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

/* =============
  Opportunities
============= */
/* line 7, vendor/assets/ubold/scss/_opportunities.scss */
.opport-box .checkbx-detail {
  width: 30px;
}

/* line 10, vendor/assets/ubold/scss/_opportunities.scss */
.opport-box .lable-detail {
  text-align: center;
  width: 20%;
}

/* line 14, vendor/assets/ubold/scss/_opportunities.scss */
.opport-box .member-info {
  padding-right: 10px;
}

/* line 17, vendor/assets/ubold/scss/_opportunities.scss */
.opport-box .member-info h4 {
  font-size: 16px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 25, vendor/assets/ubold/scss/_opportunities.scss */
.opport-box .member-info p {
  font-size: 13px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* =============
  Product
============= */
/* line 5, vendor/assets/ubold/scss/_products.scss */
.product-list-box {
  position: relative;
}

/* line 8, vendor/assets/ubold/scss/_products.scss */
.product-list-box img {
  height: auto;
  margin: 0 auto;
  display: block;
}

/* line 13, vendor/assets/ubold/scss/_products.scss */
.product-list-box .product-action {
  position: absolute;
  right: 20px;
  top: 20px;
  display: none;
}

/* line 19, vendor/assets/ubold/scss/_products.scss */
.product-list-box .price-tag {
  float: right;
  height: 64px;
  width: 64px;
  text-align: center;
  line-height: 64px;
  background-color: rgba(152, 166, 173, 0.2);
  border: 1px solid #98a6ad;
  border-radius: 50%;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  margin-right: 10px;
}

/* line 33, vendor/assets/ubold/scss/_products.scss */
.product-list-box .detail {
  padding: 20px;
  margin: 0px -10px -10px;
  overflow: hidden;
}

/* line 39, vendor/assets/ubold/scss/_products.scss */
.product-list-box .detail h4 a {
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}

/* line 50, vendor/assets/ubold/scss/_products.scss */
.product-list-box:hover .product-action {
  display: block;
}

/* line 57, vendor/assets/ubold/scss/_products.scss */
.rating ul {
  margin-left: 0;
}

/* line 59, vendor/assets/ubold/scss/_products.scss */
.rating ul li {
  padding: 0;
}

/* line 61, vendor/assets/ubold/scss/_products.scss */
.rating ul li a {
  color: #ff8800;
  font-size: 15px;
  margin-bottom: 0;
}

/* line 70, vendor/assets/ubold/scss/_products.scss */
.product-search {
  border-radius: 30px;
  padding: 7px 22px;
  background-color: transparent !important;
  border: 2px solid #98a6ad !important;
}

/* line 78, vendor/assets/ubold/scss/_products.scss */
.product-detail-box .sp-wrap {
  max-width: 100%;
}

/* =============
   Accounts pages
============= */
/* line 6, vendor/assets/ubold/scss/_account-pages.scss */
.account-pages {
  background: url(/assets/images/bg-cadcb4c78383940fba20b2a4fc1388f4c77a95ded591e9c9d87245dfbb6696bb.png);
  position: absolute;
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
}

/* line 14, vendor/assets/ubold/scss/_account-pages.scss */
.wrapper-page {
  margin: 5% auto;
  position: relative;
  width: 500px;
}

/* line 19, vendor/assets/ubold/scss/_account-pages.scss */
.wrapper-page .card-box {
  border: 1px solid rgba(54, 64, 74, 0.1);
}

/* line 24, vendor/assets/ubold/scss/_account-pages.scss */
.panel-pages {
  border-radius: 6px;
}

/* line 27, vendor/assets/ubold/scss/_account-pages.scss */
.panel-pages .panel-body {
  padding: 30px;
}

/* line 30, vendor/assets/ubold/scss/_account-pages.scss */
.panel-pages .panel-heading {
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  padding: 40px 20px;
  position: relative;
}

/* line 36, vendor/assets/ubold/scss/_account-pages.scss */
.panel-pages .panel-heading h3 {
  position: relative;
  z-index: 999;
}

/* line 43, vendor/assets/ubold/scss/_account-pages.scss */
.user-thumb {
  position: relative;
  z-index: 999;
}

/* line 46, vendor/assets/ubold/scss/_account-pages.scss */
.user-thumb img {
  height: 88px;
  margin: 0 auto;
  width: 88px;
}

/* line 54, vendor/assets/ubold/scss/_account-pages.scss */
.ex-page-content .text-error {
  color: #252932;
  font-size: 98px;
  font-weight: 700;
  line-height: 150px;
}

/* line 60, vendor/assets/ubold/scss/_account-pages.scss */
.ex-page-content .text-error i {
  font-size: 78px;
  padding: 0 10px;
}

/* signup-signin-page */
/* line 69, vendor/assets/ubold/scss/_account-pages.scss */
.signup-signin-page {
  width: auto;
}

/* =============
   Tree view page
============= */
/* line 7, vendor/assets/ubold/scss/_treeview.scss */
.jstree-default .jstree-clicked {
  background: rgba(98, 163, 255, 0.4);
  box-shadow: none;
}

/* line 11, vendor/assets/ubold/scss/_treeview.scss */
.jstree-default .jstree-hovered {
  background: rgba(98, 163, 255, 0.2);
  box-shadow: none;
}

/* line 15, vendor/assets/ubold/scss/_treeview.scss */
.jstree-default .jstree-wholerow-clicked {
  background: rgba(98, 163, 255, 0.4);
}

/* line 18, vendor/assets/ubold/scss/_treeview.scss */
.jstree-default .jstree-wholerow-hovered {
  background: rgba(98, 163, 255, 0.2);
}

/* line 21, vendor/assets/ubold/scss/_treeview.scss */
.jstree-default .zmdi {
  font-size: 16px;
}

/* =============
   Tour page
============= */
/* line 5, vendor/assets/ubold/scss/_tour.scss */
div.hopscotch-bubble {
  border: 3px solid #36404a;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* line 10, vendor/assets/ubold/scss/_tour.scss */
div.hopscotch-bubble .hopscotch-next {
  background-color: #36404a !important;
  background-image: none !important;
  border-color: #36404a !important;
  text-shadow: none !important;
  margin: 0 0 0 5px !important;
}

/* line 17, vendor/assets/ubold/scss/_tour.scss */
div.hopscotch-bubble .hopscotch-prev {
  background-color: #36404a !important;
  background-image: none !important;
  border-color: #36404a !important;
  text-shadow: none !important;
  color: #ffffff !important;
}

/* line 25, vendor/assets/ubold/scss/_tour.scss */
div.hopscotch-bubble .hopscotch-bubble-number {
  background: #36404a;
  padding: 0;
  border-radius: 50%;
}

/* line 30, vendor/assets/ubold/scss/_tour.scss */
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
  border-right: 19px solid #36404a;
}

/* line 33, vendor/assets/ubold/scss/_tour.scss */
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
  border-left: 19px solid #36404a;
  left: -2px;
}

/* line 37, vendor/assets/ubold/scss/_tour.scss */
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
  border: none;
}

/* line 40, vendor/assets/ubold/scss/_tour.scss */
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
  border-left: 0 solid #36404a;
}

/* line 43, vendor/assets/ubold/scss/_tour.scss */
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
  border-bottom: 19px solid #36404a;
  top: 0;
}

/* line 47, vendor/assets/ubold/scss/_tour.scss */
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
  border-bottom: 0 solid rgba(0, 0, 0, 0.5);
}

/* line 50, vendor/assets/ubold/scss/_tour.scss */
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
  border-top: 19px solid #36404a;
  top: -2px;
}

/* line 54, vendor/assets/ubold/scss/_tour.scss */
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
  border-top: 0 solid rgba(0, 0, 0, 0.5);
}

/* =============
  Task board
============= */
/* line 6, vendor/assets/ubold/scss/_taskboard.scss */
.taskList li {
  background-color: #fafafa;
  border: 1px solid rgba(152, 166, 173, 0.2);
  border-left-width: 3px;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 15px;
}

/* line 14, vendor/assets/ubold/scss/_taskboard.scss */
.taskList .task-success {
  border-left-color: #2bbbad;
}

/* line 17, vendor/assets/ubold/scss/_taskboard.scss */
.taskList .task-info {
  border-left-color: #33b5e5;
}

/* line 20, vendor/assets/ubold/scss/_taskboard.scss */
.taskList .task-warning {
  border-left-color: #ff8800;
}

/* line 23, vendor/assets/ubold/scss/_taskboard.scss */
.taskList .task-danger {
  border-left-color: #ef4554;
}

/* line 26, vendor/assets/ubold/scss/_taskboard.scss */
.taskList a {
  font-size: 13px;
}

/* line 29, vendor/assets/ubold/scss/_taskboard.scss */
.taskList .checkbox {
  margin-left: 20px;
}

/* line 34, vendor/assets/ubold/scss/_taskboard.scss */
.task-placeholder {
  border: 1px dashed rgba(152, 166, 173, 0.5) !important;
  background-color: rgba(152, 166, 173, 0.2) !important;
  padding: 20px;
}

@media only screen and (max-width: 6000px) and (min-width: 700px) {
  /* line 4, vendor/assets/ubold/scss/_responsive.scss */
  .wrapper.right-bar-enabled .right-bar {
    right: 0;
    z-index: 99;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* line 13, vendor/assets/ubold/scss/_responsive.scss */
  .email-msg {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 19, vendor/assets/ubold/scss/_responsive.scss */
  body {
    overflow-x: hidden;
  }
}

@media (max-width: 767px) {
  /* line 25, vendor/assets/ubold/scss/_responsive.scss */
  body {
    overflow-x: hidden;
  }
  /* line 29, vendor/assets/ubold/scss/_responsive.scss */
  .app-search {
    display: none;
  }
  /* line 32, vendor/assets/ubold/scss/_responsive.scss */
  .left.side-menu, .sidebar-inner.slimscrollleft {
    overflow: auto !important;
  }
  /* line 37, vendor/assets/ubold/scss/_responsive.scss */
  .enlarged .left.side-menu {
    left: -75px;
  }
  /* line 42, vendor/assets/ubold/scss/_responsive.scss */
  .side-menu-mobile-init {
    display: none;
  }
  /* line 46, vendor/assets/ubold/scss/_responsive.scss */
  .left.side-menu {
    position: fixed;
  }
  /* line 49, vendor/assets/ubold/scss/_responsive.scss */
  .content-page {
    margin-left: 0px !important;
  }
  /* line 52, vendor/assets/ubold/scss/_responsive.scss */
  .footer {
    left: 0px !important;
  }
  /* line 56, vendor/assets/ubold/scss/_responsive.scss */
  .mobile-sidebar {
    left: 0px;
  }
  /* line 60, vendor/assets/ubold/scss/_responsive.scss */
  .mobile-content {
    left: 250px;
    right: -250px;
  }
  /* line 65, vendor/assets/ubold/scss/_responsive.scss */
  .wrapper-page {
    width: 90%;
  }
  /* line 69, vendor/assets/ubold/scss/_responsive.scss */
  .wizard > .steps > ul > li {
    width: 100%;
  }
  /* line 72, vendor/assets/ubold/scss/_responsive.scss */
  .wizard > .content {
    padding: 0px !important;
  }
  /* line 75, vendor/assets/ubold/scss/_responsive.scss */
  .wizard > .content > .body {
    float: none;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0%;
  }
  /* line 82, vendor/assets/ubold/scss/_responsive.scss */
  .wizard.vertical > .steps {
    display: inline;
    float: none;
    width: 100%;
  }
  /* line 87, vendor/assets/ubold/scss/_responsive.scss */
  .wizard.vertical > .content {
    display: inline;
    float: none;
    margin: 0%;
    width: 100%;
  }
  /* line 96, vendor/assets/ubold/scss/_responsive.scss */
  .navbar-nav .open .dropdown-menu {
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    left: auto;
    position: absolute;
    right: 0;
  }
  /* line 106, vendor/assets/ubold/scss/_responsive.scss */
  .todo-send {
    margin-top: 10px;
    padding-left: 15px;
  }
  /* line 111, vendor/assets/ubold/scss/_responsive.scss */
  .chat-inputbar {
    padding-left: 15px;
  }
  /* line 115, vendor/assets/ubold/scss/_responsive.scss */
  .chat-send {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 122, vendor/assets/ubold/scss/_responsive.scss */
  .dataTables_wrapper .col-xs-6 {
    width: 100%;
    text-align: left;
  }
  /* line 127, vendor/assets/ubold/scss/_responsive.scss */
  .product-search {
    margin-bottom: 30px;
  }
  /* line 130, vendor/assets/ubold/scss/_responsive.scss */
  .top-menu-item-xs {
    display: inline-flex !important;
  }
  /* line 134, vendor/assets/ubold/scss/_responsive.scss */
  .dropdown-menu-lg {
    width: 240px !important;
  }
  /* line 138, vendor/assets/ubold/scss/_responsive.scss */
  .page-header-box .breadcrumb {
    display: none;
  }
  /* line 143, vendor/assets/ubold/scss/_responsive.scss */
  #mobile-menu-close {
    display: block;
  }
}

@media (max-width: 480px) {
  /* line 149, vendor/assets/ubold/scss/_responsive.scss */
  .side-menu {
    z-index: 10 !important;
  }
  /* line 153, vendor/assets/ubold/scss/_responsive.scss */
  .button-menu-mobile {
    display: block;
  }
  /* line 157, vendor/assets/ubold/scss/_responsive.scss */
  .search-bar {
    display: none !important;
  }
  /* line 161, vendor/assets/ubold/scss/_responsive.scss */
  .ms-container {
    width: 100%;
  }
  /* line 164, vendor/assets/ubold/scss/_responsive.scss */
  #btn-fullscreen {
    display: none;
  }
  /* line 168, vendor/assets/ubold/scss/_responsive.scss */
  .navbar-title {
    font-size: 18px !important;
  }
}

@media (max-width: 420px) {
  /* line 174, vendor/assets/ubold/scss/_responsive.scss */
  .hide-phone {
    display: none !important;
  }
}

/* Container-alt */
@media (min-width: 768px) {
  /* line 181, vendor/assets/ubold/scss/_responsive.scss */
  .container-alt {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 187, vendor/assets/ubold/scss/_responsive.scss */
  .container-alt {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 193, vendor/assets/ubold/scss/_responsive.scss */
  .container-alt {
    width: 1170px;
  }
}

@media (max-width: 419px) {
  /* line 198, vendor/assets/ubold/scss/_responsive.scss */
  .topbar-left {
    width: 70px !important;
  }
  /* line 202, vendor/assets/ubold/scss/_responsive.scss */
  .logo .icon-c-logo {
    display: inline-block !important;
    line-height: 58px !important;
  }
  /* line 207, vendor/assets/ubold/scss/_responsive.scss */
  .content-page {
    margin-left: 70px;
  }
  /* line 211, vendor/assets/ubold/scss/_responsive.scss */
  .forced .side-menu.left {
    box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1);
  }
  /* line 216, vendor/assets/ubold/scss/_responsive.scss */
  .enlarged .side-menu.left {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
  }
  /* line 220, vendor/assets/ubold/scss/_responsive.scss */
  .conversation-list .conversation-text, .conversation-list .odd .conversation-text {
    width: 100% !important;
  }
}

/* line 4, app/assets/stylesheets/ubold.scss */
.content-page > .content {
  padding-bottom: 10px;
}

/* line 9, app/assets/stylesheets/ubold.scss */
.card-box ul.list-group-flush {
  margin-left: -20px;
  margin-right: -20px;
}

/* line 15, app/assets/stylesheets/ubold.scss */
.table td {
  vertical-align: middle;
}

/* line 1, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
}

/* line 8, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 13, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}

/* line 17, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

/* line 22, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

/* line 27, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}

/* line 31, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

/* line 34, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

/* line 39, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

/* line 44, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
}

/* line 48, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

/* line 53, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}

/* line 57, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

/* line 68, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}

/* line 74, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

/* line 78, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}

/* line 86, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: 'Glyphicons Halflings';
  opacity: 0.5;
}

/* line 98, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
table.dataTable thead .sorting:after {
  opacity: 0.2;
  content: "\e150";
  /* sort */
}

/* line 103, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
table.dataTable thead .sorting_asc:after {
  content: "\e155";
  /* sort-by-attributes */
}

/* line 107, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
table.dataTable thead .sorting_desc:after {
  content: "\e156";
  /* sort-by-attributes-alt */
}

/* line 111, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  color: #eee;
}

/* line 116, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

/* line 120, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
div.dataTables_scrollBody > table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 125, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
div.dataTables_scrollBody > table > thead .sorting:after,
div.dataTables_scrollBody > table > thead .sorting_asc:after,
div.dataTables_scrollBody > table > thead .sorting_desc:after {
  display: none;
}

/* line 130, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
div.dataTables_scrollBody > table > tbody > tr:first-child > th,
div.dataTables_scrollBody > table > tbody > tr:first-child > td {
  border-top: none;
}

/* line 135, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}

/* line 138, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  /* line 144, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
  div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}

/* line 151, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px;
}

/* line 154, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px;
}

/* line 161, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}

/* line 165, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}

/* line 170, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

/* line 175, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

/* line 179, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}

/* line 182, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0;
}

/* line 185, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0;
}

/* line 5, app/assets/stylesheets/error_page.scss */
.error-page .logo {
  height: 79px;
  margin: 39px;
  margin-bottom: 0px;
  position: absolute;
}

/* line 12, app/assets/stylesheets/error_page.scss */
.error-page .text-logo-container {
  margin-top: 155px;
}

/* line 16, app/assets/stylesheets/error_page.scss */
.error-page .dark-grey-background {
  background: #666666;
  background-size: unset;
}

/* line 21, app/assets/stylesheets/error_page.scss */
.error-page .white-background {
  background: white;
  background-size: unset;
  padding-top: 89px;
}

/* line 27, app/assets/stylesheets/error_page.scss */
.error-page .full-screen {
  height: 100vh;
  width: 100vw;
  position: absolute;
}

/* line 33, app/assets/stylesheets/error_page.scss */
.error-page .error-description {
  font-size: 22px;
  width: 512px;
}

/* line 38, app/assets/stylesheets/error_page.scss */
.error-page .five-hundred-icon {
  padding-left: 75px;
}

/* line 43, app/assets/stylesheets/error_page.scss */
.error-page .error-icon-container {
  margin-top: 77px;
}

/* line 47, app/assets/stylesheets/error_page.scss */
.error-page .headline {
  margin-bottom: 17px;
}

/* line 51, app/assets/stylesheets/error_page.scss */
.error-page .bottom-half-screen {
  height: 50vh;
  width: 100vw;
  position: absolute;
  top: 50%;
  background-color: #CCCCCC;
}

/* line 59, app/assets/stylesheets/error_page.scss */
.error-page .subtitle {
  max-width: 325px;
  margin: auto;
  margin-bottom: 31px;
  line-height: 130%;
}

/* line 66, app/assets/stylesheets/error_page.scss */
.error-page .white-link {
  text-decoration: underline;
  color: white;
  font-weight: 500;
  font-size: 18px;
  margin-right: 10px;
  margin-left: 10px;
}

/* line 67, app/assets/stylesheets/error_page.scss */
.error-page .white-link:hover {
  text-decoration: underline;
  color: white;
  font-weight: 500;
  font-size: 18px;
  margin-right: 10px;
  margin-left: 10px;
}

/* line 1, app/assets/stylesheets/_utils.scss */
.center-block {
  margin: 0 auto;
}

/* line 5, app/assets/stylesheets/_utils.scss */
.ta-center {
  text-align: center;
}

/* line 5, app/assets/stylesheets/dropdowns.scss */
.dropdown-menu {
  transition: none;
}

/* line 9, app/assets/stylesheets/dropdowns.scss */
.text-overflow {
  white-space: normal;
}

/* line 1, app/assets/stylesheets/buttons.scss */
.btn, .btn:hover {
  cursor: pointer;
  box-shadow: none;
}

/* line 6, app/assets/stylesheets/buttons.scss */
.outline {
  border: 2px solid;
}

/* line 4, app/assets/stylesheets/_tables.scss */
table thead tr th {
  background-color: #fdfdfd;
}

/* line 10, app/assets/stylesheets/_tables.scss */
table tr td {
  background-color: #fff;
}

/* line 16, app/assets/stylesheets/_tables.scss */
tr[data-url] td {
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/_flash.scss */
.flash-container {
  margin-bottom: 20px;
}

/* line 2, app/assets/stylesheets/_flash.scss */
.flash-container .flash-message {
  margin: 14px 24px;
}

/* line 5, app/assets/stylesheets/_flash.scss */
.flash-container .flash-message button {
  display: inline;
  margin-left: 20px;
  cursor: pointer;
}

/* line 28, app/assets/stylesheets/_flash.scss */
nav .flash-container {
  margin-bottom: 0;
}

/* line 31, app/assets/stylesheets/_flash.scss */
nav .flash-container .flash-message {
  margin-bottom: 0;
}

/* line 2, app/assets/stylesheets/_top_bar.scss */
nav .avatar {
  background-color: #fff;
  border: solid 2px #fff;
}

/* line 7, app/assets/stylesheets/_top_bar.scss */
nav .navbar-title-wrapper {
  width: calc(100% - 70px);
}

/* line 11, app/assets/stylesheets/_top_bar.scss */
nav .navbar-title {
  padding-right: 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #2a2b2c;
}

/* line 9, app/assets/stylesheets/start.scss */
.sso-container {
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  font-family: Arial;
  font-style: normal;
}

/* line 17, app/assets/stylesheets/start.scss */
.sso-container .logo {
  width: 17vw;
  max-width: 170px;
  min-width: 100px;
  position: absolute;
  left: 1em;
  top: 1em;
}

/* line 26, app/assets/stylesheets/start.scss */
.sso-container .icon {
  width: 29px;
}

/* line 31, app/assets/stylesheets/start.scss */
.sso-container .flash-message {
  background-color: #F5BDBD;
  color: black;
}

/* line 36, app/assets/stylesheets/start.scss */
.sso-container .flash-container {
  position: absolute;
  margin-top: 1%;
}

/* line 44, app/assets/stylesheets/start.scss */
.error-container {
  width: 100vw;
  display: flex;
  justify-content: center;
}

/* line 50, app/assets/stylesheets/start.scss */
.sso-form {
  margin-top: 3%;
}

/* line 55, app/assets/stylesheets/start.scss */
.btn {
  border-radius: 4px;
  color: white;
  width: 247px;
  height: 48px;
  padding-top: 12px;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
}

/* line 64, app/assets/stylesheets/start.scss */
.btn:hover {
  color: white;
}

/* line 70, app/assets/stylesheets/start.scss */
.title {
  color: white;
  max-width: 422px;
}

/* line 73, app/assets/stylesheets/start.scss */
.title > h2 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: white;
}

/* line 81, app/assets/stylesheets/start.scss */
.title > h3 {
  color: white;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  font-weight: 300;
}

/* line 90, app/assets/stylesheets/start.scss */
.boxes {
  margin-top: 4%;
}

/* line 94, app/assets/stylesheets/start.scss */
.bg {
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -3;
  width: 100%;
  height: 100%;
  position: fixed;
}

/* line 103, app/assets/stylesheets/start.scss */
.radial {
  position: fixed;
  z-index: -2;
  width: 100%;
  height: 100%;
  background: #339933;
  background: radial-gradient(circle, rgba(51, 153, 51, 0.02) 0%, rgba(51, 153, 51, 0.2) 50%, rgba(0, 0, 0, 0.7) 100%);
  opacity: .7;
}

/* line 112, app/assets/stylesheets/start.scss */
.linear {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: black;
  background: linear-gradient(180deg, black 0%, rgba(51, 153, 51, 0.2) 50%);
}

/* line 121, app/assets/stylesheets/start.scss */
.title-container {
  display: flex;
  justify-content: center;
  margin-top: 7%;
}

/* line 125, app/assets/stylesheets/start.scss */
.title-container b {
  font-weight: bold;
}

@media (max-width: 768px) {
  /* line 132, app/assets/stylesheets/start.scss */
  .feature-box {
    margin: 20px 0px;
  }
  /* line 135, app/assets/stylesheets/start.scss */
  .title-container {
    margin-top: 12%;
  }
}

@media (max-width: 768px) {
  /* line 141, app/assets/stylesheets/start.scss */
  .title-container {
    margin-top: 15%;
  }
}

/* line 147, app/assets/stylesheets/start.scss */
.feature-box {
  display: flex;
  justify-content: center;
}

/* line 152, app/assets/stylesheets/start.scss */
.square {
  padding: 0 24px;
  width: 263px;
  height: 276px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
}

/* line 164, app/assets/stylesheets/start.scss */
.square > h5 {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  color: black;
}

/* line 171, app/assets/stylesheets/start.scss */
.square > p {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #636466;
}

/* line 178, app/assets/stylesheets/start.scss */
.circle {
  width: 68px;
  height: 68px;
  background: #EFF7EF;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
  border-radius: 76px;
  display: flex;
  justify-content: center;
}

/* line 2, app/assets/stylesheets/components/assign_lead_link.scss */
.assign-lead-link select.form-control {
  height: 20px !important;
  font-size: 13px;
}

/* line 6, app/assets/stylesheets/components/assign_lead_link.scss */
.assign-lead-link a.assign-lead-cancel-link {
  color: #aaa;
  display: inline-block;
  padding: 0 4px;
}

/* line 10, app/assets/stylesheets/components/assign_lead_link.scss */
.assign-lead-link a.assign-lead-cancel-link:hover {
  background-color: #eee;
}

/* line 14, app/assets/stylesheets/components/assign_lead_link.scss */
.assign-lead-link a.assign-lead-confirm-link {
  color: #4a4;
  display: inline-block;
  padding: 0 4px;
}

/* line 18, app/assets/stylesheets/components/assign_lead_link.scss */
.assign-lead-link a.assign-lead-confirm-link[disabled] {
  cursor: default;
  color: #eee;
}

/* line 22, app/assets/stylesheets/components/assign_lead_link.scss */
.assign-lead-link a.assign-lead-confirm-link:hover:not([disabled]) {
  background-color: #eee;
}

/* surrounding tag container */
/* line 2, vendor/assets/jquery-tag-editor/jquery.tag-editor.scss */
.tag-editor {
  list-style-type: none;
  padding: 0 5px 0 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid #eee;
  cursor: text;
  font: normal 14px sans-serif;
  color: #555;
  background: #fff;
  line-height: 20px;
}

/* core styles usually need no change */
/* line 8, vendor/assets/jquery-tag-editor/jquery.tag-editor.scss */
.tag-editor li {
  display: block;
  float: left;
  overflow: hidden;
  margin: 3px 0;
}

/* line 9, vendor/assets/jquery-tag-editor/jquery.tag-editor.scss */
.tag-editor div {
  float: left;
  padding: 0 4px;
}

/* line 10, vendor/assets/jquery-tag-editor/jquery.tag-editor.scss */
.tag-editor .placeholder {
  padding: 0 8px;
  color: #bbb;
}

/* line 11, vendor/assets/jquery-tag-editor/jquery.tag-editor.scss */
.tag-editor .tag-editor-spacer {
  padding: 0;
  width: 8px;
  overflow: hidden;
  color: transparent;
  background: none;
}

/* line 12, vendor/assets/jquery-tag-editor/jquery.tag-editor.scss */
.tag-editor input {
  vertical-align: inherit;
  border: 0;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: text;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  font-style: inherit;
  box-shadow: none;
  background: none;
  color: #444;
}

/* hide original input field or textarea visually to allow tab navigation */
/* line 18, vendor/assets/jquery-tag-editor/jquery.tag-editor.scss */
.tag-editor-hidden-src {
  position: absolute !important;
  left: -99999px;
}

/* hide IE10 "clear field" X */
/* line 20, vendor/assets/jquery-tag-editor/jquery.tag-editor.scss */
.tag-editor ::-ms-clear {
  display: none;
}

/* tag style */
/* line 23, vendor/assets/jquery-tag-editor/jquery.tag-editor.scss */
.tag-editor .tag-editor-tag {
  padding-left: 5px;
  color: #46799b;
  background: #e0eaf1;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  border-radius: 2px 0 0 2px;
}

/* delete icon */
/* line 29, vendor/assets/jquery-tag-editor/jquery.tag-editor.scss */
.tag-editor .tag-editor-delete {
  background: #e0eaf1;
  cursor: pointer;
  border-radius: 0 2px 2px 0;
  padding-left: 3px;
  padding-right: 4px;
}

/* line 30, vendor/assets/jquery-tag-editor/jquery.tag-editor.scss */
.tag-editor .tag-editor-delete i {
  line-height: 18px;
  display: inline-block;
}

/* line 31, vendor/assets/jquery-tag-editor/jquery.tag-editor.scss */
.tag-editor .tag-editor-delete i:before {
  font-size: 16px;
  color: #8ba7ba;
  content: "×";
  font-style: normal;
}

/* line 32, vendor/assets/jquery-tag-editor/jquery.tag-editor.scss */
.tag-editor .tag-editor-delete:hover i:before {
  color: #d65454;
}

/* line 33, vendor/assets/jquery-tag-editor/jquery.tag-editor.scss */
.tag-editor .tag-editor-tag.active + .tag-editor-delete, .tag-editor .tag-editor-tag.active + .tag-editor-delete i {
  visibility: hidden;
  cursor: text;
}

/* line 35, vendor/assets/jquery-tag-editor/jquery.tag-editor.scss */
.tag-editor .tag-editor-tag.active {
  background: none !important;
}

/* jQuery UI autocomplete - code.jquery.com/ui/1.10.2/themes/smoothness/jquery-ui.css */
/* line 38, vendor/assets/jquery-tag-editor/jquery.tag-editor.scss */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  font-size: 14px;
}

/* line 39, vendor/assets/jquery-tag-editor/jquery.tag-editor.scss */
.ui-front {
  z-index: 9999;
}

/* line 40, vendor/assets/jquery-tag-editor/jquery.tag-editor.scss */
.ui-menu {
  list-style: none;
  padding: 1px;
  margin: 0;
  display: block;
  outline: none;
}

/* line 41, vendor/assets/jquery-tag-editor/jquery.tag-editor.scss */
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.4;
  min-height: 0;
  /* support: IE7 */
}

/* line 42, vendor/assets/jquery-tag-editor/jquery.tag-editor.scss */
.ui-widget-content {
  border: 1px solid #bbb;
  background: #fff;
  color: #555;
}

/* line 43, vendor/assets/jquery-tag-editor/jquery.tag-editor.scss */
.ui-widget-content a {
  color: #46799b;
}

/* line 44, vendor/assets/jquery-tag-editor/jquery.tag-editor.scss */
.ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background: #e0eaf1;
}

/* line 45, vendor/assets/jquery-tag-editor/jquery.tag-editor.scss */
.ui-helper-hidden-accessible {
  display: none;
}

/* line 3, app/assets/stylesheets/components/tag_editor.scss */
input.lead-tag-editor {
  display: none;
}

/* line 2, app/assets/stylesheets/components/multi_field_editor.scss */
.form-group-multi label {
  color: gray;
  font-size: 0.8em;
  padding-left: 0.125rem;
}

/* line 9, app/assets/stylesheets/components/multi_field_editor.scss */
.multi-field {
  display: flex;
  align-items: center;
  padding-bottom: 1px;
}

/* line 14, app/assets/stylesheets/components/multi_field_editor.scss */
.multi-field input:first-child {
  flex-grow: 2;
}

/* line 18, app/assets/stylesheets/components/multi_field_editor.scss */
.multi-field a.remove-field-button {
  flex: 0 0;
  color: gray;
}

/* line 23, app/assets/stylesheets/components/multi_field_editor.scss */
.multi-field input {
  flex-shrink: 1;
  flex-grow: 1;
  background-color: #f8f8f8;
  margin: 0 2px;
}

/* line 30, app/assets/stylesheets/components/multi_field_editor.scss */
.multi-field .add-multi-item {
  margin: 10px 0 10px auto;
}

/* line 2, app/assets/stylesheets/components/lead_flow_rules.scss */
.lead-flow-rules a.add-rule {
  float: right;
  overflow: hidden;
  margin-bottom: 20px;
}

/* line 10, app/assets/stylesheets/components/lead_flow_rules.scss */
.lead-flow-rule a.remove {
  cursor: pointer;
  color: #999;
}

/* line 13, app/assets/stylesheets/components/lead_flow_rules.scss */
.lead-flow-rule a.remove:hover {
  color: #777;
}

/* line 18, app/assets/stylesheets/components/lead_flow_rules.scss */
.lead-flow-rule a.add-condition {
  float: right;
  margin-right: 20px;
}

/* line 23, app/assets/stylesheets/components/lead_flow_rules.scss */
.lead-flow-rule .conjunction-header {
  margin-bottom: 12px;
}

/* line 27, app/assets/stylesheets/components/lead_flow_rules.scss */
.lead-flow-rule .condition-container .condition {
  display: flex;
  margin: 10px 0;
}

/* line 31, app/assets/stylesheets/components/lead_flow_rules.scss */
.lead-flow-rule .condition-container .condition select, .lead-flow-rule .condition-container .condition input {
  display: inline-block;
  margin-right: 10px;
  min-width: 175px;
}

/* line 38, app/assets/stylesheets/components/lead_flow_rules.scss */
.lead-flow-rule .condition-container .tag-condition {
  flex-grow: 1;
  display: flex;
}

/* line 41, app/assets/stylesheets/components/lead_flow_rules.scss */
.lead-flow-rule .condition-container .tag-condition input.tag-editor {
  flex-grow: 1;
}

/* line 44, app/assets/stylesheets/components/lead_flow_rules.scss */
.lead-flow-rule .condition-container .tag-condition ul.tag-editor {
  flex-grow: 1;
  border-color: #e3e3e3;
  margin-right: 10px;
  border-radius: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 51, app/assets/stylesheets/components/lead_flow_rules.scss */
.lead-flow-rule .condition-container .tag-condition ul.tag-editor:focus {
  border-color: #aaa;
}

/* line 62, app/assets/stylesheets/components/lead_flow_rules.scss */
.lead-flow-rule .assignment-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
}

/* line 66, app/assets/stylesheets/components/lead_flow_rules.scss */
.lead-flow-rule .assignment-container select {
  display: inline-block;
  margin: 5px 10px;
  min-width: 175px;
}

@media (max-width: 768px) {
  /* line 62, app/assets/stylesheets/components/lead_flow_rules.scss */
  .lead-flow-rule .assignment-container {
    flex-direction: column;
    flex-wrap: wrap;
  }
}

/* line 1, app/assets/stylesheets/components/message_composer.scss */
.message-composer {
  margin: -30px;
}

/* line 3, app/assets/stylesheets/components/message_composer.scss */
.message-composer .mce-tinymce {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
}

/* line 9, app/assets/stylesheets/components/message_composer.scss */
.message-composer .mce-top-part::before {
  box-shadow: none;
  -webkit-box-shadow: none;
}

/* line 14, app/assets/stylesheets/components/message_composer.scss */
.message-composer .composer-subject {
  padding: 12px;
  background-color: #f2f2f2;
}

/* line 19, app/assets/stylesheets/components/message_composer.scss */
.message-composer .composer-actions {
  padding: 12px;
  background-color: #f2f2f2;
  display: flex;
  justify-content: flex-end;
}

/* line 25, app/assets/stylesheets/components/message_composer.scss */
.message-composer .composer-actions .form-control, .message-composer .composer-actions label {
  margin-right: 10px;
}

/* line 30, app/assets/stylesheets/components/message_composer.scss */
.message-composer .composer-attachments {
  padding: 12px;
  background-color: #f2f2f2;
  display: flex;
  flex-direction: column;
}

/* line 36, app/assets/stylesheets/components/message_composer.scss */
.message-composer .composer-attachments .form-control {
  display: inline-block;
  width: 96%;
  height: auto;
}

/* line 42, app/assets/stylesheets/components/message_composer.scss */
.message-composer .composer-attachments .remove-attachment-action {
  font-size: 0.7rem;
  margin-left: 0.2rem;
  color: red;
  cursor: pointer;
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
}

/* line 1, app/assets/stylesheets/components/note_editor.scss */
.note-editor {
  border: none !important;
  position: relative;
}

/* line 5, app/assets/stylesheets/components/note_editor.scss */
.note-editor textarea {
  border: none;
  background-color: #fcfccf;
  border: solid 1px #eeb;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
  color: #553;
  min-height: 84px;
}

/* line 16, app/assets/stylesheets/components/note_editor.scss */
.note-editor .note-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

/* line 1, app/assets/stylesheets/components/onboarding.scss */
.onboarding-card {
  padding: 3rem;
  text-align: center;
}

/* line 6, app/assets/stylesheets/components/onboarding.scss */
.onboarding-icon-large {
  font-size: 5rem;
}

/* line 10, app/assets/stylesheets/components/onboarding.scss */
.onboarding-icon-large-pale {
  font-size: 5rem;
  color: #DDD;
}

/* line 1, app/assets/stylesheets/components/onboarding_progress.scss */
.circled-number {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding-top: 4px;
  background: #fff;
  border: 2px solid #98a6ad;
  color: #98a6ad;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
}

/* line 14, app/assets/stylesheets/components/onboarding_progress.scss */
.grey-line {
  width: 100%;
  height: 3px;
  background: lightgrey;
}

/* line 20, app/assets/stylesheets/components/onboarding_progress.scss */
.onboarding-progress {
  padding: 2rem;
  font-size: 0.75rem;
  background-color: #90ee9052;
  margin-bottom: 20px;
  text-align: center;
}

/* line 27, app/assets/stylesheets/components/onboarding_progress.scss */
.onboarding-progress .col-md-2 {
  margin: auto;
}

/* line 31, app/assets/stylesheets/components/onboarding_progress.scss */
.onboarding-progress .step-done {
  color: #40C057;
}

/* line 1, app/assets/stylesheets/pages/_email_accounts.scss */
.button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}

/* line 8, app/assets/stylesheets/pages/_email_accounts.scss */
.sync-status-text {
  font-size: 0.9em;
  color: #888;
}

/* line 4, app/assets/stylesheets/pages/_getting_started.scss */
.page-getting-started .card .card-header h4 {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

/* line 12, app/assets/stylesheets/pages/_getting_started.scss */
.page-getting-started .card .card-header h4 i.fa {
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 22px;
}

/* line 18, app/assets/stylesheets/pages/_getting_started.scss */
.page-getting-started .card .card-header h4 .circle-check {
  flex-grow: 0;
  flex-shrink: 0;
}

/* line 25, app/assets/stylesheets/pages/_getting_started.scss */
.page-getting-started .card .card-body .btn {
  margin-top: 30px;
  margin-bottom: 10px;
  display: block;
}

/* line 34, app/assets/stylesheets/pages/_getting_started.scss */
.circle-check {
  position: relative;
  background-color: #ddd;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: solid 1px #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 46, app/assets/stylesheets/pages/_getting_started.scss */
.circle-check i.fa {
  color: #aaa;
  font-size: 12px;
}

/* line 55, app/assets/stylesheets/pages/_getting_started.scss */
.circle-check-filled {
  border: solid 1px #9be7ac;
  background-color: #afecbd;
}

/* line 58, app/assets/stylesheets/pages/_getting_started.scss */
.circle-check-filled i.fa {
  color: #5dd879;
}

/* line 63, app/assets/stylesheets/pages/_getting_started.scss */
.indicator-light {
  font-size: 1.2em;
  font-weight: bold;
  vertical-align: middle;
}

/* line 69, app/assets/stylesheets/pages/_getting_started.scss */
.indicator-light-success {
  color: green;
}

/* line 1, app/assets/stylesheets/pages/_lead_table.scss */
.stage-nav {
  margin-bottom: 20px;
}

/* line 7, app/assets/stylesheets/pages/_lead_table.scss */
tr.lead-row.lead-row-unassigned td {
  background-color: #ffe;
}

/* line 1, app/assets/stylesheets/pages/_profile.scss */
.lead--profile {
  min-height: 400px;
  padding: 10px 20px;
}

/* line 5, app/assets/stylesheets/pages/_profile.scss */
.lead--profile .lead-avatar {
  display: block;
  margin: 10px auto;
  width: 120px;
  height: 120px;
  border: solid 1px #ddd;
  background-color: #fff;
  border-radius: 60px;
  padding: 3px;
}

/* line 16, app/assets/stylesheets/pages/_profile.scss */
.lead--profile .lead-summary {
  padding: 12px 0;
  text-align: center;
}

/* line 19, app/assets/stylesheets/pages/_profile.scss */
.lead--profile .lead-summary h5 {
  font-weight: medium;
}

/* line 22, app/assets/stylesheets/pages/_profile.scss */
.lead--profile .edit-lead-link {
  font-size: 0.8em;
  display: inline-block;
  margin-left: 8px;
}

/* line 29, app/assets/stylesheets/pages/_profile.scss */
.lead--profile .lead-contact ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* line 30, app/assets/stylesheets/pages/_profile.scss */
.lead--profile .lead-contact ul li {
  margin: 5px 0;
  color: #aaa;
  font-size: 12px;
}

/* line 34, app/assets/stylesheets/pages/_profile.scss */
.lead--profile .lead-contact ul li a {
  display: inline-block;
  padding: 0 8px;
}

/* line 42, app/assets/stylesheets/pages/_profile.scss */
.lead--profile .lead-details h4 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  color: #777;
  margin-top: 0;
}

/* line 50, app/assets/stylesheets/pages/_profile.scss */
.lead--profile .lead-details li.list-group-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

/* line 56, app/assets/stylesheets/pages/_profile.scss */
.lead--profile .lead-details li.list-group-item strong {
  text-transform: uppercase;
  font-weight: normal;
  color: #999;
  font-size: 0.9em;
}

/* line 64, app/assets/stylesheets/pages/_profile.scss */
.lead--profile .lead-details .tag-list {
  flex-shrink: 0;
}

/* line 66, app/assets/stylesheets/pages/_profile.scss */
.lead--profile .lead-details .tag-list .tag-editor {
  min-width: 100px;
  max-width: 250px;
  background-color: #f4f4f4;
  padding: 6px;
  border-radius: 3px;
  border: none;
}

/* line 77, app/assets/stylesheets/pages/_profile.scss */
.lead--profile td.lead-attribute {
  white-space: nowrap;
  padding: 6px 2px;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 85, app/assets/stylesheets/pages/_profile.scss */
.horizontal-form-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 89, app/assets/stylesheets/pages/_profile.scss */
.horizontal-form-group .form-group-custom {
  margin-right: 5px;
}

/* line 94, app/assets/stylesheets/pages/_profile.scss */
.editable-inline > div > .form-inline > .control-group > div {
  display: flex;
  align-items: center;
}

/* line 97, app/assets/stylesheets/pages/_profile.scss */
.editable-inline > div > .form-inline > .control-group > div .editable-input {
  padding-right: 6px;
}

/* line 101, app/assets/stylesheets/pages/_profile.scss */
.editable-inline > div > .form-inline > .control-group > div .editable-buttons a {
  color: #aaa;
  display: inline-block;
  padding: 0 4px;
}

/* line 105, app/assets/stylesheets/pages/_profile.scss */
.editable-inline > div > .form-inline > .control-group > div .editable-buttons a:hover {
  background-color: #eee;
}

/* line 109, app/assets/stylesheets/pages/_profile.scss */
.editable-inline > div > .form-inline > .control-group > div .editable-buttons a.editable-submit {
  color: #4a4;
}

/* line 111, app/assets/stylesheets/pages/_profile.scss */
.editable-inline > div > .form-inline > .control-group > div .editable-buttons a.editable-submit[disabled] {
  cursor: default;
  color: #eee;
}

/* line 115, app/assets/stylesheets/pages/_profile.scss */
.editable-inline > div > .form-inline > .control-group > div .editable-buttons a.editable-submit:hover:not([disabled]) {
  background-color: #eee;
}

/* line 122, app/assets/stylesheets/pages/_profile.scss */
.inline-select-small {
  height: 20px !important;
  font-size: 13px;
  padding: 0;
}

/* line 129, app/assets/stylesheets/pages/_profile.scss */
.editable-range input.form-control {
  width: 75px;
}

/* line 131, app/assets/stylesheets/pages/_profile.scss */
.editable-range input.form-control:focus {
  border-color: #e3e3e3;
}

/* line 134, app/assets/stylesheets/pages/_profile.scss */
.editable-range input.form-control:first-child {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 139, app/assets/stylesheets/pages/_profile.scss */
.editable-range input.form-control:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 146, app/assets/stylesheets/pages/_profile.scss */
.editable-container .form-group.has-error {
  flex-direction: column;
  align-items: flex-end;
}

/* line 151, app/assets/stylesheets/pages/_profile.scss */
.editable-error-block {
  color: red;
}

/* line 155, app/assets/stylesheets/pages/_profile.scss */
.editableform-loading {
  width: 16px;
  height: 16px;
  background-color: red;
  background: transparent url(/assets/sp-loading-2d0aba2be88e91e5806eb18d4db772d95f926d3700ad77a037dea9ebaf7c1472.gif) no-repeat center center;
}

/* line 163, app/assets/stylesheets/pages/_profile.scss */
.call-log-editor .select-number-control {
  width: auto;
}

/* line 168, app/assets/stylesheets/pages/_profile.scss */
.create-idx-form-description {
  padding-bottom: 30px;
  border-bottom: 1px solid #e9ecef;
}

/* line 173, app/assets/stylesheets/pages/_profile.scss */
.create-idx-form-email {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e9ecef;
}

/* line 179, app/assets/stylesheets/pages/_profile.scss */
.create-idx-form-confirmation {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

/* line 184, app/assets/stylesheets/pages/_profile.scss */
.create-idx-form-confirmation input {
  width: auto;
  padding-right: 4px;
  margin-bottom: 1px;
}

/* line 190, app/assets/stylesheets/pages/_profile.scss */
.create-idx-form-confirmation label {
  margin-bottom: 0;
}

/* line 3, app/assets/stylesheets/pages/_timeline.scss */
#timeline .event {
  margin-bottom: 14px;
  margin-left: 20px;
}

/* line 7, app/assets/stylesheets/pages/_timeline.scss */
#timeline .event .event-action {
  display: block;
  color: #777;
  font-size: 10px;
  text-transform: uppercase;
}

/* line 14, app/assets/stylesheets/pages/_timeline.scss */
#timeline .event .event-actor {
  font-size: 10px;
  font-weight: bold;
}

/* line 19, app/assets/stylesheets/pages/_timeline.scss */
#timeline .event .event-time {
  font-size: 10px;
  color: #aaa;
}

/* line 25, app/assets/stylesheets/pages/_timeline.scss */
#timeline .timeline-event-details {
  margin: 0 12px;
  padding-top: 8px;
}

/* line 30, app/assets/stylesheets/pages/_timeline.scss */
#timeline .timeline-event-icon {
  display: block;
  float: left;
  margin-left: -32px;
  margin-top: 8px;
  width: 32px;
}

/* line 38, app/assets/stylesheets/pages/_timeline.scss */
#timeline .timeline-event-fa-wrapper {
  display: flex;
  align-items: center;
  border-radius: 50%;
  margin-left: -32px;
  margin-top: 8px;
  width: 32px;
  height: 32px;
  float: left;
}

/* line 49, app/assets/stylesheets/pages/_timeline.scss */
#timeline .timeline-event-fa {
  color: white;
  width: 100%;
  text-align: center;
  font-size: 20px;
}

/* line 60, app/assets/stylesheets/pages/_timeline.scss */
#timeline .timeline-filter {
  width: auto;
  float: right;
}

/* line 65, app/assets/stylesheets/pages/_timeline.scss */
#timeline .activity-heading {
  display: inline-block;
}

/* line 70, app/assets/stylesheets/pages/_timeline.scss */
.event span.event-time {
  display: block;
}

/* line 73, app/assets/stylesheets/pages/_timeline.scss */
.event span.event-time abbr[title] {
  cursor: default;
}

/* line 80, app/assets/stylesheets/pages/_timeline.scss */
.event.event-viewed-property img.property-thumbnail, .popover .event-viewed-property img.property-thumbnail {
  width: auto;
  height: auto;
  max-width: 100px;
  max-height: 100px;
  position: absolute;
  right: 40px;
  padding-top: 20px;
}

/* line 89, app/assets/stylesheets/pages/_timeline.scss */
.event.event-viewed-property span.address, .popover .event-viewed-property span.address {
  color: #333;
  font-weight: bold;
  display: block;
}

/* line 90, app/assets/stylesheets/pages/_timeline.scss */
.event.event-viewed-property span.property-beds, .event.event-viewed-property span.property-baths, .event.event-viewed-property span.property-price, .event.event-viewed-property span.agg-times-viewed, .popover .event-viewed-property span.property-beds, .popover .event-viewed-property span.property-baths, .popover .event-viewed-property span.property-price, .popover .event-viewed-property span.agg-times-viewed {
  color: #aaa;
  display: inline-block;
  margin-right: 5px;
}

/* line 100, app/assets/stylesheets/pages/_timeline.scss */
.popover .event-viewed-property {
  margin-bottom: 8px;
}

/* line 101, app/assets/stylesheets/pages/_timeline.scss */
.popover .event-viewed-property .popover-event-icon {
  width: 16px;
  height: 16px;
}

/* line 109, app/assets/stylesheets/pages/_timeline.scss */
.event-search-popover .event-search-params {
  font-size: 12px;
  color: #666;
  border-bottom: solid 1px #efefef;
  padding-bottom: 4px;
  margin-bottom: 12px;
}

/* line 115, app/assets/stylesheets/pages/_timeline.scss */
.event-search-popover .event-search-params:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

/* line 122, app/assets/stylesheets/pages/_timeline.scss */
.event-submitted-form-popover {
  border-bottom: solid 1px #efefef;
  padding-bottom: 4px;
  margin-bottom: 6px;
  float: left;
}

/* line 127, app/assets/stylesheets/pages/_timeline.scss */
.event-submitted-form-popover:last-of-type {
  margin-bottom: 0;
  border-bottom: 0;
}

/* line 131, app/assets/stylesheets/pages/_timeline.scss */
.event-submitted-form-popover .form-data {
  font-size: 12px;
  clear: both;
}

/* line 135, app/assets/stylesheets/pages/_timeline.scss */
.event-submitted-form-popover .form-data .field {
  font-weight: bold;
  display: inline-block;
  float: left;
  text-transform: capitalize;
  padding-right: 1px;
  width: 140px;
}

/* line 144, app/assets/stylesheets/pages/_timeline.scss */
.event-submitted-form-popover .form-data .value {
  width: 300px;
  float: left;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/* line 153, app/assets/stylesheets/pages/_timeline.scss */
.timeline-message-preview {
  padding: 6px 12px;
  margin: 6px 0;
  border-radius: 6px;
  background-color: #f4f4fa;
  color: #444;
}

/* line 159, app/assets/stylesheets/pages/_timeline.scss */
.timeline-message-preview p:last-of-type {
  margin-bottom: 0;
}

/* line 164, app/assets/stylesheets/pages/_timeline.scss */
.timeline-note-text {
  padding: 8px 12px;
  margin: 4px 0;
  min-width: 200px;
  background: #FFFDE8;
  border: 1px solid #F3EEB5;
  border-radius: 2px;
  border-top: none;
  border-left: none;
  font-size: 14px;
  color: #716E54;
}

/* line 4, app/assets/stylesheets/pages/_lead.scss */
.header-strip {
  margin-top: 70px;
  background-color: #fff;
  border-bottom: solid 1px #ddd;
  padding: 10px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 13, app/assets/stylesheets/pages/_lead.scss */
.header-strip h1 {
  font-size: 22px;
  font-weight: medium;
  line-height: 24px;
  margin: 0;
  padding: 0;
}

/* line 22, app/assets/stylesheets/pages/_lead.scss */
.person-presence {
  font-size: 0.9em;
  color: #777;
}

/* line 27, app/assets/stylesheets/pages/_lead.scss */
.lead--content {
  margin-top: -60px;
}

/* line 31, app/assets/stylesheets/pages/_lead.scss */
.lead--main {
  min-height: 700px;
}

/* line 35, app/assets/stylesheets/pages/_lead.scss */
.lead--messaging {
  min-height: 200px;
  margin-bottom: 30px;
}

/* line 40, app/assets/stylesheets/pages/_lead.scss */
.lead--messaging ul.nav-tabs {
  border-bottom: solid 1px #eaeaea;
}

/* line 44, app/assets/stylesheets/pages/_lead.scss */
.lead--messaging ul.nav-tabs li.nav-item a {
  white-space: nowrap;
  overflow: hidden;
}

/* line 47, app/assets/stylesheets/pages/_lead.scss */
.lead--messaging ul.nav-tabs li.nav-item a:hover {
  color: #505461 !important;
}

/* line 52, app/assets/stylesheets/pages/_lead.scss */
.lead--timeline {
  min-height: 600px;
}

/* line 4, app/assets/stylesheets/pages/_widgets.scss */
textarea.widget-script-tag {
  padding: 10px 14px;
  border: none;
  border-radius: 4px;
  background-color: #f7f7fb;
  color: #65656f;
  font-family: monospace;
}

/* line 13, app/assets/stylesheets/pages/_widgets.scss */
pre.widget-example {
  border: none;
  border-radius: 4px;
  padding: 10px 14px;
  background-color: #f7f7fb;
  color: #65656f;
}

/* line 6, app/assets/stylesheets/pages/_lead_flow.scss */
form.lead-flow-settings-form .form-check {
  margin-left: 10px;
  margin-bottom: 20px;
}

/* line 9, app/assets/stylesheets/pages/_lead_flow.scss */
form.lead-flow-settings-form .form-check label {
  font-weight: bold;
}

/* line 14, app/assets/stylesheets/pages/_lead_flow.scss */
form.lead-flow-settings-form .form-actions {
  margin-top: 50px;
}

/* line 2, app/assets/stylesheets/pages/_groups.scss */
.ms-selection h4, .ms-selectable h4 {
  font-size: 18px;
}

/* line 1, app/assets/stylesheets/pages/_onboarding_finished.scss */
.next-steps-card {
  min-height: 215px;
}

/* line 1, app/assets/stylesheets/pages/_invited_agents_new.scss */
.content-wrapper {
  width: 100vw;
  height: 100vh;
}

/* line 6, app/assets/stylesheets/pages/_invited_agents_new.scss */
.form-wrapper {
  float: left;
  width: 40vw;
  height: inherit;
  padding: 3rem;
}

/* line 13, app/assets/stylesheets/pages/_invited_agents_new.scss */
.marketing-wrapper {
  width: 60vw;
  height: inherit;
  float: right;
  text-align: center;
  padding: 3rem;
  background-color: black;
  color: white;
}

/* line 23, app/assets/stylesheets/pages/_invited_agents_new.scss */
.marketing-large-icon {
  font-size: 10rem;
}

/* line 27, app/assets/stylesheets/pages/_invited_agents_new.scss */
.blur {
  color: transparent !important;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}

/* line 32, app/assets/stylesheets/pages/_invited_agents_new.scss */
.vertical-align-parent {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 1, app/assets/stylesheets/pages/_user-profile.scss */
.user-profile-avatar {
  height: 140px;
  width: 140px;
  object-fit: cover;
  border-radius: 79px;
}

/* line 8, app/assets/stylesheets/pages/_user-profile.scss */
.user-profile-input {
  width: 328px;
}

/* line 12, app/assets/stylesheets/pages/_user-profile.scss */
.user-profile-bio {
  width: 550px;
}

/* line 16, app/assets/stylesheets/pages/_user-profile.scss */
.user-profile-container {
  max-width: 680px;
}

/* line 20, app/assets/stylesheets/pages/_user-profile.scss */
.user-profile-photo-box {
  min-width: 170px;
  margin-bottom: 15px;
}

/* line 25, app/assets/stylesheets/pages/_user-profile.scss */
.user-profile-photo-container {
  width: 140px;
  display: flex;
  flex-direction: column;
}

/* line 1, app/assets/stylesheets/pages/_dashboard.scss */
.background-color-white {
  background-color: white;
}

/* line 5, app/assets/stylesheets/pages/_dashboard.scss */
.avg-icon {
  font-size: 53px;
  color: #0748A2;
}

/* line 9, app/assets/stylesheets/pages/_dashboard.scss */
.avg-icon.light {
  color: #096DD9;
}

/* line 13, app/assets/stylesheets/pages/_dashboard.scss */
.avg-icon.dark {
  color: #002766;
}

/* line 18, app/assets/stylesheets/pages/_dashboard.scss */
.productivity-value {
  font-size: 2rem;
  line-height: 1;
}

/* line 23, app/assets/stylesheets/pages/_dashboard.scss */
.productivity-description {
  color: rgba(0, 0, 0, 0.45);
}

/* line 27, app/assets/stylesheets/pages/_dashboard.scss */
.agents-count-badge {
  font-weight: normal;
}

/* line 31, app/assets/stylesheets/pages/_dashboard.scss */
.team-admin-card-height {
  height: 20rem;
}

/* line 34, app/assets/stylesheets/pages/_dashboard.scss */
.team-admin-card-height .card-body {
  overflow: auto;
}

/* line 39, app/assets/stylesheets/pages/_dashboard.scss */
.link-modal-btn-group-item {
  display: inline-block;
  position: relative;
  width: 5.5rem;
  height: calc(5.5rem - 8px);
  padding: 1rem;
  border: 1px solid #9AA4A7 !important;
}

/* line 48, app/assets/stylesheets/pages/_dashboard.scss */
.link-modal-btn-group-item:hover {
  color: #0076FF !important;
  background-color: white !important;
}

/* line 53, app/assets/stylesheets/pages/_dashboard.scss */
.link-modal-btn-group-item:hover path[fill="#9AA4A7"] {
  fill: #0076FF;
}

/* line 57, app/assets/stylesheets/pages/_dashboard.scss */
.link-modal-btn-group-item:hover .link-modal-btn-group-item-text {
  color: #0076FF !important;
}

/* line 61, app/assets/stylesheets/pages/_dashboard.scss */
.link-modal-btn-group-item.active {
  outline: none !important;
  color: #0076FF !important;
  background-color: white !important;
  box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.5) !important;
}

/* line 68, app/assets/stylesheets/pages/_dashboard.scss */
.link-modal-btn-group-item.active path[fill="#9AA4A7"] {
  fill: #0076FF;
}

/* line 72, app/assets/stylesheets/pages/_dashboard.scss */
.link-modal-btn-group-item.active .link-modal-btn-group-item-text {
  color: #0076FF !important;
}

/* line 76, app/assets/stylesheets/pages/_dashboard.scss */
.link-modal-btn-group-item-text {
  color: #9AA4A7 !important;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

/* line 84, app/assets/stylesheets/pages/_dashboard.scss */
button.close {
  cursor: pointer;
}

/* line 88, app/assets/stylesheets/pages/_dashboard.scss */
.show-more-fields-btn {
  display: block;
}

/* line 92, app/assets/stylesheets/pages/_dashboard.scss */
.timeframe-filter {
  display: inline-block;
  width: auto;
}

/* line 2, app/assets/stylesheets/pages/_review_contacts.scss */
#onboarding-leads-review-contacts .review-radio-button-container {
  display: inline-flex;
  align-items: center;
  margin-right: 5px;
}

/* line 9, app/assets/stylesheets/pages/_review_contacts.scss */
#csv-idx-account-confirm-wrapper {
  display: none;
}

/* line 14, app/assets/stylesheets/pages/_review_contacts.scss */
#idx-select-container div {
  margin-top: 10px;
}

/* line 17, app/assets/stylesheets/pages/_review_contacts.scss */
#idx-select-container div:last-child {
  margin-bottom: 10px;
  margin-left: 28px;
}

/* line 19, app/assets/stylesheets/pages.scss */
.page-actions {
  float: right;
  margin-bottom: 10px;
}

/* line 22, app/assets/stylesheets/pages.scss */
.page-actions:after {
  content: "";
  clear: right;
}

/* line 28, app/assets/stylesheets/pages.scss */
.impersonating {
  display: block;
  border-radius: 5px;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  top: 55px;
  background-color: #566676;
}

/* line 39, app/assets/stylesheets/pages.scss */
.alert-danger a, .flash-container .flash-error a, .impersonating a {
  color: #fff;
  text-decoration: underline;
}

/* line 1, app/assets/stylesheets/forms.scss */
.form-actions {
  float: right;
}

@media (min-width: 576px) {
  /* line 5, app/assets/stylesheets/forms.scss */
  .dt-bootstrap.form-inline .form-control {
    width: 100% !important;
  }
}

/* line 3, app/assets/stylesheets/_data_table_css_fix.scss */
.dataTables_wrapper.form-inline.dt-bootstrap {
  display: block;
}

/* line 6, app/assets/stylesheets/_data_table_css_fix.scss */
.dataTables_wrapper.form-inline.dt-bootstrap label {
  display: inline;
}

/* line 11, app/assets/stylesheets/_data_table_css_fix.scss */
table.dataTable {
  border-collapse: collapse !important;
}

/* line 16, app/assets/stylesheets/_data_table_css_fix.scss */
table.dataTable thead .sorting:after {
  opacity: 0.2;
  content: "\2193 \2191";
  padding-bottom: 4px;
}

/* line 23, app/assets/stylesheets/_data_table_css_fix.scss */
table.dataTable thead .sorting_asc:after {
  content: "\2191";
  padding-bottom: 4px;
}

/* line 29, app/assets/stylesheets/_data_table_css_fix.scss */
table.dataTable thead .sorting_desc:after {
  content: "\2193";
  padding-bottom: 4px;
}

/* line 1, app/assets/stylesheets/_react_globals.scss */
.fsp-picker {
  transition: none !important;
}

/* line 5, app/assets/stylesheets/_react_globals.scss */
#__filestack-picker {
  transition: none !important;
}

/* line 9, app/assets/stylesheets/_react_globals.scss */
.ReactModal__Html--open {
  overflow-y: hidden;
}

/* line 13, app/assets/stylesheets/_react_globals.scss */
.ReactModal__Overlay {
  z-index: 9998;
}

/*!
 * Font Awesome Pro 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
/* line 5, vendor/assets/fontawesome/css/fontawesome.css */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -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 19, vendor/assets/fontawesome/css/fontawesome.css */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 24, vendor/assets/fontawesome/css/fontawesome.css */
.fa-xs {
  font-size: .75em;
}

/* line 27, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sm {
  font-size: .875em;
}

/* line 30, vendor/assets/fontawesome/css/fontawesome.css */
.fa-1x {
  font-size: 1em;
}

/* line 33, vendor/assets/fontawesome/css/fontawesome.css */
.fa-2x {
  font-size: 2em;
}

/* line 36, vendor/assets/fontawesome/css/fontawesome.css */
.fa-3x {
  font-size: 3em;
}

/* line 39, vendor/assets/fontawesome/css/fontawesome.css */
.fa-4x {
  font-size: 4em;
}

/* line 42, vendor/assets/fontawesome/css/fontawesome.css */
.fa-5x {
  font-size: 5em;
}

/* line 45, vendor/assets/fontawesome/css/fontawesome.css */
.fa-6x {
  font-size: 6em;
}

/* line 48, vendor/assets/fontawesome/css/fontawesome.css */
.fa-7x {
  font-size: 7em;
}

/* line 51, vendor/assets/fontawesome/css/fontawesome.css */
.fa-8x {
  font-size: 8em;
}

/* line 54, vendor/assets/fontawesome/css/fontawesome.css */
.fa-9x {
  font-size: 9em;
}

/* line 57, vendor/assets/fontawesome/css/fontawesome.css */
.fa-10x {
  font-size: 10em;
}

/* line 60, vendor/assets/fontawesome/css/fontawesome.css */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 64, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

/* line 68, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ul > li {
  position: relative;
}

/* line 71, vendor/assets/fontawesome/css/fontawesome.css */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 78, vendor/assets/fontawesome/css/fontawesome.css */
.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

/* line 83, vendor/assets/fontawesome/css/fontawesome.css */
.fa-pull-left {
  float: left;
}

/* line 86, vendor/assets/fontawesome/css/fontawesome.css */
.fa-pull-right {
  float: right;
}

/* line 89, vendor/assets/fontawesome/css/fontawesome.css */
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

/* line 96, vendor/assets/fontawesome/css/fontawesome.css */
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

/* line 103, vendor/assets/fontawesome/css/fontawesome.css */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 107, vendor/assets/fontawesome/css/fontawesome.css */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* line 127, vendor/assets/fontawesome/css/fontawesome.css */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 132, vendor/assets/fontawesome/css/fontawesome.css */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 137, vendor/assets/fontawesome/css/fontawesome.css */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 142, vendor/assets/fontawesome/css/fontawesome.css */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 147, vendor/assets/fontawesome/css/fontawesome.css */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 152, vendor/assets/fontawesome/css/fontawesome.css */
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

/* line 157, vendor/assets/fontawesome/css/fontawesome.css */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
  filter: none;
}

/* line 166, vendor/assets/fontawesome/css/fontawesome.css */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 174, vendor/assets/fontawesome/css/fontawesome.css */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 181, vendor/assets/fontawesome/css/fontawesome.css */
.fa-stack-1x {
  line-height: inherit;
}

/* line 184, vendor/assets/fontawesome/css/fontawesome.css */
.fa-stack-2x {
  font-size: 2em;
}

/* line 187, vendor/assets/fontawesome/css/fontawesome.css */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
/* line 192, vendor/assets/fontawesome/css/fontawesome.css */
.fa-500px:before {
  content: "\f26e";
}

/* line 195, vendor/assets/fontawesome/css/fontawesome.css */
.fa-abacus:before {
  content: "\f640";
}

/* line 198, vendor/assets/fontawesome/css/fontawesome.css */
.fa-accessible-icon:before {
  content: "\f368";
}

/* line 201, vendor/assets/fontawesome/css/fontawesome.css */
.fa-accusoft:before {
  content: "\f369";
}

/* line 204, vendor/assets/fontawesome/css/fontawesome.css */
.fa-acorn:before {
  content: "\f6ae";
}

/* line 207, vendor/assets/fontawesome/css/fontawesome.css */
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

/* line 210, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ad:before {
  content: "\f641";
}

/* line 213, vendor/assets/fontawesome/css/fontawesome.css */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 216, vendor/assets/fontawesome/css/fontawesome.css */
.fa-address-card:before {
  content: "\f2bb";
}

/* line 219, vendor/assets/fontawesome/css/fontawesome.css */
.fa-adjust:before {
  content: "\f042";
}

/* line 222, vendor/assets/fontawesome/css/fontawesome.css */
.fa-adn:before {
  content: "\f170";
}

/* line 225, vendor/assets/fontawesome/css/fontawesome.css */
.fa-adversal:before {
  content: "\f36a";
}

/* line 228, vendor/assets/fontawesome/css/fontawesome.css */
.fa-affiliatetheme:before {
  content: "\f36b";
}

/* line 231, vendor/assets/fontawesome/css/fontawesome.css */
.fa-air-conditioner:before {
  content: "\f8f4";
}

/* line 234, vendor/assets/fontawesome/css/fontawesome.css */
.fa-air-freshener:before {
  content: "\f5d0";
}

/* line 237, vendor/assets/fontawesome/css/fontawesome.css */
.fa-airbnb:before {
  content: "\f834";
}

/* line 240, vendor/assets/fontawesome/css/fontawesome.css */
.fa-alarm-clock:before {
  content: "\f34e";
}

/* line 243, vendor/assets/fontawesome/css/fontawesome.css */
.fa-alarm-exclamation:before {
  content: "\f843";
}

/* line 246, vendor/assets/fontawesome/css/fontawesome.css */
.fa-alarm-plus:before {
  content: "\f844";
}

/* line 249, vendor/assets/fontawesome/css/fontawesome.css */
.fa-alarm-snooze:before {
  content: "\f845";
}

/* line 252, vendor/assets/fontawesome/css/fontawesome.css */
.fa-album:before {
  content: "\f89f";
}

/* line 255, vendor/assets/fontawesome/css/fontawesome.css */
.fa-album-collection:before {
  content: "\f8a0";
}

/* line 258, vendor/assets/fontawesome/css/fontawesome.css */
.fa-algolia:before {
  content: "\f36c";
}

/* line 261, vendor/assets/fontawesome/css/fontawesome.css */
.fa-alicorn:before {
  content: "\f6b0";
}

/* line 264, vendor/assets/fontawesome/css/fontawesome.css */
.fa-alien:before {
  content: "\f8f5";
}

/* line 267, vendor/assets/fontawesome/css/fontawesome.css */
.fa-alien-monster:before {
  content: "\f8f6";
}

/* line 270, vendor/assets/fontawesome/css/fontawesome.css */
.fa-align-center:before {
  content: "\f037";
}

/* line 273, vendor/assets/fontawesome/css/fontawesome.css */
.fa-align-justify:before {
  content: "\f039";
}

/* line 276, vendor/assets/fontawesome/css/fontawesome.css */
.fa-align-left:before {
  content: "\f036";
}

/* line 279, vendor/assets/fontawesome/css/fontawesome.css */
.fa-align-right:before {
  content: "\f038";
}

/* line 282, vendor/assets/fontawesome/css/fontawesome.css */
.fa-align-slash:before {
  content: "\f846";
}

/* line 285, vendor/assets/fontawesome/css/fontawesome.css */
.fa-alipay:before {
  content: "\f642";
}

/* line 288, vendor/assets/fontawesome/css/fontawesome.css */
.fa-allergies:before {
  content: "\f461";
}

/* line 291, vendor/assets/fontawesome/css/fontawesome.css */
.fa-amazon:before {
  content: "\f270";
}

/* line 294, vendor/assets/fontawesome/css/fontawesome.css */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 297, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 300, vendor/assets/fontawesome/css/fontawesome.css */
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 303, vendor/assets/fontawesome/css/fontawesome.css */
.fa-amilia:before {
  content: "\f36d";
}

/* line 306, vendor/assets/fontawesome/css/fontawesome.css */
.fa-amp-guitar:before {
  content: "\f8a1";
}

/* line 309, vendor/assets/fontawesome/css/fontawesome.css */
.fa-analytics:before {
  content: "\f643";
}

/* line 312, vendor/assets/fontawesome/css/fontawesome.css */
.fa-anchor:before {
  content: "\f13d";
}

/* line 315, vendor/assets/fontawesome/css/fontawesome.css */
.fa-android:before {
  content: "\f17b";
}

/* line 318, vendor/assets/fontawesome/css/fontawesome.css */
.fa-angel:before {
  content: "\f779";
}

/* line 321, vendor/assets/fontawesome/css/fontawesome.css */
.fa-angellist:before {
  content: "\f209";
}

/* line 324, vendor/assets/fontawesome/css/fontawesome.css */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 327, vendor/assets/fontawesome/css/fontawesome.css */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 330, vendor/assets/fontawesome/css/fontawesome.css */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 333, vendor/assets/fontawesome/css/fontawesome.css */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 336, vendor/assets/fontawesome/css/fontawesome.css */
.fa-angle-down:before {
  content: "\f107";
}

/* line 339, vendor/assets/fontawesome/css/fontawesome.css */
.fa-angle-left:before {
  content: "\f104";
}

/* line 342, vendor/assets/fontawesome/css/fontawesome.css */
.fa-angle-right:before {
  content: "\f105";
}

/* line 345, vendor/assets/fontawesome/css/fontawesome.css */
.fa-angle-up:before {
  content: "\f106";
}

/* line 348, vendor/assets/fontawesome/css/fontawesome.css */
.fa-angry:before {
  content: "\f556";
}

/* line 351, vendor/assets/fontawesome/css/fontawesome.css */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 354, vendor/assets/fontawesome/css/fontawesome.css */
.fa-angular:before {
  content: "\f420";
}

/* line 357, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ankh:before {
  content: "\f644";
}

/* line 360, vendor/assets/fontawesome/css/fontawesome.css */
.fa-app-store:before {
  content: "\f36f";
}

/* line 363, vendor/assets/fontawesome/css/fontawesome.css */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 366, vendor/assets/fontawesome/css/fontawesome.css */
.fa-apper:before {
  content: "\f371";
}

/* line 369, vendor/assets/fontawesome/css/fontawesome.css */
.fa-apple:before {
  content: "\f179";
}

/* line 372, vendor/assets/fontawesome/css/fontawesome.css */
.fa-apple-alt:before {
  content: "\f5d1";
}

/* line 375, vendor/assets/fontawesome/css/fontawesome.css */
.fa-apple-crate:before {
  content: "\f6b1";
}

/* line 378, vendor/assets/fontawesome/css/fontawesome.css */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 381, vendor/assets/fontawesome/css/fontawesome.css */
.fa-archive:before {
  content: "\f187";
}

/* line 384, vendor/assets/fontawesome/css/fontawesome.css */
.fa-archway:before {
  content: "\f557";
}

/* line 387, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

/* line 390, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

/* line 393, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

/* line 396, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

/* line 399, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrow-alt-down:before {
  content: "\f354";
}

/* line 402, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}

/* line 405, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrow-alt-from-left:before {
  content: "\f347";
}

/* line 408, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrow-alt-from-right:before {
  content: "\f348";
}

/* line 411, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrow-alt-from-top:before {
  content: "\f349";
}

/* line 414, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrow-alt-left:before {
  content: "\f355";
}

/* line 417, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrow-alt-right:before {
  content: "\f356";
}

/* line 420, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrow-alt-square-down:before {
  content: "\f350";
}

/* line 423, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrow-alt-square-left:before {
  content: "\f351";
}

/* line 426, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrow-alt-square-right:before {
  content: "\f352";
}

/* line 429, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrow-alt-square-up:before {
  content: "\f353";
}

/* line 432, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}

/* line 435, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrow-alt-to-left:before {
  content: "\f34b";
}

/* line 438, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrow-alt-to-right:before {
  content: "\f34c";
}

/* line 441, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrow-alt-to-top:before {
  content: "\f34d";
}

/* line 444, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrow-alt-up:before {
  content: "\f357";
}

/* line 447, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 450, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 453, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 456, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 459, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 462, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrow-from-bottom:before {
  content: "\f342";
}

/* line 465, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrow-from-left:before {
  content: "\f343";
}

/* line 468, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrow-from-right:before {
  content: "\f344";
}

/* line 471, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrow-from-top:before {
  content: "\f345";
}

/* line 474, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 477, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 480, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrow-square-down:before {
  content: "\f339";
}

/* line 483, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrow-square-left:before {
  content: "\f33a";
}

/* line 486, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrow-square-right:before {
  content: "\f33b";
}

/* line 489, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrow-square-up:before {
  content: "\f33c";
}

/* line 492, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrow-to-bottom:before {
  content: "\f33d";
}

/* line 495, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrow-to-left:before {
  content: "\f33e";
}

/* line 498, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrow-to-right:before {
  content: "\f340";
}

/* line 501, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrow-to-top:before {
  content: "\f341";
}

/* line 504, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 507, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrows:before {
  content: "\f047";
}

/* line 510, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 513, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrows-alt-h:before {
  content: "\f337";
}

/* line 516, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrows-alt-v:before {
  content: "\f338";
}

/* line 519, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 522, vendor/assets/fontawesome/css/fontawesome.css */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 525, vendor/assets/fontawesome/css/fontawesome.css */
.fa-artstation:before {
  content: "\f77a";
}

/* line 528, vendor/assets/fontawesome/css/fontawesome.css */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 531, vendor/assets/fontawesome/css/fontawesome.css */
.fa-asterisk:before {
  content: "\f069";
}

/* line 534, vendor/assets/fontawesome/css/fontawesome.css */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 537, vendor/assets/fontawesome/css/fontawesome.css */
.fa-at:before {
  content: "\f1fa";
}

/* line 540, vendor/assets/fontawesome/css/fontawesome.css */
.fa-atlas:before {
  content: "\f558";
}

/* line 543, vendor/assets/fontawesome/css/fontawesome.css */
.fa-atlassian:before {
  content: "\f77b";
}

/* line 546, vendor/assets/fontawesome/css/fontawesome.css */
.fa-atom:before {
  content: "\f5d2";
}

/* line 549, vendor/assets/fontawesome/css/fontawesome.css */
.fa-atom-alt:before {
  content: "\f5d3";
}

/* line 552, vendor/assets/fontawesome/css/fontawesome.css */
.fa-audible:before {
  content: "\f373";
}

/* line 555, vendor/assets/fontawesome/css/fontawesome.css */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 558, vendor/assets/fontawesome/css/fontawesome.css */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 561, vendor/assets/fontawesome/css/fontawesome.css */
.fa-avianex:before {
  content: "\f374";
}

/* line 564, vendor/assets/fontawesome/css/fontawesome.css */
.fa-aviato:before {
  content: "\f421";
}

/* line 567, vendor/assets/fontawesome/css/fontawesome.css */
.fa-award:before {
  content: "\f559";
}

/* line 570, vendor/assets/fontawesome/css/fontawesome.css */
.fa-aws:before {
  content: "\f375";
}

/* line 573, vendor/assets/fontawesome/css/fontawesome.css */
.fa-axe:before {
  content: "\f6b2";
}

/* line 576, vendor/assets/fontawesome/css/fontawesome.css */
.fa-axe-battle:before {
  content: "\f6b3";
}

/* line 579, vendor/assets/fontawesome/css/fontawesome.css */
.fa-baby:before {
  content: "\f77c";
}

/* line 582, vendor/assets/fontawesome/css/fontawesome.css */
.fa-baby-carriage:before {
  content: "\f77d";
}

/* line 585, vendor/assets/fontawesome/css/fontawesome.css */
.fa-backpack:before {
  content: "\f5d4";
}

/* line 588, vendor/assets/fontawesome/css/fontawesome.css */
.fa-backspace:before {
  content: "\f55a";
}

/* line 591, vendor/assets/fontawesome/css/fontawesome.css */
.fa-backward:before {
  content: "\f04a";
}

/* line 594, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bacon:before {
  content: "\f7e5";
}

/* line 597, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bacteria:before {
  content: "\e059";
}

/* line 600, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bacterium:before {
  content: "\e05a";
}

/* line 603, vendor/assets/fontawesome/css/fontawesome.css */
.fa-badge:before {
  content: "\f335";
}

/* line 606, vendor/assets/fontawesome/css/fontawesome.css */
.fa-badge-check:before {
  content: "\f336";
}

/* line 609, vendor/assets/fontawesome/css/fontawesome.css */
.fa-badge-dollar:before {
  content: "\f645";
}

/* line 612, vendor/assets/fontawesome/css/fontawesome.css */
.fa-badge-percent:before {
  content: "\f646";
}

/* line 615, vendor/assets/fontawesome/css/fontawesome.css */
.fa-badge-sheriff:before {
  content: "\f8a2";
}

/* line 618, vendor/assets/fontawesome/css/fontawesome.css */
.fa-badger-honey:before {
  content: "\f6b4";
}

/* line 621, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bags-shopping:before {
  content: "\f847";
}

/* line 624, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bahai:before {
  content: "\f666";
}

/* line 627, vendor/assets/fontawesome/css/fontawesome.css */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 630, vendor/assets/fontawesome/css/fontawesome.css */
.fa-balance-scale-left:before {
  content: "\f515";
}

/* line 633, vendor/assets/fontawesome/css/fontawesome.css */
.fa-balance-scale-right:before {
  content: "\f516";
}

/* line 636, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ball-pile:before {
  content: "\f77e";
}

/* line 639, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ballot:before {
  content: "\f732";
}

/* line 642, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ballot-check:before {
  content: "\f733";
}

/* line 645, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ban:before {
  content: "\f05e";
}

/* line 648, vendor/assets/fontawesome/css/fontawesome.css */
.fa-band-aid:before {
  content: "\f462";
}

/* line 651, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 654, vendor/assets/fontawesome/css/fontawesome.css */
.fa-banjo:before {
  content: "\f8a3";
}

/* line 657, vendor/assets/fontawesome/css/fontawesome.css */
.fa-barcode:before {
  content: "\f02a";
}

/* line 660, vendor/assets/fontawesome/css/fontawesome.css */
.fa-barcode-alt:before {
  content: "\f463";
}

/* line 663, vendor/assets/fontawesome/css/fontawesome.css */
.fa-barcode-read:before {
  content: "\f464";
}

/* line 666, vendor/assets/fontawesome/css/fontawesome.css */
.fa-barcode-scan:before {
  content: "\f465";
}

/* line 669, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bars:before {
  content: "\f0c9";
}

/* line 672, vendor/assets/fontawesome/css/fontawesome.css */
.fa-baseball:before {
  content: "\f432";
}

/* line 675, vendor/assets/fontawesome/css/fontawesome.css */
.fa-baseball-ball:before {
  content: "\f433";
}

/* line 678, vendor/assets/fontawesome/css/fontawesome.css */
.fa-basketball-ball:before {
  content: "\f434";
}

/* line 681, vendor/assets/fontawesome/css/fontawesome.css */
.fa-basketball-hoop:before {
  content: "\f435";
}

/* line 684, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bat:before {
  content: "\f6b5";
}

/* line 687, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bath:before {
  content: "\f2cd";
}

/* line 690, vendor/assets/fontawesome/css/fontawesome.css */
.fa-battery-bolt:before {
  content: "\f376";
}

/* line 693, vendor/assets/fontawesome/css/fontawesome.css */
.fa-battery-empty:before {
  content: "\f244";
}

/* line 696, vendor/assets/fontawesome/css/fontawesome.css */
.fa-battery-full:before {
  content: "\f240";
}

/* line 699, vendor/assets/fontawesome/css/fontawesome.css */
.fa-battery-half:before {
  content: "\f242";
}

/* line 702, vendor/assets/fontawesome/css/fontawesome.css */
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 705, vendor/assets/fontawesome/css/fontawesome.css */
.fa-battery-slash:before {
  content: "\f377";
}

/* line 708, vendor/assets/fontawesome/css/fontawesome.css */
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 711, vendor/assets/fontawesome/css/fontawesome.css */
.fa-battle-net:before {
  content: "\f835";
}

/* line 714, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bed:before {
  content: "\f236";
}

/* line 717, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bed-alt:before {
  content: "\f8f7";
}

/* line 720, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bed-bunk:before {
  content: "\f8f8";
}

/* line 723, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bed-empty:before {
  content: "\f8f9";
}

/* line 726, vendor/assets/fontawesome/css/fontawesome.css */
.fa-beer:before {
  content: "\f0fc";
}

/* line 729, vendor/assets/fontawesome/css/fontawesome.css */
.fa-behance:before {
  content: "\f1b4";
}

/* line 732, vendor/assets/fontawesome/css/fontawesome.css */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 735, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bell:before {
  content: "\f0f3";
}

/* line 738, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bell-exclamation:before {
  content: "\f848";
}

/* line 741, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bell-on:before {
  content: "\f8fa";
}

/* line 744, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bell-plus:before {
  content: "\f849";
}

/* line 747, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bell-school:before {
  content: "\f5d5";
}

/* line 750, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bell-school-slash:before {
  content: "\f5d6";
}

/* line 753, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 756, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bells:before {
  content: "\f77f";
}

/* line 759, vendor/assets/fontawesome/css/fontawesome.css */
.fa-betamax:before {
  content: "\f8a4";
}

/* line 762, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bezier-curve:before {
  content: "\f55b";
}

/* line 765, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bible:before {
  content: "\f647";
}

/* line 768, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bicycle:before {
  content: "\f206";
}

/* line 771, vendor/assets/fontawesome/css/fontawesome.css */
.fa-biking:before {
  content: "\f84a";
}

/* line 774, vendor/assets/fontawesome/css/fontawesome.css */
.fa-biking-mountain:before {
  content: "\f84b";
}

/* line 777, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bimobject:before {
  content: "\f378";
}

/* line 780, vendor/assets/fontawesome/css/fontawesome.css */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 783, vendor/assets/fontawesome/css/fontawesome.css */
.fa-biohazard:before {
  content: "\f780";
}

/* line 786, vendor/assets/fontawesome/css/fontawesome.css */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 789, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 792, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 795, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bity:before {
  content: "\f37a";
}

/* line 798, vendor/assets/fontawesome/css/fontawesome.css */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 801, vendor/assets/fontawesome/css/fontawesome.css */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 804, vendor/assets/fontawesome/css/fontawesome.css */
.fa-blanket:before {
  content: "\f498";
}

/* line 807, vendor/assets/fontawesome/css/fontawesome.css */
.fa-blender:before {
  content: "\f517";
}

/* line 810, vendor/assets/fontawesome/css/fontawesome.css */
.fa-blender-phone:before {
  content: "\f6b6";
}

/* line 813, vendor/assets/fontawesome/css/fontawesome.css */
.fa-blind:before {
  content: "\f29d";
}

/* line 816, vendor/assets/fontawesome/css/fontawesome.css */
.fa-blinds:before {
  content: "\f8fb";
}

/* line 819, vendor/assets/fontawesome/css/fontawesome.css */
.fa-blinds-open:before {
  content: "\f8fc";
}

/* line 822, vendor/assets/fontawesome/css/fontawesome.css */
.fa-blinds-raised:before {
  content: "\f8fd";
}

/* line 825, vendor/assets/fontawesome/css/fontawesome.css */
.fa-blog:before {
  content: "\f781";
}

/* line 828, vendor/assets/fontawesome/css/fontawesome.css */
.fa-blogger:before {
  content: "\f37c";
}

/* line 831, vendor/assets/fontawesome/css/fontawesome.css */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 834, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 837, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 840, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bold:before {
  content: "\f032";
}

/* line 843, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bolt:before {
  content: "\f0e7";
}

/* line 846, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 849, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bone:before {
  content: "\f5d7";
}

/* line 852, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bone-break:before {
  content: "\f5d8";
}

/* line 855, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bong:before {
  content: "\f55c";
}

/* line 858, vendor/assets/fontawesome/css/fontawesome.css */
.fa-book:before {
  content: "\f02d";
}

/* line 861, vendor/assets/fontawesome/css/fontawesome.css */
.fa-book-alt:before {
  content: "\f5d9";
}

/* line 864, vendor/assets/fontawesome/css/fontawesome.css */
.fa-book-dead:before {
  content: "\f6b7";
}

/* line 867, vendor/assets/fontawesome/css/fontawesome.css */
.fa-book-heart:before {
  content: "\f499";
}

/* line 870, vendor/assets/fontawesome/css/fontawesome.css */
.fa-book-medical:before {
  content: "\f7e6";
}

/* line 873, vendor/assets/fontawesome/css/fontawesome.css */
.fa-book-open:before {
  content: "\f518";
}

/* line 876, vendor/assets/fontawesome/css/fontawesome.css */
.fa-book-reader:before {
  content: "\f5da";
}

/* line 879, vendor/assets/fontawesome/css/fontawesome.css */
.fa-book-spells:before {
  content: "\f6b8";
}

/* line 882, vendor/assets/fontawesome/css/fontawesome.css */
.fa-book-user:before {
  content: "\f7e7";
}

/* line 885, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 888, vendor/assets/fontawesome/css/fontawesome.css */
.fa-books:before {
  content: "\f5db";
}

/* line 891, vendor/assets/fontawesome/css/fontawesome.css */
.fa-books-medical:before {
  content: "\f7e8";
}

/* line 894, vendor/assets/fontawesome/css/fontawesome.css */
.fa-boombox:before {
  content: "\f8a5";
}

/* line 897, vendor/assets/fontawesome/css/fontawesome.css */
.fa-boot:before {
  content: "\f782";
}

/* line 900, vendor/assets/fontawesome/css/fontawesome.css */
.fa-booth-curtain:before {
  content: "\f734";
}

/* line 903, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bootstrap:before {
  content: "\f836";
}

/* line 906, vendor/assets/fontawesome/css/fontawesome.css */
.fa-border-all:before {
  content: "\f84c";
}

/* line 909, vendor/assets/fontawesome/css/fontawesome.css */
.fa-border-bottom:before {
  content: "\f84d";
}

/* line 912, vendor/assets/fontawesome/css/fontawesome.css */
.fa-border-center-h:before {
  content: "\f89c";
}

/* line 915, vendor/assets/fontawesome/css/fontawesome.css */
.fa-border-center-v:before {
  content: "\f89d";
}

/* line 918, vendor/assets/fontawesome/css/fontawesome.css */
.fa-border-inner:before {
  content: "\f84e";
}

/* line 921, vendor/assets/fontawesome/css/fontawesome.css */
.fa-border-left:before {
  content: "\f84f";
}

/* line 924, vendor/assets/fontawesome/css/fontawesome.css */
.fa-border-none:before {
  content: "\f850";
}

/* line 927, vendor/assets/fontawesome/css/fontawesome.css */
.fa-border-outer:before {
  content: "\f851";
}

/* line 930, vendor/assets/fontawesome/css/fontawesome.css */
.fa-border-right:before {
  content: "\f852";
}

/* line 933, vendor/assets/fontawesome/css/fontawesome.css */
.fa-border-style:before {
  content: "\f853";
}

/* line 936, vendor/assets/fontawesome/css/fontawesome.css */
.fa-border-style-alt:before {
  content: "\f854";
}

/* line 939, vendor/assets/fontawesome/css/fontawesome.css */
.fa-border-top:before {
  content: "\f855";
}

/* line 942, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bow-arrow:before {
  content: "\f6b9";
}

/* line 945, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bowling-ball:before {
  content: "\f436";
}

/* line 948, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bowling-pins:before {
  content: "\f437";
}

/* line 951, vendor/assets/fontawesome/css/fontawesome.css */
.fa-box:before {
  content: "\f466";
}

/* line 954, vendor/assets/fontawesome/css/fontawesome.css */
.fa-box-alt:before {
  content: "\f49a";
}

/* line 957, vendor/assets/fontawesome/css/fontawesome.css */
.fa-box-ballot:before {
  content: "\f735";
}

/* line 960, vendor/assets/fontawesome/css/fontawesome.css */
.fa-box-check:before {
  content: "\f467";
}

/* line 963, vendor/assets/fontawesome/css/fontawesome.css */
.fa-box-fragile:before {
  content: "\f49b";
}

/* line 966, vendor/assets/fontawesome/css/fontawesome.css */
.fa-box-full:before {
  content: "\f49c";
}

/* line 969, vendor/assets/fontawesome/css/fontawesome.css */
.fa-box-heart:before {
  content: "\f49d";
}

/* line 972, vendor/assets/fontawesome/css/fontawesome.css */
.fa-box-open:before {
  content: "\f49e";
}

/* line 975, vendor/assets/fontawesome/css/fontawesome.css */
.fa-box-tissue:before {
  content: "\e05b";
}

/* line 978, vendor/assets/fontawesome/css/fontawesome.css */
.fa-box-up:before {
  content: "\f49f";
}

/* line 981, vendor/assets/fontawesome/css/fontawesome.css */
.fa-box-usd:before {
  content: "\f4a0";
}

/* line 984, vendor/assets/fontawesome/css/fontawesome.css */
.fa-boxes:before {
  content: "\f468";
}

/* line 987, vendor/assets/fontawesome/css/fontawesome.css */
.fa-boxes-alt:before {
  content: "\f4a1";
}

/* line 990, vendor/assets/fontawesome/css/fontawesome.css */
.fa-boxing-glove:before {
  content: "\f438";
}

/* line 993, vendor/assets/fontawesome/css/fontawesome.css */
.fa-brackets:before {
  content: "\f7e9";
}

/* line 996, vendor/assets/fontawesome/css/fontawesome.css */
.fa-brackets-curly:before {
  content: "\f7ea";
}

/* line 999, vendor/assets/fontawesome/css/fontawesome.css */
.fa-braille:before {
  content: "\f2a1";
}

/* line 1002, vendor/assets/fontawesome/css/fontawesome.css */
.fa-brain:before {
  content: "\f5dc";
}

/* line 1005, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bread-loaf:before {
  content: "\f7eb";
}

/* line 1008, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bread-slice:before {
  content: "\f7ec";
}

/* line 1011, vendor/assets/fontawesome/css/fontawesome.css */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 1014, vendor/assets/fontawesome/css/fontawesome.css */
.fa-briefcase-medical:before {
  content: "\f469";
}

/* line 1017, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bring-forward:before {
  content: "\f856";
}

/* line 1020, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bring-front:before {
  content: "\f857";
}

/* line 1023, vendor/assets/fontawesome/css/fontawesome.css */
.fa-broadcast-tower:before {
  content: "\f519";
}

/* line 1026, vendor/assets/fontawesome/css/fontawesome.css */
.fa-broom:before {
  content: "\f51a";
}

/* line 1029, vendor/assets/fontawesome/css/fontawesome.css */
.fa-browser:before {
  content: "\f37e";
}

/* line 1032, vendor/assets/fontawesome/css/fontawesome.css */
.fa-brush:before {
  content: "\f55d";
}

/* line 1035, vendor/assets/fontawesome/css/fontawesome.css */
.fa-btc:before {
  content: "\f15a";
}

/* line 1038, vendor/assets/fontawesome/css/fontawesome.css */
.fa-buffer:before {
  content: "\f837";
}

/* line 1041, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bug:before {
  content: "\f188";
}

/* line 1044, vendor/assets/fontawesome/css/fontawesome.css */
.fa-building:before {
  content: "\f1ad";
}

/* line 1047, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 1050, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1053, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bullseye-arrow:before {
  content: "\f648";
}

/* line 1056, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bullseye-pointer:before {
  content: "\f649";
}

/* line 1059, vendor/assets/fontawesome/css/fontawesome.css */
.fa-burger-soda:before {
  content: "\f858";
}

/* line 1062, vendor/assets/fontawesome/css/fontawesome.css */
.fa-burn:before {
  content: "\f46a";
}

/* line 1065, vendor/assets/fontawesome/css/fontawesome.css */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 1068, vendor/assets/fontawesome/css/fontawesome.css */
.fa-burrito:before {
  content: "\f7ed";
}

/* line 1071, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bus:before {
  content: "\f207";
}

/* line 1074, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bus-alt:before {
  content: "\f55e";
}

/* line 1077, vendor/assets/fontawesome/css/fontawesome.css */
.fa-bus-school:before {
  content: "\f5dd";
}

/* line 1080, vendor/assets/fontawesome/css/fontawesome.css */
.fa-business-time:before {
  content: "\f64a";
}

/* line 1083, vendor/assets/fontawesome/css/fontawesome.css */
.fa-buy-n-large:before {
  content: "\f8a6";
}

/* line 1086, vendor/assets/fontawesome/css/fontawesome.css */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1089, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cabinet-filing:before {
  content: "\f64b";
}

/* line 1092, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cactus:before {
  content: "\f8a7";
}

/* line 1095, vendor/assets/fontawesome/css/fontawesome.css */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1098, vendor/assets/fontawesome/css/fontawesome.css */
.fa-calculator-alt:before {
  content: "\f64c";
}

/* line 1101, vendor/assets/fontawesome/css/fontawesome.css */
.fa-calendar:before {
  content: "\f133";
}

/* line 1104, vendor/assets/fontawesome/css/fontawesome.css */
.fa-calendar-alt:before {
  content: "\f073";
}

/* line 1107, vendor/assets/fontawesome/css/fontawesome.css */
.fa-calendar-check:before {
  content: "\f274";
}

/* line 1110, vendor/assets/fontawesome/css/fontawesome.css */
.fa-calendar-day:before {
  content: "\f783";
}

/* line 1113, vendor/assets/fontawesome/css/fontawesome.css */
.fa-calendar-edit:before {
  content: "\f333";
}

/* line 1116, vendor/assets/fontawesome/css/fontawesome.css */
.fa-calendar-exclamation:before {
  content: "\f334";
}

/* line 1119, vendor/assets/fontawesome/css/fontawesome.css */
.fa-calendar-minus:before {
  content: "\f272";
}

/* line 1122, vendor/assets/fontawesome/css/fontawesome.css */
.fa-calendar-plus:before {
  content: "\f271";
}

/* line 1125, vendor/assets/fontawesome/css/fontawesome.css */
.fa-calendar-star:before {
  content: "\f736";
}

/* line 1128, vendor/assets/fontawesome/css/fontawesome.css */
.fa-calendar-times:before {
  content: "\f273";
}

/* line 1131, vendor/assets/fontawesome/css/fontawesome.css */
.fa-calendar-week:before {
  content: "\f784";
}

/* line 1134, vendor/assets/fontawesome/css/fontawesome.css */
.fa-camcorder:before {
  content: "\f8a8";
}

/* line 1137, vendor/assets/fontawesome/css/fontawesome.css */
.fa-camera:before {
  content: "\f030";
}

/* line 1140, vendor/assets/fontawesome/css/fontawesome.css */
.fa-camera-alt:before {
  content: "\f332";
}

/* line 1143, vendor/assets/fontawesome/css/fontawesome.css */
.fa-camera-home:before {
  content: "\f8fe";
}

/* line 1146, vendor/assets/fontawesome/css/fontawesome.css */
.fa-camera-movie:before {
  content: "\f8a9";
}

/* line 1149, vendor/assets/fontawesome/css/fontawesome.css */
.fa-camera-polaroid:before {
  content: "\f8aa";
}

/* line 1152, vendor/assets/fontawesome/css/fontawesome.css */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 1155, vendor/assets/fontawesome/css/fontawesome.css */
.fa-campfire:before {
  content: "\f6ba";
}

/* line 1158, vendor/assets/fontawesome/css/fontawesome.css */
.fa-campground:before {
  content: "\f6bb";
}

/* line 1161, vendor/assets/fontawesome/css/fontawesome.css */
.fa-canadian-maple-leaf:before {
  content: "\f785";
}

/* line 1164, vendor/assets/fontawesome/css/fontawesome.css */
.fa-candle-holder:before {
  content: "\f6bc";
}

/* line 1167, vendor/assets/fontawesome/css/fontawesome.css */
.fa-candy-cane:before {
  content: "\f786";
}

/* line 1170, vendor/assets/fontawesome/css/fontawesome.css */
.fa-candy-corn:before {
  content: "\f6bd";
}

/* line 1173, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cannabis:before {
  content: "\f55f";
}

/* line 1176, vendor/assets/fontawesome/css/fontawesome.css */
.fa-capsules:before {
  content: "\f46b";
}

/* line 1179, vendor/assets/fontawesome/css/fontawesome.css */
.fa-car:before {
  content: "\f1b9";
}

/* line 1182, vendor/assets/fontawesome/css/fontawesome.css */
.fa-car-alt:before {
  content: "\f5de";
}

/* line 1185, vendor/assets/fontawesome/css/fontawesome.css */
.fa-car-battery:before {
  content: "\f5df";
}

/* line 1188, vendor/assets/fontawesome/css/fontawesome.css */
.fa-car-building:before {
  content: "\f859";
}

/* line 1191, vendor/assets/fontawesome/css/fontawesome.css */
.fa-car-bump:before {
  content: "\f5e0";
}

/* line 1194, vendor/assets/fontawesome/css/fontawesome.css */
.fa-car-bus:before {
  content: "\f85a";
}

/* line 1197, vendor/assets/fontawesome/css/fontawesome.css */
.fa-car-crash:before {
  content: "\f5e1";
}

/* line 1200, vendor/assets/fontawesome/css/fontawesome.css */
.fa-car-garage:before {
  content: "\f5e2";
}

/* line 1203, vendor/assets/fontawesome/css/fontawesome.css */
.fa-car-mechanic:before {
  content: "\f5e3";
}

/* line 1206, vendor/assets/fontawesome/css/fontawesome.css */
.fa-car-side:before {
  content: "\f5e4";
}

/* line 1209, vendor/assets/fontawesome/css/fontawesome.css */
.fa-car-tilt:before {
  content: "\f5e5";
}

/* line 1212, vendor/assets/fontawesome/css/fontawesome.css */
.fa-car-wash:before {
  content: "\f5e6";
}

/* line 1215, vendor/assets/fontawesome/css/fontawesome.css */
.fa-caravan:before {
  content: "\f8ff";
}

/* line 1218, vendor/assets/fontawesome/css/fontawesome.css */
.fa-caravan-alt:before {
  content: "\e000";
}

/* line 1221, vendor/assets/fontawesome/css/fontawesome.css */
.fa-caret-circle-down:before {
  content: "\f32d";
}

/* line 1224, vendor/assets/fontawesome/css/fontawesome.css */
.fa-caret-circle-left:before {
  content: "\f32e";
}

/* line 1227, vendor/assets/fontawesome/css/fontawesome.css */
.fa-caret-circle-right:before {
  content: "\f330";
}

/* line 1230, vendor/assets/fontawesome/css/fontawesome.css */
.fa-caret-circle-up:before {
  content: "\f331";
}

/* line 1233, vendor/assets/fontawesome/css/fontawesome.css */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 1236, vendor/assets/fontawesome/css/fontawesome.css */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 1239, vendor/assets/fontawesome/css/fontawesome.css */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 1242, vendor/assets/fontawesome/css/fontawesome.css */
.fa-caret-square-down:before {
  content: "\f150";
}

/* line 1245, vendor/assets/fontawesome/css/fontawesome.css */
.fa-caret-square-left:before {
  content: "\f191";
}

/* line 1248, vendor/assets/fontawesome/css/fontawesome.css */
.fa-caret-square-right:before {
  content: "\f152";
}

/* line 1251, vendor/assets/fontawesome/css/fontawesome.css */
.fa-caret-square-up:before {
  content: "\f151";
}

/* line 1254, vendor/assets/fontawesome/css/fontawesome.css */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 1257, vendor/assets/fontawesome/css/fontawesome.css */
.fa-carrot:before {
  content: "\f787";
}

/* line 1260, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cars:before {
  content: "\f85b";
}

/* line 1263, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1266, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1269, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cash-register:before {
  content: "\f788";
}

/* line 1272, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cassette-tape:before {
  content: "\f8ab";
}

/* line 1275, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cat:before {
  content: "\f6be";
}

/* line 1278, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cat-space:before {
  content: "\e001";
}

/* line 1281, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cauldron:before {
  content: "\f6bf";
}

/* line 1284, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 1287, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1290, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cc-apple-pay:before {
  content: "\f416";
}

/* line 1293, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1296, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1299, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1302, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1305, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1308, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1311, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1314, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cctv:before {
  content: "\f8ac";
}

/* line 1317, vendor/assets/fontawesome/css/fontawesome.css */
.fa-centercode:before {
  content: "\f380";
}

/* line 1320, vendor/assets/fontawesome/css/fontawesome.css */
.fa-centos:before {
  content: "\f789";
}

/* line 1323, vendor/assets/fontawesome/css/fontawesome.css */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 1326, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chair:before {
  content: "\f6c0";
}

/* line 1329, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chair-office:before {
  content: "\f6c1";
}

/* line 1332, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chalkboard:before {
  content: "\f51b";
}

/* line 1335, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chalkboard-teacher:before {
  content: "\f51c";
}

/* line 1338, vendor/assets/fontawesome/css/fontawesome.css */
.fa-charging-station:before {
  content: "\f5e7";
}

/* line 1341, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chart-area:before {
  content: "\f1fe";
}

/* line 1344, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chart-bar:before {
  content: "\f080";
}

/* line 1347, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chart-line:before {
  content: "\f201";
}

/* line 1350, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chart-line-down:before {
  content: "\f64d";
}

/* line 1353, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chart-network:before {
  content: "\f78a";
}

/* line 1356, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chart-pie:before {
  content: "\f200";
}

/* line 1359, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chart-pie-alt:before {
  content: "\f64e";
}

/* line 1362, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chart-scatter:before {
  content: "\f7ee";
}

/* line 1365, vendor/assets/fontawesome/css/fontawesome.css */
.fa-check:before {
  content: "\f00c";
}

/* line 1368, vendor/assets/fontawesome/css/fontawesome.css */
.fa-check-circle:before {
  content: "\f058";
}

/* line 1371, vendor/assets/fontawesome/css/fontawesome.css */
.fa-check-double:before {
  content: "\f560";
}

/* line 1374, vendor/assets/fontawesome/css/fontawesome.css */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1377, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cheese:before {
  content: "\f7ef";
}

/* line 1380, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cheese-swiss:before {
  content: "\f7f0";
}

/* line 1383, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cheeseburger:before {
  content: "\f7f1";
}

/* line 1386, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chess:before {
  content: "\f439";
}

/* line 1389, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chess-bishop:before {
  content: "\f43a";
}

/* line 1392, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chess-bishop-alt:before {
  content: "\f43b";
}

/* line 1395, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chess-board:before {
  content: "\f43c";
}

/* line 1398, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chess-clock:before {
  content: "\f43d";
}

/* line 1401, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chess-clock-alt:before {
  content: "\f43e";
}

/* line 1404, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chess-king:before {
  content: "\f43f";
}

/* line 1407, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chess-king-alt:before {
  content: "\f440";
}

/* line 1410, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chess-knight:before {
  content: "\f441";
}

/* line 1413, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chess-knight-alt:before {
  content: "\f442";
}

/* line 1416, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chess-pawn:before {
  content: "\f443";
}

/* line 1419, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chess-pawn-alt:before {
  content: "\f444";
}

/* line 1422, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chess-queen:before {
  content: "\f445";
}

/* line 1425, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chess-queen-alt:before {
  content: "\f446";
}

/* line 1428, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chess-rook:before {
  content: "\f447";
}

/* line 1431, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chess-rook-alt:before {
  content: "\f448";
}

/* line 1434, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1437, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1440, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1443, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1446, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chevron-double-down:before {
  content: "\f322";
}

/* line 1449, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chevron-double-left:before {
  content: "\f323";
}

/* line 1452, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chevron-double-right:before {
  content: "\f324";
}

/* line 1455, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chevron-double-up:before {
  content: "\f325";
}

/* line 1458, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 1461, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 1464, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 1467, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chevron-square-down:before {
  content: "\f329";
}

/* line 1470, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chevron-square-left:before {
  content: "\f32a";
}

/* line 1473, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chevron-square-right:before {
  content: "\f32b";
}

/* line 1476, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chevron-square-up:before {
  content: "\f32c";
}

/* line 1479, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 1482, vendor/assets/fontawesome/css/fontawesome.css */
.fa-child:before {
  content: "\f1ae";
}

/* line 1485, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chimney:before {
  content: "\f78b";
}

/* line 1488, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chrome:before {
  content: "\f268";
}

/* line 1491, vendor/assets/fontawesome/css/fontawesome.css */
.fa-chromecast:before {
  content: "\f838";
}

/* line 1494, vendor/assets/fontawesome/css/fontawesome.css */
.fa-church:before {
  content: "\f51d";
}

/* line 1497, vendor/assets/fontawesome/css/fontawesome.css */
.fa-circle:before {
  content: "\f111";
}

/* line 1500, vendor/assets/fontawesome/css/fontawesome.css */
.fa-circle-notch:before {
  content: "\f1ce";
}

/* line 1503, vendor/assets/fontawesome/css/fontawesome.css */
.fa-city:before {
  content: "\f64f";
}

/* line 1506, vendor/assets/fontawesome/css/fontawesome.css */
.fa-clarinet:before {
  content: "\f8ad";
}

/* line 1509, vendor/assets/fontawesome/css/fontawesome.css */
.fa-claw-marks:before {
  content: "\f6c2";
}

/* line 1512, vendor/assets/fontawesome/css/fontawesome.css */
.fa-clinic-medical:before {
  content: "\f7f2";
}

/* line 1515, vendor/assets/fontawesome/css/fontawesome.css */
.fa-clipboard:before {
  content: "\f328";
}

/* line 1518, vendor/assets/fontawesome/css/fontawesome.css */
.fa-clipboard-check:before {
  content: "\f46c";
}

/* line 1521, vendor/assets/fontawesome/css/fontawesome.css */
.fa-clipboard-list:before {
  content: "\f46d";
}

/* line 1524, vendor/assets/fontawesome/css/fontawesome.css */
.fa-clipboard-list-check:before {
  content: "\f737";
}

/* line 1527, vendor/assets/fontawesome/css/fontawesome.css */
.fa-clipboard-prescription:before {
  content: "\f5e8";
}

/* line 1530, vendor/assets/fontawesome/css/fontawesome.css */
.fa-clipboard-user:before {
  content: "\f7f3";
}

/* line 1533, vendor/assets/fontawesome/css/fontawesome.css */
.fa-clock:before {
  content: "\f017";
}

/* line 1536, vendor/assets/fontawesome/css/fontawesome.css */
.fa-clone:before {
  content: "\f24d";
}

/* line 1539, vendor/assets/fontawesome/css/fontawesome.css */
.fa-closed-captioning:before {
  content: "\f20a";
}

/* line 1542, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 1545, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 1548, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cloud-download-alt:before {
  content: "\f381";
}

/* line 1551, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cloud-drizzle:before {
  content: "\f738";
}

/* line 1554, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cloud-hail:before {
  content: "\f739";
}

/* line 1557, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cloud-hail-mixed:before {
  content: "\f73a";
}

/* line 1560, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cloud-meatball:before {
  content: "\f73b";
}

/* line 1563, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cloud-moon:before {
  content: "\f6c3";
}

/* line 1566, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cloud-moon-rain:before {
  content: "\f73c";
}

/* line 1569, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cloud-music:before {
  content: "\f8ae";
}

/* line 1572, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cloud-rain:before {
  content: "\f73d";
}

/* line 1575, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cloud-rainbow:before {
  content: "\f73e";
}

/* line 1578, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cloud-showers:before {
  content: "\f73f";
}

/* line 1581, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cloud-showers-heavy:before {
  content: "\f740";
}

/* line 1584, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cloud-sleet:before {
  content: "\f741";
}

/* line 1587, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cloud-snow:before {
  content: "\f742";
}

/* line 1590, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cloud-sun:before {
  content: "\f6c4";
}

/* line 1593, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cloud-sun-rain:before {
  content: "\f743";
}

/* line 1596, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 1599, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cloud-upload-alt:before {
  content: "\f382";
}

/* line 1602, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cloudflare:before {
  content: "\e07d";
}

/* line 1605, vendor/assets/fontawesome/css/fontawesome.css */
.fa-clouds:before {
  content: "\f744";
}

/* line 1608, vendor/assets/fontawesome/css/fontawesome.css */
.fa-clouds-moon:before {
  content: "\f745";
}

/* line 1611, vendor/assets/fontawesome/css/fontawesome.css */
.fa-clouds-sun:before {
  content: "\f746";
}

/* line 1614, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 1617, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 1620, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 1623, vendor/assets/fontawesome/css/fontawesome.css */
.fa-club:before {
  content: "\f327";
}

/* line 1626, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cocktail:before {
  content: "\f561";
}

/* line 1629, vendor/assets/fontawesome/css/fontawesome.css */
.fa-code:before {
  content: "\f121";
}

/* line 1632, vendor/assets/fontawesome/css/fontawesome.css */
.fa-code-branch:before {
  content: "\f126";
}

/* line 1635, vendor/assets/fontawesome/css/fontawesome.css */
.fa-code-commit:before {
  content: "\f386";
}

/* line 1638, vendor/assets/fontawesome/css/fontawesome.css */
.fa-code-merge:before {
  content: "\f387";
}

/* line 1641, vendor/assets/fontawesome/css/fontawesome.css */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1644, vendor/assets/fontawesome/css/fontawesome.css */
.fa-codiepie:before {
  content: "\f284";
}

/* line 1647, vendor/assets/fontawesome/css/fontawesome.css */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 1650, vendor/assets/fontawesome/css/fontawesome.css */
.fa-coffee-pot:before {
  content: "\e002";
}

/* line 1653, vendor/assets/fontawesome/css/fontawesome.css */
.fa-coffee-togo:before {
  content: "\f6c5";
}

/* line 1656, vendor/assets/fontawesome/css/fontawesome.css */
.fa-coffin:before {
  content: "\f6c6";
}

/* line 1659, vendor/assets/fontawesome/css/fontawesome.css */
.fa-coffin-cross:before {
  content: "\e051";
}

/* line 1662, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cog:before {
  content: "\f013";
}

/* line 1665, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cogs:before {
  content: "\f085";
}

/* line 1668, vendor/assets/fontawesome/css/fontawesome.css */
.fa-coin:before {
  content: "\f85c";
}

/* line 1671, vendor/assets/fontawesome/css/fontawesome.css */
.fa-coins:before {
  content: "\f51e";
}

/* line 1674, vendor/assets/fontawesome/css/fontawesome.css */
.fa-columns:before {
  content: "\f0db";
}

/* line 1677, vendor/assets/fontawesome/css/fontawesome.css */
.fa-comet:before {
  content: "\e003";
}

/* line 1680, vendor/assets/fontawesome/css/fontawesome.css */
.fa-comment:before {
  content: "\f075";
}

/* line 1683, vendor/assets/fontawesome/css/fontawesome.css */
.fa-comment-alt:before {
  content: "\f27a";
}

/* line 1686, vendor/assets/fontawesome/css/fontawesome.css */
.fa-comment-alt-check:before {
  content: "\f4a2";
}

/* line 1689, vendor/assets/fontawesome/css/fontawesome.css */
.fa-comment-alt-dollar:before {
  content: "\f650";
}

/* line 1692, vendor/assets/fontawesome/css/fontawesome.css */
.fa-comment-alt-dots:before {
  content: "\f4a3";
}

/* line 1695, vendor/assets/fontawesome/css/fontawesome.css */
.fa-comment-alt-edit:before {
  content: "\f4a4";
}

/* line 1698, vendor/assets/fontawesome/css/fontawesome.css */
.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}

/* line 1701, vendor/assets/fontawesome/css/fontawesome.css */
.fa-comment-alt-lines:before {
  content: "\f4a6";
}

/* line 1704, vendor/assets/fontawesome/css/fontawesome.css */
.fa-comment-alt-medical:before {
  content: "\f7f4";
}

/* line 1707, vendor/assets/fontawesome/css/fontawesome.css */
.fa-comment-alt-minus:before {
  content: "\f4a7";
}

/* line 1710, vendor/assets/fontawesome/css/fontawesome.css */
.fa-comment-alt-music:before {
  content: "\f8af";
}

/* line 1713, vendor/assets/fontawesome/css/fontawesome.css */
.fa-comment-alt-plus:before {
  content: "\f4a8";
}

/* line 1716, vendor/assets/fontawesome/css/fontawesome.css */
.fa-comment-alt-slash:before {
  content: "\f4a9";
}

/* line 1719, vendor/assets/fontawesome/css/fontawesome.css */
.fa-comment-alt-smile:before {
  content: "\f4aa";
}

/* line 1722, vendor/assets/fontawesome/css/fontawesome.css */
.fa-comment-alt-times:before {
  content: "\f4ab";
}

/* line 1725, vendor/assets/fontawesome/css/fontawesome.css */
.fa-comment-check:before {
  content: "\f4ac";
}

/* line 1728, vendor/assets/fontawesome/css/fontawesome.css */
.fa-comment-dollar:before {
  content: "\f651";
}

/* line 1731, vendor/assets/fontawesome/css/fontawesome.css */
.fa-comment-dots:before {
  content: "\f4ad";
}

/* line 1734, vendor/assets/fontawesome/css/fontawesome.css */
.fa-comment-edit:before {
  content: "\f4ae";
}

/* line 1737, vendor/assets/fontawesome/css/fontawesome.css */
.fa-comment-exclamation:before {
  content: "\f4af";
}

/* line 1740, vendor/assets/fontawesome/css/fontawesome.css */
.fa-comment-lines:before {
  content: "\f4b0";
}

/* line 1743, vendor/assets/fontawesome/css/fontawesome.css */
.fa-comment-medical:before {
  content: "\f7f5";
}

/* line 1746, vendor/assets/fontawesome/css/fontawesome.css */
.fa-comment-minus:before {
  content: "\f4b1";
}

/* line 1749, vendor/assets/fontawesome/css/fontawesome.css */
.fa-comment-music:before {
  content: "\f8b0";
}

/* line 1752, vendor/assets/fontawesome/css/fontawesome.css */
.fa-comment-plus:before {
  content: "\f4b2";
}

/* line 1755, vendor/assets/fontawesome/css/fontawesome.css */
.fa-comment-slash:before {
  content: "\f4b3";
}

/* line 1758, vendor/assets/fontawesome/css/fontawesome.css */
.fa-comment-smile:before {
  content: "\f4b4";
}

/* line 1761, vendor/assets/fontawesome/css/fontawesome.css */
.fa-comment-times:before {
  content: "\f4b5";
}

/* line 1764, vendor/assets/fontawesome/css/fontawesome.css */
.fa-comments:before {
  content: "\f086";
}

/* line 1767, vendor/assets/fontawesome/css/fontawesome.css */
.fa-comments-alt:before {
  content: "\f4b6";
}

/* line 1770, vendor/assets/fontawesome/css/fontawesome.css */
.fa-comments-alt-dollar:before {
  content: "\f652";
}

/* line 1773, vendor/assets/fontawesome/css/fontawesome.css */
.fa-comments-dollar:before {
  content: "\f653";
}

/* line 1776, vendor/assets/fontawesome/css/fontawesome.css */
.fa-compact-disc:before {
  content: "\f51f";
}

/* line 1779, vendor/assets/fontawesome/css/fontawesome.css */
.fa-compass:before {
  content: "\f14e";
}

/* line 1782, vendor/assets/fontawesome/css/fontawesome.css */
.fa-compass-slash:before {
  content: "\f5e9";
}

/* line 1785, vendor/assets/fontawesome/css/fontawesome.css */
.fa-compress:before {
  content: "\f066";
}

/* line 1788, vendor/assets/fontawesome/css/fontawesome.css */
.fa-compress-alt:before {
  content: "\f422";
}

/* line 1791, vendor/assets/fontawesome/css/fontawesome.css */
.fa-compress-arrows-alt:before {
  content: "\f78c";
}

/* line 1794, vendor/assets/fontawesome/css/fontawesome.css */
.fa-compress-wide:before {
  content: "\f326";
}

/* line 1797, vendor/assets/fontawesome/css/fontawesome.css */
.fa-computer-classic:before {
  content: "\f8b1";
}

/* line 1800, vendor/assets/fontawesome/css/fontawesome.css */
.fa-computer-speaker:before {
  content: "\f8b2";
}

/* line 1803, vendor/assets/fontawesome/css/fontawesome.css */
.fa-concierge-bell:before {
  content: "\f562";
}

/* line 1806, vendor/assets/fontawesome/css/fontawesome.css */
.fa-confluence:before {
  content: "\f78d";
}

/* line 1809, vendor/assets/fontawesome/css/fontawesome.css */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1812, vendor/assets/fontawesome/css/fontawesome.css */
.fa-construction:before {
  content: "\f85d";
}

/* line 1815, vendor/assets/fontawesome/css/fontawesome.css */
.fa-container-storage:before {
  content: "\f4b7";
}

/* line 1818, vendor/assets/fontawesome/css/fontawesome.css */
.fa-contao:before {
  content: "\f26d";
}

/* line 1821, vendor/assets/fontawesome/css/fontawesome.css */
.fa-conveyor-belt:before {
  content: "\f46e";
}

/* line 1824, vendor/assets/fontawesome/css/fontawesome.css */
.fa-conveyor-belt-alt:before {
  content: "\f46f";
}

/* line 1827, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cookie:before {
  content: "\f563";
}

/* line 1830, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cookie-bite:before {
  content: "\f564";
}

/* line 1833, vendor/assets/fontawesome/css/fontawesome.css */
.fa-copy:before {
  content: "\f0c5";
}

/* line 1836, vendor/assets/fontawesome/css/fontawesome.css */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1839, vendor/assets/fontawesome/css/fontawesome.css */
.fa-corn:before {
  content: "\f6c7";
}

/* line 1842, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cotton-bureau:before {
  content: "\f89e";
}

/* line 1845, vendor/assets/fontawesome/css/fontawesome.css */
.fa-couch:before {
  content: "\f4b8";
}

/* line 1848, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cow:before {
  content: "\f6c8";
}

/* line 1851, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cowbell:before {
  content: "\f8b3";
}

/* line 1854, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cowbell-more:before {
  content: "\f8b4";
}

/* line 1857, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cpanel:before {
  content: "\f388";
}

/* line 1860, vendor/assets/fontawesome/css/fontawesome.css */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1863, vendor/assets/fontawesome/css/fontawesome.css */
.fa-creative-commons-by:before {
  content: "\f4e7";
}

/* line 1866, vendor/assets/fontawesome/css/fontawesome.css */
.fa-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 1869, vendor/assets/fontawesome/css/fontawesome.css */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 1872, vendor/assets/fontawesome/css/fontawesome.css */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 1875, vendor/assets/fontawesome/css/fontawesome.css */
.fa-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 1878, vendor/assets/fontawesome/css/fontawesome.css */
.fa-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 1881, vendor/assets/fontawesome/css/fontawesome.css */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 1884, vendor/assets/fontawesome/css/fontawesome.css */
.fa-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 1887, vendor/assets/fontawesome/css/fontawesome.css */
.fa-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 1890, vendor/assets/fontawesome/css/fontawesome.css */
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 1893, vendor/assets/fontawesome/css/fontawesome.css */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 1896, vendor/assets/fontawesome/css/fontawesome.css */
.fa-creative-commons-share:before {
  content: "\f4f2";
}

/* line 1899, vendor/assets/fontawesome/css/fontawesome.css */
.fa-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 1902, vendor/assets/fontawesome/css/fontawesome.css */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 1905, vendor/assets/fontawesome/css/fontawesome.css */
.fa-credit-card-blank:before {
  content: "\f389";
}

/* line 1908, vendor/assets/fontawesome/css/fontawesome.css */
.fa-credit-card-front:before {
  content: "\f38a";
}

/* line 1911, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cricket:before {
  content: "\f449";
}

/* line 1914, vendor/assets/fontawesome/css/fontawesome.css */
.fa-critical-role:before {
  content: "\f6c9";
}

/* line 1917, vendor/assets/fontawesome/css/fontawesome.css */
.fa-croissant:before {
  content: "\f7f6";
}

/* line 1920, vendor/assets/fontawesome/css/fontawesome.css */
.fa-crop:before {
  content: "\f125";
}

/* line 1923, vendor/assets/fontawesome/css/fontawesome.css */
.fa-crop-alt:before {
  content: "\f565";
}

/* line 1926, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cross:before {
  content: "\f654";
}

/* line 1929, vendor/assets/fontawesome/css/fontawesome.css */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 1932, vendor/assets/fontawesome/css/fontawesome.css */
.fa-crow:before {
  content: "\f520";
}

/* line 1935, vendor/assets/fontawesome/css/fontawesome.css */
.fa-crown:before {
  content: "\f521";
}

/* line 1938, vendor/assets/fontawesome/css/fontawesome.css */
.fa-crutch:before {
  content: "\f7f7";
}

/* line 1941, vendor/assets/fontawesome/css/fontawesome.css */
.fa-crutches:before {
  content: "\f7f8";
}

/* line 1944, vendor/assets/fontawesome/css/fontawesome.css */
.fa-css3:before {
  content: "\f13c";
}

/* line 1947, vendor/assets/fontawesome/css/fontawesome.css */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 1950, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1953, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1956, vendor/assets/fontawesome/css/fontawesome.css */
.fa-curling:before {
  content: "\f44a";
}

/* line 1959, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cut:before {
  content: "\f0c4";
}

/* line 1962, vendor/assets/fontawesome/css/fontawesome.css */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 1965, vendor/assets/fontawesome/css/fontawesome.css */
.fa-d-and-d:before {
  content: "\f38d";
}

/* line 1968, vendor/assets/fontawesome/css/fontawesome.css */
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

/* line 1971, vendor/assets/fontawesome/css/fontawesome.css */
.fa-dagger:before {
  content: "\f6cb";
}

/* line 1974, vendor/assets/fontawesome/css/fontawesome.css */
.fa-dailymotion:before {
  content: "\e052";
}

/* line 1977, vendor/assets/fontawesome/css/fontawesome.css */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1980, vendor/assets/fontawesome/css/fontawesome.css */
.fa-database:before {
  content: "\f1c0";
}

/* line 1983, vendor/assets/fontawesome/css/fontawesome.css */
.fa-deaf:before {
  content: "\f2a4";
}

/* line 1986, vendor/assets/fontawesome/css/fontawesome.css */
.fa-debug:before {
  content: "\f7f9";
}

/* line 1989, vendor/assets/fontawesome/css/fontawesome.css */
.fa-deer:before {
  content: "\f78e";
}

/* line 1992, vendor/assets/fontawesome/css/fontawesome.css */
.fa-deer-rudolph:before {
  content: "\f78f";
}

/* line 1995, vendor/assets/fontawesome/css/fontawesome.css */
.fa-deezer:before {
  content: "\e077";
}

/* line 1998, vendor/assets/fontawesome/css/fontawesome.css */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 2001, vendor/assets/fontawesome/css/fontawesome.css */
.fa-democrat:before {
  content: "\f747";
}

/* line 2004, vendor/assets/fontawesome/css/fontawesome.css */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 2007, vendor/assets/fontawesome/css/fontawesome.css */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 2010, vendor/assets/fontawesome/css/fontawesome.css */
.fa-desktop:before {
  content: "\f108";
}

/* line 2013, vendor/assets/fontawesome/css/fontawesome.css */
.fa-desktop-alt:before {
  content: "\f390";
}

/* line 2016, vendor/assets/fontawesome/css/fontawesome.css */
.fa-dev:before {
  content: "\f6cc";
}

/* line 2019, vendor/assets/fontawesome/css/fontawesome.css */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 2022, vendor/assets/fontawesome/css/fontawesome.css */
.fa-dewpoint:before {
  content: "\f748";
}

/* line 2025, vendor/assets/fontawesome/css/fontawesome.css */
.fa-dharmachakra:before {
  content: "\f655";
}

/* line 2028, vendor/assets/fontawesome/css/fontawesome.css */
.fa-dhl:before {
  content: "\f790";
}

/* line 2031, vendor/assets/fontawesome/css/fontawesome.css */
.fa-diagnoses:before {
  content: "\f470";
}

/* line 2034, vendor/assets/fontawesome/css/fontawesome.css */
.fa-diamond:before {
  content: "\f219";
}

/* line 2037, vendor/assets/fontawesome/css/fontawesome.css */
.fa-diaspora:before {
  content: "\f791";
}

/* line 2040, vendor/assets/fontawesome/css/fontawesome.css */
.fa-dice:before {
  content: "\f522";
}

/* line 2043, vendor/assets/fontawesome/css/fontawesome.css */
.fa-dice-d10:before {
  content: "\f6cd";
}

/* line 2046, vendor/assets/fontawesome/css/fontawesome.css */
.fa-dice-d12:before {
  content: "\f6ce";
}

/* line 2049, vendor/assets/fontawesome/css/fontawesome.css */
.fa-dice-d20:before {
  content: "\f6cf";
}

/* line 2052, vendor/assets/fontawesome/css/fontawesome.css */
.fa-dice-d4:before {
  content: "\f6d0";
}

/* line 2055, vendor/assets/fontawesome/css/fontawesome.css */
.fa-dice-d6:before {
  content: "\f6d1";
}

/* line 2058, vendor/assets/fontawesome/css/fontawesome.css */
.fa-dice-d8:before {
  content: "\f6d2";
}

/* line 2061, vendor/assets/fontawesome/css/fontawesome.css */
.fa-dice-five:before {
  content: "\f523";
}

/* line 2064, vendor/assets/fontawesome/css/fontawesome.css */
.fa-dice-four:before {
  content: "\f524";
}

/* line 2067, vendor/assets/fontawesome/css/fontawesome.css */
.fa-dice-one:before {
  content: "\f525";
}

/* line 2070, vendor/assets/fontawesome/css/fontawesome.css */
.fa-dice-six:before {
  content: "\f526";
}

/* line 2073, vendor/assets/fontawesome/css/fontawesome.css */
.fa-dice-three:before {
  content: "\f527";
}

/* line 2076, vendor/assets/fontawesome/css/fontawesome.css */
.fa-dice-two:before {
  content: "\f528";
}

/* line 2079, vendor/assets/fontawesome/css/fontawesome.css */
.fa-digg:before {
  content: "\f1a6";
}

/* line 2082, vendor/assets/fontawesome/css/fontawesome.css */
.fa-digging:before {
  content: "\f85e";
}

/* line 2085, vendor/assets/fontawesome/css/fontawesome.css */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 2088, vendor/assets/fontawesome/css/fontawesome.css */
.fa-digital-tachograph:before {
  content: "\f566";
}

/* line 2091, vendor/assets/fontawesome/css/fontawesome.css */
.fa-diploma:before {
  content: "\f5ea";
}

/* line 2094, vendor/assets/fontawesome/css/fontawesome.css */
.fa-directions:before {
  content: "\f5eb";
}

/* line 2097, vendor/assets/fontawesome/css/fontawesome.css */
.fa-disc-drive:before {
  content: "\f8b5";
}

/* line 2100, vendor/assets/fontawesome/css/fontawesome.css */
.fa-discord:before {
  content: "\f392";
}

/* line 2103, vendor/assets/fontawesome/css/fontawesome.css */
.fa-discourse:before {
  content: "\f393";
}

/* line 2106, vendor/assets/fontawesome/css/fontawesome.css */
.fa-disease:before {
  content: "\f7fa";
}

/* line 2109, vendor/assets/fontawesome/css/fontawesome.css */
.fa-divide:before {
  content: "\f529";
}

/* line 2112, vendor/assets/fontawesome/css/fontawesome.css */
.fa-dizzy:before {
  content: "\f567";
}

/* line 2115, vendor/assets/fontawesome/css/fontawesome.css */
.fa-dna:before {
  content: "\f471";
}

/* line 2118, vendor/assets/fontawesome/css/fontawesome.css */
.fa-do-not-enter:before {
  content: "\f5ec";
}

/* line 2121, vendor/assets/fontawesome/css/fontawesome.css */
.fa-dochub:before {
  content: "\f394";
}

/* line 2124, vendor/assets/fontawesome/css/fontawesome.css */
.fa-docker:before {
  content: "\f395";
}

/* line 2127, vendor/assets/fontawesome/css/fontawesome.css */
.fa-dog:before {
  content: "\f6d3";
}

/* line 2130, vendor/assets/fontawesome/css/fontawesome.css */
.fa-dog-leashed:before {
  content: "\f6d4";
}

/* line 2133, vendor/assets/fontawesome/css/fontawesome.css */
.fa-dollar-sign:before {
  content: "\f155";
}

/* line 2136, vendor/assets/fontawesome/css/fontawesome.css */
.fa-dolly:before {
  content: "\f472";
}

/* line 2139, vendor/assets/fontawesome/css/fontawesome.css */
.fa-dolly-empty:before {
  content: "\f473";
}

/* line 2142, vendor/assets/fontawesome/css/fontawesome.css */
.fa-dolly-flatbed:before {
  content: "\f474";
}

/* line 2145, vendor/assets/fontawesome/css/fontawesome.css */
.fa-dolly-flatbed-alt:before {
  content: "\f475";
}

/* line 2148, vendor/assets/fontawesome/css/fontawesome.css */
.fa-dolly-flatbed-empty:before {
  content: "\f476";
}

/* line 2151, vendor/assets/fontawesome/css/fontawesome.css */
.fa-donate:before {
  content: "\f4b9";
}

/* line 2154, vendor/assets/fontawesome/css/fontawesome.css */
.fa-door-closed:before {
  content: "\f52a";
}

/* line 2157, vendor/assets/fontawesome/css/fontawesome.css */
.fa-door-open:before {
  content: "\f52b";
}

/* line 2160, vendor/assets/fontawesome/css/fontawesome.css */
.fa-dot-circle:before {
  content: "\f192";
}

/* line 2163, vendor/assets/fontawesome/css/fontawesome.css */
.fa-dove:before {
  content: "\f4ba";
}

/* line 2166, vendor/assets/fontawesome/css/fontawesome.css */
.fa-download:before {
  content: "\f019";
}

/* line 2169, vendor/assets/fontawesome/css/fontawesome.css */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 2172, vendor/assets/fontawesome/css/fontawesome.css */
.fa-drafting-compass:before {
  content: "\f568";
}

/* line 2175, vendor/assets/fontawesome/css/fontawesome.css */
.fa-dragon:before {
  content: "\f6d5";
}

/* line 2178, vendor/assets/fontawesome/css/fontawesome.css */
.fa-draw-circle:before {
  content: "\f5ed";
}

/* line 2181, vendor/assets/fontawesome/css/fontawesome.css */
.fa-draw-polygon:before {
  content: "\f5ee";
}

/* line 2184, vendor/assets/fontawesome/css/fontawesome.css */
.fa-draw-square:before {
  content: "\f5ef";
}

/* line 2187, vendor/assets/fontawesome/css/fontawesome.css */
.fa-dreidel:before {
  content: "\f792";
}

/* line 2190, vendor/assets/fontawesome/css/fontawesome.css */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 2193, vendor/assets/fontawesome/css/fontawesome.css */
.fa-dribbble-square:before {
  content: "\f397";
}

/* line 2196, vendor/assets/fontawesome/css/fontawesome.css */
.fa-drone:before {
  content: "\f85f";
}

/* line 2199, vendor/assets/fontawesome/css/fontawesome.css */
.fa-drone-alt:before {
  content: "\f860";
}

/* line 2202, vendor/assets/fontawesome/css/fontawesome.css */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 2205, vendor/assets/fontawesome/css/fontawesome.css */
.fa-drum:before {
  content: "\f569";
}

/* line 2208, vendor/assets/fontawesome/css/fontawesome.css */
.fa-drum-steelpan:before {
  content: "\f56a";
}

/* line 2211, vendor/assets/fontawesome/css/fontawesome.css */
.fa-drumstick:before {
  content: "\f6d6";
}

/* line 2214, vendor/assets/fontawesome/css/fontawesome.css */
.fa-drumstick-bite:before {
  content: "\f6d7";
}

/* line 2217, vendor/assets/fontawesome/css/fontawesome.css */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 2220, vendor/assets/fontawesome/css/fontawesome.css */
.fa-dryer:before {
  content: "\f861";
}

/* line 2223, vendor/assets/fontawesome/css/fontawesome.css */
.fa-dryer-alt:before {
  content: "\f862";
}

/* line 2226, vendor/assets/fontawesome/css/fontawesome.css */
.fa-duck:before {
  content: "\f6d8";
}

/* line 2229, vendor/assets/fontawesome/css/fontawesome.css */
.fa-dumbbell:before {
  content: "\f44b";
}

/* line 2232, vendor/assets/fontawesome/css/fontawesome.css */
.fa-dumpster:before {
  content: "\f793";
}

/* line 2235, vendor/assets/fontawesome/css/fontawesome.css */
.fa-dumpster-fire:before {
  content: "\f794";
}

/* line 2238, vendor/assets/fontawesome/css/fontawesome.css */
.fa-dungeon:before {
  content: "\f6d9";
}

/* line 2241, vendor/assets/fontawesome/css/fontawesome.css */
.fa-dyalog:before {
  content: "\f399";
}

/* line 2244, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ear:before {
  content: "\f5f0";
}

/* line 2247, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ear-muffs:before {
  content: "\f795";
}

/* line 2250, vendor/assets/fontawesome/css/fontawesome.css */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 2253, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 2256, vendor/assets/fontawesome/css/fontawesome.css */
.fa-eclipse:before {
  content: "\f749";
}

/* line 2259, vendor/assets/fontawesome/css/fontawesome.css */
.fa-eclipse-alt:before {
  content: "\f74a";
}

/* line 2262, vendor/assets/fontawesome/css/fontawesome.css */
.fa-edge:before {
  content: "\f282";
}

/* line 2265, vendor/assets/fontawesome/css/fontawesome.css */
.fa-edge-legacy:before {
  content: "\e078";
}

/* line 2268, vendor/assets/fontawesome/css/fontawesome.css */
.fa-edit:before {
  content: "\f044";
}

/* line 2271, vendor/assets/fontawesome/css/fontawesome.css */
.fa-egg:before {
  content: "\f7fb";
}

/* line 2274, vendor/assets/fontawesome/css/fontawesome.css */
.fa-egg-fried:before {
  content: "\f7fc";
}

/* line 2277, vendor/assets/fontawesome/css/fontawesome.css */
.fa-eject:before {
  content: "\f052";
}

/* line 2280, vendor/assets/fontawesome/css/fontawesome.css */
.fa-elementor:before {
  content: "\f430";
}

/* line 2283, vendor/assets/fontawesome/css/fontawesome.css */
.fa-elephant:before {
  content: "\f6da";
}

/* line 2286, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 2289, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ellipsis-h-alt:before {
  content: "\f39b";
}

/* line 2292, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 2295, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ellipsis-v-alt:before {
  content: "\f39c";
}

/* line 2298, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ello:before {
  content: "\f5f1";
}

/* line 2301, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ember:before {
  content: "\f423";
}

/* line 2304, vendor/assets/fontawesome/css/fontawesome.css */
.fa-empire:before {
  content: "\f1d1";
}

/* line 2307, vendor/assets/fontawesome/css/fontawesome.css */
.fa-empty-set:before {
  content: "\f656";
}

/* line 2310, vendor/assets/fontawesome/css/fontawesome.css */
.fa-engine-warning:before {
  content: "\f5f2";
}

/* line 2313, vendor/assets/fontawesome/css/fontawesome.css */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 2316, vendor/assets/fontawesome/css/fontawesome.css */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 2319, vendor/assets/fontawesome/css/fontawesome.css */
.fa-envelope-open-dollar:before {
  content: "\f657";
}

/* line 2322, vendor/assets/fontawesome/css/fontawesome.css */
.fa-envelope-open-text:before {
  content: "\f658";
}

/* line 2325, vendor/assets/fontawesome/css/fontawesome.css */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 2328, vendor/assets/fontawesome/css/fontawesome.css */
.fa-envira:before {
  content: "\f299";
}

/* line 2331, vendor/assets/fontawesome/css/fontawesome.css */
.fa-equals:before {
  content: "\f52c";
}

/* line 2334, vendor/assets/fontawesome/css/fontawesome.css */
.fa-eraser:before {
  content: "\f12d";
}

/* line 2337, vendor/assets/fontawesome/css/fontawesome.css */
.fa-erlang:before {
  content: "\f39d";
}

/* line 2340, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 2343, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ethernet:before {
  content: "\f796";
}

/* line 2346, vendor/assets/fontawesome/css/fontawesome.css */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 2349, vendor/assets/fontawesome/css/fontawesome.css */
.fa-euro-sign:before {
  content: "\f153";
}

/* line 2352, vendor/assets/fontawesome/css/fontawesome.css */
.fa-evernote:before {
  content: "\f839";
}

/* line 2355, vendor/assets/fontawesome/css/fontawesome.css */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 2358, vendor/assets/fontawesome/css/fontawesome.css */
.fa-exchange-alt:before {
  content: "\f362";
}

/* line 2361, vendor/assets/fontawesome/css/fontawesome.css */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 2364, vendor/assets/fontawesome/css/fontawesome.css */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 2367, vendor/assets/fontawesome/css/fontawesome.css */
.fa-exclamation-square:before {
  content: "\f321";
}

/* line 2370, vendor/assets/fontawesome/css/fontawesome.css */
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 2373, vendor/assets/fontawesome/css/fontawesome.css */
.fa-expand:before {
  content: "\f065";
}

/* line 2376, vendor/assets/fontawesome/css/fontawesome.css */
.fa-expand-alt:before {
  content: "\f424";
}

/* line 2379, vendor/assets/fontawesome/css/fontawesome.css */
.fa-expand-arrows:before {
  content: "\f31d";
}

/* line 2382, vendor/assets/fontawesome/css/fontawesome.css */
.fa-expand-arrows-alt:before {
  content: "\f31e";
}

/* line 2385, vendor/assets/fontawesome/css/fontawesome.css */
.fa-expand-wide:before {
  content: "\f320";
}

/* line 2388, vendor/assets/fontawesome/css/fontawesome.css */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 2391, vendor/assets/fontawesome/css/fontawesome.css */
.fa-external-link:before {
  content: "\f08e";
}

/* line 2394, vendor/assets/fontawesome/css/fontawesome.css */
.fa-external-link-alt:before {
  content: "\f35d";
}

/* line 2397, vendor/assets/fontawesome/css/fontawesome.css */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 2400, vendor/assets/fontawesome/css/fontawesome.css */
.fa-external-link-square-alt:before {
  content: "\f360";
}

/* line 2403, vendor/assets/fontawesome/css/fontawesome.css */
.fa-eye:before {
  content: "\f06e";
}

/* line 2406, vendor/assets/fontawesome/css/fontawesome.css */
.fa-eye-dropper:before {
  content: "\f1fb";
}

/* line 2409, vendor/assets/fontawesome/css/fontawesome.css */
.fa-eye-evil:before {
  content: "\f6db";
}

/* line 2412, vendor/assets/fontawesome/css/fontawesome.css */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 2415, vendor/assets/fontawesome/css/fontawesome.css */
.fa-facebook:before {
  content: "\f09a";
}

/* line 2418, vendor/assets/fontawesome/css/fontawesome.css */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 2421, vendor/assets/fontawesome/css/fontawesome.css */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 2424, vendor/assets/fontawesome/css/fontawesome.css */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 2427, vendor/assets/fontawesome/css/fontawesome.css */
.fa-fan:before {
  content: "\f863";
}

/* line 2430, vendor/assets/fontawesome/css/fontawesome.css */
.fa-fan-table:before {
  content: "\e004";
}

/* line 2433, vendor/assets/fontawesome/css/fontawesome.css */
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 2436, vendor/assets/fontawesome/css/fontawesome.css */
.fa-farm:before {
  content: "\f864";
}

/* line 2439, vendor/assets/fontawesome/css/fontawesome.css */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 2442, vendor/assets/fontawesome/css/fontawesome.css */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 2445, vendor/assets/fontawesome/css/fontawesome.css */
.fa-faucet:before {
  content: "\e005";
}

/* line 2448, vendor/assets/fontawesome/css/fontawesome.css */
.fa-faucet-drip:before {
  content: "\e006";
}

/* line 2451, vendor/assets/fontawesome/css/fontawesome.css */
.fa-fax:before {
  content: "\f1ac";
}

/* line 2454, vendor/assets/fontawesome/css/fontawesome.css */
.fa-feather:before {
  content: "\f52d";
}

/* line 2457, vendor/assets/fontawesome/css/fontawesome.css */
.fa-feather-alt:before {
  content: "\f56b";
}

/* line 2460, vendor/assets/fontawesome/css/fontawesome.css */
.fa-fedex:before {
  content: "\f797";
}

/* line 2463, vendor/assets/fontawesome/css/fontawesome.css */
.fa-fedora:before {
  content: "\f798";
}

/* line 2466, vendor/assets/fontawesome/css/fontawesome.css */
.fa-female:before {
  content: "\f182";
}

/* line 2469, vendor/assets/fontawesome/css/fontawesome.css */
.fa-field-hockey:before {
  content: "\f44c";
}

/* line 2472, vendor/assets/fontawesome/css/fontawesome.css */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 2475, vendor/assets/fontawesome/css/fontawesome.css */
.fa-figma:before {
  content: "\f799";
}

/* line 2478, vendor/assets/fontawesome/css/fontawesome.css */
.fa-file:before {
  content: "\f15b";
}

/* line 2481, vendor/assets/fontawesome/css/fontawesome.css */
.fa-file-alt:before {
  content: "\f15c";
}

/* line 2484, vendor/assets/fontawesome/css/fontawesome.css */
.fa-file-archive:before {
  content: "\f1c6";
}

/* line 2487, vendor/assets/fontawesome/css/fontawesome.css */
.fa-file-audio:before {
  content: "\f1c7";
}

/* line 2490, vendor/assets/fontawesome/css/fontawesome.css */
.fa-file-certificate:before {
  content: "\f5f3";
}

/* line 2493, vendor/assets/fontawesome/css/fontawesome.css */
.fa-file-chart-line:before {
  content: "\f659";
}

/* line 2496, vendor/assets/fontawesome/css/fontawesome.css */
.fa-file-chart-pie:before {
  content: "\f65a";
}

/* line 2499, vendor/assets/fontawesome/css/fontawesome.css */
.fa-file-check:before {
  content: "\f316";
}

/* line 2502, vendor/assets/fontawesome/css/fontawesome.css */
.fa-file-code:before {
  content: "\f1c9";
}

/* line 2505, vendor/assets/fontawesome/css/fontawesome.css */
.fa-file-contract:before {
  content: "\f56c";
}

/* line 2508, vendor/assets/fontawesome/css/fontawesome.css */
.fa-file-csv:before {
  content: "\f6dd";
}

/* line 2511, vendor/assets/fontawesome/css/fontawesome.css */
.fa-file-download:before {
  content: "\f56d";
}

/* line 2514, vendor/assets/fontawesome/css/fontawesome.css */
.fa-file-edit:before {
  content: "\f31c";
}

/* line 2517, vendor/assets/fontawesome/css/fontawesome.css */
.fa-file-excel:before {
  content: "\f1c3";
}

/* line 2520, vendor/assets/fontawesome/css/fontawesome.css */
.fa-file-exclamation:before {
  content: "\f31a";
}

/* line 2523, vendor/assets/fontawesome/css/fontawesome.css */
.fa-file-export:before {
  content: "\f56e";
}

/* line 2526, vendor/assets/fontawesome/css/fontawesome.css */
.fa-file-image:before {
  content: "\f1c5";
}

/* line 2529, vendor/assets/fontawesome/css/fontawesome.css */
.fa-file-import:before {
  content: "\f56f";
}

/* line 2532, vendor/assets/fontawesome/css/fontawesome.css */
.fa-file-invoice:before {
  content: "\f570";
}

/* line 2535, vendor/assets/fontawesome/css/fontawesome.css */
.fa-file-invoice-dollar:before {
  content: "\f571";
}

/* line 2538, vendor/assets/fontawesome/css/fontawesome.css */
.fa-file-medical:before {
  content: "\f477";
}

/* line 2541, vendor/assets/fontawesome/css/fontawesome.css */
.fa-file-medical-alt:before {
  content: "\f478";
}

/* line 2544, vendor/assets/fontawesome/css/fontawesome.css */
.fa-file-minus:before {
  content: "\f318";
}

/* line 2547, vendor/assets/fontawesome/css/fontawesome.css */
.fa-file-music:before {
  content: "\f8b6";
}

/* line 2550, vendor/assets/fontawesome/css/fontawesome.css */
.fa-file-pdf:before {
  content: "\f1c1";
}

/* line 2553, vendor/assets/fontawesome/css/fontawesome.css */
.fa-file-plus:before {
  content: "\f319";
}

/* line 2556, vendor/assets/fontawesome/css/fontawesome.css */
.fa-file-powerpoint:before {
  content: "\f1c4";
}

/* line 2559, vendor/assets/fontawesome/css/fontawesome.css */
.fa-file-prescription:before {
  content: "\f572";
}

/* line 2562, vendor/assets/fontawesome/css/fontawesome.css */
.fa-file-search:before {
  content: "\f865";
}

/* line 2565, vendor/assets/fontawesome/css/fontawesome.css */
.fa-file-signature:before {
  content: "\f573";
}

/* line 2568, vendor/assets/fontawesome/css/fontawesome.css */
.fa-file-spreadsheet:before {
  content: "\f65b";
}

/* line 2571, vendor/assets/fontawesome/css/fontawesome.css */
.fa-file-times:before {
  content: "\f317";
}

/* line 2574, vendor/assets/fontawesome/css/fontawesome.css */
.fa-file-upload:before {
  content: "\f574";
}

/* line 2577, vendor/assets/fontawesome/css/fontawesome.css */
.fa-file-user:before {
  content: "\f65c";
}

/* line 2580, vendor/assets/fontawesome/css/fontawesome.css */
.fa-file-video:before {
  content: "\f1c8";
}

/* line 2583, vendor/assets/fontawesome/css/fontawesome.css */
.fa-file-word:before {
  content: "\f1c2";
}

/* line 2586, vendor/assets/fontawesome/css/fontawesome.css */
.fa-files-medical:before {
  content: "\f7fd";
}

/* line 2589, vendor/assets/fontawesome/css/fontawesome.css */
.fa-fill:before {
  content: "\f575";
}

/* line 2592, vendor/assets/fontawesome/css/fontawesome.css */
.fa-fill-drip:before {
  content: "\f576";
}

/* line 2595, vendor/assets/fontawesome/css/fontawesome.css */
.fa-film:before {
  content: "\f008";
}

/* line 2598, vendor/assets/fontawesome/css/fontawesome.css */
.fa-film-alt:before {
  content: "\f3a0";
}

/* line 2601, vendor/assets/fontawesome/css/fontawesome.css */
.fa-film-canister:before {
  content: "\f8b7";
}

/* line 2604, vendor/assets/fontawesome/css/fontawesome.css */
.fa-filter:before {
  content: "\f0b0";
}

/* line 2607, vendor/assets/fontawesome/css/fontawesome.css */
.fa-fingerprint:before {
  content: "\f577";
}

/* line 2610, vendor/assets/fontawesome/css/fontawesome.css */
.fa-fire:before {
  content: "\f06d";
}

/* line 2613, vendor/assets/fontawesome/css/fontawesome.css */
.fa-fire-alt:before {
  content: "\f7e4";
}

/* line 2616, vendor/assets/fontawesome/css/fontawesome.css */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 2619, vendor/assets/fontawesome/css/fontawesome.css */
.fa-fire-smoke:before {
  content: "\f74b";
}

/* line 2622, vendor/assets/fontawesome/css/fontawesome.css */
.fa-firefox:before {
  content: "\f269";
}

/* line 2625, vendor/assets/fontawesome/css/fontawesome.css */
.fa-firefox-browser:before {
  content: "\e007";
}

/* line 2628, vendor/assets/fontawesome/css/fontawesome.css */
.fa-fireplace:before {
  content: "\f79a";
}

/* line 2631, vendor/assets/fontawesome/css/fontawesome.css */
.fa-first-aid:before {
  content: "\f479";
}

/* line 2634, vendor/assets/fontawesome/css/fontawesome.css */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2637, vendor/assets/fontawesome/css/fontawesome.css */
.fa-first-order-alt:before {
  content: "\f50a";
}

/* line 2640, vendor/assets/fontawesome/css/fontawesome.css */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 2643, vendor/assets/fontawesome/css/fontawesome.css */
.fa-fish:before {
  content: "\f578";
}

/* line 2646, vendor/assets/fontawesome/css/fontawesome.css */
.fa-fish-cooked:before {
  content: "\f7fe";
}

/* line 2649, vendor/assets/fontawesome/css/fontawesome.css */
.fa-fist-raised:before {
  content: "\f6de";
}

/* line 2652, vendor/assets/fontawesome/css/fontawesome.css */
.fa-flag:before {
  content: "\f024";
}

/* line 2655, vendor/assets/fontawesome/css/fontawesome.css */
.fa-flag-alt:before {
  content: "\f74c";
}

/* line 2658, vendor/assets/fontawesome/css/fontawesome.css */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 2661, vendor/assets/fontawesome/css/fontawesome.css */
.fa-flag-usa:before {
  content: "\f74d";
}

/* line 2664, vendor/assets/fontawesome/css/fontawesome.css */
.fa-flame:before {
  content: "\f6df";
}

/* line 2667, vendor/assets/fontawesome/css/fontawesome.css */
.fa-flashlight:before {
  content: "\f8b8";
}

/* line 2670, vendor/assets/fontawesome/css/fontawesome.css */
.fa-flask:before {
  content: "\f0c3";
}

/* line 2673, vendor/assets/fontawesome/css/fontawesome.css */
.fa-flask-poison:before {
  content: "\f6e0";
}

/* line 2676, vendor/assets/fontawesome/css/fontawesome.css */
.fa-flask-potion:before {
  content: "\f6e1";
}

/* line 2679, vendor/assets/fontawesome/css/fontawesome.css */
.fa-flickr:before {
  content: "\f16e";
}

/* line 2682, vendor/assets/fontawesome/css/fontawesome.css */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 2685, vendor/assets/fontawesome/css/fontawesome.css */
.fa-flower:before {
  content: "\f7ff";
}

/* line 2688, vendor/assets/fontawesome/css/fontawesome.css */
.fa-flower-daffodil:before {
  content: "\f800";
}

/* line 2691, vendor/assets/fontawesome/css/fontawesome.css */
.fa-flower-tulip:before {
  content: "\f801";
}

/* line 2694, vendor/assets/fontawesome/css/fontawesome.css */
.fa-flushed:before {
  content: "\f579";
}

/* line 2697, vendor/assets/fontawesome/css/fontawesome.css */
.fa-flute:before {
  content: "\f8b9";
}

/* line 2700, vendor/assets/fontawesome/css/fontawesome.css */
.fa-flux-capacitor:before {
  content: "\f8ba";
}

/* line 2703, vendor/assets/fontawesome/css/fontawesome.css */
.fa-fly:before {
  content: "\f417";
}

/* line 2706, vendor/assets/fontawesome/css/fontawesome.css */
.fa-fog:before {
  content: "\f74e";
}

/* line 2709, vendor/assets/fontawesome/css/fontawesome.css */
.fa-folder:before {
  content: "\f07b";
}

/* line 2712, vendor/assets/fontawesome/css/fontawesome.css */
.fa-folder-download:before {
  content: "\e053";
}

/* line 2715, vendor/assets/fontawesome/css/fontawesome.css */
.fa-folder-minus:before {
  content: "\f65d";
}

/* line 2718, vendor/assets/fontawesome/css/fontawesome.css */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 2721, vendor/assets/fontawesome/css/fontawesome.css */
.fa-folder-plus:before {
  content: "\f65e";
}

/* line 2724, vendor/assets/fontawesome/css/fontawesome.css */
.fa-folder-times:before {
  content: "\f65f";
}

/* line 2727, vendor/assets/fontawesome/css/fontawesome.css */
.fa-folder-tree:before {
  content: "\f802";
}

/* line 2730, vendor/assets/fontawesome/css/fontawesome.css */
.fa-folder-upload:before {
  content: "\e054";
}

/* line 2733, vendor/assets/fontawesome/css/fontawesome.css */
.fa-folders:before {
  content: "\f660";
}

/* line 2736, vendor/assets/fontawesome/css/fontawesome.css */
.fa-font:before {
  content: "\f031";
}

/* line 2739, vendor/assets/fontawesome/css/fontawesome.css */
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2742, vendor/assets/fontawesome/css/fontawesome.css */
.fa-font-awesome-alt:before {
  content: "\f35c";
}

/* line 2745, vendor/assets/fontawesome/css/fontawesome.css */
.fa-font-awesome-flag:before {
  content: "\f425";
}

/* line 2748, vendor/assets/fontawesome/css/fontawesome.css */
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

/* line 2751, vendor/assets/fontawesome/css/fontawesome.css */
.fa-font-case:before {
  content: "\f866";
}

/* line 2754, vendor/assets/fontawesome/css/fontawesome.css */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2757, vendor/assets/fontawesome/css/fontawesome.css */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 2760, vendor/assets/fontawesome/css/fontawesome.css */
.fa-football-ball:before {
  content: "\f44e";
}

/* line 2763, vendor/assets/fontawesome/css/fontawesome.css */
.fa-football-helmet:before {
  content: "\f44f";
}

/* line 2766, vendor/assets/fontawesome/css/fontawesome.css */
.fa-forklift:before {
  content: "\f47a";
}

/* line 2769, vendor/assets/fontawesome/css/fontawesome.css */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2772, vendor/assets/fontawesome/css/fontawesome.css */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 2775, vendor/assets/fontawesome/css/fontawesome.css */
.fa-forumbee:before {
  content: "\f211";
}

/* line 2778, vendor/assets/fontawesome/css/fontawesome.css */
.fa-forward:before {
  content: "\f04e";
}

/* line 2781, vendor/assets/fontawesome/css/fontawesome.css */
.fa-foursquare:before {
  content: "\f180";
}

/* line 2784, vendor/assets/fontawesome/css/fontawesome.css */
.fa-fragile:before {
  content: "\f4bb";
}

/* line 2787, vendor/assets/fontawesome/css/fontawesome.css */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 2790, vendor/assets/fontawesome/css/fontawesome.css */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 2793, vendor/assets/fontawesome/css/fontawesome.css */
.fa-french-fries:before {
  content: "\f803";
}

/* line 2796, vendor/assets/fontawesome/css/fontawesome.css */
.fa-frog:before {
  content: "\f52e";
}

/* line 2799, vendor/assets/fontawesome/css/fontawesome.css */
.fa-frosty-head:before {
  content: "\f79b";
}

/* line 2802, vendor/assets/fontawesome/css/fontawesome.css */
.fa-frown:before {
  content: "\f119";
}

/* line 2805, vendor/assets/fontawesome/css/fontawesome.css */
.fa-frown-open:before {
  content: "\f57a";
}

/* line 2808, vendor/assets/fontawesome/css/fontawesome.css */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 2811, vendor/assets/fontawesome/css/fontawesome.css */
.fa-function:before {
  content: "\f661";
}

/* line 2814, vendor/assets/fontawesome/css/fontawesome.css */
.fa-funnel-dollar:before {
  content: "\f662";
}

/* line 2817, vendor/assets/fontawesome/css/fontawesome.css */
.fa-futbol:before {
  content: "\f1e3";
}

/* line 2820, vendor/assets/fontawesome/css/fontawesome.css */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 2823, vendor/assets/fontawesome/css/fontawesome.css */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 2826, vendor/assets/fontawesome/css/fontawesome.css */
.fa-galaxy:before {
  content: "\e008";
}

/* line 2829, vendor/assets/fontawesome/css/fontawesome.css */
.fa-game-board:before {
  content: "\f867";
}

/* line 2832, vendor/assets/fontawesome/css/fontawesome.css */
.fa-game-board-alt:before {
  content: "\f868";
}

/* line 2835, vendor/assets/fontawesome/css/fontawesome.css */
.fa-game-console-handheld:before {
  content: "\f8bb";
}

/* line 2838, vendor/assets/fontawesome/css/fontawesome.css */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 2841, vendor/assets/fontawesome/css/fontawesome.css */
.fa-gamepad-alt:before {
  content: "\f8bc";
}

/* line 2844, vendor/assets/fontawesome/css/fontawesome.css */
.fa-garage:before {
  content: "\e009";
}

/* line 2847, vendor/assets/fontawesome/css/fontawesome.css */
.fa-garage-car:before {
  content: "\e00a";
}

/* line 2850, vendor/assets/fontawesome/css/fontawesome.css */
.fa-garage-open:before {
  content: "\e00b";
}

/* line 2853, vendor/assets/fontawesome/css/fontawesome.css */
.fa-gas-pump:before {
  content: "\f52f";
}

/* line 2856, vendor/assets/fontawesome/css/fontawesome.css */
.fa-gas-pump-slash:before {
  content: "\f5f4";
}

/* line 2859, vendor/assets/fontawesome/css/fontawesome.css */
.fa-gavel:before {
  content: "\f0e3";
}

/* line 2862, vendor/assets/fontawesome/css/fontawesome.css */
.fa-gem:before {
  content: "\f3a5";
}

/* line 2865, vendor/assets/fontawesome/css/fontawesome.css */
.fa-genderless:before {
  content: "\f22d";
}

/* line 2868, vendor/assets/fontawesome/css/fontawesome.css */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 2871, vendor/assets/fontawesome/css/fontawesome.css */
.fa-gg:before {
  content: "\f260";
}

/* line 2874, vendor/assets/fontawesome/css/fontawesome.css */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 2877, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ghost:before {
  content: "\f6e2";
}

/* line 2880, vendor/assets/fontawesome/css/fontawesome.css */
.fa-gift:before {
  content: "\f06b";
}

/* line 2883, vendor/assets/fontawesome/css/fontawesome.css */
.fa-gift-card:before {
  content: "\f663";
}

/* line 2886, vendor/assets/fontawesome/css/fontawesome.css */
.fa-gifts:before {
  content: "\f79c";
}

/* line 2889, vendor/assets/fontawesome/css/fontawesome.css */
.fa-gingerbread-man:before {
  content: "\f79d";
}

/* line 2892, vendor/assets/fontawesome/css/fontawesome.css */
.fa-git:before {
  content: "\f1d3";
}

/* line 2895, vendor/assets/fontawesome/css/fontawesome.css */
.fa-git-alt:before {
  content: "\f841";
}

/* line 2898, vendor/assets/fontawesome/css/fontawesome.css */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 2901, vendor/assets/fontawesome/css/fontawesome.css */
.fa-github:before {
  content: "\f09b";
}

/* line 2904, vendor/assets/fontawesome/css/fontawesome.css */
.fa-github-alt:before {
  content: "\f113";
}

/* line 2907, vendor/assets/fontawesome/css/fontawesome.css */
.fa-github-square:before {
  content: "\f092";
}

/* line 2910, vendor/assets/fontawesome/css/fontawesome.css */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 2913, vendor/assets/fontawesome/css/fontawesome.css */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2916, vendor/assets/fontawesome/css/fontawesome.css */
.fa-gitter:before {
  content: "\f426";
}

/* line 2919, vendor/assets/fontawesome/css/fontawesome.css */
.fa-glass:before {
  content: "\f804";
}

/* line 2922, vendor/assets/fontawesome/css/fontawesome.css */
.fa-glass-champagne:before {
  content: "\f79e";
}

/* line 2925, vendor/assets/fontawesome/css/fontawesome.css */
.fa-glass-cheers:before {
  content: "\f79f";
}

/* line 2928, vendor/assets/fontawesome/css/fontawesome.css */
.fa-glass-citrus:before {
  content: "\f869";
}

/* line 2931, vendor/assets/fontawesome/css/fontawesome.css */
.fa-glass-martini:before {
  content: "\f000";
}

/* line 2934, vendor/assets/fontawesome/css/fontawesome.css */
.fa-glass-martini-alt:before {
  content: "\f57b";
}

/* line 2937, vendor/assets/fontawesome/css/fontawesome.css */
.fa-glass-whiskey:before {
  content: "\f7a0";
}

/* line 2940, vendor/assets/fontawesome/css/fontawesome.css */
.fa-glass-whiskey-rocks:before {
  content: "\f7a1";
}

/* line 2943, vendor/assets/fontawesome/css/fontawesome.css */
.fa-glasses:before {
  content: "\f530";
}

/* line 2946, vendor/assets/fontawesome/css/fontawesome.css */
.fa-glasses-alt:before {
  content: "\f5f5";
}

/* line 2949, vendor/assets/fontawesome/css/fontawesome.css */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2952, vendor/assets/fontawesome/css/fontawesome.css */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2955, vendor/assets/fontawesome/css/fontawesome.css */
.fa-globe:before {
  content: "\f0ac";
}

/* line 2958, vendor/assets/fontawesome/css/fontawesome.css */
.fa-globe-africa:before {
  content: "\f57c";
}

/* line 2961, vendor/assets/fontawesome/css/fontawesome.css */
.fa-globe-americas:before {
  content: "\f57d";
}

/* line 2964, vendor/assets/fontawesome/css/fontawesome.css */
.fa-globe-asia:before {
  content: "\f57e";
}

/* line 2967, vendor/assets/fontawesome/css/fontawesome.css */
.fa-globe-europe:before {
  content: "\f7a2";
}

/* line 2970, vendor/assets/fontawesome/css/fontawesome.css */
.fa-globe-snow:before {
  content: "\f7a3";
}

/* line 2973, vendor/assets/fontawesome/css/fontawesome.css */
.fa-globe-stand:before {
  content: "\f5f6";
}

/* line 2976, vendor/assets/fontawesome/css/fontawesome.css */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 2979, vendor/assets/fontawesome/css/fontawesome.css */
.fa-golf-ball:before {
  content: "\f450";
}

/* line 2982, vendor/assets/fontawesome/css/fontawesome.css */
.fa-golf-club:before {
  content: "\f451";
}

/* line 2985, vendor/assets/fontawesome/css/fontawesome.css */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 2988, vendor/assets/fontawesome/css/fontawesome.css */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 2991, vendor/assets/fontawesome/css/fontawesome.css */
.fa-google:before {
  content: "\f1a0";
}

/* line 2994, vendor/assets/fontawesome/css/fontawesome.css */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 2997, vendor/assets/fontawesome/css/fontawesome.css */
.fa-google-pay:before {
  content: "\e079";
}

/* line 3000, vendor/assets/fontawesome/css/fontawesome.css */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 3003, vendor/assets/fontawesome/css/fontawesome.css */
.fa-google-plus:before {
  content: "\f2b3";
}

/* line 3006, vendor/assets/fontawesome/css/fontawesome.css */
.fa-google-plus-g:before {
  content: "\f0d5";
}

/* line 3009, vendor/assets/fontawesome/css/fontawesome.css */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 3012, vendor/assets/fontawesome/css/fontawesome.css */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 3015, vendor/assets/fontawesome/css/fontawesome.css */
.fa-gopuram:before {
  content: "\f664";
}

/* line 3018, vendor/assets/fontawesome/css/fontawesome.css */
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 3021, vendor/assets/fontawesome/css/fontawesome.css */
.fa-gramophone:before {
  content: "\f8bd";
}

/* line 3024, vendor/assets/fontawesome/css/fontawesome.css */
.fa-gratipay:before {
  content: "\f184";
}

/* line 3027, vendor/assets/fontawesome/css/fontawesome.css */
.fa-grav:before {
  content: "\f2d6";
}

/* line 3030, vendor/assets/fontawesome/css/fontawesome.css */
.fa-greater-than:before {
  content: "\f531";
}

/* line 3033, vendor/assets/fontawesome/css/fontawesome.css */
.fa-greater-than-equal:before {
  content: "\f532";
}

/* line 3036, vendor/assets/fontawesome/css/fontawesome.css */
.fa-grimace:before {
  content: "\f57f";
}

/* line 3039, vendor/assets/fontawesome/css/fontawesome.css */
.fa-grin:before {
  content: "\f580";
}

/* line 3042, vendor/assets/fontawesome/css/fontawesome.css */
.fa-grin-alt:before {
  content: "\f581";
}

/* line 3045, vendor/assets/fontawesome/css/fontawesome.css */
.fa-grin-beam:before {
  content: "\f582";
}

/* line 3048, vendor/assets/fontawesome/css/fontawesome.css */
.fa-grin-beam-sweat:before {
  content: "\f583";
}

/* line 3051, vendor/assets/fontawesome/css/fontawesome.css */
.fa-grin-hearts:before {
  content: "\f584";
}

/* line 3054, vendor/assets/fontawesome/css/fontawesome.css */
.fa-grin-squint:before {
  content: "\f585";
}

/* line 3057, vendor/assets/fontawesome/css/fontawesome.css */
.fa-grin-squint-tears:before {
  content: "\f586";
}

/* line 3060, vendor/assets/fontawesome/css/fontawesome.css */
.fa-grin-stars:before {
  content: "\f587";
}

/* line 3063, vendor/assets/fontawesome/css/fontawesome.css */
.fa-grin-tears:before {
  content: "\f588";
}

/* line 3066, vendor/assets/fontawesome/css/fontawesome.css */
.fa-grin-tongue:before {
  content: "\f589";
}

/* line 3069, vendor/assets/fontawesome/css/fontawesome.css */
.fa-grin-tongue-squint:before {
  content: "\f58a";
}

/* line 3072, vendor/assets/fontawesome/css/fontawesome.css */
.fa-grin-tongue-wink:before {
  content: "\f58b";
}

/* line 3075, vendor/assets/fontawesome/css/fontawesome.css */
.fa-grin-wink:before {
  content: "\f58c";
}

/* line 3078, vendor/assets/fontawesome/css/fontawesome.css */
.fa-grip-horizontal:before {
  content: "\f58d";
}

/* line 3081, vendor/assets/fontawesome/css/fontawesome.css */
.fa-grip-lines:before {
  content: "\f7a4";
}

/* line 3084, vendor/assets/fontawesome/css/fontawesome.css */
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

/* line 3087, vendor/assets/fontawesome/css/fontawesome.css */
.fa-grip-vertical:before {
  content: "\f58e";
}

/* line 3090, vendor/assets/fontawesome/css/fontawesome.css */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 3093, vendor/assets/fontawesome/css/fontawesome.css */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 3096, vendor/assets/fontawesome/css/fontawesome.css */
.fa-guilded:before {
  content: "\e07e";
}

/* line 3099, vendor/assets/fontawesome/css/fontawesome.css */
.fa-guitar:before {
  content: "\f7a6";
}

/* line 3102, vendor/assets/fontawesome/css/fontawesome.css */
.fa-guitar-electric:before {
  content: "\f8be";
}

/* line 3105, vendor/assets/fontawesome/css/fontawesome.css */
.fa-guitars:before {
  content: "\f8bf";
}

/* line 3108, vendor/assets/fontawesome/css/fontawesome.css */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 3111, vendor/assets/fontawesome/css/fontawesome.css */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 3114, vendor/assets/fontawesome/css/fontawesome.css */
.fa-h1:before {
  content: "\f313";
}

/* line 3117, vendor/assets/fontawesome/css/fontawesome.css */
.fa-h2:before {
  content: "\f314";
}

/* line 3120, vendor/assets/fontawesome/css/fontawesome.css */
.fa-h3:before {
  content: "\f315";
}

/* line 3123, vendor/assets/fontawesome/css/fontawesome.css */
.fa-h4:before {
  content: "\f86a";
}

/* line 3126, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 3129, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hacker-news-square:before {
  content: "\f3af";
}

/* line 3132, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hackerrank:before {
  content: "\f5f7";
}

/* line 3135, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hamburger:before {
  content: "\f805";
}

/* line 3138, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hammer:before {
  content: "\f6e3";
}

/* line 3141, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hammer-war:before {
  content: "\f6e4";
}

/* line 3144, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hamsa:before {
  content: "\f665";
}

/* line 3147, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hand-heart:before {
  content: "\f4bc";
}

/* line 3150, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hand-holding:before {
  content: "\f4bd";
}

/* line 3153, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hand-holding-box:before {
  content: "\f47b";
}

/* line 3156, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hand-holding-heart:before {
  content: "\f4be";
}

/* line 3159, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hand-holding-magic:before {
  content: "\f6e5";
}

/* line 3162, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hand-holding-medical:before {
  content: "\e05c";
}

/* line 3165, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hand-holding-seedling:before {
  content: "\f4bf";
}

/* line 3168, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hand-holding-usd:before {
  content: "\f4c0";
}

/* line 3171, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hand-holding-water:before {
  content: "\f4c1";
}

/* line 3174, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hand-lizard:before {
  content: "\f258";
}

/* line 3177, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hand-middle-finger:before {
  content: "\f806";
}

/* line 3180, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hand-paper:before {
  content: "\f256";
}

/* line 3183, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hand-peace:before {
  content: "\f25b";
}

/* line 3186, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hand-point-down:before {
  content: "\f0a7";
}

/* line 3189, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hand-point-left:before {
  content: "\f0a5";
}

/* line 3192, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hand-point-right:before {
  content: "\f0a4";
}

/* line 3195, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hand-point-up:before {
  content: "\f0a6";
}

/* line 3198, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hand-pointer:before {
  content: "\f25a";
}

/* line 3201, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hand-receiving:before {
  content: "\f47c";
}

/* line 3204, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hand-rock:before {
  content: "\f255";
}

/* line 3207, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hand-scissors:before {
  content: "\f257";
}

/* line 3210, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hand-sparkles:before {
  content: "\e05d";
}

/* line 3213, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hand-spock:before {
  content: "\f259";
}

/* line 3216, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hands:before {
  content: "\f4c2";
}

/* line 3219, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hands-heart:before {
  content: "\f4c3";
}

/* line 3222, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hands-helping:before {
  content: "\f4c4";
}

/* line 3225, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hands-usd:before {
  content: "\f4c5";
}

/* line 3228, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hands-wash:before {
  content: "\e05e";
}

/* line 3231, vendor/assets/fontawesome/css/fontawesome.css */
.fa-handshake:before {
  content: "\f2b5";
}

/* line 3234, vendor/assets/fontawesome/css/fontawesome.css */
.fa-handshake-alt:before {
  content: "\f4c6";
}

/* line 3237, vendor/assets/fontawesome/css/fontawesome.css */
.fa-handshake-alt-slash:before {
  content: "\e05f";
}

/* line 3240, vendor/assets/fontawesome/css/fontawesome.css */
.fa-handshake-slash:before {
  content: "\e060";
}

/* line 3243, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hanukiah:before {
  content: "\f6e6";
}

/* line 3246, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hard-hat:before {
  content: "\f807";
}

/* line 3249, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hashtag:before {
  content: "\f292";
}

/* line 3252, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hat-chef:before {
  content: "\f86b";
}

/* line 3255, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hat-cowboy:before {
  content: "\f8c0";
}

/* line 3258, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

/* line 3261, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hat-santa:before {
  content: "\f7a7";
}

/* line 3264, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hat-winter:before {
  content: "\f7a8";
}

/* line 3267, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hat-witch:before {
  content: "\f6e7";
}

/* line 3270, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hat-wizard:before {
  content: "\f6e8";
}

/* line 3273, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hdd:before {
  content: "\f0a0";
}

/* line 3276, vendor/assets/fontawesome/css/fontawesome.css */
.fa-head-side:before {
  content: "\f6e9";
}

/* line 3279, vendor/assets/fontawesome/css/fontawesome.css */
.fa-head-side-brain:before {
  content: "\f808";
}

/* line 3282, vendor/assets/fontawesome/css/fontawesome.css */
.fa-head-side-cough:before {
  content: "\e061";
}

/* line 3285, vendor/assets/fontawesome/css/fontawesome.css */
.fa-head-side-cough-slash:before {
  content: "\e062";
}

/* line 3288, vendor/assets/fontawesome/css/fontawesome.css */
.fa-head-side-headphones:before {
  content: "\f8c2";
}

/* line 3291, vendor/assets/fontawesome/css/fontawesome.css */
.fa-head-side-mask:before {
  content: "\e063";
}

/* line 3294, vendor/assets/fontawesome/css/fontawesome.css */
.fa-head-side-medical:before {
  content: "\f809";
}

/* line 3297, vendor/assets/fontawesome/css/fontawesome.css */
.fa-head-side-virus:before {
  content: "\e064";
}

/* line 3300, vendor/assets/fontawesome/css/fontawesome.css */
.fa-head-vr:before {
  content: "\f6ea";
}

/* line 3303, vendor/assets/fontawesome/css/fontawesome.css */
.fa-heading:before {
  content: "\f1dc";
}

/* line 3306, vendor/assets/fontawesome/css/fontawesome.css */
.fa-headphones:before {
  content: "\f025";
}

/* line 3309, vendor/assets/fontawesome/css/fontawesome.css */
.fa-headphones-alt:before {
  content: "\f58f";
}

/* line 3312, vendor/assets/fontawesome/css/fontawesome.css */
.fa-headset:before {
  content: "\f590";
}

/* line 3315, vendor/assets/fontawesome/css/fontawesome.css */
.fa-heart:before {
  content: "\f004";
}

/* line 3318, vendor/assets/fontawesome/css/fontawesome.css */
.fa-heart-broken:before {
  content: "\f7a9";
}

/* line 3321, vendor/assets/fontawesome/css/fontawesome.css */
.fa-heart-circle:before {
  content: "\f4c7";
}

/* line 3324, vendor/assets/fontawesome/css/fontawesome.css */
.fa-heart-rate:before {
  content: "\f5f8";
}

/* line 3327, vendor/assets/fontawesome/css/fontawesome.css */
.fa-heart-square:before {
  content: "\f4c8";
}

/* line 3330, vendor/assets/fontawesome/css/fontawesome.css */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 3333, vendor/assets/fontawesome/css/fontawesome.css */
.fa-heat:before {
  content: "\e00c";
}

/* line 3336, vendor/assets/fontawesome/css/fontawesome.css */
.fa-helicopter:before {
  content: "\f533";
}

/* line 3339, vendor/assets/fontawesome/css/fontawesome.css */
.fa-helmet-battle:before {
  content: "\f6eb";
}

/* line 3342, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hexagon:before {
  content: "\f312";
}

/* line 3345, vendor/assets/fontawesome/css/fontawesome.css */
.fa-highlighter:before {
  content: "\f591";
}

/* line 3348, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hiking:before {
  content: "\f6ec";
}

/* line 3351, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hippo:before {
  content: "\f6ed";
}

/* line 3354, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hips:before {
  content: "\f452";
}

/* line 3357, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hire-a-helper:before {
  content: "\f3b0";
}

/* line 3360, vendor/assets/fontawesome/css/fontawesome.css */
.fa-history:before {
  content: "\f1da";
}

/* line 3363, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hive:before {
  content: "\e07f";
}

/* line 3366, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hockey-mask:before {
  content: "\f6ee";
}

/* line 3369, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hockey-puck:before {
  content: "\f453";
}

/* line 3372, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hockey-sticks:before {
  content: "\f454";
}

/* line 3375, vendor/assets/fontawesome/css/fontawesome.css */
.fa-holly-berry:before {
  content: "\f7aa";
}

/* line 3378, vendor/assets/fontawesome/css/fontawesome.css */
.fa-home:before {
  content: "\f015";
}

/* line 3381, vendor/assets/fontawesome/css/fontawesome.css */
.fa-home-alt:before {
  content: "\f80a";
}

/* line 3384, vendor/assets/fontawesome/css/fontawesome.css */
.fa-home-heart:before {
  content: "\f4c9";
}

/* line 3387, vendor/assets/fontawesome/css/fontawesome.css */
.fa-home-lg:before {
  content: "\f80b";
}

/* line 3390, vendor/assets/fontawesome/css/fontawesome.css */
.fa-home-lg-alt:before {
  content: "\f80c";
}

/* line 3393, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hood-cloak:before {
  content: "\f6ef";
}

/* line 3396, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hooli:before {
  content: "\f427";
}

/* line 3399, vendor/assets/fontawesome/css/fontawesome.css */
.fa-horizontal-rule:before {
  content: "\f86c";
}

/* line 3402, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hornbill:before {
  content: "\f592";
}

/* line 3405, vendor/assets/fontawesome/css/fontawesome.css */
.fa-horse:before {
  content: "\f6f0";
}

/* line 3408, vendor/assets/fontawesome/css/fontawesome.css */
.fa-horse-head:before {
  content: "\f7ab";
}

/* line 3411, vendor/assets/fontawesome/css/fontawesome.css */
.fa-horse-saddle:before {
  content: "\f8c3";
}

/* line 3414, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hospital:before {
  content: "\f0f8";
}

/* line 3417, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hospital-alt:before {
  content: "\f47d";
}

/* line 3420, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hospital-symbol:before {
  content: "\f47e";
}

/* line 3423, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hospital-user:before {
  content: "\f80d";
}

/* line 3426, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hospitals:before {
  content: "\f80e";
}

/* line 3429, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hot-tub:before {
  content: "\f593";
}

/* line 3432, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hotdog:before {
  content: "\f80f";
}

/* line 3435, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hotel:before {
  content: "\f594";
}

/* line 3438, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 3441, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hourglass:before {
  content: "\f254";
}

/* line 3444, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 3447, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 3450, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 3453, vendor/assets/fontawesome/css/fontawesome.css */
.fa-house:before {
  content: "\e00d";
}

/* line 3456, vendor/assets/fontawesome/css/fontawesome.css */
.fa-house-damage:before {
  content: "\f6f1";
}

/* line 3459, vendor/assets/fontawesome/css/fontawesome.css */
.fa-house-day:before {
  content: "\e00e";
}

/* line 3462, vendor/assets/fontawesome/css/fontawesome.css */
.fa-house-flood:before {
  content: "\f74f";
}

/* line 3465, vendor/assets/fontawesome/css/fontawesome.css */
.fa-house-leave:before {
  content: "\e00f";
}

/* line 3468, vendor/assets/fontawesome/css/fontawesome.css */
.fa-house-night:before {
  content: "\e010";
}

/* line 3471, vendor/assets/fontawesome/css/fontawesome.css */
.fa-house-return:before {
  content: "\e011";
}

/* line 3474, vendor/assets/fontawesome/css/fontawesome.css */
.fa-house-signal:before {
  content: "\e012";
}

/* line 3477, vendor/assets/fontawesome/css/fontawesome.css */
.fa-house-user:before {
  content: "\e065";
}

/* line 3480, vendor/assets/fontawesome/css/fontawesome.css */
.fa-houzz:before {
  content: "\f27c";
}

/* line 3483, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hryvnia:before {
  content: "\f6f2";
}

/* line 3486, vendor/assets/fontawesome/css/fontawesome.css */
.fa-html5:before {
  content: "\f13b";
}

/* line 3489, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 3492, vendor/assets/fontawesome/css/fontawesome.css */
.fa-humidity:before {
  content: "\f750";
}

/* line 3495, vendor/assets/fontawesome/css/fontawesome.css */
.fa-hurricane:before {
  content: "\f751";
}

/* line 3498, vendor/assets/fontawesome/css/fontawesome.css */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 3501, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ice-cream:before {
  content: "\f810";
}

/* line 3504, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ice-skate:before {
  content: "\f7ac";
}

/* line 3507, vendor/assets/fontawesome/css/fontawesome.css */
.fa-icicles:before {
  content: "\f7ad";
}

/* line 3510, vendor/assets/fontawesome/css/fontawesome.css */
.fa-icons:before {
  content: "\f86d";
}

/* line 3513, vendor/assets/fontawesome/css/fontawesome.css */
.fa-icons-alt:before {
  content: "\f86e";
}

/* line 3516, vendor/assets/fontawesome/css/fontawesome.css */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 3519, vendor/assets/fontawesome/css/fontawesome.css */
.fa-id-card:before {
  content: "\f2c2";
}

/* line 3522, vendor/assets/fontawesome/css/fontawesome.css */
.fa-id-card-alt:before {
  content: "\f47f";
}

/* line 3525, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ideal:before {
  content: "\e013";
}

/* line 3528, vendor/assets/fontawesome/css/fontawesome.css */
.fa-igloo:before {
  content: "\f7ae";
}

/* line 3531, vendor/assets/fontawesome/css/fontawesome.css */
.fa-image:before {
  content: "\f03e";
}

/* line 3534, vendor/assets/fontawesome/css/fontawesome.css */
.fa-image-polaroid:before {
  content: "\f8c4";
}

/* line 3537, vendor/assets/fontawesome/css/fontawesome.css */
.fa-images:before {
  content: "\f302";
}

/* line 3540, vendor/assets/fontawesome/css/fontawesome.css */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 3543, vendor/assets/fontawesome/css/fontawesome.css */
.fa-inbox:before {
  content: "\f01c";
}

/* line 3546, vendor/assets/fontawesome/css/fontawesome.css */
.fa-inbox-in:before {
  content: "\f310";
}

/* line 3549, vendor/assets/fontawesome/css/fontawesome.css */
.fa-inbox-out:before {
  content: "\f311";
}

/* line 3552, vendor/assets/fontawesome/css/fontawesome.css */
.fa-indent:before {
  content: "\f03c";
}

/* line 3555, vendor/assets/fontawesome/css/fontawesome.css */
.fa-industry:before {
  content: "\f275";
}

/* line 3558, vendor/assets/fontawesome/css/fontawesome.css */
.fa-industry-alt:before {
  content: "\f3b3";
}

/* line 3561, vendor/assets/fontawesome/css/fontawesome.css */
.fa-infinity:before {
  content: "\f534";
}

/* line 3564, vendor/assets/fontawesome/css/fontawesome.css */
.fa-info:before {
  content: "\f129";
}

/* line 3567, vendor/assets/fontawesome/css/fontawesome.css */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 3570, vendor/assets/fontawesome/css/fontawesome.css */
.fa-info-square:before {
  content: "\f30f";
}

/* line 3573, vendor/assets/fontawesome/css/fontawesome.css */
.fa-inhaler:before {
  content: "\f5f9";
}

/* line 3576, vendor/assets/fontawesome/css/fontawesome.css */
.fa-innosoft:before {
  content: "\e080";
}

/* line 3579, vendor/assets/fontawesome/css/fontawesome.css */
.fa-instagram:before {
  content: "\f16d";
}

/* line 3582, vendor/assets/fontawesome/css/fontawesome.css */
.fa-instagram-square:before {
  content: "\e055";
}

/* line 3585, vendor/assets/fontawesome/css/fontawesome.css */
.fa-instalod:before {
  content: "\e081";
}

/* line 3588, vendor/assets/fontawesome/css/fontawesome.css */
.fa-integral:before {
  content: "\f667";
}

/* line 3591, vendor/assets/fontawesome/css/fontawesome.css */
.fa-intercom:before {
  content: "\f7af";
}

/* line 3594, vendor/assets/fontawesome/css/fontawesome.css */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 3597, vendor/assets/fontawesome/css/fontawesome.css */
.fa-intersection:before {
  content: "\f668";
}

/* line 3600, vendor/assets/fontawesome/css/fontawesome.css */
.fa-inventory:before {
  content: "\f480";
}

/* line 3603, vendor/assets/fontawesome/css/fontawesome.css */
.fa-invision:before {
  content: "\f7b0";
}

/* line 3606, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 3609, vendor/assets/fontawesome/css/fontawesome.css */
.fa-island-tropical:before {
  content: "\f811";
}

/* line 3612, vendor/assets/fontawesome/css/fontawesome.css */
.fa-italic:before {
  content: "\f033";
}

/* line 3615, vendor/assets/fontawesome/css/fontawesome.css */
.fa-itch-io:before {
  content: "\f83a";
}

/* line 3618, vendor/assets/fontawesome/css/fontawesome.css */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 3621, vendor/assets/fontawesome/css/fontawesome.css */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 3624, vendor/assets/fontawesome/css/fontawesome.css */
.fa-jack-o-lantern:before {
  content: "\f30e";
}

/* line 3627, vendor/assets/fontawesome/css/fontawesome.css */
.fa-java:before {
  content: "\f4e4";
}

/* line 3630, vendor/assets/fontawesome/css/fontawesome.css */
.fa-jedi:before {
  content: "\f669";
}

/* line 3633, vendor/assets/fontawesome/css/fontawesome.css */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 3636, vendor/assets/fontawesome/css/fontawesome.css */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 3639, vendor/assets/fontawesome/css/fontawesome.css */
.fa-jira:before {
  content: "\f7b1";
}

/* line 3642, vendor/assets/fontawesome/css/fontawesome.css */
.fa-joget:before {
  content: "\f3b7";
}

/* line 3645, vendor/assets/fontawesome/css/fontawesome.css */
.fa-joint:before {
  content: "\f595";
}

/* line 3648, vendor/assets/fontawesome/css/fontawesome.css */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 3651, vendor/assets/fontawesome/css/fontawesome.css */
.fa-journal-whills:before {
  content: "\f66a";
}

/* line 3654, vendor/assets/fontawesome/css/fontawesome.css */
.fa-joystick:before {
  content: "\f8c5";
}

/* line 3657, vendor/assets/fontawesome/css/fontawesome.css */
.fa-js:before {
  content: "\f3b8";
}

/* line 3660, vendor/assets/fontawesome/css/fontawesome.css */
.fa-js-square:before {
  content: "\f3b9";
}

/* line 3663, vendor/assets/fontawesome/css/fontawesome.css */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 3666, vendor/assets/fontawesome/css/fontawesome.css */
.fa-jug:before {
  content: "\f8c6";
}

/* line 3669, vendor/assets/fontawesome/css/fontawesome.css */
.fa-kaaba:before {
  content: "\f66b";
}

/* line 3672, vendor/assets/fontawesome/css/fontawesome.css */
.fa-kaggle:before {
  content: "\f5fa";
}

/* line 3675, vendor/assets/fontawesome/css/fontawesome.css */
.fa-kazoo:before {
  content: "\f8c7";
}

/* line 3678, vendor/assets/fontawesome/css/fontawesome.css */
.fa-kerning:before {
  content: "\f86f";
}

/* line 3681, vendor/assets/fontawesome/css/fontawesome.css */
.fa-key:before {
  content: "\f084";
}

/* line 3684, vendor/assets/fontawesome/css/fontawesome.css */
.fa-key-skeleton:before {
  content: "\f6f3";
}

/* line 3687, vendor/assets/fontawesome/css/fontawesome.css */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 3690, vendor/assets/fontawesome/css/fontawesome.css */
.fa-keyboard:before {
  content: "\f11c";
}

/* line 3693, vendor/assets/fontawesome/css/fontawesome.css */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 3696, vendor/assets/fontawesome/css/fontawesome.css */
.fa-keynote:before {
  content: "\f66c";
}

/* line 3699, vendor/assets/fontawesome/css/fontawesome.css */
.fa-khanda:before {
  content: "\f66d";
}

/* line 3702, vendor/assets/fontawesome/css/fontawesome.css */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 3705, vendor/assets/fontawesome/css/fontawesome.css */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 3708, vendor/assets/fontawesome/css/fontawesome.css */
.fa-kidneys:before {
  content: "\f5fb";
}

/* line 3711, vendor/assets/fontawesome/css/fontawesome.css */
.fa-kiss:before {
  content: "\f596";
}

/* line 3714, vendor/assets/fontawesome/css/fontawesome.css */
.fa-kiss-beam:before {
  content: "\f597";
}

/* line 3717, vendor/assets/fontawesome/css/fontawesome.css */
.fa-kiss-wink-heart:before {
  content: "\f598";
}

/* line 3720, vendor/assets/fontawesome/css/fontawesome.css */
.fa-kite:before {
  content: "\f6f4";
}

/* line 3723, vendor/assets/fontawesome/css/fontawesome.css */
.fa-kiwi-bird:before {
  content: "\f535";
}

/* line 3726, vendor/assets/fontawesome/css/fontawesome.css */
.fa-knife-kitchen:before {
  content: "\f6f5";
}

/* line 3729, vendor/assets/fontawesome/css/fontawesome.css */
.fa-korvue:before {
  content: "\f42f";
}

/* line 3732, vendor/assets/fontawesome/css/fontawesome.css */
.fa-lambda:before {
  content: "\f66e";
}

/* line 3735, vendor/assets/fontawesome/css/fontawesome.css */
.fa-lamp:before {
  content: "\f4ca";
}

/* line 3738, vendor/assets/fontawesome/css/fontawesome.css */
.fa-lamp-desk:before {
  content: "\e014";
}

/* line 3741, vendor/assets/fontawesome/css/fontawesome.css */
.fa-lamp-floor:before {
  content: "\e015";
}

/* line 3744, vendor/assets/fontawesome/css/fontawesome.css */
.fa-landmark:before {
  content: "\f66f";
}

/* line 3747, vendor/assets/fontawesome/css/fontawesome.css */
.fa-landmark-alt:before {
  content: "\f752";
}

/* line 3750, vendor/assets/fontawesome/css/fontawesome.css */
.fa-language:before {
  content: "\f1ab";
}

/* line 3753, vendor/assets/fontawesome/css/fontawesome.css */
.fa-laptop:before {
  content: "\f109";
}

/* line 3756, vendor/assets/fontawesome/css/fontawesome.css */
.fa-laptop-code:before {
  content: "\f5fc";
}

/* line 3759, vendor/assets/fontawesome/css/fontawesome.css */
.fa-laptop-house:before {
  content: "\e066";
}

/* line 3762, vendor/assets/fontawesome/css/fontawesome.css */
.fa-laptop-medical:before {
  content: "\f812";
}

/* line 3765, vendor/assets/fontawesome/css/fontawesome.css */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 3768, vendor/assets/fontawesome/css/fontawesome.css */
.fa-lasso:before {
  content: "\f8c8";
}

/* line 3771, vendor/assets/fontawesome/css/fontawesome.css */
.fa-lastfm:before {
  content: "\f202";
}

/* line 3774, vendor/assets/fontawesome/css/fontawesome.css */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 3777, vendor/assets/fontawesome/css/fontawesome.css */
.fa-laugh:before {
  content: "\f599";
}

/* line 3780, vendor/assets/fontawesome/css/fontawesome.css */
.fa-laugh-beam:before {
  content: "\f59a";
}

/* line 3783, vendor/assets/fontawesome/css/fontawesome.css */
.fa-laugh-squint:before {
  content: "\f59b";
}

/* line 3786, vendor/assets/fontawesome/css/fontawesome.css */
.fa-laugh-wink:before {
  content: "\f59c";
}

/* line 3789, vendor/assets/fontawesome/css/fontawesome.css */
.fa-layer-group:before {
  content: "\f5fd";
}

/* line 3792, vendor/assets/fontawesome/css/fontawesome.css */
.fa-layer-minus:before {
  content: "\f5fe";
}

/* line 3795, vendor/assets/fontawesome/css/fontawesome.css */
.fa-layer-plus:before {
  content: "\f5ff";
}

/* line 3798, vendor/assets/fontawesome/css/fontawesome.css */
.fa-leaf:before {
  content: "\f06c";
}

/* line 3801, vendor/assets/fontawesome/css/fontawesome.css */
.fa-leaf-heart:before {
  content: "\f4cb";
}

/* line 3804, vendor/assets/fontawesome/css/fontawesome.css */
.fa-leaf-maple:before {
  content: "\f6f6";
}

/* line 3807, vendor/assets/fontawesome/css/fontawesome.css */
.fa-leaf-oak:before {
  content: "\f6f7";
}

/* line 3810, vendor/assets/fontawesome/css/fontawesome.css */
.fa-leanpub:before {
  content: "\f212";
}

/* line 3813, vendor/assets/fontawesome/css/fontawesome.css */
.fa-lemon:before {
  content: "\f094";
}

/* line 3816, vendor/assets/fontawesome/css/fontawesome.css */
.fa-less:before {
  content: "\f41d";
}

/* line 3819, vendor/assets/fontawesome/css/fontawesome.css */
.fa-less-than:before {
  content: "\f536";
}

/* line 3822, vendor/assets/fontawesome/css/fontawesome.css */
.fa-less-than-equal:before {
  content: "\f537";
}

/* line 3825, vendor/assets/fontawesome/css/fontawesome.css */
.fa-level-down:before {
  content: "\f149";
}

/* line 3828, vendor/assets/fontawesome/css/fontawesome.css */
.fa-level-down-alt:before {
  content: "\f3be";
}

/* line 3831, vendor/assets/fontawesome/css/fontawesome.css */
.fa-level-up:before {
  content: "\f148";
}

/* line 3834, vendor/assets/fontawesome/css/fontawesome.css */
.fa-level-up-alt:before {
  content: "\f3bf";
}

/* line 3837, vendor/assets/fontawesome/css/fontawesome.css */
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 3840, vendor/assets/fontawesome/css/fontawesome.css */
.fa-light-ceiling:before {
  content: "\e016";
}

/* line 3843, vendor/assets/fontawesome/css/fontawesome.css */
.fa-light-switch:before {
  content: "\e017";
}

/* line 3846, vendor/assets/fontawesome/css/fontawesome.css */
.fa-light-switch-off:before {
  content: "\e018";
}

/* line 3849, vendor/assets/fontawesome/css/fontawesome.css */
.fa-light-switch-on:before {
  content: "\e019";
}

/* line 3852, vendor/assets/fontawesome/css/fontawesome.css */
.fa-lightbulb:before {
  content: "\f0eb";
}

/* line 3855, vendor/assets/fontawesome/css/fontawesome.css */
.fa-lightbulb-dollar:before {
  content: "\f670";
}

/* line 3858, vendor/assets/fontawesome/css/fontawesome.css */
.fa-lightbulb-exclamation:before {
  content: "\f671";
}

/* line 3861, vendor/assets/fontawesome/css/fontawesome.css */
.fa-lightbulb-on:before {
  content: "\f672";
}

/* line 3864, vendor/assets/fontawesome/css/fontawesome.css */
.fa-lightbulb-slash:before {
  content: "\f673";
}

/* line 3867, vendor/assets/fontawesome/css/fontawesome.css */
.fa-lights-holiday:before {
  content: "\f7b2";
}

/* line 3870, vendor/assets/fontawesome/css/fontawesome.css */
.fa-line:before {
  content: "\f3c0";
}

/* line 3873, vendor/assets/fontawesome/css/fontawesome.css */
.fa-line-columns:before {
  content: "\f870";
}

/* line 3876, vendor/assets/fontawesome/css/fontawesome.css */
.fa-line-height:before {
  content: "\f871";
}

/* line 3879, vendor/assets/fontawesome/css/fontawesome.css */
.fa-link:before {
  content: "\f0c1";
}

/* line 3882, vendor/assets/fontawesome/css/fontawesome.css */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 3885, vendor/assets/fontawesome/css/fontawesome.css */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 3888, vendor/assets/fontawesome/css/fontawesome.css */
.fa-linode:before {
  content: "\f2b8";
}

/* line 3891, vendor/assets/fontawesome/css/fontawesome.css */
.fa-linux:before {
  content: "\f17c";
}

/* line 3894, vendor/assets/fontawesome/css/fontawesome.css */
.fa-lips:before {
  content: "\f600";
}

/* line 3897, vendor/assets/fontawesome/css/fontawesome.css */
.fa-lira-sign:before {
  content: "\f195";
}

/* line 3900, vendor/assets/fontawesome/css/fontawesome.css */
.fa-list:before {
  content: "\f03a";
}

/* line 3903, vendor/assets/fontawesome/css/fontawesome.css */
.fa-list-alt:before {
  content: "\f022";
}

/* line 3906, vendor/assets/fontawesome/css/fontawesome.css */
.fa-list-music:before {
  content: "\f8c9";
}

/* line 3909, vendor/assets/fontawesome/css/fontawesome.css */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 3912, vendor/assets/fontawesome/css/fontawesome.css */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 3915, vendor/assets/fontawesome/css/fontawesome.css */
.fa-location:before {
  content: "\f601";
}

/* line 3918, vendor/assets/fontawesome/css/fontawesome.css */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 3921, vendor/assets/fontawesome/css/fontawesome.css */
.fa-location-circle:before {
  content: "\f602";
}

/* line 3924, vendor/assets/fontawesome/css/fontawesome.css */
.fa-location-slash:before {
  content: "\f603";
}

/* line 3927, vendor/assets/fontawesome/css/fontawesome.css */
.fa-lock:before {
  content: "\f023";
}

/* line 3930, vendor/assets/fontawesome/css/fontawesome.css */
.fa-lock-alt:before {
  content: "\f30d";
}

/* line 3933, vendor/assets/fontawesome/css/fontawesome.css */
.fa-lock-open:before {
  content: "\f3c1";
}

/* line 3936, vendor/assets/fontawesome/css/fontawesome.css */
.fa-lock-open-alt:before {
  content: "\f3c2";
}

/* line 3939, vendor/assets/fontawesome/css/fontawesome.css */
.fa-long-arrow-alt-down:before {
  content: "\f309";
}

/* line 3942, vendor/assets/fontawesome/css/fontawesome.css */
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

/* line 3945, vendor/assets/fontawesome/css/fontawesome.css */
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

/* line 3948, vendor/assets/fontawesome/css/fontawesome.css */
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

/* line 3951, vendor/assets/fontawesome/css/fontawesome.css */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 3954, vendor/assets/fontawesome/css/fontawesome.css */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 3957, vendor/assets/fontawesome/css/fontawesome.css */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 3960, vendor/assets/fontawesome/css/fontawesome.css */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 3963, vendor/assets/fontawesome/css/fontawesome.css */
.fa-loveseat:before {
  content: "\f4cc";
}

/* line 3966, vendor/assets/fontawesome/css/fontawesome.css */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 3969, vendor/assets/fontawesome/css/fontawesome.css */
.fa-luchador:before {
  content: "\f455";
}

/* line 3972, vendor/assets/fontawesome/css/fontawesome.css */
.fa-luggage-cart:before {
  content: "\f59d";
}

/* line 3975, vendor/assets/fontawesome/css/fontawesome.css */
.fa-lungs:before {
  content: "\f604";
}

/* line 3978, vendor/assets/fontawesome/css/fontawesome.css */
.fa-lungs-virus:before {
  content: "\e067";
}

/* line 3981, vendor/assets/fontawesome/css/fontawesome.css */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 3984, vendor/assets/fontawesome/css/fontawesome.css */
.fa-mace:before {
  content: "\f6f8";
}

/* line 3987, vendor/assets/fontawesome/css/fontawesome.css */
.fa-magento:before {
  content: "\f3c4";
}

/* line 3990, vendor/assets/fontawesome/css/fontawesome.css */
.fa-magic:before {
  content: "\f0d0";
}

/* line 3993, vendor/assets/fontawesome/css/fontawesome.css */
.fa-magnet:before {
  content: "\f076";
}

/* line 3996, vendor/assets/fontawesome/css/fontawesome.css */
.fa-mail-bulk:before {
  content: "\f674";
}

/* line 3999, vendor/assets/fontawesome/css/fontawesome.css */
.fa-mailbox:before {
  content: "\f813";
}

/* line 4002, vendor/assets/fontawesome/css/fontawesome.css */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 4005, vendor/assets/fontawesome/css/fontawesome.css */
.fa-male:before {
  content: "\f183";
}

/* line 4008, vendor/assets/fontawesome/css/fontawesome.css */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 4011, vendor/assets/fontawesome/css/fontawesome.css */
.fa-mandolin:before {
  content: "\f6f9";
}

/* line 4014, vendor/assets/fontawesome/css/fontawesome.css */
.fa-map:before {
  content: "\f279";
}

/* line 4017, vendor/assets/fontawesome/css/fontawesome.css */
.fa-map-marked:before {
  content: "\f59f";
}

/* line 4020, vendor/assets/fontawesome/css/fontawesome.css */
.fa-map-marked-alt:before {
  content: "\f5a0";
}

/* line 4023, vendor/assets/fontawesome/css/fontawesome.css */
.fa-map-marker:before {
  content: "\f041";
}

/* line 4026, vendor/assets/fontawesome/css/fontawesome.css */
.fa-map-marker-alt:before {
  content: "\f3c5";
}

/* line 4029, vendor/assets/fontawesome/css/fontawesome.css */
.fa-map-marker-alt-slash:before {
  content: "\f605";
}

/* line 4032, vendor/assets/fontawesome/css/fontawesome.css */
.fa-map-marker-check:before {
  content: "\f606";
}

/* line 4035, vendor/assets/fontawesome/css/fontawesome.css */
.fa-map-marker-edit:before {
  content: "\f607";
}

/* line 4038, vendor/assets/fontawesome/css/fontawesome.css */
.fa-map-marker-exclamation:before {
  content: "\f608";
}

/* line 4041, vendor/assets/fontawesome/css/fontawesome.css */
.fa-map-marker-minus:before {
  content: "\f609";
}

/* line 4044, vendor/assets/fontawesome/css/fontawesome.css */
.fa-map-marker-plus:before {
  content: "\f60a";
}

/* line 4047, vendor/assets/fontawesome/css/fontawesome.css */
.fa-map-marker-question:before {
  content: "\f60b";
}

/* line 4050, vendor/assets/fontawesome/css/fontawesome.css */
.fa-map-marker-slash:before {
  content: "\f60c";
}

/* line 4053, vendor/assets/fontawesome/css/fontawesome.css */
.fa-map-marker-smile:before {
  content: "\f60d";
}

/* line 4056, vendor/assets/fontawesome/css/fontawesome.css */
.fa-map-marker-times:before {
  content: "\f60e";
}

/* line 4059, vendor/assets/fontawesome/css/fontawesome.css */
.fa-map-pin:before {
  content: "\f276";
}

/* line 4062, vendor/assets/fontawesome/css/fontawesome.css */
.fa-map-signs:before {
  content: "\f277";
}

/* line 4065, vendor/assets/fontawesome/css/fontawesome.css */
.fa-markdown:before {
  content: "\f60f";
}

/* line 4068, vendor/assets/fontawesome/css/fontawesome.css */
.fa-marker:before {
  content: "\f5a1";
}

/* line 4071, vendor/assets/fontawesome/css/fontawesome.css */
.fa-mars:before {
  content: "\f222";
}

/* line 4074, vendor/assets/fontawesome/css/fontawesome.css */
.fa-mars-double:before {
  content: "\f227";
}

/* line 4077, vendor/assets/fontawesome/css/fontawesome.css */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 4080, vendor/assets/fontawesome/css/fontawesome.css */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 4083, vendor/assets/fontawesome/css/fontawesome.css */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 4086, vendor/assets/fontawesome/css/fontawesome.css */
.fa-mask:before {
  content: "\f6fa";
}

/* line 4089, vendor/assets/fontawesome/css/fontawesome.css */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 4092, vendor/assets/fontawesome/css/fontawesome.css */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 4095, vendor/assets/fontawesome/css/fontawesome.css */
.fa-mdb:before {
  content: "\f8ca";
}

/* line 4098, vendor/assets/fontawesome/css/fontawesome.css */
.fa-meat:before {
  content: "\f814";
}

/* line 4101, vendor/assets/fontawesome/css/fontawesome.css */
.fa-medal:before {
  content: "\f5a2";
}

/* line 4104, vendor/assets/fontawesome/css/fontawesome.css */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 4107, vendor/assets/fontawesome/css/fontawesome.css */
.fa-medium:before {
  content: "\f23a";
}

/* line 4110, vendor/assets/fontawesome/css/fontawesome.css */
.fa-medium-m:before {
  content: "\f3c7";
}

/* line 4113, vendor/assets/fontawesome/css/fontawesome.css */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 4116, vendor/assets/fontawesome/css/fontawesome.css */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 4119, vendor/assets/fontawesome/css/fontawesome.css */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 4122, vendor/assets/fontawesome/css/fontawesome.css */
.fa-megaphone:before {
  content: "\f675";
}

/* line 4125, vendor/assets/fontawesome/css/fontawesome.css */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 4128, vendor/assets/fontawesome/css/fontawesome.css */
.fa-meh:before {
  content: "\f11a";
}

/* line 4131, vendor/assets/fontawesome/css/fontawesome.css */
.fa-meh-blank:before {
  content: "\f5a4";
}

/* line 4134, vendor/assets/fontawesome/css/fontawesome.css */
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

/* line 4137, vendor/assets/fontawesome/css/fontawesome.css */
.fa-memory:before {
  content: "\f538";
}

/* line 4140, vendor/assets/fontawesome/css/fontawesome.css */
.fa-mendeley:before {
  content: "\f7b3";
}

/* line 4143, vendor/assets/fontawesome/css/fontawesome.css */
.fa-menorah:before {
  content: "\f676";
}

/* line 4146, vendor/assets/fontawesome/css/fontawesome.css */
.fa-mercury:before {
  content: "\f223";
}

/* line 4149, vendor/assets/fontawesome/css/fontawesome.css */
.fa-meteor:before {
  content: "\f753";
}

/* line 4152, vendor/assets/fontawesome/css/fontawesome.css */
.fa-microblog:before {
  content: "\e01a";
}

/* line 4155, vendor/assets/fontawesome/css/fontawesome.css */
.fa-microchip:before {
  content: "\f2db";
}

/* line 4158, vendor/assets/fontawesome/css/fontawesome.css */
.fa-microphone:before {
  content: "\f130";
}

/* line 4161, vendor/assets/fontawesome/css/fontawesome.css */
.fa-microphone-alt:before {
  content: "\f3c9";
}

/* line 4164, vendor/assets/fontawesome/css/fontawesome.css */
.fa-microphone-alt-slash:before {
  content: "\f539";
}

/* line 4167, vendor/assets/fontawesome/css/fontawesome.css */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 4170, vendor/assets/fontawesome/css/fontawesome.css */
.fa-microphone-stand:before {
  content: "\f8cb";
}

/* line 4173, vendor/assets/fontawesome/css/fontawesome.css */
.fa-microscope:before {
  content: "\f610";
}

/* line 4176, vendor/assets/fontawesome/css/fontawesome.css */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 4179, vendor/assets/fontawesome/css/fontawesome.css */
.fa-microwave:before {
  content: "\e01b";
}

/* line 4182, vendor/assets/fontawesome/css/fontawesome.css */
.fa-mind-share:before {
  content: "\f677";
}

/* line 4185, vendor/assets/fontawesome/css/fontawesome.css */
.fa-minus:before {
  content: "\f068";
}

/* line 4188, vendor/assets/fontawesome/css/fontawesome.css */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 4191, vendor/assets/fontawesome/css/fontawesome.css */
.fa-minus-hexagon:before {
  content: "\f307";
}

/* line 4194, vendor/assets/fontawesome/css/fontawesome.css */
.fa-minus-octagon:before {
  content: "\f308";
}

/* line 4197, vendor/assets/fontawesome/css/fontawesome.css */
.fa-minus-square:before {
  content: "\f146";
}

/* line 4200, vendor/assets/fontawesome/css/fontawesome.css */
.fa-mistletoe:before {
  content: "\f7b4";
}

/* line 4203, vendor/assets/fontawesome/css/fontawesome.css */
.fa-mitten:before {
  content: "\f7b5";
}

/* line 4206, vendor/assets/fontawesome/css/fontawesome.css */
.fa-mix:before {
  content: "\f3cb";
}

/* line 4209, vendor/assets/fontawesome/css/fontawesome.css */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 4212, vendor/assets/fontawesome/css/fontawesome.css */
.fa-mixer:before {
  content: "\e056";
}

/* line 4215, vendor/assets/fontawesome/css/fontawesome.css */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 4218, vendor/assets/fontawesome/css/fontawesome.css */
.fa-mobile:before {
  content: "\f10b";
}

/* line 4221, vendor/assets/fontawesome/css/fontawesome.css */
.fa-mobile-alt:before {
  content: "\f3cd";
}

/* line 4224, vendor/assets/fontawesome/css/fontawesome.css */
.fa-mobile-android:before {
  content: "\f3ce";
}

/* line 4227, vendor/assets/fontawesome/css/fontawesome.css */
.fa-mobile-android-alt:before {
  content: "\f3cf";
}

/* line 4230, vendor/assets/fontawesome/css/fontawesome.css */
.fa-modx:before {
  content: "\f285";
}

/* line 4233, vendor/assets/fontawesome/css/fontawesome.css */
.fa-monero:before {
  content: "\f3d0";
}

/* line 4236, vendor/assets/fontawesome/css/fontawesome.css */
.fa-money-bill:before {
  content: "\f0d6";
}

/* line 4239, vendor/assets/fontawesome/css/fontawesome.css */
.fa-money-bill-alt:before {
  content: "\f3d1";
}

/* line 4242, vendor/assets/fontawesome/css/fontawesome.css */
.fa-money-bill-wave:before {
  content: "\f53a";
}

/* line 4245, vendor/assets/fontawesome/css/fontawesome.css */
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

/* line 4248, vendor/assets/fontawesome/css/fontawesome.css */
.fa-money-check:before {
  content: "\f53c";
}

/* line 4251, vendor/assets/fontawesome/css/fontawesome.css */
.fa-money-check-alt:before {
  content: "\f53d";
}

/* line 4254, vendor/assets/fontawesome/css/fontawesome.css */
.fa-money-check-edit:before {
  content: "\f872";
}

/* line 4257, vendor/assets/fontawesome/css/fontawesome.css */
.fa-money-check-edit-alt:before {
  content: "\f873";
}

/* line 4260, vendor/assets/fontawesome/css/fontawesome.css */
.fa-monitor-heart-rate:before {
  content: "\f611";
}

/* line 4263, vendor/assets/fontawesome/css/fontawesome.css */
.fa-monkey:before {
  content: "\f6fb";
}

/* line 4266, vendor/assets/fontawesome/css/fontawesome.css */
.fa-monument:before {
  content: "\f5a6";
}

/* line 4269, vendor/assets/fontawesome/css/fontawesome.css */
.fa-moon:before {
  content: "\f186";
}

/* line 4272, vendor/assets/fontawesome/css/fontawesome.css */
.fa-moon-cloud:before {
  content: "\f754";
}

/* line 4275, vendor/assets/fontawesome/css/fontawesome.css */
.fa-moon-stars:before {
  content: "\f755";
}

/* line 4278, vendor/assets/fontawesome/css/fontawesome.css */
.fa-mortar-pestle:before {
  content: "\f5a7";
}

/* line 4281, vendor/assets/fontawesome/css/fontawesome.css */
.fa-mosque:before {
  content: "\f678";
}

/* line 4284, vendor/assets/fontawesome/css/fontawesome.css */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 4287, vendor/assets/fontawesome/css/fontawesome.css */
.fa-mountain:before {
  content: "\f6fc";
}

/* line 4290, vendor/assets/fontawesome/css/fontawesome.css */
.fa-mountains:before {
  content: "\f6fd";
}

/* line 4293, vendor/assets/fontawesome/css/fontawesome.css */
.fa-mouse:before {
  content: "\f8cc";
}

/* line 4296, vendor/assets/fontawesome/css/fontawesome.css */
.fa-mouse-alt:before {
  content: "\f8cd";
}

/* line 4299, vendor/assets/fontawesome/css/fontawesome.css */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 4302, vendor/assets/fontawesome/css/fontawesome.css */
.fa-mp3-player:before {
  content: "\f8ce";
}

/* line 4305, vendor/assets/fontawesome/css/fontawesome.css */
.fa-mug:before {
  content: "\f874";
}

/* line 4308, vendor/assets/fontawesome/css/fontawesome.css */
.fa-mug-hot:before {
  content: "\f7b6";
}

/* line 4311, vendor/assets/fontawesome/css/fontawesome.css */
.fa-mug-marshmallows:before {
  content: "\f7b7";
}

/* line 4314, vendor/assets/fontawesome/css/fontawesome.css */
.fa-mug-tea:before {
  content: "\f875";
}

/* line 4317, vendor/assets/fontawesome/css/fontawesome.css */
.fa-music:before {
  content: "\f001";
}

/* line 4320, vendor/assets/fontawesome/css/fontawesome.css */
.fa-music-alt:before {
  content: "\f8cf";
}

/* line 4323, vendor/assets/fontawesome/css/fontawesome.css */
.fa-music-alt-slash:before {
  content: "\f8d0";
}

/* line 4326, vendor/assets/fontawesome/css/fontawesome.css */
.fa-music-slash:before {
  content: "\f8d1";
}

/* line 4329, vendor/assets/fontawesome/css/fontawesome.css */
.fa-napster:before {
  content: "\f3d2";
}

/* line 4332, vendor/assets/fontawesome/css/fontawesome.css */
.fa-narwhal:before {
  content: "\f6fe";
}

/* line 4335, vendor/assets/fontawesome/css/fontawesome.css */
.fa-neos:before {
  content: "\f612";
}

/* line 4338, vendor/assets/fontawesome/css/fontawesome.css */
.fa-network-wired:before {
  content: "\f6ff";
}

/* line 4341, vendor/assets/fontawesome/css/fontawesome.css */
.fa-neuter:before {
  content: "\f22c";
}

/* line 4344, vendor/assets/fontawesome/css/fontawesome.css */
.fa-newspaper:before {
  content: "\f1ea";
}

/* line 4347, vendor/assets/fontawesome/css/fontawesome.css */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 4350, vendor/assets/fontawesome/css/fontawesome.css */
.fa-node:before {
  content: "\f419";
}

/* line 4353, vendor/assets/fontawesome/css/fontawesome.css */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 4356, vendor/assets/fontawesome/css/fontawesome.css */
.fa-not-equal:before {
  content: "\f53e";
}

/* line 4359, vendor/assets/fontawesome/css/fontawesome.css */
.fa-notes-medical:before {
  content: "\f481";
}

/* line 4362, vendor/assets/fontawesome/css/fontawesome.css */
.fa-npm:before {
  content: "\f3d4";
}

/* line 4365, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 4368, vendor/assets/fontawesome/css/fontawesome.css */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 4371, vendor/assets/fontawesome/css/fontawesome.css */
.fa-object-group:before {
  content: "\f247";
}

/* line 4374, vendor/assets/fontawesome/css/fontawesome.css */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 4377, vendor/assets/fontawesome/css/fontawesome.css */
.fa-octagon:before {
  content: "\f306";
}

/* line 4380, vendor/assets/fontawesome/css/fontawesome.css */
.fa-octopus-deploy:before {
  content: "\e082";
}

/* line 4383, vendor/assets/fontawesome/css/fontawesome.css */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 4386, vendor/assets/fontawesome/css/fontawesome.css */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 4389, vendor/assets/fontawesome/css/fontawesome.css */
.fa-oil-can:before {
  content: "\f613";
}

/* line 4392, vendor/assets/fontawesome/css/fontawesome.css */
.fa-oil-temp:before {
  content: "\f614";
}

/* line 4395, vendor/assets/fontawesome/css/fontawesome.css */
.fa-old-republic:before {
  content: "\f510";
}

/* line 4398, vendor/assets/fontawesome/css/fontawesome.css */
.fa-om:before {
  content: "\f679";
}

/* line 4401, vendor/assets/fontawesome/css/fontawesome.css */
.fa-omega:before {
  content: "\f67a";
}

/* line 4404, vendor/assets/fontawesome/css/fontawesome.css */
.fa-opencart:before {
  content: "\f23d";
}

/* line 4407, vendor/assets/fontawesome/css/fontawesome.css */
.fa-openid:before {
  content: "\f19b";
}

/* line 4410, vendor/assets/fontawesome/css/fontawesome.css */
.fa-opera:before {
  content: "\f26a";
}

/* line 4413, vendor/assets/fontawesome/css/fontawesome.css */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 4416, vendor/assets/fontawesome/css/fontawesome.css */
.fa-orcid:before {
  content: "\f8d2";
}

/* line 4419, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ornament:before {
  content: "\f7b8";
}

/* line 4422, vendor/assets/fontawesome/css/fontawesome.css */
.fa-osi:before {
  content: "\f41a";
}

/* line 4425, vendor/assets/fontawesome/css/fontawesome.css */
.fa-otter:before {
  content: "\f700";
}

/* line 4428, vendor/assets/fontawesome/css/fontawesome.css */
.fa-outdent:before {
  content: "\f03b";
}

/* line 4431, vendor/assets/fontawesome/css/fontawesome.css */
.fa-outlet:before {
  content: "\e01c";
}

/* line 4434, vendor/assets/fontawesome/css/fontawesome.css */
.fa-oven:before {
  content: "\e01d";
}

/* line 4437, vendor/assets/fontawesome/css/fontawesome.css */
.fa-overline:before {
  content: "\f876";
}

/* line 4440, vendor/assets/fontawesome/css/fontawesome.css */
.fa-page-break:before {
  content: "\f877";
}

/* line 4443, vendor/assets/fontawesome/css/fontawesome.css */
.fa-page4:before {
  content: "\f3d7";
}

/* line 4446, vendor/assets/fontawesome/css/fontawesome.css */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 4449, vendor/assets/fontawesome/css/fontawesome.css */
.fa-pager:before {
  content: "\f815";
}

/* line 4452, vendor/assets/fontawesome/css/fontawesome.css */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 4455, vendor/assets/fontawesome/css/fontawesome.css */
.fa-paint-brush-alt:before {
  content: "\f5a9";
}

/* line 4458, vendor/assets/fontawesome/css/fontawesome.css */
.fa-paint-roller:before {
  content: "\f5aa";
}

/* line 4461, vendor/assets/fontawesome/css/fontawesome.css */
.fa-palette:before {
  content: "\f53f";
}

/* line 4464, vendor/assets/fontawesome/css/fontawesome.css */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 4467, vendor/assets/fontawesome/css/fontawesome.css */
.fa-pallet:before {
  content: "\f482";
}

/* line 4470, vendor/assets/fontawesome/css/fontawesome.css */
.fa-pallet-alt:before {
  content: "\f483";
}

/* line 4473, vendor/assets/fontawesome/css/fontawesome.css */
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 4476, vendor/assets/fontawesome/css/fontawesome.css */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 4479, vendor/assets/fontawesome/css/fontawesome.css */
.fa-parachute-box:before {
  content: "\f4cd";
}

/* line 4482, vendor/assets/fontawesome/css/fontawesome.css */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 4485, vendor/assets/fontawesome/css/fontawesome.css */
.fa-paragraph-rtl:before {
  content: "\f878";
}

/* line 4488, vendor/assets/fontawesome/css/fontawesome.css */
.fa-parking:before {
  content: "\f540";
}

/* line 4491, vendor/assets/fontawesome/css/fontawesome.css */
.fa-parking-circle:before {
  content: "\f615";
}

/* line 4494, vendor/assets/fontawesome/css/fontawesome.css */
.fa-parking-circle-slash:before {
  content: "\f616";
}

/* line 4497, vendor/assets/fontawesome/css/fontawesome.css */
.fa-parking-slash:before {
  content: "\f617";
}

/* line 4500, vendor/assets/fontawesome/css/fontawesome.css */
.fa-passport:before {
  content: "\f5ab";
}

/* line 4503, vendor/assets/fontawesome/css/fontawesome.css */
.fa-pastafarianism:before {
  content: "\f67b";
}

/* line 4506, vendor/assets/fontawesome/css/fontawesome.css */
.fa-paste:before {
  content: "\f0ea";
}

/* line 4509, vendor/assets/fontawesome/css/fontawesome.css */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 4512, vendor/assets/fontawesome/css/fontawesome.css */
.fa-pause:before {
  content: "\f04c";
}

/* line 4515, vendor/assets/fontawesome/css/fontawesome.css */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 4518, vendor/assets/fontawesome/css/fontawesome.css */
.fa-paw:before {
  content: "\f1b0";
}

/* line 4521, vendor/assets/fontawesome/css/fontawesome.css */
.fa-paw-alt:before {
  content: "\f701";
}

/* line 4524, vendor/assets/fontawesome/css/fontawesome.css */
.fa-paw-claws:before {
  content: "\f702";
}

/* line 4527, vendor/assets/fontawesome/css/fontawesome.css */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 4530, vendor/assets/fontawesome/css/fontawesome.css */
.fa-peace:before {
  content: "\f67c";
}

/* line 4533, vendor/assets/fontawesome/css/fontawesome.css */
.fa-pegasus:before {
  content: "\f703";
}

/* line 4536, vendor/assets/fontawesome/css/fontawesome.css */
.fa-pen:before {
  content: "\f304";
}

/* line 4539, vendor/assets/fontawesome/css/fontawesome.css */
.fa-pen-alt:before {
  content: "\f305";
}

/* line 4542, vendor/assets/fontawesome/css/fontawesome.css */
.fa-pen-fancy:before {
  content: "\f5ac";
}

/* line 4545, vendor/assets/fontawesome/css/fontawesome.css */
.fa-pen-nib:before {
  content: "\f5ad";
}

/* line 4548, vendor/assets/fontawesome/css/fontawesome.css */
.fa-pen-square:before {
  content: "\f14b";
}

/* line 4551, vendor/assets/fontawesome/css/fontawesome.css */
.fa-pencil:before {
  content: "\f040";
}

/* line 4554, vendor/assets/fontawesome/css/fontawesome.css */
.fa-pencil-alt:before {
  content: "\f303";
}

/* line 4557, vendor/assets/fontawesome/css/fontawesome.css */
.fa-pencil-paintbrush:before {
  content: "\f618";
}

/* line 4560, vendor/assets/fontawesome/css/fontawesome.css */
.fa-pencil-ruler:before {
  content: "\f5ae";
}

/* line 4563, vendor/assets/fontawesome/css/fontawesome.css */
.fa-pennant:before {
  content: "\f456";
}

/* line 4566, vendor/assets/fontawesome/css/fontawesome.css */
.fa-penny-arcade:before {
  content: "\f704";
}

/* line 4569, vendor/assets/fontawesome/css/fontawesome.css */
.fa-people-arrows:before {
  content: "\e068";
}

/* line 4572, vendor/assets/fontawesome/css/fontawesome.css */
.fa-people-carry:before {
  content: "\f4ce";
}

/* line 4575, vendor/assets/fontawesome/css/fontawesome.css */
.fa-pepper-hot:before {
  content: "\f816";
}

/* line 4578, vendor/assets/fontawesome/css/fontawesome.css */
.fa-perbyte:before {
  content: "\e083";
}

/* line 4581, vendor/assets/fontawesome/css/fontawesome.css */
.fa-percent:before {
  content: "\f295";
}

/* line 4584, vendor/assets/fontawesome/css/fontawesome.css */
.fa-percentage:before {
  content: "\f541";
}

/* line 4587, vendor/assets/fontawesome/css/fontawesome.css */
.fa-periscope:before {
  content: "\f3da";
}

/* line 4590, vendor/assets/fontawesome/css/fontawesome.css */
.fa-person-booth:before {
  content: "\f756";
}

/* line 4593, vendor/assets/fontawesome/css/fontawesome.css */
.fa-person-carry:before {
  content: "\f4cf";
}

/* line 4596, vendor/assets/fontawesome/css/fontawesome.css */
.fa-person-dolly:before {
  content: "\f4d0";
}

/* line 4599, vendor/assets/fontawesome/css/fontawesome.css */
.fa-person-dolly-empty:before {
  content: "\f4d1";
}

/* line 4602, vendor/assets/fontawesome/css/fontawesome.css */
.fa-person-sign:before {
  content: "\f757";
}

/* line 4605, vendor/assets/fontawesome/css/fontawesome.css */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 4608, vendor/assets/fontawesome/css/fontawesome.css */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 4611, vendor/assets/fontawesome/css/fontawesome.css */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 4614, vendor/assets/fontawesome/css/fontawesome.css */
.fa-phone:before {
  content: "\f095";
}

/* line 4617, vendor/assets/fontawesome/css/fontawesome.css */
.fa-phone-alt:before {
  content: "\f879";
}

/* line 4620, vendor/assets/fontawesome/css/fontawesome.css */
.fa-phone-laptop:before {
  content: "\f87a";
}

/* line 4623, vendor/assets/fontawesome/css/fontawesome.css */
.fa-phone-office:before {
  content: "\f67d";
}

/* line 4626, vendor/assets/fontawesome/css/fontawesome.css */
.fa-phone-plus:before {
  content: "\f4d2";
}

/* line 4629, vendor/assets/fontawesome/css/fontawesome.css */
.fa-phone-rotary:before {
  content: "\f8d3";
}

/* line 4632, vendor/assets/fontawesome/css/fontawesome.css */
.fa-phone-slash:before {
  content: "\f3dd";
}

/* line 4635, vendor/assets/fontawesome/css/fontawesome.css */
.fa-phone-square:before {
  content: "\f098";
}

/* line 4638, vendor/assets/fontawesome/css/fontawesome.css */
.fa-phone-square-alt:before {
  content: "\f87b";
}

/* line 4641, vendor/assets/fontawesome/css/fontawesome.css */
.fa-phone-volume:before {
  content: "\f2a0";
}

/* line 4644, vendor/assets/fontawesome/css/fontawesome.css */
.fa-photo-video:before {
  content: "\f87c";
}

/* line 4647, vendor/assets/fontawesome/css/fontawesome.css */
.fa-php:before {
  content: "\f457";
}

/* line 4650, vendor/assets/fontawesome/css/fontawesome.css */
.fa-pi:before {
  content: "\f67e";
}

/* line 4653, vendor/assets/fontawesome/css/fontawesome.css */
.fa-piano:before {
  content: "\f8d4";
}

/* line 4656, vendor/assets/fontawesome/css/fontawesome.css */
.fa-piano-keyboard:before {
  content: "\f8d5";
}

/* line 4659, vendor/assets/fontawesome/css/fontawesome.css */
.fa-pie:before {
  content: "\f705";
}

/* line 4662, vendor/assets/fontawesome/css/fontawesome.css */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 4665, vendor/assets/fontawesome/css/fontawesome.css */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 4668, vendor/assets/fontawesome/css/fontawesome.css */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 4671, vendor/assets/fontawesome/css/fontawesome.css */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 4674, vendor/assets/fontawesome/css/fontawesome.css */
.fa-pied-piper-square:before {
  content: "\e01e";
}

/* line 4677, vendor/assets/fontawesome/css/fontawesome.css */
.fa-pig:before {
  content: "\f706";
}

/* line 4680, vendor/assets/fontawesome/css/fontawesome.css */
.fa-piggy-bank:before {
  content: "\f4d3";
}

/* line 4683, vendor/assets/fontawesome/css/fontawesome.css */
.fa-pills:before {
  content: "\f484";
}

/* line 4686, vendor/assets/fontawesome/css/fontawesome.css */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 4689, vendor/assets/fontawesome/css/fontawesome.css */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 4692, vendor/assets/fontawesome/css/fontawesome.css */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 4695, vendor/assets/fontawesome/css/fontawesome.css */
.fa-pizza:before {
  content: "\f817";
}

/* line 4698, vendor/assets/fontawesome/css/fontawesome.css */
.fa-pizza-slice:before {
  content: "\f818";
}

/* line 4701, vendor/assets/fontawesome/css/fontawesome.css */
.fa-place-of-worship:before {
  content: "\f67f";
}

/* line 4704, vendor/assets/fontawesome/css/fontawesome.css */
.fa-plane:before {
  content: "\f072";
}

/* line 4707, vendor/assets/fontawesome/css/fontawesome.css */
.fa-plane-alt:before {
  content: "\f3de";
}

/* line 4710, vendor/assets/fontawesome/css/fontawesome.css */
.fa-plane-arrival:before {
  content: "\f5af";
}

/* line 4713, vendor/assets/fontawesome/css/fontawesome.css */
.fa-plane-departure:before {
  content: "\f5b0";
}

/* line 4716, vendor/assets/fontawesome/css/fontawesome.css */
.fa-plane-slash:before {
  content: "\e069";
}

/* line 4719, vendor/assets/fontawesome/css/fontawesome.css */
.fa-planet-moon:before {
  content: "\e01f";
}

/* line 4722, vendor/assets/fontawesome/css/fontawesome.css */
.fa-planet-ringed:before {
  content: "\e020";
}

/* line 4725, vendor/assets/fontawesome/css/fontawesome.css */
.fa-play:before {
  content: "\f04b";
}

/* line 4728, vendor/assets/fontawesome/css/fontawesome.css */
.fa-play-circle:before {
  content: "\f144";
}

/* line 4731, vendor/assets/fontawesome/css/fontawesome.css */
.fa-playstation:before {
  content: "\f3df";
}

/* line 4734, vendor/assets/fontawesome/css/fontawesome.css */
.fa-plug:before {
  content: "\f1e6";
}

/* line 4737, vendor/assets/fontawesome/css/fontawesome.css */
.fa-plus:before {
  content: "\f067";
}

/* line 4740, vendor/assets/fontawesome/css/fontawesome.css */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 4743, vendor/assets/fontawesome/css/fontawesome.css */
.fa-plus-hexagon:before {
  content: "\f300";
}

/* line 4746, vendor/assets/fontawesome/css/fontawesome.css */
.fa-plus-octagon:before {
  content: "\f301";
}

/* line 4749, vendor/assets/fontawesome/css/fontawesome.css */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 4752, vendor/assets/fontawesome/css/fontawesome.css */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 4755, vendor/assets/fontawesome/css/fontawesome.css */
.fa-podium:before {
  content: "\f680";
}

/* line 4758, vendor/assets/fontawesome/css/fontawesome.css */
.fa-podium-star:before {
  content: "\f758";
}

/* line 4761, vendor/assets/fontawesome/css/fontawesome.css */
.fa-police-box:before {
  content: "\e021";
}

/* line 4764, vendor/assets/fontawesome/css/fontawesome.css */
.fa-poll:before {
  content: "\f681";
}

/* line 4767, vendor/assets/fontawesome/css/fontawesome.css */
.fa-poll-h:before {
  content: "\f682";
}

/* line 4770, vendor/assets/fontawesome/css/fontawesome.css */
.fa-poll-people:before {
  content: "\f759";
}

/* line 4773, vendor/assets/fontawesome/css/fontawesome.css */
.fa-poo:before {
  content: "\f2fe";
}

/* line 4776, vendor/assets/fontawesome/css/fontawesome.css */
.fa-poo-storm:before {
  content: "\f75a";
}

/* line 4779, vendor/assets/fontawesome/css/fontawesome.css */
.fa-poop:before {
  content: "\f619";
}

/* line 4782, vendor/assets/fontawesome/css/fontawesome.css */
.fa-popcorn:before {
  content: "\f819";
}

/* line 4785, vendor/assets/fontawesome/css/fontawesome.css */
.fa-portal-enter:before {
  content: "\e022";
}

/* line 4788, vendor/assets/fontawesome/css/fontawesome.css */
.fa-portal-exit:before {
  content: "\e023";
}

/* line 4791, vendor/assets/fontawesome/css/fontawesome.css */
.fa-portrait:before {
  content: "\f3e0";
}

/* line 4794, vendor/assets/fontawesome/css/fontawesome.css */
.fa-pound-sign:before {
  content: "\f154";
}

/* line 4797, vendor/assets/fontawesome/css/fontawesome.css */
.fa-power-off:before {
  content: "\f011";
}

/* line 4800, vendor/assets/fontawesome/css/fontawesome.css */
.fa-pray:before {
  content: "\f683";
}

/* line 4803, vendor/assets/fontawesome/css/fontawesome.css */
.fa-praying-hands:before {
  content: "\f684";
}

/* line 4806, vendor/assets/fontawesome/css/fontawesome.css */
.fa-prescription:before {
  content: "\f5b1";
}

/* line 4809, vendor/assets/fontawesome/css/fontawesome.css */
.fa-prescription-bottle:before {
  content: "\f485";
}

/* line 4812, vendor/assets/fontawesome/css/fontawesome.css */
.fa-prescription-bottle-alt:before {
  content: "\f486";
}

/* line 4815, vendor/assets/fontawesome/css/fontawesome.css */
.fa-presentation:before {
  content: "\f685";
}

/* line 4818, vendor/assets/fontawesome/css/fontawesome.css */
.fa-print:before {
  content: "\f02f";
}

/* line 4821, vendor/assets/fontawesome/css/fontawesome.css */
.fa-print-search:before {
  content: "\f81a";
}

/* line 4824, vendor/assets/fontawesome/css/fontawesome.css */
.fa-print-slash:before {
  content: "\f686";
}

/* line 4827, vendor/assets/fontawesome/css/fontawesome.css */
.fa-procedures:before {
  content: "\f487";
}

/* line 4830, vendor/assets/fontawesome/css/fontawesome.css */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 4833, vendor/assets/fontawesome/css/fontawesome.css */
.fa-project-diagram:before {
  content: "\f542";
}

/* line 4836, vendor/assets/fontawesome/css/fontawesome.css */
.fa-projector:before {
  content: "\f8d6";
}

/* line 4839, vendor/assets/fontawesome/css/fontawesome.css */
.fa-pump-medical:before {
  content: "\e06a";
}

/* line 4842, vendor/assets/fontawesome/css/fontawesome.css */
.fa-pump-soap:before {
  content: "\e06b";
}

/* line 4845, vendor/assets/fontawesome/css/fontawesome.css */
.fa-pumpkin:before {
  content: "\f707";
}

/* line 4848, vendor/assets/fontawesome/css/fontawesome.css */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 4851, vendor/assets/fontawesome/css/fontawesome.css */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 4854, vendor/assets/fontawesome/css/fontawesome.css */
.fa-python:before {
  content: "\f3e2";
}

/* line 4857, vendor/assets/fontawesome/css/fontawesome.css */
.fa-qq:before {
  content: "\f1d6";
}

/* line 4860, vendor/assets/fontawesome/css/fontawesome.css */
.fa-qrcode:before {
  content: "\f029";
}

/* line 4863, vendor/assets/fontawesome/css/fontawesome.css */
.fa-question:before {
  content: "\f128";
}

/* line 4866, vendor/assets/fontawesome/css/fontawesome.css */
.fa-question-circle:before {
  content: "\f059";
}

/* line 4869, vendor/assets/fontawesome/css/fontawesome.css */
.fa-question-square:before {
  content: "\f2fd";
}

/* line 4872, vendor/assets/fontawesome/css/fontawesome.css */
.fa-quidditch:before {
  content: "\f458";
}

/* line 4875, vendor/assets/fontawesome/css/fontawesome.css */
.fa-quinscape:before {
  content: "\f459";
}

/* line 4878, vendor/assets/fontawesome/css/fontawesome.css */
.fa-quora:before {
  content: "\f2c4";
}

/* line 4881, vendor/assets/fontawesome/css/fontawesome.css */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 4884, vendor/assets/fontawesome/css/fontawesome.css */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 4887, vendor/assets/fontawesome/css/fontawesome.css */
.fa-quran:before {
  content: "\f687";
}

/* line 4890, vendor/assets/fontawesome/css/fontawesome.css */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 4893, vendor/assets/fontawesome/css/fontawesome.css */
.fa-rabbit:before {
  content: "\f708";
}

/* line 4896, vendor/assets/fontawesome/css/fontawesome.css */
.fa-rabbit-fast:before {
  content: "\f709";
}

/* line 4899, vendor/assets/fontawesome/css/fontawesome.css */
.fa-racquet:before {
  content: "\f45a";
}

/* line 4902, vendor/assets/fontawesome/css/fontawesome.css */
.fa-radar:before {
  content: "\e024";
}

/* line 4905, vendor/assets/fontawesome/css/fontawesome.css */
.fa-radiation:before {
  content: "\f7b9";
}

/* line 4908, vendor/assets/fontawesome/css/fontawesome.css */
.fa-radiation-alt:before {
  content: "\f7ba";
}

/* line 4911, vendor/assets/fontawesome/css/fontawesome.css */
.fa-radio:before {
  content: "\f8d7";
}

/* line 4914, vendor/assets/fontawesome/css/fontawesome.css */
.fa-radio-alt:before {
  content: "\f8d8";
}

/* line 4917, vendor/assets/fontawesome/css/fontawesome.css */
.fa-rainbow:before {
  content: "\f75b";
}

/* line 4920, vendor/assets/fontawesome/css/fontawesome.css */
.fa-raindrops:before {
  content: "\f75c";
}

/* line 4923, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ram:before {
  content: "\f70a";
}

/* line 4926, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ramp-loading:before {
  content: "\f4d4";
}

/* line 4929, vendor/assets/fontawesome/css/fontawesome.css */
.fa-random:before {
  content: "\f074";
}

/* line 4932, vendor/assets/fontawesome/css/fontawesome.css */
.fa-raspberry-pi:before {
  content: "\f7bb";
}

/* line 4935, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 4938, vendor/assets/fontawesome/css/fontawesome.css */
.fa-raygun:before {
  content: "\e025";
}

/* line 4941, vendor/assets/fontawesome/css/fontawesome.css */
.fa-react:before {
  content: "\f41b";
}

/* line 4944, vendor/assets/fontawesome/css/fontawesome.css */
.fa-reacteurope:before {
  content: "\f75d";
}

/* line 4947, vendor/assets/fontawesome/css/fontawesome.css */
.fa-readme:before {
  content: "\f4d5";
}

/* line 4950, vendor/assets/fontawesome/css/fontawesome.css */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 4953, vendor/assets/fontawesome/css/fontawesome.css */
.fa-receipt:before {
  content: "\f543";
}

/* line 4956, vendor/assets/fontawesome/css/fontawesome.css */
.fa-record-vinyl:before {
  content: "\f8d9";
}

/* line 4959, vendor/assets/fontawesome/css/fontawesome.css */
.fa-rectangle-landscape:before {
  content: "\f2fa";
}

/* line 4962, vendor/assets/fontawesome/css/fontawesome.css */
.fa-rectangle-portrait:before {
  content: "\f2fb";
}

/* line 4965, vendor/assets/fontawesome/css/fontawesome.css */
.fa-rectangle-wide:before {
  content: "\f2fc";
}

/* line 4968, vendor/assets/fontawesome/css/fontawesome.css */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 4971, vendor/assets/fontawesome/css/fontawesome.css */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 4974, vendor/assets/fontawesome/css/fontawesome.css */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 4977, vendor/assets/fontawesome/css/fontawesome.css */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 4980, vendor/assets/fontawesome/css/fontawesome.css */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 4983, vendor/assets/fontawesome/css/fontawesome.css */
.fa-redhat:before {
  content: "\f7bc";
}

/* line 4986, vendor/assets/fontawesome/css/fontawesome.css */
.fa-redo:before {
  content: "\f01e";
}

/* line 4989, vendor/assets/fontawesome/css/fontawesome.css */
.fa-redo-alt:before {
  content: "\f2f9";
}

/* line 4992, vendor/assets/fontawesome/css/fontawesome.css */
.fa-refrigerator:before {
  content: "\e026";
}

/* line 4995, vendor/assets/fontawesome/css/fontawesome.css */
.fa-registered:before {
  content: "\f25d";
}

/* line 4998, vendor/assets/fontawesome/css/fontawesome.css */
.fa-remove-format:before {
  content: "\f87d";
}

/* line 5001, vendor/assets/fontawesome/css/fontawesome.css */
.fa-renren:before {
  content: "\f18b";
}

/* line 5004, vendor/assets/fontawesome/css/fontawesome.css */
.fa-repeat:before {
  content: "\f363";
}

/* line 5007, vendor/assets/fontawesome/css/fontawesome.css */
.fa-repeat-1:before {
  content: "\f365";
}

/* line 5010, vendor/assets/fontawesome/css/fontawesome.css */
.fa-repeat-1-alt:before {
  content: "\f366";
}

/* line 5013, vendor/assets/fontawesome/css/fontawesome.css */
.fa-repeat-alt:before {
  content: "\f364";
}

/* line 5016, vendor/assets/fontawesome/css/fontawesome.css */
.fa-reply:before {
  content: "\f3e5";
}

/* line 5019, vendor/assets/fontawesome/css/fontawesome.css */
.fa-reply-all:before {
  content: "\f122";
}

/* line 5022, vendor/assets/fontawesome/css/fontawesome.css */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 5025, vendor/assets/fontawesome/css/fontawesome.css */
.fa-republican:before {
  content: "\f75e";
}

/* line 5028, vendor/assets/fontawesome/css/fontawesome.css */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 5031, vendor/assets/fontawesome/css/fontawesome.css */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 5034, vendor/assets/fontawesome/css/fontawesome.css */
.fa-restroom:before {
  content: "\f7bd";
}

/* line 5037, vendor/assets/fontawesome/css/fontawesome.css */
.fa-retweet:before {
  content: "\f079";
}

/* line 5040, vendor/assets/fontawesome/css/fontawesome.css */
.fa-retweet-alt:before {
  content: "\f361";
}

/* line 5043, vendor/assets/fontawesome/css/fontawesome.css */
.fa-rev:before {
  content: "\f5b2";
}

/* line 5046, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ribbon:before {
  content: "\f4d6";
}

/* line 5049, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ring:before {
  content: "\f70b";
}

/* line 5052, vendor/assets/fontawesome/css/fontawesome.css */
.fa-rings-wedding:before {
  content: "\f81b";
}

/* line 5055, vendor/assets/fontawesome/css/fontawesome.css */
.fa-road:before {
  content: "\f018";
}

/* line 5058, vendor/assets/fontawesome/css/fontawesome.css */
.fa-robot:before {
  content: "\f544";
}

/* line 5061, vendor/assets/fontawesome/css/fontawesome.css */
.fa-rocket:before {
  content: "\f135";
}

/* line 5064, vendor/assets/fontawesome/css/fontawesome.css */
.fa-rocket-launch:before {
  content: "\e027";
}

/* line 5067, vendor/assets/fontawesome/css/fontawesome.css */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 5070, vendor/assets/fontawesome/css/fontawesome.css */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 5073, vendor/assets/fontawesome/css/fontawesome.css */
.fa-route:before {
  content: "\f4d7";
}

/* line 5076, vendor/assets/fontawesome/css/fontawesome.css */
.fa-route-highway:before {
  content: "\f61a";
}

/* line 5079, vendor/assets/fontawesome/css/fontawesome.css */
.fa-route-interstate:before {
  content: "\f61b";
}

/* line 5082, vendor/assets/fontawesome/css/fontawesome.css */
.fa-router:before {
  content: "\f8da";
}

/* line 5085, vendor/assets/fontawesome/css/fontawesome.css */
.fa-rss:before {
  content: "\f09e";
}

/* line 5088, vendor/assets/fontawesome/css/fontawesome.css */
.fa-rss-square:before {
  content: "\f143";
}

/* line 5091, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ruble-sign:before {
  content: "\f158";
}

/* line 5094, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ruler:before {
  content: "\f545";
}

/* line 5097, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ruler-combined:before {
  content: "\f546";
}

/* line 5100, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ruler-horizontal:before {
  content: "\f547";
}

/* line 5103, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ruler-triangle:before {
  content: "\f61c";
}

/* line 5106, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ruler-vertical:before {
  content: "\f548";
}

/* line 5109, vendor/assets/fontawesome/css/fontawesome.css */
.fa-running:before {
  content: "\f70c";
}

/* line 5112, vendor/assets/fontawesome/css/fontawesome.css */
.fa-rupee-sign:before {
  content: "\f156";
}

/* line 5115, vendor/assets/fontawesome/css/fontawesome.css */
.fa-rust:before {
  content: "\e07a";
}

/* line 5118, vendor/assets/fontawesome/css/fontawesome.css */
.fa-rv:before {
  content: "\f7be";
}

/* line 5121, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sack:before {
  content: "\f81c";
}

/* line 5124, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sack-dollar:before {
  content: "\f81d";
}

/* line 5127, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sad-cry:before {
  content: "\f5b3";
}

/* line 5130, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sad-tear:before {
  content: "\f5b4";
}

/* line 5133, vendor/assets/fontawesome/css/fontawesome.css */
.fa-safari:before {
  content: "\f267";
}

/* line 5136, vendor/assets/fontawesome/css/fontawesome.css */
.fa-salad:before {
  content: "\f81e";
}

/* line 5139, vendor/assets/fontawesome/css/fontawesome.css */
.fa-salesforce:before {
  content: "\f83b";
}

/* line 5142, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sandwich:before {
  content: "\f81f";
}

/* line 5145, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sass:before {
  content: "\f41e";
}

/* line 5148, vendor/assets/fontawesome/css/fontawesome.css */
.fa-satellite:before {
  content: "\f7bf";
}

/* line 5151, vendor/assets/fontawesome/css/fontawesome.css */
.fa-satellite-dish:before {
  content: "\f7c0";
}

/* line 5154, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sausage:before {
  content: "\f820";
}

/* line 5157, vendor/assets/fontawesome/css/fontawesome.css */
.fa-save:before {
  content: "\f0c7";
}

/* line 5160, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sax-hot:before {
  content: "\f8db";
}

/* line 5163, vendor/assets/fontawesome/css/fontawesome.css */
.fa-saxophone:before {
  content: "\f8dc";
}

/* line 5166, vendor/assets/fontawesome/css/fontawesome.css */
.fa-scalpel:before {
  content: "\f61d";
}

/* line 5169, vendor/assets/fontawesome/css/fontawesome.css */
.fa-scalpel-path:before {
  content: "\f61e";
}

/* line 5172, vendor/assets/fontawesome/css/fontawesome.css */
.fa-scanner:before {
  content: "\f488";
}

/* line 5175, vendor/assets/fontawesome/css/fontawesome.css */
.fa-scanner-image:before {
  content: "\f8f3";
}

/* line 5178, vendor/assets/fontawesome/css/fontawesome.css */
.fa-scanner-keyboard:before {
  content: "\f489";
}

/* line 5181, vendor/assets/fontawesome/css/fontawesome.css */
.fa-scanner-touchscreen:before {
  content: "\f48a";
}

/* line 5184, vendor/assets/fontawesome/css/fontawesome.css */
.fa-scarecrow:before {
  content: "\f70d";
}

/* line 5187, vendor/assets/fontawesome/css/fontawesome.css */
.fa-scarf:before {
  content: "\f7c1";
}

/* line 5190, vendor/assets/fontawesome/css/fontawesome.css */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 5193, vendor/assets/fontawesome/css/fontawesome.css */
.fa-school:before {
  content: "\f549";
}

/* line 5196, vendor/assets/fontawesome/css/fontawesome.css */
.fa-screwdriver:before {
  content: "\f54a";
}

/* line 5199, vendor/assets/fontawesome/css/fontawesome.css */
.fa-scribd:before {
  content: "\f28a";
}

/* line 5202, vendor/assets/fontawesome/css/fontawesome.css */
.fa-scroll:before {
  content: "\f70e";
}

/* line 5205, vendor/assets/fontawesome/css/fontawesome.css */
.fa-scroll-old:before {
  content: "\f70f";
}

/* line 5208, vendor/assets/fontawesome/css/fontawesome.css */
.fa-scrubber:before {
  content: "\f2f8";
}

/* line 5211, vendor/assets/fontawesome/css/fontawesome.css */
.fa-scythe:before {
  content: "\f710";
}

/* line 5214, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sd-card:before {
  content: "\f7c2";
}

/* line 5217, vendor/assets/fontawesome/css/fontawesome.css */
.fa-search:before {
  content: "\f002";
}

/* line 5220, vendor/assets/fontawesome/css/fontawesome.css */
.fa-search-dollar:before {
  content: "\f688";
}

/* line 5223, vendor/assets/fontawesome/css/fontawesome.css */
.fa-search-location:before {
  content: "\f689";
}

/* line 5226, vendor/assets/fontawesome/css/fontawesome.css */
.fa-search-minus:before {
  content: "\f010";
}

/* line 5229, vendor/assets/fontawesome/css/fontawesome.css */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 5232, vendor/assets/fontawesome/css/fontawesome.css */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 5235, vendor/assets/fontawesome/css/fontawesome.css */
.fa-seedling:before {
  content: "\f4d8";
}

/* line 5238, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 5241, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sellsy:before {
  content: "\f213";
}

/* line 5244, vendor/assets/fontawesome/css/fontawesome.css */
.fa-send-back:before {
  content: "\f87e";
}

/* line 5247, vendor/assets/fontawesome/css/fontawesome.css */
.fa-send-backward:before {
  content: "\f87f";
}

/* line 5250, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sensor:before {
  content: "\e028";
}

/* line 5253, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sensor-alert:before {
  content: "\e029";
}

/* line 5256, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sensor-fire:before {
  content: "\e02a";
}

/* line 5259, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sensor-on:before {
  content: "\e02b";
}

/* line 5262, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sensor-smoke:before {
  content: "\e02c";
}

/* line 5265, vendor/assets/fontawesome/css/fontawesome.css */
.fa-server:before {
  content: "\f233";
}

/* line 5268, vendor/assets/fontawesome/css/fontawesome.css */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 5271, vendor/assets/fontawesome/css/fontawesome.css */
.fa-shapes:before {
  content: "\f61f";
}

/* line 5274, vendor/assets/fontawesome/css/fontawesome.css */
.fa-share:before {
  content: "\f064";
}

/* line 5277, vendor/assets/fontawesome/css/fontawesome.css */
.fa-share-all:before {
  content: "\f367";
}

/* line 5280, vendor/assets/fontawesome/css/fontawesome.css */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 5283, vendor/assets/fontawesome/css/fontawesome.css */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 5286, vendor/assets/fontawesome/css/fontawesome.css */
.fa-share-square:before {
  content: "\f14d";
}

/* line 5289, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sheep:before {
  content: "\f711";
}

/* line 5292, vendor/assets/fontawesome/css/fontawesome.css */
.fa-shekel-sign:before {
  content: "\f20b";
}

/* line 5295, vendor/assets/fontawesome/css/fontawesome.css */
.fa-shield:before {
  content: "\f132";
}

/* line 5298, vendor/assets/fontawesome/css/fontawesome.css */
.fa-shield-alt:before {
  content: "\f3ed";
}

/* line 5301, vendor/assets/fontawesome/css/fontawesome.css */
.fa-shield-check:before {
  content: "\f2f7";
}

/* line 5304, vendor/assets/fontawesome/css/fontawesome.css */
.fa-shield-cross:before {
  content: "\f712";
}

/* line 5307, vendor/assets/fontawesome/css/fontawesome.css */
.fa-shield-virus:before {
  content: "\e06c";
}

/* line 5310, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ship:before {
  content: "\f21a";
}

/* line 5313, vendor/assets/fontawesome/css/fontawesome.css */
.fa-shipping-fast:before {
  content: "\f48b";
}

/* line 5316, vendor/assets/fontawesome/css/fontawesome.css */
.fa-shipping-timed:before {
  content: "\f48c";
}

/* line 5319, vendor/assets/fontawesome/css/fontawesome.css */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 5322, vendor/assets/fontawesome/css/fontawesome.css */
.fa-shish-kebab:before {
  content: "\f821";
}

/* line 5325, vendor/assets/fontawesome/css/fontawesome.css */
.fa-shoe-prints:before {
  content: "\f54b";
}

/* line 5328, vendor/assets/fontawesome/css/fontawesome.css */
.fa-shopify:before {
  content: "\e057";
}

/* line 5331, vendor/assets/fontawesome/css/fontawesome.css */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 5334, vendor/assets/fontawesome/css/fontawesome.css */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 5337, vendor/assets/fontawesome/css/fontawesome.css */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 5340, vendor/assets/fontawesome/css/fontawesome.css */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 5343, vendor/assets/fontawesome/css/fontawesome.css */
.fa-shovel:before {
  content: "\f713";
}

/* line 5346, vendor/assets/fontawesome/css/fontawesome.css */
.fa-shovel-snow:before {
  content: "\f7c3";
}

/* line 5349, vendor/assets/fontawesome/css/fontawesome.css */
.fa-shower:before {
  content: "\f2cc";
}

/* line 5352, vendor/assets/fontawesome/css/fontawesome.css */
.fa-shredder:before {
  content: "\f68a";
}

/* line 5355, vendor/assets/fontawesome/css/fontawesome.css */
.fa-shuttle-van:before {
  content: "\f5b6";
}

/* line 5358, vendor/assets/fontawesome/css/fontawesome.css */
.fa-shuttlecock:before {
  content: "\f45b";
}

/* line 5361, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sickle:before {
  content: "\f822";
}

/* line 5364, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sigma:before {
  content: "\f68b";
}

/* line 5367, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sign:before {
  content: "\f4d9";
}

/* line 5370, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sign-in:before {
  content: "\f090";
}

/* line 5373, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sign-in-alt:before {
  content: "\f2f6";
}

/* line 5376, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 5379, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 5382, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sign-out-alt:before {
  content: "\f2f5";
}

/* line 5385, vendor/assets/fontawesome/css/fontawesome.css */
.fa-signal:before {
  content: "\f012";
}

/* line 5388, vendor/assets/fontawesome/css/fontawesome.css */
.fa-signal-1:before {
  content: "\f68c";
}

/* line 5391, vendor/assets/fontawesome/css/fontawesome.css */
.fa-signal-2:before {
  content: "\f68d";
}

/* line 5394, vendor/assets/fontawesome/css/fontawesome.css */
.fa-signal-3:before {
  content: "\f68e";
}

/* line 5397, vendor/assets/fontawesome/css/fontawesome.css */
.fa-signal-4:before {
  content: "\f68f";
}

/* line 5400, vendor/assets/fontawesome/css/fontawesome.css */
.fa-signal-alt:before {
  content: "\f690";
}

/* line 5403, vendor/assets/fontawesome/css/fontawesome.css */
.fa-signal-alt-1:before {
  content: "\f691";
}

/* line 5406, vendor/assets/fontawesome/css/fontawesome.css */
.fa-signal-alt-2:before {
  content: "\f692";
}

/* line 5409, vendor/assets/fontawesome/css/fontawesome.css */
.fa-signal-alt-3:before {
  content: "\f693";
}

/* line 5412, vendor/assets/fontawesome/css/fontawesome.css */
.fa-signal-alt-slash:before {
  content: "\f694";
}

/* line 5415, vendor/assets/fontawesome/css/fontawesome.css */
.fa-signal-slash:before {
  content: "\f695";
}

/* line 5418, vendor/assets/fontawesome/css/fontawesome.css */
.fa-signal-stream:before {
  content: "\f8dd";
}

/* line 5421, vendor/assets/fontawesome/css/fontawesome.css */
.fa-signature:before {
  content: "\f5b7";
}

/* line 5424, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sim-card:before {
  content: "\f7c4";
}

/* line 5427, vendor/assets/fontawesome/css/fontawesome.css */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 5430, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sink:before {
  content: "\e06d";
}

/* line 5433, vendor/assets/fontawesome/css/fontawesome.css */
.fa-siren:before {
  content: "\e02d";
}

/* line 5436, vendor/assets/fontawesome/css/fontawesome.css */
.fa-siren-on:before {
  content: "\e02e";
}

/* line 5439, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 5442, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 5445, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sith:before {
  content: "\f512";
}

/* line 5448, vendor/assets/fontawesome/css/fontawesome.css */
.fa-skating:before {
  content: "\f7c5";
}

/* line 5451, vendor/assets/fontawesome/css/fontawesome.css */
.fa-skeleton:before {
  content: "\f620";
}

/* line 5454, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sketch:before {
  content: "\f7c6";
}

/* line 5457, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ski-jump:before {
  content: "\f7c7";
}

/* line 5460, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ski-lift:before {
  content: "\f7c8";
}

/* line 5463, vendor/assets/fontawesome/css/fontawesome.css */
.fa-skiing:before {
  content: "\f7c9";
}

/* line 5466, vendor/assets/fontawesome/css/fontawesome.css */
.fa-skiing-nordic:before {
  content: "\f7ca";
}

/* line 5469, vendor/assets/fontawesome/css/fontawesome.css */
.fa-skull:before {
  content: "\f54c";
}

/* line 5472, vendor/assets/fontawesome/css/fontawesome.css */
.fa-skull-cow:before {
  content: "\f8de";
}

/* line 5475, vendor/assets/fontawesome/css/fontawesome.css */
.fa-skull-crossbones:before {
  content: "\f714";
}

/* line 5478, vendor/assets/fontawesome/css/fontawesome.css */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 5481, vendor/assets/fontawesome/css/fontawesome.css */
.fa-skype:before {
  content: "\f17e";
}

/* line 5484, vendor/assets/fontawesome/css/fontawesome.css */
.fa-slack:before {
  content: "\f198";
}

/* line 5487, vendor/assets/fontawesome/css/fontawesome.css */
.fa-slack-hash:before {
  content: "\f3ef";
}

/* line 5490, vendor/assets/fontawesome/css/fontawesome.css */
.fa-slash:before {
  content: "\f715";
}

/* line 5493, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sledding:before {
  content: "\f7cb";
}

/* line 5496, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sleigh:before {
  content: "\f7cc";
}

/* line 5499, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sliders-h:before {
  content: "\f1de";
}

/* line 5502, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sliders-h-square:before {
  content: "\f3f0";
}

/* line 5505, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sliders-v:before {
  content: "\f3f1";
}

/* line 5508, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sliders-v-square:before {
  content: "\f3f2";
}

/* line 5511, vendor/assets/fontawesome/css/fontawesome.css */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 5514, vendor/assets/fontawesome/css/fontawesome.css */
.fa-smile:before {
  content: "\f118";
}

/* line 5517, vendor/assets/fontawesome/css/fontawesome.css */
.fa-smile-beam:before {
  content: "\f5b8";
}

/* line 5520, vendor/assets/fontawesome/css/fontawesome.css */
.fa-smile-plus:before {
  content: "\f5b9";
}

/* line 5523, vendor/assets/fontawesome/css/fontawesome.css */
.fa-smile-wink:before {
  content: "\f4da";
}

/* line 5526, vendor/assets/fontawesome/css/fontawesome.css */
.fa-smog:before {
  content: "\f75f";
}

/* line 5529, vendor/assets/fontawesome/css/fontawesome.css */
.fa-smoke:before {
  content: "\f760";
}

/* line 5532, vendor/assets/fontawesome/css/fontawesome.css */
.fa-smoking:before {
  content: "\f48d";
}

/* line 5535, vendor/assets/fontawesome/css/fontawesome.css */
.fa-smoking-ban:before {
  content: "\f54d";
}

/* line 5538, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sms:before {
  content: "\f7cd";
}

/* line 5541, vendor/assets/fontawesome/css/fontawesome.css */
.fa-snake:before {
  content: "\f716";
}

/* line 5544, vendor/assets/fontawesome/css/fontawesome.css */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 5547, vendor/assets/fontawesome/css/fontawesome.css */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 5550, vendor/assets/fontawesome/css/fontawesome.css */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 5553, vendor/assets/fontawesome/css/fontawesome.css */
.fa-snooze:before {
  content: "\f880";
}

/* line 5556, vendor/assets/fontawesome/css/fontawesome.css */
.fa-snow-blowing:before {
  content: "\f761";
}

/* line 5559, vendor/assets/fontawesome/css/fontawesome.css */
.fa-snowboarding:before {
  content: "\f7ce";
}

/* line 5562, vendor/assets/fontawesome/css/fontawesome.css */
.fa-snowflake:before {
  content: "\f2dc";
}

/* line 5565, vendor/assets/fontawesome/css/fontawesome.css */
.fa-snowflakes:before {
  content: "\f7cf";
}

/* line 5568, vendor/assets/fontawesome/css/fontawesome.css */
.fa-snowman:before {
  content: "\f7d0";
}

/* line 5571, vendor/assets/fontawesome/css/fontawesome.css */
.fa-snowmobile:before {
  content: "\f7d1";
}

/* line 5574, vendor/assets/fontawesome/css/fontawesome.css */
.fa-snowplow:before {
  content: "\f7d2";
}

/* line 5577, vendor/assets/fontawesome/css/fontawesome.css */
.fa-soap:before {
  content: "\e06e";
}

/* line 5580, vendor/assets/fontawesome/css/fontawesome.css */
.fa-socks:before {
  content: "\f696";
}

/* line 5583, vendor/assets/fontawesome/css/fontawesome.css */
.fa-solar-panel:before {
  content: "\f5ba";
}

/* line 5586, vendor/assets/fontawesome/css/fontawesome.css */
.fa-solar-system:before {
  content: "\e02f";
}

/* line 5589, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sort:before {
  content: "\f0dc";
}

/* line 5592, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sort-alpha-down:before {
  content: "\f15d";
}

/* line 5595, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

/* line 5598, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sort-alpha-up:before {
  content: "\f15e";
}

/* line 5601, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

/* line 5604, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sort-alt:before {
  content: "\f883";
}

/* line 5607, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sort-amount-down:before {
  content: "\f160";
}

/* line 5610, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sort-amount-down-alt:before {
  content: "\f884";
}

/* line 5613, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sort-amount-up:before {
  content: "\f161";
}

/* line 5616, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sort-amount-up-alt:before {
  content: "\f885";
}

/* line 5619, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sort-circle:before {
  content: "\e030";
}

/* line 5622, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sort-circle-down:before {
  content: "\e031";
}

/* line 5625, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sort-circle-up:before {
  content: "\e032";
}

/* line 5628, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sort-down:before {
  content: "\f0dd";
}

/* line 5631, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sort-numeric-down:before {
  content: "\f162";
}

/* line 5634, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

/* line 5637, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sort-numeric-up:before {
  content: "\f163";
}

/* line 5640, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

/* line 5643, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sort-shapes-down:before {
  content: "\f888";
}

/* line 5646, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sort-shapes-down-alt:before {
  content: "\f889";
}

/* line 5649, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sort-shapes-up:before {
  content: "\f88a";
}

/* line 5652, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sort-shapes-up-alt:before {
  content: "\f88b";
}

/* line 5655, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sort-size-down:before {
  content: "\f88c";
}

/* line 5658, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sort-size-down-alt:before {
  content: "\f88d";
}

/* line 5661, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sort-size-up:before {
  content: "\f88e";
}

/* line 5664, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sort-size-up-alt:before {
  content: "\f88f";
}

/* line 5667, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sort-up:before {
  content: "\f0de";
}

/* line 5670, vendor/assets/fontawesome/css/fontawesome.css */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 5673, vendor/assets/fontawesome/css/fontawesome.css */
.fa-soup:before {
  content: "\f823";
}

/* line 5676, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sourcetree:before {
  content: "\f7d3";
}

/* line 5679, vendor/assets/fontawesome/css/fontawesome.css */
.fa-spa:before {
  content: "\f5bb";
}

/* line 5682, vendor/assets/fontawesome/css/fontawesome.css */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 5685, vendor/assets/fontawesome/css/fontawesome.css */
.fa-space-station-moon:before {
  content: "\e033";
}

/* line 5688, vendor/assets/fontawesome/css/fontawesome.css */
.fa-space-station-moon-alt:before {
  content: "\e034";
}

/* line 5691, vendor/assets/fontawesome/css/fontawesome.css */
.fa-spade:before {
  content: "\f2f4";
}

/* line 5694, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sparkles:before {
  content: "\f890";
}

/* line 5697, vendor/assets/fontawesome/css/fontawesome.css */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 5700, vendor/assets/fontawesome/css/fontawesome.css */
.fa-speaker:before {
  content: "\f8df";
}

/* line 5703, vendor/assets/fontawesome/css/fontawesome.css */
.fa-speaker-deck:before {
  content: "\f83c";
}

/* line 5706, vendor/assets/fontawesome/css/fontawesome.css */
.fa-speakers:before {
  content: "\f8e0";
}

/* line 5709, vendor/assets/fontawesome/css/fontawesome.css */
.fa-spell-check:before {
  content: "\f891";
}

/* line 5712, vendor/assets/fontawesome/css/fontawesome.css */
.fa-spider:before {
  content: "\f717";
}

/* line 5715, vendor/assets/fontawesome/css/fontawesome.css */
.fa-spider-black-widow:before {
  content: "\f718";
}

/* line 5718, vendor/assets/fontawesome/css/fontawesome.css */
.fa-spider-web:before {
  content: "\f719";
}

/* line 5721, vendor/assets/fontawesome/css/fontawesome.css */
.fa-spinner:before {
  content: "\f110";
}

/* line 5724, vendor/assets/fontawesome/css/fontawesome.css */
.fa-spinner-third:before {
  content: "\f3f4";
}

/* line 5727, vendor/assets/fontawesome/css/fontawesome.css */
.fa-splotch:before {
  content: "\f5bc";
}

/* line 5730, vendor/assets/fontawesome/css/fontawesome.css */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 5733, vendor/assets/fontawesome/css/fontawesome.css */
.fa-spray-can:before {
  content: "\f5bd";
}

/* line 5736, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sprinkler:before {
  content: "\e035";
}

/* line 5739, vendor/assets/fontawesome/css/fontawesome.css */
.fa-square:before {
  content: "\f0c8";
}

/* line 5742, vendor/assets/fontawesome/css/fontawesome.css */
.fa-square-full:before {
  content: "\f45c";
}

/* line 5745, vendor/assets/fontawesome/css/fontawesome.css */
.fa-square-root:before {
  content: "\f697";
}

/* line 5748, vendor/assets/fontawesome/css/fontawesome.css */
.fa-square-root-alt:before {
  content: "\f698";
}

/* line 5751, vendor/assets/fontawesome/css/fontawesome.css */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 5754, vendor/assets/fontawesome/css/fontawesome.css */
.fa-squirrel:before {
  content: "\f71a";
}

/* line 5757, vendor/assets/fontawesome/css/fontawesome.css */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 5760, vendor/assets/fontawesome/css/fontawesome.css */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 5763, vendor/assets/fontawesome/css/fontawesome.css */
.fa-stackpath:before {
  content: "\f842";
}

/* line 5766, vendor/assets/fontawesome/css/fontawesome.css */
.fa-staff:before {
  content: "\f71b";
}

/* line 5769, vendor/assets/fontawesome/css/fontawesome.css */
.fa-stamp:before {
  content: "\f5bf";
}

/* line 5772, vendor/assets/fontawesome/css/fontawesome.css */
.fa-star:before {
  content: "\f005";
}

/* line 5775, vendor/assets/fontawesome/css/fontawesome.css */
.fa-star-and-crescent:before {
  content: "\f699";
}

/* line 5778, vendor/assets/fontawesome/css/fontawesome.css */
.fa-star-christmas:before {
  content: "\f7d4";
}

/* line 5781, vendor/assets/fontawesome/css/fontawesome.css */
.fa-star-exclamation:before {
  content: "\f2f3";
}

/* line 5784, vendor/assets/fontawesome/css/fontawesome.css */
.fa-star-half:before {
  content: "\f089";
}

/* line 5787, vendor/assets/fontawesome/css/fontawesome.css */
.fa-star-half-alt:before {
  content: "\f5c0";
}

/* line 5790, vendor/assets/fontawesome/css/fontawesome.css */
.fa-star-of-david:before {
  content: "\f69a";
}

/* line 5793, vendor/assets/fontawesome/css/fontawesome.css */
.fa-star-of-life:before {
  content: "\f621";
}

/* line 5796, vendor/assets/fontawesome/css/fontawesome.css */
.fa-star-shooting:before {
  content: "\e036";
}

/* line 5799, vendor/assets/fontawesome/css/fontawesome.css */
.fa-starfighter:before {
  content: "\e037";
}

/* line 5802, vendor/assets/fontawesome/css/fontawesome.css */
.fa-starfighter-alt:before {
  content: "\e038";
}

/* line 5805, vendor/assets/fontawesome/css/fontawesome.css */
.fa-stars:before {
  content: "\f762";
}

/* line 5808, vendor/assets/fontawesome/css/fontawesome.css */
.fa-starship:before {
  content: "\e039";
}

/* line 5811, vendor/assets/fontawesome/css/fontawesome.css */
.fa-starship-freighter:before {
  content: "\e03a";
}

/* line 5814, vendor/assets/fontawesome/css/fontawesome.css */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 5817, vendor/assets/fontawesome/css/fontawesome.css */
.fa-steak:before {
  content: "\f824";
}

/* line 5820, vendor/assets/fontawesome/css/fontawesome.css */
.fa-steam:before {
  content: "\f1b6";
}

/* line 5823, vendor/assets/fontawesome/css/fontawesome.css */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 5826, vendor/assets/fontawesome/css/fontawesome.css */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* line 5829, vendor/assets/fontawesome/css/fontawesome.css */
.fa-steering-wheel:before {
  content: "\f622";
}

/* line 5832, vendor/assets/fontawesome/css/fontawesome.css */
.fa-step-backward:before {
  content: "\f048";
}

/* line 5835, vendor/assets/fontawesome/css/fontawesome.css */
.fa-step-forward:before {
  content: "\f051";
}

/* line 5838, vendor/assets/fontawesome/css/fontawesome.css */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 5841, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 5844, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 5847, vendor/assets/fontawesome/css/fontawesome.css */
.fa-stocking:before {
  content: "\f7d5";
}

/* line 5850, vendor/assets/fontawesome/css/fontawesome.css */
.fa-stomach:before {
  content: "\f623";
}

/* line 5853, vendor/assets/fontawesome/css/fontawesome.css */
.fa-stop:before {
  content: "\f04d";
}

/* line 5856, vendor/assets/fontawesome/css/fontawesome.css */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 5859, vendor/assets/fontawesome/css/fontawesome.css */
.fa-stopwatch:before {
  content: "\f2f2";
}

/* line 5862, vendor/assets/fontawesome/css/fontawesome.css */
.fa-stopwatch-20:before {
  content: "\e06f";
}

/* line 5865, vendor/assets/fontawesome/css/fontawesome.css */
.fa-store:before {
  content: "\f54e";
}

/* line 5868, vendor/assets/fontawesome/css/fontawesome.css */
.fa-store-alt:before {
  content: "\f54f";
}

/* line 5871, vendor/assets/fontawesome/css/fontawesome.css */
.fa-store-alt-slash:before {
  content: "\e070";
}

/* line 5874, vendor/assets/fontawesome/css/fontawesome.css */
.fa-store-slash:before {
  content: "\e071";
}

/* line 5877, vendor/assets/fontawesome/css/fontawesome.css */
.fa-strava:before {
  content: "\f428";
}

/* line 5880, vendor/assets/fontawesome/css/fontawesome.css */
.fa-stream:before {
  content: "\f550";
}

/* line 5883, vendor/assets/fontawesome/css/fontawesome.css */
.fa-street-view:before {
  content: "\f21d";
}

/* line 5886, vendor/assets/fontawesome/css/fontawesome.css */
.fa-stretcher:before {
  content: "\f825";
}

/* line 5889, vendor/assets/fontawesome/css/fontawesome.css */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 5892, vendor/assets/fontawesome/css/fontawesome.css */
.fa-stripe:before {
  content: "\f429";
}

/* line 5895, vendor/assets/fontawesome/css/fontawesome.css */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 5898, vendor/assets/fontawesome/css/fontawesome.css */
.fa-stroopwafel:before {
  content: "\f551";
}

/* line 5901, vendor/assets/fontawesome/css/fontawesome.css */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 5904, vendor/assets/fontawesome/css/fontawesome.css */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 5907, vendor/assets/fontawesome/css/fontawesome.css */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 5910, vendor/assets/fontawesome/css/fontawesome.css */
.fa-subscript:before {
  content: "\f12c";
}

/* line 5913, vendor/assets/fontawesome/css/fontawesome.css */
.fa-subway:before {
  content: "\f239";
}

/* line 5916, vendor/assets/fontawesome/css/fontawesome.css */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 5919, vendor/assets/fontawesome/css/fontawesome.css */
.fa-suitcase-rolling:before {
  content: "\f5c1";
}

/* line 5922, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sun:before {
  content: "\f185";
}

/* line 5925, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sun-cloud:before {
  content: "\f763";
}

/* line 5928, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sun-dust:before {
  content: "\f764";
}

/* line 5931, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sun-haze:before {
  content: "\f765";
}

/* line 5934, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sunglasses:before {
  content: "\f892";
}

/* line 5937, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sunrise:before {
  content: "\f766";
}

/* line 5940, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sunset:before {
  content: "\f767";
}

/* line 5943, vendor/assets/fontawesome/css/fontawesome.css */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 5946, vendor/assets/fontawesome/css/fontawesome.css */
.fa-superscript:before {
  content: "\f12b";
}

/* line 5949, vendor/assets/fontawesome/css/fontawesome.css */
.fa-supple:before {
  content: "\f3f9";
}

/* line 5952, vendor/assets/fontawesome/css/fontawesome.css */
.fa-surprise:before {
  content: "\f5c2";
}

/* line 5955, vendor/assets/fontawesome/css/fontawesome.css */
.fa-suse:before {
  content: "\f7d6";
}

/* line 5958, vendor/assets/fontawesome/css/fontawesome.css */
.fa-swatchbook:before {
  content: "\f5c3";
}

/* line 5961, vendor/assets/fontawesome/css/fontawesome.css */
.fa-swift:before {
  content: "\f8e1";
}

/* line 5964, vendor/assets/fontawesome/css/fontawesome.css */
.fa-swimmer:before {
  content: "\f5c4";
}

/* line 5967, vendor/assets/fontawesome/css/fontawesome.css */
.fa-swimming-pool:before {
  content: "\f5c5";
}

/* line 5970, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sword:before {
  content: "\f71c";
}

/* line 5973, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sword-laser:before {
  content: "\e03b";
}

/* line 5976, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sword-laser-alt:before {
  content: "\e03c";
}

/* line 5979, vendor/assets/fontawesome/css/fontawesome.css */
.fa-swords:before {
  content: "\f71d";
}

/* line 5982, vendor/assets/fontawesome/css/fontawesome.css */
.fa-swords-laser:before {
  content: "\e03d";
}

/* line 5985, vendor/assets/fontawesome/css/fontawesome.css */
.fa-symfony:before {
  content: "\f83d";
}

/* line 5988, vendor/assets/fontawesome/css/fontawesome.css */
.fa-synagogue:before {
  content: "\f69b";
}

/* line 5991, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sync:before {
  content: "\f021";
}

/* line 5994, vendor/assets/fontawesome/css/fontawesome.css */
.fa-sync-alt:before {
  content: "\f2f1";
}

/* line 5997, vendor/assets/fontawesome/css/fontawesome.css */
.fa-syringe:before {
  content: "\f48e";
}

/* line 6000, vendor/assets/fontawesome/css/fontawesome.css */
.fa-table:before {
  content: "\f0ce";
}

/* line 6003, vendor/assets/fontawesome/css/fontawesome.css */
.fa-table-tennis:before {
  content: "\f45d";
}

/* line 6006, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tablet:before {
  content: "\f10a";
}

/* line 6009, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tablet-alt:before {
  content: "\f3fa";
}

/* line 6012, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tablet-android:before {
  content: "\f3fb";
}

/* line 6015, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tablet-android-alt:before {
  content: "\f3fc";
}

/* line 6018, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tablet-rugged:before {
  content: "\f48f";
}

/* line 6021, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tablets:before {
  content: "\f490";
}

/* line 6024, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 6027, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tachometer-alt:before {
  content: "\f3fd";
}

/* line 6030, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tachometer-alt-average:before {
  content: "\f624";
}

/* line 6033, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tachometer-alt-fast:before {
  content: "\f625";
}

/* line 6036, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tachometer-alt-fastest:before {
  content: "\f626";
}

/* line 6039, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tachometer-alt-slow:before {
  content: "\f627";
}

/* line 6042, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tachometer-alt-slowest:before {
  content: "\f628";
}

/* line 6045, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tachometer-average:before {
  content: "\f629";
}

/* line 6048, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tachometer-fast:before {
  content: "\f62a";
}

/* line 6051, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tachometer-fastest:before {
  content: "\f62b";
}

/* line 6054, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tachometer-slow:before {
  content: "\f62c";
}

/* line 6057, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tachometer-slowest:before {
  content: "\f62d";
}

/* line 6060, vendor/assets/fontawesome/css/fontawesome.css */
.fa-taco:before {
  content: "\f826";
}

/* line 6063, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tag:before {
  content: "\f02b";
}

/* line 6066, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tags:before {
  content: "\f02c";
}

/* line 6069, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tally:before {
  content: "\f69c";
}

/* line 6072, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tanakh:before {
  content: "\f827";
}

/* line 6075, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tape:before {
  content: "\f4db";
}

/* line 6078, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 6081, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tasks-alt:before {
  content: "\f828";
}

/* line 6084, vendor/assets/fontawesome/css/fontawesome.css */
.fa-taxi:before {
  content: "\f1ba";
}

/* line 6087, vendor/assets/fontawesome/css/fontawesome.css */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 6090, vendor/assets/fontawesome/css/fontawesome.css */
.fa-teeth:before {
  content: "\f62e";
}

/* line 6093, vendor/assets/fontawesome/css/fontawesome.css */
.fa-teeth-open:before {
  content: "\f62f";
}

/* line 6096, vendor/assets/fontawesome/css/fontawesome.css */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 6099, vendor/assets/fontawesome/css/fontawesome.css */
.fa-telegram-plane:before {
  content: "\f3fe";
}

/* line 6102, vendor/assets/fontawesome/css/fontawesome.css */
.fa-telescope:before {
  content: "\e03e";
}

/* line 6105, vendor/assets/fontawesome/css/fontawesome.css */
.fa-temperature-down:before {
  content: "\e03f";
}

/* line 6108, vendor/assets/fontawesome/css/fontawesome.css */
.fa-temperature-frigid:before {
  content: "\f768";
}

/* line 6111, vendor/assets/fontawesome/css/fontawesome.css */
.fa-temperature-high:before {
  content: "\f769";
}

/* line 6114, vendor/assets/fontawesome/css/fontawesome.css */
.fa-temperature-hot:before {
  content: "\f76a";
}

/* line 6117, vendor/assets/fontawesome/css/fontawesome.css */
.fa-temperature-low:before {
  content: "\f76b";
}

/* line 6120, vendor/assets/fontawesome/css/fontawesome.css */
.fa-temperature-up:before {
  content: "\e040";
}

/* line 6123, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 6126, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tenge:before {
  content: "\f7d7";
}

/* line 6129, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tennis-ball:before {
  content: "\f45e";
}

/* line 6132, vendor/assets/fontawesome/css/fontawesome.css */
.fa-terminal:before {
  content: "\f120";
}

/* line 6135, vendor/assets/fontawesome/css/fontawesome.css */
.fa-text:before {
  content: "\f893";
}

/* line 6138, vendor/assets/fontawesome/css/fontawesome.css */
.fa-text-height:before {
  content: "\f034";
}

/* line 6141, vendor/assets/fontawesome/css/fontawesome.css */
.fa-text-size:before {
  content: "\f894";
}

/* line 6144, vendor/assets/fontawesome/css/fontawesome.css */
.fa-text-width:before {
  content: "\f035";
}

/* line 6147, vendor/assets/fontawesome/css/fontawesome.css */
.fa-th:before {
  content: "\f00a";
}

/* line 6150, vendor/assets/fontawesome/css/fontawesome.css */
.fa-th-large:before {
  content: "\f009";
}

/* line 6153, vendor/assets/fontawesome/css/fontawesome.css */
.fa-th-list:before {
  content: "\f00b";
}

/* line 6156, vendor/assets/fontawesome/css/fontawesome.css */
.fa-the-red-yeti:before {
  content: "\f69d";
}

/* line 6159, vendor/assets/fontawesome/css/fontawesome.css */
.fa-theater-masks:before {
  content: "\f630";
}

/* line 6162, vendor/assets/fontawesome/css/fontawesome.css */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 6165, vendor/assets/fontawesome/css/fontawesome.css */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 6168, vendor/assets/fontawesome/css/fontawesome.css */
.fa-thermometer:before {
  content: "\f491";
}

/* line 6171, vendor/assets/fontawesome/css/fontawesome.css */
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 6174, vendor/assets/fontawesome/css/fontawesome.css */
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 6177, vendor/assets/fontawesome/css/fontawesome.css */
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 6180, vendor/assets/fontawesome/css/fontawesome.css */
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 6183, vendor/assets/fontawesome/css/fontawesome.css */
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 6186, vendor/assets/fontawesome/css/fontawesome.css */
.fa-theta:before {
  content: "\f69e";
}

/* line 6189, vendor/assets/fontawesome/css/fontawesome.css */
.fa-think-peaks:before {
  content: "\f731";
}

/* line 6192, vendor/assets/fontawesome/css/fontawesome.css */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 6195, vendor/assets/fontawesome/css/fontawesome.css */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 6198, vendor/assets/fontawesome/css/fontawesome.css */
.fa-thumbtack:before {
  content: "\f08d";
}

/* line 6201, vendor/assets/fontawesome/css/fontawesome.css */
.fa-thunderstorm:before {
  content: "\f76c";
}

/* line 6204, vendor/assets/fontawesome/css/fontawesome.css */
.fa-thunderstorm-moon:before {
  content: "\f76d";
}

/* line 6207, vendor/assets/fontawesome/css/fontawesome.css */
.fa-thunderstorm-sun:before {
  content: "\f76e";
}

/* line 6210, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ticket:before {
  content: "\f145";
}

/* line 6213, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ticket-alt:before {
  content: "\f3ff";
}

/* line 6216, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tiktok:before {
  content: "\e07b";
}

/* line 6219, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tilde:before {
  content: "\f69f";
}

/* line 6222, vendor/assets/fontawesome/css/fontawesome.css */
.fa-times:before {
  content: "\f00d";
}

/* line 6225, vendor/assets/fontawesome/css/fontawesome.css */
.fa-times-circle:before {
  content: "\f057";
}

/* line 6228, vendor/assets/fontawesome/css/fontawesome.css */
.fa-times-hexagon:before {
  content: "\f2ee";
}

/* line 6231, vendor/assets/fontawesome/css/fontawesome.css */
.fa-times-octagon:before {
  content: "\f2f0";
}

/* line 6234, vendor/assets/fontawesome/css/fontawesome.css */
.fa-times-square:before {
  content: "\f2d3";
}

/* line 6237, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tint:before {
  content: "\f043";
}

/* line 6240, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tint-slash:before {
  content: "\f5c7";
}

/* line 6243, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tire:before {
  content: "\f631";
}

/* line 6246, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tire-flat:before {
  content: "\f632";
}

/* line 6249, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tire-pressure-warning:before {
  content: "\f633";
}

/* line 6252, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tire-rugged:before {
  content: "\f634";
}

/* line 6255, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tired:before {
  content: "\f5c8";
}

/* line 6258, vendor/assets/fontawesome/css/fontawesome.css */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 6261, vendor/assets/fontawesome/css/fontawesome.css */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 6264, vendor/assets/fontawesome/css/fontawesome.css */
.fa-toilet:before {
  content: "\f7d8";
}

/* line 6267, vendor/assets/fontawesome/css/fontawesome.css */
.fa-toilet-paper:before {
  content: "\f71e";
}

/* line 6270, vendor/assets/fontawesome/css/fontawesome.css */
.fa-toilet-paper-alt:before {
  content: "\f71f";
}

/* line 6273, vendor/assets/fontawesome/css/fontawesome.css */
.fa-toilet-paper-slash:before {
  content: "\e072";
}

/* line 6276, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tombstone:before {
  content: "\f720";
}

/* line 6279, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tombstone-alt:before {
  content: "\f721";
}

/* line 6282, vendor/assets/fontawesome/css/fontawesome.css */
.fa-toolbox:before {
  content: "\f552";
}

/* line 6285, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tools:before {
  content: "\f7d9";
}

/* line 6288, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tooth:before {
  content: "\f5c9";
}

/* line 6291, vendor/assets/fontawesome/css/fontawesome.css */
.fa-toothbrush:before {
  content: "\f635";
}

/* line 6294, vendor/assets/fontawesome/css/fontawesome.css */
.fa-torah:before {
  content: "\f6a0";
}

/* line 6297, vendor/assets/fontawesome/css/fontawesome.css */
.fa-torii-gate:before {
  content: "\f6a1";
}

/* line 6300, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tornado:before {
  content: "\f76f";
}

/* line 6303, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tractor:before {
  content: "\f722";
}

/* line 6306, vendor/assets/fontawesome/css/fontawesome.css */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 6309, vendor/assets/fontawesome/css/fontawesome.css */
.fa-trademark:before {
  content: "\f25c";
}

/* line 6312, vendor/assets/fontawesome/css/fontawesome.css */
.fa-traffic-cone:before {
  content: "\f636";
}

/* line 6315, vendor/assets/fontawesome/css/fontawesome.css */
.fa-traffic-light:before {
  content: "\f637";
}

/* line 6318, vendor/assets/fontawesome/css/fontawesome.css */
.fa-traffic-light-go:before {
  content: "\f638";
}

/* line 6321, vendor/assets/fontawesome/css/fontawesome.css */
.fa-traffic-light-slow:before {
  content: "\f639";
}

/* line 6324, vendor/assets/fontawesome/css/fontawesome.css */
.fa-traffic-light-stop:before {
  content: "\f63a";
}

/* line 6327, vendor/assets/fontawesome/css/fontawesome.css */
.fa-trailer:before {
  content: "\e041";
}

/* line 6330, vendor/assets/fontawesome/css/fontawesome.css */
.fa-train:before {
  content: "\f238";
}

/* line 6333, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tram:before {
  content: "\f7da";
}

/* line 6336, vendor/assets/fontawesome/css/fontawesome.css */
.fa-transgender:before {
  content: "\f224";
}

/* line 6339, vendor/assets/fontawesome/css/fontawesome.css */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 6342, vendor/assets/fontawesome/css/fontawesome.css */
.fa-transporter:before {
  content: "\e042";
}

/* line 6345, vendor/assets/fontawesome/css/fontawesome.css */
.fa-transporter-1:before {
  content: "\e043";
}

/* line 6348, vendor/assets/fontawesome/css/fontawesome.css */
.fa-transporter-2:before {
  content: "\e044";
}

/* line 6351, vendor/assets/fontawesome/css/fontawesome.css */
.fa-transporter-3:before {
  content: "\e045";
}

/* line 6354, vendor/assets/fontawesome/css/fontawesome.css */
.fa-transporter-empty:before {
  content: "\e046";
}

/* line 6357, vendor/assets/fontawesome/css/fontawesome.css */
.fa-trash:before {
  content: "\f1f8";
}

/* line 6360, vendor/assets/fontawesome/css/fontawesome.css */
.fa-trash-alt:before {
  content: "\f2ed";
}

/* line 6363, vendor/assets/fontawesome/css/fontawesome.css */
.fa-trash-restore:before {
  content: "\f829";
}

/* line 6366, vendor/assets/fontawesome/css/fontawesome.css */
.fa-trash-restore-alt:before {
  content: "\f82a";
}

/* line 6369, vendor/assets/fontawesome/css/fontawesome.css */
.fa-trash-undo:before {
  content: "\f895";
}

/* line 6372, vendor/assets/fontawesome/css/fontawesome.css */
.fa-trash-undo-alt:before {
  content: "\f896";
}

/* line 6375, vendor/assets/fontawesome/css/fontawesome.css */
.fa-treasure-chest:before {
  content: "\f723";
}

/* line 6378, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tree:before {
  content: "\f1bb";
}

/* line 6381, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tree-alt:before {
  content: "\f400";
}

/* line 6384, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tree-christmas:before {
  content: "\f7db";
}

/* line 6387, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tree-decorated:before {
  content: "\f7dc";
}

/* line 6390, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tree-large:before {
  content: "\f7dd";
}

/* line 6393, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tree-palm:before {
  content: "\f82b";
}

/* line 6396, vendor/assets/fontawesome/css/fontawesome.css */
.fa-trees:before {
  content: "\f724";
}

/* line 6399, vendor/assets/fontawesome/css/fontawesome.css */
.fa-trello:before {
  content: "\f181";
}

/* line 6402, vendor/assets/fontawesome/css/fontawesome.css */
.fa-triangle:before {
  content: "\f2ec";
}

/* line 6405, vendor/assets/fontawesome/css/fontawesome.css */
.fa-triangle-music:before {
  content: "\f8e2";
}

/* line 6408, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 6411, vendor/assets/fontawesome/css/fontawesome.css */
.fa-trophy:before {
  content: "\f091";
}

/* line 6414, vendor/assets/fontawesome/css/fontawesome.css */
.fa-trophy-alt:before {
  content: "\f2eb";
}

/* line 6417, vendor/assets/fontawesome/css/fontawesome.css */
.fa-truck:before {
  content: "\f0d1";
}

/* line 6420, vendor/assets/fontawesome/css/fontawesome.css */
.fa-truck-container:before {
  content: "\f4dc";
}

/* line 6423, vendor/assets/fontawesome/css/fontawesome.css */
.fa-truck-couch:before {
  content: "\f4dd";
}

/* line 6426, vendor/assets/fontawesome/css/fontawesome.css */
.fa-truck-loading:before {
  content: "\f4de";
}

/* line 6429, vendor/assets/fontawesome/css/fontawesome.css */
.fa-truck-monster:before {
  content: "\f63b";
}

/* line 6432, vendor/assets/fontawesome/css/fontawesome.css */
.fa-truck-moving:before {
  content: "\f4df";
}

/* line 6435, vendor/assets/fontawesome/css/fontawesome.css */
.fa-truck-pickup:before {
  content: "\f63c";
}

/* line 6438, vendor/assets/fontawesome/css/fontawesome.css */
.fa-truck-plow:before {
  content: "\f7de";
}

/* line 6441, vendor/assets/fontawesome/css/fontawesome.css */
.fa-truck-ramp:before {
  content: "\f4e0";
}

/* line 6444, vendor/assets/fontawesome/css/fontawesome.css */
.fa-trumpet:before {
  content: "\f8e3";
}

/* line 6447, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tshirt:before {
  content: "\f553";
}

/* line 6450, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tty:before {
  content: "\f1e4";
}

/* line 6453, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tumblr:before {
  content: "\f173";
}

/* line 6456, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 6459, vendor/assets/fontawesome/css/fontawesome.css */
.fa-turkey:before {
  content: "\f725";
}

/* line 6462, vendor/assets/fontawesome/css/fontawesome.css */
.fa-turntable:before {
  content: "\f8e4";
}

/* line 6465, vendor/assets/fontawesome/css/fontawesome.css */
.fa-turtle:before {
  content: "\f726";
}

/* line 6468, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tv:before {
  content: "\f26c";
}

/* line 6471, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tv-alt:before {
  content: "\f8e5";
}

/* line 6474, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tv-music:before {
  content: "\f8e6";
}

/* line 6477, vendor/assets/fontawesome/css/fontawesome.css */
.fa-tv-retro:before {
  content: "\f401";
}

/* line 6480, vendor/assets/fontawesome/css/fontawesome.css */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 6483, vendor/assets/fontawesome/css/fontawesome.css */
.fa-twitter:before {
  content: "\f099";
}

/* line 6486, vendor/assets/fontawesome/css/fontawesome.css */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 6489, vendor/assets/fontawesome/css/fontawesome.css */
.fa-typewriter:before {
  content: "\f8e7";
}

/* line 6492, vendor/assets/fontawesome/css/fontawesome.css */
.fa-typo3:before {
  content: "\f42b";
}

/* line 6495, vendor/assets/fontawesome/css/fontawesome.css */
.fa-uber:before {
  content: "\f402";
}

/* line 6498, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ubuntu:before {
  content: "\f7df";
}

/* line 6501, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ufo:before {
  content: "\e047";
}

/* line 6504, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ufo-beam:before {
  content: "\e048";
}

/* line 6507, vendor/assets/fontawesome/css/fontawesome.css */
.fa-uikit:before {
  content: "\f403";
}

/* line 6510, vendor/assets/fontawesome/css/fontawesome.css */
.fa-umbraco:before {
  content: "\f8e8";
}

/* line 6513, vendor/assets/fontawesome/css/fontawesome.css */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 6516, vendor/assets/fontawesome/css/fontawesome.css */
.fa-umbrella-beach:before {
  content: "\f5ca";
}

/* line 6519, vendor/assets/fontawesome/css/fontawesome.css */
.fa-uncharted:before {
  content: "\e084";
}

/* line 6522, vendor/assets/fontawesome/css/fontawesome.css */
.fa-underline:before {
  content: "\f0cd";
}

/* line 6525, vendor/assets/fontawesome/css/fontawesome.css */
.fa-undo:before {
  content: "\f0e2";
}

/* line 6528, vendor/assets/fontawesome/css/fontawesome.css */
.fa-undo-alt:before {
  content: "\f2ea";
}

/* line 6531, vendor/assets/fontawesome/css/fontawesome.css */
.fa-unicorn:before {
  content: "\f727";
}

/* line 6534, vendor/assets/fontawesome/css/fontawesome.css */
.fa-union:before {
  content: "\f6a2";
}

/* line 6537, vendor/assets/fontawesome/css/fontawesome.css */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 6540, vendor/assets/fontawesome/css/fontawesome.css */
.fa-unity:before {
  content: "\e049";
}

/* line 6543, vendor/assets/fontawesome/css/fontawesome.css */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 6546, vendor/assets/fontawesome/css/fontawesome.css */
.fa-university:before {
  content: "\f19c";
}

/* line 6549, vendor/assets/fontawesome/css/fontawesome.css */
.fa-unlink:before {
  content: "\f127";
}

/* line 6552, vendor/assets/fontawesome/css/fontawesome.css */
.fa-unlock:before {
  content: "\f09c";
}

/* line 6555, vendor/assets/fontawesome/css/fontawesome.css */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 6558, vendor/assets/fontawesome/css/fontawesome.css */
.fa-unsplash:before {
  content: "\e07c";
}

/* line 6561, vendor/assets/fontawesome/css/fontawesome.css */
.fa-untappd:before {
  content: "\f405";
}

/* line 6564, vendor/assets/fontawesome/css/fontawesome.css */
.fa-upload:before {
  content: "\f093";
}

/* line 6567, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ups:before {
  content: "\f7e0";
}

/* line 6570, vendor/assets/fontawesome/css/fontawesome.css */
.fa-usb:before {
  content: "\f287";
}

/* line 6573, vendor/assets/fontawesome/css/fontawesome.css */
.fa-usb-drive:before {
  content: "\f8e9";
}

/* line 6576, vendor/assets/fontawesome/css/fontawesome.css */
.fa-usd-circle:before {
  content: "\f2e8";
}

/* line 6579, vendor/assets/fontawesome/css/fontawesome.css */
.fa-usd-square:before {
  content: "\f2e9";
}

/* line 6582, vendor/assets/fontawesome/css/fontawesome.css */
.fa-user:before {
  content: "\f007";
}

/* line 6585, vendor/assets/fontawesome/css/fontawesome.css */
.fa-user-alien:before {
  content: "\e04a";
}

/* line 6588, vendor/assets/fontawesome/css/fontawesome.css */
.fa-user-alt:before {
  content: "\f406";
}

/* line 6591, vendor/assets/fontawesome/css/fontawesome.css */
.fa-user-alt-slash:before {
  content: "\f4fa";
}

/* line 6594, vendor/assets/fontawesome/css/fontawesome.css */
.fa-user-astronaut:before {
  content: "\f4fb";
}

/* line 6597, vendor/assets/fontawesome/css/fontawesome.css */
.fa-user-chart:before {
  content: "\f6a3";
}

/* line 6600, vendor/assets/fontawesome/css/fontawesome.css */
.fa-user-check:before {
  content: "\f4fc";
}

/* line 6603, vendor/assets/fontawesome/css/fontawesome.css */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 6606, vendor/assets/fontawesome/css/fontawesome.css */
.fa-user-clock:before {
  content: "\f4fd";
}

/* line 6609, vendor/assets/fontawesome/css/fontawesome.css */
.fa-user-cog:before {
  content: "\f4fe";
}

/* line 6612, vendor/assets/fontawesome/css/fontawesome.css */
.fa-user-cowboy:before {
  content: "\f8ea";
}

/* line 6615, vendor/assets/fontawesome/css/fontawesome.css */
.fa-user-crown:before {
  content: "\f6a4";
}

/* line 6618, vendor/assets/fontawesome/css/fontawesome.css */
.fa-user-edit:before {
  content: "\f4ff";
}

/* line 6621, vendor/assets/fontawesome/css/fontawesome.css */
.fa-user-friends:before {
  content: "\f500";
}

/* line 6624, vendor/assets/fontawesome/css/fontawesome.css */
.fa-user-graduate:before {
  content: "\f501";
}

/* line 6627, vendor/assets/fontawesome/css/fontawesome.css */
.fa-user-hard-hat:before {
  content: "\f82c";
}

/* line 6630, vendor/assets/fontawesome/css/fontawesome.css */
.fa-user-headset:before {
  content: "\f82d";
}

/* line 6633, vendor/assets/fontawesome/css/fontawesome.css */
.fa-user-injured:before {
  content: "\f728";
}

/* line 6636, vendor/assets/fontawesome/css/fontawesome.css */
.fa-user-lock:before {
  content: "\f502";
}

/* line 6639, vendor/assets/fontawesome/css/fontawesome.css */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 6642, vendor/assets/fontawesome/css/fontawesome.css */
.fa-user-md-chat:before {
  content: "\f82e";
}

/* line 6645, vendor/assets/fontawesome/css/fontawesome.css */
.fa-user-minus:before {
  content: "\f503";
}

/* line 6648, vendor/assets/fontawesome/css/fontawesome.css */
.fa-user-music:before {
  content: "\f8eb";
}

/* line 6651, vendor/assets/fontawesome/css/fontawesome.css */
.fa-user-ninja:before {
  content: "\f504";
}

/* line 6654, vendor/assets/fontawesome/css/fontawesome.css */
.fa-user-nurse:before {
  content: "\f82f";
}

/* line 6657, vendor/assets/fontawesome/css/fontawesome.css */
.fa-user-plus:before {
  content: "\f234";
}

/* line 6660, vendor/assets/fontawesome/css/fontawesome.css */
.fa-user-robot:before {
  content: "\e04b";
}

/* line 6663, vendor/assets/fontawesome/css/fontawesome.css */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 6666, vendor/assets/fontawesome/css/fontawesome.css */
.fa-user-shield:before {
  content: "\f505";
}

/* line 6669, vendor/assets/fontawesome/css/fontawesome.css */
.fa-user-slash:before {
  content: "\f506";
}

/* line 6672, vendor/assets/fontawesome/css/fontawesome.css */
.fa-user-tag:before {
  content: "\f507";
}

/* line 6675, vendor/assets/fontawesome/css/fontawesome.css */
.fa-user-tie:before {
  content: "\f508";
}

/* line 6678, vendor/assets/fontawesome/css/fontawesome.css */
.fa-user-times:before {
  content: "\f235";
}

/* line 6681, vendor/assets/fontawesome/css/fontawesome.css */
.fa-user-unlock:before {
  content: "\e058";
}

/* line 6684, vendor/assets/fontawesome/css/fontawesome.css */
.fa-user-visor:before {
  content: "\e04c";
}

/* line 6687, vendor/assets/fontawesome/css/fontawesome.css */
.fa-users:before {
  content: "\f0c0";
}

/* line 6690, vendor/assets/fontawesome/css/fontawesome.css */
.fa-users-class:before {
  content: "\f63d";
}

/* line 6693, vendor/assets/fontawesome/css/fontawesome.css */
.fa-users-cog:before {
  content: "\f509";
}

/* line 6696, vendor/assets/fontawesome/css/fontawesome.css */
.fa-users-crown:before {
  content: "\f6a5";
}

/* line 6699, vendor/assets/fontawesome/css/fontawesome.css */
.fa-users-medical:before {
  content: "\f830";
}

/* line 6702, vendor/assets/fontawesome/css/fontawesome.css */
.fa-users-slash:before {
  content: "\e073";
}

/* line 6705, vendor/assets/fontawesome/css/fontawesome.css */
.fa-usps:before {
  content: "\f7e1";
}

/* line 6708, vendor/assets/fontawesome/css/fontawesome.css */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 6711, vendor/assets/fontawesome/css/fontawesome.css */
.fa-utensil-fork:before {
  content: "\f2e3";
}

/* line 6714, vendor/assets/fontawesome/css/fontawesome.css */
.fa-utensil-knife:before {
  content: "\f2e4";
}

/* line 6717, vendor/assets/fontawesome/css/fontawesome.css */
.fa-utensil-spoon:before {
  content: "\f2e5";
}

/* line 6720, vendor/assets/fontawesome/css/fontawesome.css */
.fa-utensils:before {
  content: "\f2e7";
}

/* line 6723, vendor/assets/fontawesome/css/fontawesome.css */
.fa-utensils-alt:before {
  content: "\f2e6";
}

/* line 6726, vendor/assets/fontawesome/css/fontawesome.css */
.fa-vaadin:before {
  content: "\f408";
}

/* line 6729, vendor/assets/fontawesome/css/fontawesome.css */
.fa-vacuum:before {
  content: "\e04d";
}

/* line 6732, vendor/assets/fontawesome/css/fontawesome.css */
.fa-vacuum-robot:before {
  content: "\e04e";
}

/* line 6735, vendor/assets/fontawesome/css/fontawesome.css */
.fa-value-absolute:before {
  content: "\f6a6";
}

/* line 6738, vendor/assets/fontawesome/css/fontawesome.css */
.fa-vector-square:before {
  content: "\f5cb";
}

/* line 6741, vendor/assets/fontawesome/css/fontawesome.css */
.fa-venus:before {
  content: "\f221";
}

/* line 6744, vendor/assets/fontawesome/css/fontawesome.css */
.fa-venus-double:before {
  content: "\f226";
}

/* line 6747, vendor/assets/fontawesome/css/fontawesome.css */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 6750, vendor/assets/fontawesome/css/fontawesome.css */
.fa-vest:before {
  content: "\e085";
}

/* line 6753, vendor/assets/fontawesome/css/fontawesome.css */
.fa-vest-patches:before {
  content: "\e086";
}

/* line 6756, vendor/assets/fontawesome/css/fontawesome.css */
.fa-vhs:before {
  content: "\f8ec";
}

/* line 6759, vendor/assets/fontawesome/css/fontawesome.css */
.fa-viacoin:before {
  content: "\f237";
}

/* line 6762, vendor/assets/fontawesome/css/fontawesome.css */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 6765, vendor/assets/fontawesome/css/fontawesome.css */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 6768, vendor/assets/fontawesome/css/fontawesome.css */
.fa-vial:before {
  content: "\f492";
}

/* line 6771, vendor/assets/fontawesome/css/fontawesome.css */
.fa-vials:before {
  content: "\f493";
}

/* line 6774, vendor/assets/fontawesome/css/fontawesome.css */
.fa-viber:before {
  content: "\f409";
}

/* line 6777, vendor/assets/fontawesome/css/fontawesome.css */
.fa-video:before {
  content: "\f03d";
}

/* line 6780, vendor/assets/fontawesome/css/fontawesome.css */
.fa-video-plus:before {
  content: "\f4e1";
}

/* line 6783, vendor/assets/fontawesome/css/fontawesome.css */
.fa-video-slash:before {
  content: "\f4e2";
}

/* line 6786, vendor/assets/fontawesome/css/fontawesome.css */
.fa-vihara:before {
  content: "\f6a7";
}

/* line 6789, vendor/assets/fontawesome/css/fontawesome.css */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 6792, vendor/assets/fontawesome/css/fontawesome.css */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 6795, vendor/assets/fontawesome/css/fontawesome.css */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 6798, vendor/assets/fontawesome/css/fontawesome.css */
.fa-vine:before {
  content: "\f1ca";
}

/* line 6801, vendor/assets/fontawesome/css/fontawesome.css */
.fa-violin:before {
  content: "\f8ed";
}

/* line 6804, vendor/assets/fontawesome/css/fontawesome.css */
.fa-virus:before {
  content: "\e074";
}

/* line 6807, vendor/assets/fontawesome/css/fontawesome.css */
.fa-virus-slash:before {
  content: "\e075";
}

/* line 6810, vendor/assets/fontawesome/css/fontawesome.css */
.fa-viruses:before {
  content: "\e076";
}

/* line 6813, vendor/assets/fontawesome/css/fontawesome.css */
.fa-vk:before {
  content: "\f189";
}

/* line 6816, vendor/assets/fontawesome/css/fontawesome.css */
.fa-vnv:before {
  content: "\f40b";
}

/* line 6819, vendor/assets/fontawesome/css/fontawesome.css */
.fa-voicemail:before {
  content: "\f897";
}

/* line 6822, vendor/assets/fontawesome/css/fontawesome.css */
.fa-volcano:before {
  content: "\f770";
}

/* line 6825, vendor/assets/fontawesome/css/fontawesome.css */
.fa-volleyball-ball:before {
  content: "\f45f";
}

/* line 6828, vendor/assets/fontawesome/css/fontawesome.css */
.fa-volume:before {
  content: "\f6a8";
}

/* line 6831, vendor/assets/fontawesome/css/fontawesome.css */
.fa-volume-down:before {
  content: "\f027";
}

/* line 6834, vendor/assets/fontawesome/css/fontawesome.css */
.fa-volume-mute:before {
  content: "\f6a9";
}

/* line 6837, vendor/assets/fontawesome/css/fontawesome.css */
.fa-volume-off:before {
  content: "\f026";
}

/* line 6840, vendor/assets/fontawesome/css/fontawesome.css */
.fa-volume-slash:before {
  content: "\f2e2";
}

/* line 6843, vendor/assets/fontawesome/css/fontawesome.css */
.fa-volume-up:before {
  content: "\f028";
}

/* line 6846, vendor/assets/fontawesome/css/fontawesome.css */
.fa-vote-nay:before {
  content: "\f771";
}

/* line 6849, vendor/assets/fontawesome/css/fontawesome.css */
.fa-vote-yea:before {
  content: "\f772";
}

/* line 6852, vendor/assets/fontawesome/css/fontawesome.css */
.fa-vr-cardboard:before {
  content: "\f729";
}

/* line 6855, vendor/assets/fontawesome/css/fontawesome.css */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 6858, vendor/assets/fontawesome/css/fontawesome.css */
.fa-wagon-covered:before {
  content: "\f8ee";
}

/* line 6861, vendor/assets/fontawesome/css/fontawesome.css */
.fa-walker:before {
  content: "\f831";
}

/* line 6864, vendor/assets/fontawesome/css/fontawesome.css */
.fa-walkie-talkie:before {
  content: "\f8ef";
}

/* line 6867, vendor/assets/fontawesome/css/fontawesome.css */
.fa-walking:before {
  content: "\f554";
}

/* line 6870, vendor/assets/fontawesome/css/fontawesome.css */
.fa-wallet:before {
  content: "\f555";
}

/* line 6873, vendor/assets/fontawesome/css/fontawesome.css */
.fa-wand:before {
  content: "\f72a";
}

/* line 6876, vendor/assets/fontawesome/css/fontawesome.css */
.fa-wand-magic:before {
  content: "\f72b";
}

/* line 6879, vendor/assets/fontawesome/css/fontawesome.css */
.fa-warehouse:before {
  content: "\f494";
}

/* line 6882, vendor/assets/fontawesome/css/fontawesome.css */
.fa-warehouse-alt:before {
  content: "\f495";
}

/* line 6885, vendor/assets/fontawesome/css/fontawesome.css */
.fa-washer:before {
  content: "\f898";
}

/* line 6888, vendor/assets/fontawesome/css/fontawesome.css */
.fa-watch:before {
  content: "\f2e1";
}

/* line 6891, vendor/assets/fontawesome/css/fontawesome.css */
.fa-watch-calculator:before {
  content: "\f8f0";
}

/* line 6894, vendor/assets/fontawesome/css/fontawesome.css */
.fa-watch-fitness:before {
  content: "\f63e";
}

/* line 6897, vendor/assets/fontawesome/css/fontawesome.css */
.fa-watchman-monitoring:before {
  content: "\e087";
}

/* line 6900, vendor/assets/fontawesome/css/fontawesome.css */
.fa-water:before {
  content: "\f773";
}

/* line 6903, vendor/assets/fontawesome/css/fontawesome.css */
.fa-water-lower:before {
  content: "\f774";
}

/* line 6906, vendor/assets/fontawesome/css/fontawesome.css */
.fa-water-rise:before {
  content: "\f775";
}

/* line 6909, vendor/assets/fontawesome/css/fontawesome.css */
.fa-wave-sine:before {
  content: "\f899";
}

/* line 6912, vendor/assets/fontawesome/css/fontawesome.css */
.fa-wave-square:before {
  content: "\f83e";
}

/* line 6915, vendor/assets/fontawesome/css/fontawesome.css */
.fa-wave-triangle:before {
  content: "\f89a";
}

/* line 6918, vendor/assets/fontawesome/css/fontawesome.css */
.fa-waveform:before {
  content: "\f8f1";
}

/* line 6921, vendor/assets/fontawesome/css/fontawesome.css */
.fa-waveform-path:before {
  content: "\f8f2";
}

/* line 6924, vendor/assets/fontawesome/css/fontawesome.css */
.fa-waze:before {
  content: "\f83f";
}

/* line 6927, vendor/assets/fontawesome/css/fontawesome.css */
.fa-webcam:before {
  content: "\f832";
}

/* line 6930, vendor/assets/fontawesome/css/fontawesome.css */
.fa-webcam-slash:before {
  content: "\f833";
}

/* line 6933, vendor/assets/fontawesome/css/fontawesome.css */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 6936, vendor/assets/fontawesome/css/fontawesome.css */
.fa-weibo:before {
  content: "\f18a";
}

/* line 6939, vendor/assets/fontawesome/css/fontawesome.css */
.fa-weight:before {
  content: "\f496";
}

/* line 6942, vendor/assets/fontawesome/css/fontawesome.css */
.fa-weight-hanging:before {
  content: "\f5cd";
}

/* line 6945, vendor/assets/fontawesome/css/fontawesome.css */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 6948, vendor/assets/fontawesome/css/fontawesome.css */
.fa-whale:before {
  content: "\f72c";
}

/* line 6951, vendor/assets/fontawesome/css/fontawesome.css */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 6954, vendor/assets/fontawesome/css/fontawesome.css */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 6957, vendor/assets/fontawesome/css/fontawesome.css */
.fa-wheat:before {
  content: "\f72d";
}

/* line 6960, vendor/assets/fontawesome/css/fontawesome.css */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 6963, vendor/assets/fontawesome/css/fontawesome.css */
.fa-whistle:before {
  content: "\f460";
}

/* line 6966, vendor/assets/fontawesome/css/fontawesome.css */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 6969, vendor/assets/fontawesome/css/fontawesome.css */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 6972, vendor/assets/fontawesome/css/fontawesome.css */
.fa-wifi-1:before {
  content: "\f6aa";
}

/* line 6975, vendor/assets/fontawesome/css/fontawesome.css */
.fa-wifi-2:before {
  content: "\f6ab";
}

/* line 6978, vendor/assets/fontawesome/css/fontawesome.css */
.fa-wifi-slash:before {
  content: "\f6ac";
}

/* line 6981, vendor/assets/fontawesome/css/fontawesome.css */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 6984, vendor/assets/fontawesome/css/fontawesome.css */
.fa-wind:before {
  content: "\f72e";
}

/* line 6987, vendor/assets/fontawesome/css/fontawesome.css */
.fa-wind-turbine:before {
  content: "\f89b";
}

/* line 6990, vendor/assets/fontawesome/css/fontawesome.css */
.fa-wind-warning:before {
  content: "\f776";
}

/* line 6993, vendor/assets/fontawesome/css/fontawesome.css */
.fa-window:before {
  content: "\f40e";
}

/* line 6996, vendor/assets/fontawesome/css/fontawesome.css */
.fa-window-alt:before {
  content: "\f40f";
}

/* line 6999, vendor/assets/fontawesome/css/fontawesome.css */
.fa-window-close:before {
  content: "\f410";
}

/* line 7002, vendor/assets/fontawesome/css/fontawesome.css */
.fa-window-frame:before {
  content: "\e04f";
}

/* line 7005, vendor/assets/fontawesome/css/fontawesome.css */
.fa-window-frame-open:before {
  content: "\e050";
}

/* line 7008, vendor/assets/fontawesome/css/fontawesome.css */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 7011, vendor/assets/fontawesome/css/fontawesome.css */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 7014, vendor/assets/fontawesome/css/fontawesome.css */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 7017, vendor/assets/fontawesome/css/fontawesome.css */
.fa-windows:before {
  content: "\f17a";
}

/* line 7020, vendor/assets/fontawesome/css/fontawesome.css */
.fa-windsock:before {
  content: "\f777";
}

/* line 7023, vendor/assets/fontawesome/css/fontawesome.css */
.fa-wine-bottle:before {
  content: "\f72f";
}

/* line 7026, vendor/assets/fontawesome/css/fontawesome.css */
.fa-wine-glass:before {
  content: "\f4e3";
}

/* line 7029, vendor/assets/fontawesome/css/fontawesome.css */
.fa-wine-glass-alt:before {
  content: "\f5ce";
}

/* line 7032, vendor/assets/fontawesome/css/fontawesome.css */
.fa-wix:before {
  content: "\f5cf";
}

/* line 7035, vendor/assets/fontawesome/css/fontawesome.css */
.fa-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 7038, vendor/assets/fontawesome/css/fontawesome.css */
.fa-wodu:before {
  content: "\e088";
}

/* line 7041, vendor/assets/fontawesome/css/fontawesome.css */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 7044, vendor/assets/fontawesome/css/fontawesome.css */
.fa-won-sign:before {
  content: "\f159";
}

/* line 7047, vendor/assets/fontawesome/css/fontawesome.css */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 7050, vendor/assets/fontawesome/css/fontawesome.css */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 7053, vendor/assets/fontawesome/css/fontawesome.css */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 7056, vendor/assets/fontawesome/css/fontawesome.css */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 7059, vendor/assets/fontawesome/css/fontawesome.css */
.fa-wpforms:before {
  content: "\f298";
}

/* line 7062, vendor/assets/fontawesome/css/fontawesome.css */
.fa-wpressr:before {
  content: "\f3e4";
}

/* line 7065, vendor/assets/fontawesome/css/fontawesome.css */
.fa-wreath:before {
  content: "\f7e2";
}

/* line 7068, vendor/assets/fontawesome/css/fontawesome.css */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 7071, vendor/assets/fontawesome/css/fontawesome.css */
.fa-x-ray:before {
  content: "\f497";
}

/* line 7074, vendor/assets/fontawesome/css/fontawesome.css */
.fa-xbox:before {
  content: "\f412";
}

/* line 7077, vendor/assets/fontawesome/css/fontawesome.css */
.fa-xing:before {
  content: "\f168";
}

/* line 7080, vendor/assets/fontawesome/css/fontawesome.css */
.fa-xing-square:before {
  content: "\f169";
}

/* line 7083, vendor/assets/fontawesome/css/fontawesome.css */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 7086, vendor/assets/fontawesome/css/fontawesome.css */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 7089, vendor/assets/fontawesome/css/fontawesome.css */
.fa-yammer:before {
  content: "\f840";
}

/* line 7092, vendor/assets/fontawesome/css/fontawesome.css */
.fa-yandex:before {
  content: "\f413";
}

/* line 7095, vendor/assets/fontawesome/css/fontawesome.css */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 7098, vendor/assets/fontawesome/css/fontawesome.css */
.fa-yarn:before {
  content: "\f7e3";
}

/* line 7101, vendor/assets/fontawesome/css/fontawesome.css */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 7104, vendor/assets/fontawesome/css/fontawesome.css */
.fa-yen-sign:before {
  content: "\f157";
}

/* line 7107, vendor/assets/fontawesome/css/fontawesome.css */
.fa-yin-yang:before {
  content: "\f6ad";
}

/* line 7110, vendor/assets/fontawesome/css/fontawesome.css */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 7113, vendor/assets/fontawesome/css/fontawesome.css */
.fa-youtube:before {
  content: "\f167";
}

/* line 7116, vendor/assets/fontawesome/css/fontawesome.css */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 7119, vendor/assets/fontawesome/css/fontawesome.css */
.fa-zhihu:before {
  content: "\f63f";
}

/* line 7122, vendor/assets/fontawesome/css/fontawesome.css */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 7132, vendor/assets/fontawesome/css/fontawesome.css */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Pro 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/webfonts/fa-regular-400-8f05383d608c11678ad4d03a11c017d1545d7fe90450673616638f4b492e7b64.eot);
  src: url(/assets/webfonts/fa-regular-400-8f05383d608c11678ad4d03a11c017d1545d7fe90450673616638f4b492e7b64.eot?#iefix) format("embedded-opentype"), url(/assets/webfonts/fa-regular-400-6b16d65a5b473d6aefaf6115c7838710141dc38b6abc6e40daca97ebcf8c0397.woff2) format("woff2"), url(/assets/webfonts/fa-regular-400-f081e3c8ebaee6efd8cef37f1e3f79c2fddca2552003af85f81b82bf48f124d6.woff) format("woff"), url(/assets/webfonts/fa-regular-400-8324e032925998891429586d208f8170e40a46ee76dcab62b421b14edaaec50f.ttf) format("truetype"), url(/assets/webfonts/fa-regular-400-68bce72018cfa76d36833a97a800160be01a7566e8d5cdca3d94bdb47768b88c.svg#fontawesome) format("svg");
}

/* line 13, vendor/assets/fontawesome/css/regular.css */
.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/assets/webfonts/fa-light-300-f4a80e9fc14cecb2022647d182a8f9dec706c43dbb4d4454e3c3bd81c373a0de.eot);
  src: url(/assets/webfonts/fa-light-300-f4a80e9fc14cecb2022647d182a8f9dec706c43dbb4d4454e3c3bd81c373a0de.eot?#iefix) format("embedded-opentype"), url(/assets/webfonts/fa-light-300-f1fb5f5d6f443854263061701312db29f4d2d27fc0f7c106d6ed6229e2aca187.woff2) format("woff2"), url(/assets/webfonts/fa-light-300-f4f007b89ca31400ce877ae79dcd1979026eaeb2276dbf339d1af8aececcb618.woff) format("woff"), url(/assets/webfonts/fa-light-300-42f9eb4bb3f14b94104e1021cbd1df2b700ee80d03646cfc82b39298a2ce5f50.ttf) format("truetype"), url(/assets/webfonts/fa-light-300-6611cf4bef23f10d69b48b5a0a579bbd29da2300722e03c635550c248cc157d1.svg#fontawesome) format("svg");
}

/* line 13, vendor/assets/fontawesome/css/light.css */
.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}

/*!
 * Font Awesome Pro 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/assets/webfonts/fa-solid-900-1d5266c3b71e538e4895b87c85d597f076f91dfd78fba312bca60ba12da1619f.eot);
  src: url(/assets/webfonts/fa-solid-900-1d5266c3b71e538e4895b87c85d597f076f91dfd78fba312bca60ba12da1619f.eot?#iefix) format("embedded-opentype"), url(/assets/webfonts/fa-solid-900-2a03c0e3bcad63e76aaa4366ac981250995bd886ce161cb35cc055fdaed64b3f.woff2) format("woff2"), url(/assets/webfonts/fa-solid-900-c04cc62f0a82304ab68085aa6d4ee8b90f772d60bc277426d52457849246f019.woff) format("woff"), url(/assets/webfonts/fa-solid-900-a0cc284ac5c0e18bd3d2408a600f1548baf0c442753b6f2d7b40b7edcaa910f3.ttf) format("truetype"), url(/assets/webfonts/fa-solid-900-f2d2c8a6e56a515b296733eaf75d0ccfd273ae7b142a592e982b7f1fe039fd2f.svg#fontawesome) format("svg");
}

/* line 13, vendor/assets/fontawesome/css/solid.css */
.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}

/* line 33, app/assets/stylesheets/application.scss */
.account-pages {
  background-image: url(/assets/rs-crm-bg-7928dc2269bd30641d47d6921d561e94e84fe2b54d95b460d2488edd0c2a23fb.png);
  background-size: unset;
}

/* line 38, app/assets/stylesheets/application.scss */
.footer-divider {
  color: #cccccc;
  margin: 0px 10px;
}
