/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*@import "compass/reset";*/
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800");
/* line 3, ../scss/_basic.scss */
.bg-c-gray-1 {
  background: #FAFBFE;
}

/* line 7, ../scss/_basic.scss */
.bg-c-gray-gradient {
  background: -moz-linear-gradient(top, #fafbfe 0%, rgba(250, 251, 254, 0) 25%);
  background: -webkit-linear-gradient(top, #fafbfe 0%, rgba(250, 251, 254, 0) 25%);
  background: linear-gradient(to bottom, #fafbfe 0%, rgba(250, 251, 254, 0) 25%);
}

/* line 13, ../scss/_basic.scss */
.bg-green {
  background-color: #5EB64D !important;
}

/* line 17, ../scss/_basic.scss */
.bg-gradient {
  background: linear-gradient(315deg, #FFFFFF 0%, #BFE8FF 100%);
}

/* line 21, ../scss/_basic.scss */
.bg-gradient-blue {
  background: linear-gradient(225deg, #0065a6 0%, #003d6d 100%);
}

/* line 25, ../scss/_basic.scss */
.bg-gradient-2 {
  -webkit-transition: all .07s ease-out;
  -moz-transition: all .07s ease-out;
  -o-transition: all .07s ease-out;
  transition: all .07s ease-out;
  background: linear-gradient(225deg, #0065a6 0%, #003d6d 100%);
}
/* line 31, ../scss/_basic.scss */
.bg-gradient-2:hover {
  -webkit-transition: all .07s ease-out;
  -moz-transition: all .07s ease-out;
  -o-transition: all .07s ease-out;
  transition: all .07s ease-out;
  background: linear-gradient(225deg, #03609c 0%, #012e52 100%);
}

/* line 40, ../scss/_basic.scss */
.bg-gradient-3 {
  background: linear-gradient(0deg, #E5F3E2 0%, #B3DDAB 100%);
}

/* line 44, ../scss/_basic.scss */
.bg-gradient-4 {
  background: linear-gradient(225.19deg, #38A597 0%, #5CB54E 100%);
}

/* line 48, ../scss/_basic.scss */
.bg-gradient-5 {
  position: relative;
}
/* line 50, ../scss/_basic.scss */
.bg-gradient-5:before {
  background: linear-gradient(0deg, rgba(0, 81, 138, 0) 0%, #00518A 100%);
  opacity: .5;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
}

/* line 62, ../scss/_basic.scss */
.bg-gradient-6 {
  background: linear-gradient(225deg, #0065a6 0%, #003d6d 100%);
}

/* line 66, ../scss/_basic.scss */
.bg-blue-sky {
  background-color: #1397E1 !important;
}

/* line 70, ../scss/_basic.scss */
.bg-blue-light {
  background-color: rgba(103, 177, 226, 0.1) !important;
}

/* line 74, ../scss/_basic.scss */
.bg-gradient-banner {
  background: linear-gradient(0deg, rgba(19, 151, 225, 0.1) 0%, rgba(19, 151, 225, 0.5) 100%);
}

/* line 78, ../scss/_basic.scss */
.bg-blue {
  background: #0B3C61;
}

/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 89, ../scss/_basic.scss */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #404040;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #1397E1;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 120, ../scss/_basic.scss */
* {
  box-sizing: border-box;
}
/* line 122, ../scss/_basic.scss */
*::before, *::after {
  box-sizing: border-box;
}

/* line 127, ../scss/_basic.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: transparent;
}

@-ms-viewport {
  width: device-width;
}
/* line 141, ../scss/_basic.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 145, ../scss/_basic.scss */
body {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #404040;
  text-align: left;
  background-color: #ffffff;
}

/* line 156, ../scss/_basic.scss */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 160, ../scss/_basic.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 166, ../scss/_basic.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 171, ../scss/_basic.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 18px;
}

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

/* line 185, ../scss/_basic.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 191, ../scss/_basic.scss */
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 196, ../scss/_basic.scss */
ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

/* line 200, ../scss/_basic.scss */
dt {
  font-weight: 700;
}

/* line 204, ../scss/_basic.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 209, ../scss/_basic.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 213, ../scss/_basic.scss */
dfn {
  font-style: italic;
}

/* line 217, ../scss/_basic.scss */
b, strong {
  font-weight: bolder;
}

/* line 221, ../scss/_basic.scss */
small {
  font-size: 80%;
}

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

/* line 232, ../scss/_basic.scss */
sub {
  bottom: -.25em;
}

/* line 236, ../scss/_basic.scss */
sup {
  top: -.5em;
}

/* line 240, ../scss/_basic.scss */
a {
  color: #404040;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
/* line 245, ../scss/_basic.scss */
a:hover {
  color: #1a1a1a;
  text-decoration: underline;
}
/* line 249, ../scss/_basic.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
/* line 252, ../scss/_basic.scss */
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
/* line 256, ../scss/_basic.scss */
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

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

/* line 269, ../scss/_basic.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 276, ../scss/_basic.scss */
figure {
  margin: 0 0 1rem;
}

/* line 280, ../scss/_basic.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 285, ../scss/_basic.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 289, ../scss/_basic.scss */
table {
  border-collapse: collapse;
}

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

/* line 301, ../scss/_basic.scss */
th {
  text-align: inherit;
}

/* line 305, ../scss/_basic.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 310, ../scss/_basic.scss */
button {
  border-radius: 0;
}
/* line 312, ../scss/_basic.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 318, ../scss/_basic.scss */
input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 325, ../scss/_basic.scss */
button, input {
  overflow: visible;
}

/* line 329, ../scss/_basic.scss */
button, select {
  text-transform: none;
}

/* line 333, ../scss/_basic.scss */
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

/* line 337, ../scss/_basic.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 343, ../scss/_basic.scss */
input[type="radio"], input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
/* line 347, ../scss/_basic.scss */
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 352, ../scss/_basic.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 357, ../scss/_basic.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 364, ../scss/_basic.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 376, ../scss/_basic.scss */
progress {
  vertical-align: baseline;
}

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

/* line 386, ../scss/_basic.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
/* line 389, ../scss/_basic.scss */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 394, ../scss/_basic.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 399, ../scss/_basic.scss */
output {
  display: inline-block;
}

/* line 403, ../scss/_basic.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 408, ../scss/_basic.scss */
template {
  display: none;
}

/* line 412, ../scss/_basic.scss */
[hidden] {
  display: none !important;
}

/* line 416, ../scss/_basic.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.2;
  color: #1D1F24;
}

/* line 424, ../scss/_basic.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 428, ../scss/_basic.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 432, ../scss/_basic.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 436, ../scss/_basic.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 440, ../scss/_basic.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 444, ../scss/_basic.scss */
h6, .h6 {
  font-size: 0.875rem;
}

/* line 448, ../scss/_basic.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 453, ../scss/_basic.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 459, ../scss/_basic.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 465, ../scss/_basic.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 471, ../scss/_basic.scss */
.display-4 {
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1.2;
}

/* line 477, ../scss/_basic.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(19, 151, 225, 0.2);
}

/* line 484, ../scss/_basic.scss */
small, .small {
  font-size: 80%;
  font-weight: 400;
}

/* line 489, ../scss/_basic.scss */
mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 494, ../scss/_basic.scss */
.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 499, ../scss/_basic.scss */
.list-inline-item {
  display: inline-block;
}
/* line 501, ../scss/_basic.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 506, ../scss/_basic.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 511, ../scss/_basic.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 516, ../scss/_basic.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
/* line 520, ../scss/_basic.scss */
.blockquote-footer::before {
  content: "\2014 \00A0";
}

/* line 525, ../scss/_basic.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 530, ../scss/_basic.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}

/* line 540, ../scss/_basic.scss */
.figure {
  display: inline-block;
}

/* line 544, ../scss/_basic.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 549, ../scss/_basic.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 554, ../scss/_basic.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

/* line 560, ../scss/_basic.scss */
a > code {
  color: inherit;
}

/* line 564, ../scss/_basic.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #212529;
  border-radius: 0.2rem;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}
/* line 571, ../scss/_basic.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

/* line 579, ../scss/_basic.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
/* line 583, ../scss/_basic.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 590, ../scss/_basic.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 595, ../scss/_basic.scss */
.container, .container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  /* line 604, ../scss/_basic.scss */
  .container {
    max-width: 1624px;
  }
}
/* line 609, ../scss/_basic.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

/* line 616, ../scss/_basic.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
/* line 620, ../scss/_basic.scss */
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

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

/* line 635, ../scss/_basic.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 641, ../scss/_basic.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

/* line 647, ../scss/_basic.scss */
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

/* line 652, ../scss/_basic.scss */
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 657, ../scss/_basic.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 662, ../scss/_basic.scss */
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 667, ../scss/_basic.scss */
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

/* line 672, ../scss/_basic.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 677, ../scss/_basic.scss */
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

/* line 682, ../scss/_basic.scss */
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

/* line 687, ../scss/_basic.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 692, ../scss/_basic.scss */
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

/* line 697, ../scss/_basic.scss */
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

/* line 702, ../scss/_basic.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 707, ../scss/_basic.scss */
.order-first {
  order: -1;
}

/* line 711, ../scss/_basic.scss */
.order-last {
  order: 13;
}

/* line 715, ../scss/_basic.scss */
.order-0 {
  order: 0;
}

/* line 719, ../scss/_basic.scss */
.order-1 {
  order: 1;
}

/* line 723, ../scss/_basic.scss */
.order-2 {
  order: 2;
}

/* line 727, ../scss/_basic.scss */
.order-3 {
  order: 3;
}

/* line 731, ../scss/_basic.scss */
.order-4 {
  order: 4;
}

/* line 735, ../scss/_basic.scss */
.order-5 {
  order: 5;
}

/* line 739, ../scss/_basic.scss */
.order-6 {
  order: 6;
}

/* line 743, ../scss/_basic.scss */
.order-7 {
  order: 7;
}

/* line 747, ../scss/_basic.scss */
.order-8 {
  order: 8;
}

/* line 751, ../scss/_basic.scss */
.order-9 {
  order: 9;
}

/* line 755, ../scss/_basic.scss */
.order-10 {
  order: 10;
}

/* line 759, ../scss/_basic.scss */
.order-11 {
  order: 11;
}

/* line 763, ../scss/_basic.scss */
.order-12 {
  order: 12;
}

/* line 767, ../scss/_basic.scss */
.offset-1 {
  margin-left: 8.3333333333%;
}

/* line 771, ../scss/_basic.scss */
.offset-2 {
  margin-left: 16.6666666667%;
}

/* line 775, ../scss/_basic.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 779, ../scss/_basic.scss */
.offset-4 {
  margin-left: 33.3333333333%;
}

/* line 783, ../scss/_basic.scss */
.offset-5 {
  margin-left: 41.6666666667%;
}

/* line 787, ../scss/_basic.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 791, ../scss/_basic.scss */
.offset-7 {
  margin-left: 58.3333333333%;
}

/* line 795, ../scss/_basic.scss */
.offset-8 {
  margin-left: 66.6666666667%;
}

/* line 799, ../scss/_basic.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 803, ../scss/_basic.scss */
.offset-10 {
  margin-left: 83.3333333333%;
}

/* line 807, ../scss/_basic.scss */
.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  /* line 812, ../scss/_basic.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 817, ../scss/_basic.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 822, ../scss/_basic.scss */
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  /* line 826, ../scss/_basic.scss */
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  /* line 830, ../scss/_basic.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 834, ../scss/_basic.scss */
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  /* line 838, ../scss/_basic.scss */
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  /* line 842, ../scss/_basic.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 846, ../scss/_basic.scss */
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  /* line 850, ../scss/_basic.scss */
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  /* line 854, ../scss/_basic.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 858, ../scss/_basic.scss */
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  /* line 862, ../scss/_basic.scss */
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  /* line 866, ../scss/_basic.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 870, ../scss/_basic.scss */
  .order-sm-first {
    order: -1;
  }

  /* line 873, ../scss/_basic.scss */
  .order-sm-last {
    order: 13;
  }

  /* line 876, ../scss/_basic.scss */
  .order-sm-0 {
    order: 0;
  }

  /* line 879, ../scss/_basic.scss */
  .order-sm-1 {
    order: 1;
  }

  /* line 882, ../scss/_basic.scss */
  .order-sm-2 {
    order: 2;
  }

  /* line 885, ../scss/_basic.scss */
  .order-sm-3 {
    order: 3;
  }

  /* line 888, ../scss/_basic.scss */
  .order-sm-4 {
    order: 4;
  }

  /* line 891, ../scss/_basic.scss */
  .order-sm-5 {
    order: 5;
  }

  /* line 894, ../scss/_basic.scss */
  .order-sm-6 {
    order: 6;
  }

  /* line 897, ../scss/_basic.scss */
  .order-sm-7 {
    order: 7;
  }

  /* line 900, ../scss/_basic.scss */
  .order-sm-8 {
    order: 8;
  }

  /* line 903, ../scss/_basic.scss */
  .order-sm-9 {
    order: 9;
  }

  /* line 906, ../scss/_basic.scss */
  .order-sm-10 {
    order: 10;
  }

  /* line 909, ../scss/_basic.scss */
  .order-sm-11 {
    order: 11;
  }

  /* line 912, ../scss/_basic.scss */
  .order-sm-12 {
    order: 12;
  }

  /* line 915, ../scss/_basic.scss */
  .offset-sm-0 {
    margin-left: 0;
  }

  /* line 918, ../scss/_basic.scss */
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  /* line 921, ../scss/_basic.scss */
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  /* line 924, ../scss/_basic.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }

  /* line 927, ../scss/_basic.scss */
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  /* line 930, ../scss/_basic.scss */
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  /* line 933, ../scss/_basic.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }

  /* line 936, ../scss/_basic.scss */
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  /* line 939, ../scss/_basic.scss */
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  /* line 942, ../scss/_basic.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }

  /* line 945, ../scss/_basic.scss */
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  /* line 948, ../scss/_basic.scss */
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  /* line 954, ../scss/_basic.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 959, ../scss/_basic.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 964, ../scss/_basic.scss */
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  /* line 968, ../scss/_basic.scss */
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  /* line 972, ../scss/_basic.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 976, ../scss/_basic.scss */
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  /* line 980, ../scss/_basic.scss */
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  /* line 984, ../scss/_basic.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 988, ../scss/_basic.scss */
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  /* line 992, ../scss/_basic.scss */
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  /* line 996, ../scss/_basic.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 1000, ../scss/_basic.scss */
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  /* line 1004, ../scss/_basic.scss */
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  /* line 1008, ../scss/_basic.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 1012, ../scss/_basic.scss */
  .order-md-first {
    order: -1;
  }

  /* line 1015, ../scss/_basic.scss */
  .order-md-last {
    order: 13;
  }

  /* line 1018, ../scss/_basic.scss */
  .order-md-0 {
    order: 0;
  }

  /* line 1021, ../scss/_basic.scss */
  .order-md-1 {
    order: 1;
  }

  /* line 1024, ../scss/_basic.scss */
  .order-md-2 {
    order: 2;
  }

  /* line 1027, ../scss/_basic.scss */
  .order-md-3 {
    order: 3;
  }

  /* line 1030, ../scss/_basic.scss */
  .order-md-4 {
    order: 4;
  }

  /* line 1033, ../scss/_basic.scss */
  .order-md-5 {
    order: 5;
  }

  /* line 1036, ../scss/_basic.scss */
  .order-md-6 {
    order: 6;
  }

  /* line 1039, ../scss/_basic.scss */
  .order-md-7 {
    order: 7;
  }

  /* line 1042, ../scss/_basic.scss */
  .order-md-8 {
    order: 8;
  }

  /* line 1045, ../scss/_basic.scss */
  .order-md-9 {
    order: 9;
  }

  /* line 1048, ../scss/_basic.scss */
  .order-md-10 {
    order: 10;
  }

  /* line 1051, ../scss/_basic.scss */
  .order-md-11 {
    order: 11;
  }

  /* line 1054, ../scss/_basic.scss */
  .order-md-12 {
    order: 12;
  }

  /* line 1057, ../scss/_basic.scss */
  .offset-md-0 {
    margin-left: 0;
  }

  /* line 1060, ../scss/_basic.scss */
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  /* line 1063, ../scss/_basic.scss */
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  /* line 1066, ../scss/_basic.scss */
  .offset-md-3 {
    margin-left: 25%;
  }

  /* line 1069, ../scss/_basic.scss */
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  /* line 1072, ../scss/_basic.scss */
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  /* line 1075, ../scss/_basic.scss */
  .offset-md-6 {
    margin-left: 50%;
  }

  /* line 1078, ../scss/_basic.scss */
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  /* line 1081, ../scss/_basic.scss */
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  /* line 1084, ../scss/_basic.scss */
  .offset-md-9 {
    margin-left: 75%;
  }

  /* line 1087, ../scss/_basic.scss */
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  /* line 1090, ../scss/_basic.scss */
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  /* line 1096, ../scss/_basic.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 1101, ../scss/_basic.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 1106, ../scss/_basic.scss */
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  /* line 1110, ../scss/_basic.scss */
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  /* line 1114, ../scss/_basic.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 1118, ../scss/_basic.scss */
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  /* line 1122, ../scss/_basic.scss */
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  /* line 1126, ../scss/_basic.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 1130, ../scss/_basic.scss */
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  /* line 1134, ../scss/_basic.scss */
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  /* line 1138, ../scss/_basic.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 1142, ../scss/_basic.scss */
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  /* line 1146, ../scss/_basic.scss */
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  /* line 1150, ../scss/_basic.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 1154, ../scss/_basic.scss */
  .order-lg-first {
    order: -1;
  }

  /* line 1157, ../scss/_basic.scss */
  .order-lg-last {
    order: 13;
  }

  /* line 1160, ../scss/_basic.scss */
  .order-lg-0 {
    order: 0;
  }

  /* line 1163, ../scss/_basic.scss */
  .order-lg-1 {
    order: 1;
  }

  /* line 1166, ../scss/_basic.scss */
  .order-lg-2 {
    order: 2;
  }

  /* line 1169, ../scss/_basic.scss */
  .order-lg-3 {
    order: 3;
  }

  /* line 1172, ../scss/_basic.scss */
  .order-lg-4 {
    order: 4;
  }

  /* line 1175, ../scss/_basic.scss */
  .order-lg-5 {
    order: 5;
  }

  /* line 1178, ../scss/_basic.scss */
  .order-lg-6 {
    order: 6;
  }

  /* line 1181, ../scss/_basic.scss */
  .order-lg-7 {
    order: 7;
  }

  /* line 1184, ../scss/_basic.scss */
  .order-lg-8 {
    order: 8;
  }

  /* line 1187, ../scss/_basic.scss */
  .order-lg-9 {
    order: 9;
  }

  /* line 1190, ../scss/_basic.scss */
  .order-lg-10 {
    order: 10;
  }

  /* line 1193, ../scss/_basic.scss */
  .order-lg-11 {
    order: 11;
  }

  /* line 1196, ../scss/_basic.scss */
  .order-lg-12 {
    order: 12;
  }

  /* line 1199, ../scss/_basic.scss */
  .offset-lg-0 {
    margin-left: 0;
  }

  /* line 1202, ../scss/_basic.scss */
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  /* line 1205, ../scss/_basic.scss */
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  /* line 1208, ../scss/_basic.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }

  /* line 1211, ../scss/_basic.scss */
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  /* line 1214, ../scss/_basic.scss */
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  /* line 1217, ../scss/_basic.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }

  /* line 1220, ../scss/_basic.scss */
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  /* line 1223, ../scss/_basic.scss */
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  /* line 1226, ../scss/_basic.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }

  /* line 1229, ../scss/_basic.scss */
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  /* line 1232, ../scss/_basic.scss */
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  /* line 1238, ../scss/_basic.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 1243, ../scss/_basic.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 1248, ../scss/_basic.scss */
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  /* line 1252, ../scss/_basic.scss */
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  /* line 1256, ../scss/_basic.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 1260, ../scss/_basic.scss */
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  /* line 1264, ../scss/_basic.scss */
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  /* line 1268, ../scss/_basic.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 1272, ../scss/_basic.scss */
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  /* line 1276, ../scss/_basic.scss */
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  /* line 1280, ../scss/_basic.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 1284, ../scss/_basic.scss */
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  /* line 1288, ../scss/_basic.scss */
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  /* line 1292, ../scss/_basic.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 1296, ../scss/_basic.scss */
  .order-xl-first {
    order: -1;
  }

  /* line 1299, ../scss/_basic.scss */
  .order-xl-last {
    order: 13;
  }

  /* line 1302, ../scss/_basic.scss */
  .order-xl-0 {
    order: 0;
  }

  /* line 1305, ../scss/_basic.scss */
  .order-xl-1 {
    order: 1;
  }

  /* line 1308, ../scss/_basic.scss */
  .order-xl-2 {
    order: 2;
  }

  /* line 1311, ../scss/_basic.scss */
  .order-xl-3 {
    order: 3;
  }

  /* line 1314, ../scss/_basic.scss */
  .order-xl-4 {
    order: 4;
  }

  /* line 1317, ../scss/_basic.scss */
  .order-xl-5 {
    order: 5;
  }

  /* line 1320, ../scss/_basic.scss */
  .order-xl-6 {
    order: 6;
  }

  /* line 1323, ../scss/_basic.scss */
  .order-xl-7 {
    order: 7;
  }

  /* line 1326, ../scss/_basic.scss */
  .order-xl-8 {
    order: 8;
  }

  /* line 1329, ../scss/_basic.scss */
  .order-xl-9 {
    order: 9;
  }

  /* line 1332, ../scss/_basic.scss */
  .order-xl-10 {
    order: 10;
  }

  /* line 1335, ../scss/_basic.scss */
  .order-xl-11 {
    order: 11;
  }

  /* line 1338, ../scss/_basic.scss */
  .order-xl-12 {
    order: 12;
  }

  /* line 1341, ../scss/_basic.scss */
  .offset-xl-0 {
    margin-left: 0;
  }

  /* line 1344, ../scss/_basic.scss */
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  /* line 1347, ../scss/_basic.scss */
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  /* line 1350, ../scss/_basic.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }

  /* line 1353, ../scss/_basic.scss */
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  /* line 1356, ../scss/_basic.scss */
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  /* line 1359, ../scss/_basic.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }

  /* line 1362, ../scss/_basic.scss */
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  /* line 1365, ../scss/_basic.scss */
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  /* line 1368, ../scss/_basic.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }

  /* line 1371, ../scss/_basic.scss */
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  /* line 1374, ../scss/_basic.scss */
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
/* line 1379, ../scss/_basic.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
/* line 1384, ../scss/_basic.scss */
.table th, .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
/* line 1389, ../scss/_basic.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
/* line 1393, ../scss/_basic.scss */
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
/* line 1396, ../scss/_basic.scss */
.table .table {
  background-color: #ffffff;
}

/* line 1402, ../scss/_basic.scss */
.table-sm th, .table-sm td {
  padding: 0.3rem;
}

/* line 1407, ../scss/_basic.scss */
.table-bordered {
  border: 1px solid #dee2e6;
}
/* line 1409, ../scss/_basic.scss */
.table-bordered th, .table-bordered td {
  border: 1px solid #dee2e6;
}
/* line 1413, ../scss/_basic.scss */
.table-bordered thead th, .table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 1420, ../scss/_basic.scss */
.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
  border: 0;
}

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

/* line 1429, ../scss/_basic.scss */
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1433, ../scss/_basic.scss */
.table-primary {
  background-color: #cacaca;
}
/* line 1436, ../scss/_basic.scss */
.table-primary > th, .table-primary > td {
  background-color: #cacaca;
}

/* line 1442, ../scss/_basic.scss */
.table-hover .table-primary:hover {
  background-color: #bdbdbd;
}
/* line 1445, ../scss/_basic.scss */
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #bdbdbd;
}

/* line 1451, ../scss/_basic.scss */
.table-secondary {
  background-color: #d6d8db;
}
/* line 1454, ../scss/_basic.scss */
.table-secondary > th, .table-secondary > td {
  background-color: #d6d8db;
}

/* line 1460, ../scss/_basic.scss */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
/* line 1463, ../scss/_basic.scss */
.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

/* line 1469, ../scss/_basic.scss */
.table-success {
  background-color: #c3e6cb;
}
/* line 1472, ../scss/_basic.scss */
.table-success > th, .table-success > td {
  background-color: #c3e6cb;
}

/* line 1478, ../scss/_basic.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
/* line 1481, ../scss/_basic.scss */
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 1487, ../scss/_basic.scss */
.table-info {
  background-color: #bde2f7;
}
/* line 1490, ../scss/_basic.scss */
.table-info > th, .table-info > td {
  background-color: #bde2f7;
}

/* line 1496, ../scss/_basic.scss */
.table-hover .table-info:hover {
  background-color: #a6d8f4;
}
/* line 1499, ../scss/_basic.scss */
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #a6d8f4;
}

/* line 1505, ../scss/_basic.scss */
.table-warning {
  background-color: #ffeeba;
}
/* line 1508, ../scss/_basic.scss */
.table-warning > th, .table-warning > td {
  background-color: #ffeeba;
}

/* line 1514, ../scss/_basic.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
/* line 1517, ../scss/_basic.scss */
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 1523, ../scss/_basic.scss */
.table-danger {
  background-color: #f5c6cb;
}
/* line 1526, ../scss/_basic.scss */
.table-danger > th, .table-danger > td {
  background-color: #f5c6cb;
}

/* line 1532, ../scss/_basic.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
/* line 1535, ../scss/_basic.scss */
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 1541, ../scss/_basic.scss */
.table-light {
  background-color: #fdfdfe;
}
/* line 1544, ../scss/_basic.scss */
.table-light > th, .table-light > td {
  background-color: #fdfdfe;
}

/* line 1550, ../scss/_basic.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}
/* line 1553, ../scss/_basic.scss */
.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 1559, ../scss/_basic.scss */
.table-dark {
  background-color: #c6c8ca;
}
/* line 1562, ../scss/_basic.scss */
.table-dark > th, .table-dark > td {
  background-color: #c6c8ca;
}

/* line 1568, ../scss/_basic.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
/* line 1571, ../scss/_basic.scss */
.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 1577, ../scss/_basic.scss */
.table-active {
  background-color: rgba(0, 0, 0, 0.075);
}
/* line 1580, ../scss/_basic.scss */
.table-active > th, .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1586, ../scss/_basic.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
/* line 1589, ../scss/_basic.scss */
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1596, ../scss/_basic.scss */
.table .thead-dark th {
  color: #ffffff;
  background-color: #212529;
  border-color: #32383e;
}
/* line 1601, ../scss/_basic.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 1608, ../scss/_basic.scss */
.table-dark {
  color: #ffffff;
  background-color: #212529;
}
/* line 1611, ../scss/_basic.scss */
.table-dark th, .table-dark td, .table-dark thead th {
  border-color: #32383e;
}
/* line 1614, ../scss/_basic.scss */
.table-dark.table-bordered {
  border: 0;
}
/* line 1617, ../scss/_basic.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
/* line 1620, ../scss/_basic.scss */
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 1626, ../scss/_basic.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 1632, ../scss/_basic.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  /* line 1639, ../scss/_basic.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 1645, ../scss/_basic.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  /* line 1652, ../scss/_basic.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 1658, ../scss/_basic.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  /* line 1665, ../scss/_basic.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 1671, ../scss/_basic.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
/* line 1677, ../scss/_basic.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
/* line 1683, ../scss/_basic.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 1688, ../scss/_basic.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #DBDBDB;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* line 1701, ../scss/_basic.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
/* line 1705, ../scss/_basic.scss */
.form-control:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: gray;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(64, 64, 64, 0.25);
}
/* line 1712, ../scss/_basic.scss */
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
/* line 1716, ../scss/_basic.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 1723, ../scss/_basic.scss */
  .form-control {
    transition: none;
  }
}
/* line 1729, ../scss/_basic.scss */
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
/* line 1732, ../scss/_basic.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}

/* line 1738, ../scss/_basic.scss */
.form-control-file, .form-control-range {
  display: block;
  width: 100%;
}

/* line 1743, ../scss/_basic.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 1751, ../scss/_basic.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 1758, ../scss/_basic.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 1765, ../scss/_basic.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #404040;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
/* line 1776, ../scss/_basic.scss */
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

/* line 1783, ../scss/_basic.scss */
.input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .input-group-sm > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

/* line 1789, ../scss/_basic.scss */
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 1795, ../scss/_basic.scss */
.input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

/* line 1801, ../scss/_basic.scss */
.form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 1809, ../scss/_basic.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 {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 1817, ../scss/_basic.scss */
select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

/* line 1822, ../scss/_basic.scss */
.input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

/* line 1827, ../scss/_basic.scss */
.form-control-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 1835, ../scss/_basic.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 {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 1843, ../scss/_basic.scss */
select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

/* line 1848, ../scss/_basic.scss */
.input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

/* line 1853, ../scss/_basic.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 1857, ../scss/_basic.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 1862, ../scss/_basic.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
/* line 1868, ../scss/_basic.scss */
.form-row > .col, .form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 1875, ../scss/_basic.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 1881, ../scss/_basic.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
/* line 1885, ../scss/_basic.scss */
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

/* line 1890, ../scss/_basic.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 1894, ../scss/_basic.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
/* line 1899, ../scss/_basic.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

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

/* line 1930, ../scss/_basic.scss */
.was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
}

/* line 1934, ../scss/_basic.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 1940, ../scss/_basic.scss */
.was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}

/* line 1946, ../scss/_basic.scss */
.form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 1952, ../scss/_basic.scss */
.was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip {
  display: block;
}

/* line 1958, ../scss/_basic.scss */
.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 1964, ../scss/_basic.scss */
.was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}

/* line 1970, ../scss/_basic.scss */
.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 1975, ../scss/_basic.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

/* line 1980, ../scss/_basic.scss */
.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}

/* line 1986, ../scss/_basic.scss */
.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 1991, ../scss/_basic.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

/* line 1995, ../scss/_basic.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

/* line 2000, ../scss/_basic.scss */
.was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}

/* line 2006, ../scss/_basic.scss */
.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2011, ../scss/_basic.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 2015, ../scss/_basic.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 #ffffff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 2019, ../scss/_basic.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

/* line 2023, ../scss/_basic.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

/* line 2028, ../scss/_basic.scss */
.was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}

/* line 2034, ../scss/_basic.scss */
.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2039, ../scss/_basic.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 2043, ../scss/_basic.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

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

/* line 2066, ../scss/_basic.scss */
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
}

/* line 2070, ../scss/_basic.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 2076, ../scss/_basic.scss */
.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2082, ../scss/_basic.scss */
.form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2088, ../scss/_basic.scss */
.was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2094, ../scss/_basic.scss */
.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2100, ../scss/_basic.scss */
.was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2106, ../scss/_basic.scss */
.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2111, ../scss/_basic.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 2116, ../scss/_basic.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2122, ../scss/_basic.scss */
.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2127, ../scss/_basic.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

/* line 2131, ../scss/_basic.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

/* line 2136, ../scss/_basic.scss */
.was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2142, ../scss/_basic.scss */
.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2147, ../scss/_basic.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 2151, ../scss/_basic.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 #ffffff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 2155, ../scss/_basic.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

/* line 2159, ../scss/_basic.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

/* line 2164, ../scss/_basic.scss */
.was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2170, ../scss/_basic.scss */
.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2175, ../scss/_basic.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 2179, ../scss/_basic.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
/* line 2183, ../scss/_basic.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 2190, ../scss/_basic.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 2196, ../scss/_basic.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 2203, ../scss/_basic.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 2208, ../scss/_basic.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 2211, ../scss/_basic.scss */
  .form-inline .input-group, .form-inline .custom-select {
    width: auto;
  }
  /* line 2214, ../scss/_basic.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 2221, ../scss/_basic.scss */
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 2227, ../scss/_basic.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 2231, ../scss/_basic.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
/* line 2237, ../scss/_basic.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;
}
/* line 2250, ../scss/_basic.scss */
.btn:hover {
  text-decoration: none;
}
/* line 2253, ../scss/_basic.scss */
.btn:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(64, 64, 64, 0.25);
}
/* line 2258, ../scss/_basic.scss */
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(64, 64, 64, 0.25);
}
/* line 2262, ../scss/_basic.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
  box-shadow: none;
}
/* line 2266, ../scss/_basic.scss */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
/* line 2268, ../scss/_basic.scss */
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 2272, ../scss/_basic.scss */
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 64, 64, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 2279, ../scss/_basic.scss */
  .btn {
    transition: none;
  }
}
/* line 2284, ../scss/_basic.scss */
a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 2288, ../scss/_basic.scss */
.btn-primary {
  color: #ffffff;
  background-color: #404040;
  border-color: #404040;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 2293, ../scss/_basic.scss */
.btn-primary:hover {
  color: #ffffff;
  background-color: #2d2d2d;
  border-color: #272626;
}
/* line 2298, ../scss/_basic.scss */
.btn-primary:focus, .btn-primary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(64, 64, 64, 0.5);
}
/* line 2301, ../scss/_basic.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #404040;
  border-color: #404040;
}
/* line 2307, ../scss/_basic.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #272626;
  border-color: #202020;
}

/* line 2315, ../scss/_basic.scss */
.show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #272626;
  border-color: #202020;
}

/* line 2322, ../scss/_basic.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(64, 64, 64, 0.5);
}

/* line 2327, ../scss/_basic.scss */
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(64, 64, 64, 0.5);
}

/* line 2331, ../scss/_basic.scss */
.btn-secondary {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 2336, ../scss/_basic.scss */
.btn-secondary:hover {
  color: #ffffff;
  background-color: #5a6268;
  border-color: #545b62;
}
/* line 2341, ../scss/_basic.scss */
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
/* line 2344, ../scss/_basic.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
/* line 2350, ../scss/_basic.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #545b62;
  border-color: #4e555b;
}

/* line 2358, ../scss/_basic.scss */
.show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #545b62;
  border-color: #4e555b;
}

/* line 2365, ../scss/_basic.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 2370, ../scss/_basic.scss */
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 2374, ../scss/_basic.scss */
.btn-success {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 2379, ../scss/_basic.scss */
.btn-success:hover {
  color: #ffffff;
  background-color: #218838;
  border-color: #1e7e34;
}
/* line 2384, ../scss/_basic.scss */
.btn-success:focus, .btn-success.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
/* line 2387, ../scss/_basic.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
/* line 2393, ../scss/_basic.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

/* line 2401, ../scss/_basic.scss */
.show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

/* line 2408, ../scss/_basic.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 2413, ../scss/_basic.scss */
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 2417, ../scss/_basic.scss */
.btn-info {
  color: #ffffff;
  background-color: #1397E1;
  border-color: #1397E1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 2422, ../scss/_basic.scss */
.btn-info:hover {
  color: #ffffff;
  background-color: #107fbe;
  border-color: #0f77b2;
}
/* line 2427, ../scss/_basic.scss */
.btn-info:focus, .btn-info.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(19, 151, 225, 0.5);
}
/* line 2430, ../scss/_basic.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #ffffff;
  background-color: #1397E1;
  border-color: #1397E1;
}
/* line 2436, ../scss/_basic.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #0f77b2;
  border-color: #0e70a6;
}

/* line 2444, ../scss/_basic.scss */
.show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #0f77b2;
  border-color: #0e70a6;
}

/* line 2451, ../scss/_basic.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(19, 151, 225, 0.5);
}

/* line 2456, ../scss/_basic.scss */
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(19, 151, 225, 0.5);
}

/* line 2460, ../scss/_basic.scss */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 2465, ../scss/_basic.scss */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
/* line 2470, ../scss/_basic.scss */
.btn-warning:focus, .btn-warning.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
/* line 2473, ../scss/_basic.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
/* line 2479, ../scss/_basic.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

/* line 2487, ../scss/_basic.scss */
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

/* line 2494, ../scss/_basic.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 2499, ../scss/_basic.scss */
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 2503, ../scss/_basic.scss */
.btn-danger {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 2508, ../scss/_basic.scss */
.btn-danger:hover {
  color: #ffffff;
  background-color: #c82333;
  border-color: #bd2130;
}
/* line 2513, ../scss/_basic.scss */
.btn-danger:focus, .btn-danger.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
/* line 2516, ../scss/_basic.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
/* line 2522, ../scss/_basic.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

/* line 2530, ../scss/_basic.scss */
.show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

/* line 2537, ../scss/_basic.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 2542, ../scss/_basic.scss */
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 2546, ../scss/_basic.scss */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 2551, ../scss/_basic.scss */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
/* line 2556, ../scss/_basic.scss */
.btn-light:focus, .btn-light.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
/* line 2559, ../scss/_basic.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 2565, ../scss/_basic.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

/* line 2573, ../scss/_basic.scss */
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

/* line 2580, ../scss/_basic.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 2585, ../scss/_basic.scss */
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 2589, ../scss/_basic.scss */
.btn-dark {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 2594, ../scss/_basic.scss */
.btn-dark:hover {
  color: #ffffff;
  background-color: #23272b;
  border-color: #1d2124;
}
/* line 2599, ../scss/_basic.scss */
.btn-dark:focus, .btn-dark.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
/* line 2602, ../scss/_basic.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 2608, ../scss/_basic.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #1d2124;
  border-color: #171a1d;
}

/* line 2616, ../scss/_basic.scss */
.show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #1d2124;
  border-color: #171a1d;
}

/* line 2623, ../scss/_basic.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 2628, ../scss/_basic.scss */
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 2632, ../scss/_basic.scss */
.btn-outline-primary {
  color: #404040;
  background-color: transparent;
  background-image: none;
  border-color: #404040;
}
/* line 2637, ../scss/_basic.scss */
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #404040;
  border-color: #404040;
}
/* line 2642, ../scss/_basic.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 64, 64, 0.5);
}
/* line 2645, ../scss/_basic.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #404040;
  background-color: transparent;
}
/* line 2650, ../scss/_basic.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #404040;
  border-color: #404040;
}

/* line 2658, ../scss/_basic.scss */
.show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #404040;
  border-color: #404040;
}

/* line 2665, ../scss/_basic.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(64, 64, 64, 0.5);
}

/* line 2670, ../scss/_basic.scss */
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(64, 64, 64, 0.5);
}

/* line 2674, ../scss/_basic.scss */
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
/* line 2679, ../scss/_basic.scss */
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
/* line 2684, ../scss/_basic.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
/* line 2687, ../scss/_basic.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
/* line 2692, ../scss/_basic.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 2700, ../scss/_basic.scss */
.show > .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 2707, ../scss/_basic.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 2712, ../scss/_basic.scss */
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 2716, ../scss/_basic.scss */
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
/* line 2721, ../scss/_basic.scss */
.btn-outline-success:hover {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
/* line 2726, ../scss/_basic.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
/* line 2729, ../scss/_basic.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
/* line 2734, ../scss/_basic.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2742, ../scss/_basic.scss */
.show > .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2749, ../scss/_basic.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 2754, ../scss/_basic.scss */
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 2758, ../scss/_basic.scss */
.btn-outline-info {
  color: #1397E1;
  background-color: transparent;
  background-image: none;
  border-color: #1397E1;
}
/* line 2763, ../scss/_basic.scss */
.btn-outline-info:hover {
  color: #ffffff;
  background-color: #1397E1;
  border-color: #1397E1;
}
/* line 2768, ../scss/_basic.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(19, 151, 225, 0.5);
}
/* line 2771, ../scss/_basic.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #1397E1;
  background-color: transparent;
}
/* line 2776, ../scss/_basic.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #1397E1;
  border-color: #1397E1;
}

/* line 2784, ../scss/_basic.scss */
.show > .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: #1397E1;
  border-color: #1397E1;
}

/* line 2791, ../scss/_basic.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(19, 151, 225, 0.5);
}

/* line 2796, ../scss/_basic.scss */
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(19, 151, 225, 0.5);
}

/* line 2800, ../scss/_basic.scss */
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
/* line 2805, ../scss/_basic.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
/* line 2810, ../scss/_basic.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
/* line 2813, ../scss/_basic.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
/* line 2818, ../scss/_basic.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2826, ../scss/_basic.scss */
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2833, ../scss/_basic.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 2838, ../scss/_basic.scss */
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 2842, ../scss/_basic.scss */
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
/* line 2847, ../scss/_basic.scss */
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
/* line 2852, ../scss/_basic.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
/* line 2855, ../scss/_basic.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
/* line 2860, ../scss/_basic.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 2868, ../scss/_basic.scss */
.show > .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 2875, ../scss/_basic.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 2880, ../scss/_basic.scss */
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 2884, ../scss/_basic.scss */
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
/* line 2889, ../scss/_basic.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 2894, ../scss/_basic.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
/* line 2897, ../scss/_basic.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
/* line 2902, ../scss/_basic.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2910, ../scss/_basic.scss */
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2917, ../scss/_basic.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 2922, ../scss/_basic.scss */
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 2926, ../scss/_basic.scss */
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
/* line 2931, ../scss/_basic.scss */
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 2936, ../scss/_basic.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
/* line 2939, ../scss/_basic.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
/* line 2944, ../scss/_basic.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 2952, ../scss/_basic.scss */
.show > .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 2959, ../scss/_basic.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 2964, ../scss/_basic.scss */
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 2968, ../scss/_basic.scss */
.btn-link {
  font-weight: 400;
  color: #404040;
  background-color: transparent;
}
/* line 2972, ../scss/_basic.scss */
.btn-link:hover {
  color: #1a1a1a;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
/* line 2978, ../scss/_basic.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
/* line 2983, ../scss/_basic.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

/* line 2996, ../scss/_basic.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 3003, ../scss/_basic.scss */
.btn-block {
  display: block;
  width: 100%;
}
/* line 3006, ../scss/_basic.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

/* line 3017, ../scss/_basic.scss */
.fade {
  transition: opacity 0.15s linear;
}
/* line 3019, ../scss/_basic.scss */
.fade:not(.show) {
  opacity: 0;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 3025, ../scss/_basic.scss */
  .fade {
    transition: none;
  }
}
/* line 3030, ../scss/_basic.scss */
.collapse:not(.show) {
  display: none;
}

/* line 3034, ../scss/_basic.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 3042, ../scss/_basic.scss */
  .collapsing {
    transition: none;
  }
}
/* line 3047, ../scss/_basic.scss */
.dropup, .dropright, .dropdown, .dropleft {
  position: relative;
}

/* line 3052, ../scss/_basic.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 3064, ../scss/_basic.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3069, ../scss/_basic.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: #404040;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

/* line 3090, ../scss/_basic.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 3096, ../scss/_basic.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
/* line 3103, ../scss/_basic.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 3115, ../scss/_basic.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3122, ../scss/_basic.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
/* line 3130, ../scss/_basic.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 3142, ../scss/_basic.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
/* line 3145, ../scss/_basic.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 3152, ../scss/_basic.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
/* line 3160, ../scss/_basic.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
}
/* line 3169, ../scss/_basic.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 3180, ../scss/_basic.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
/* line 3183, ../scss/_basic.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 3190, ../scss/_basic.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 3196, ../scss/_basic.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 3203, ../scss/_basic.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 3214, ../scss/_basic.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
/* line 3219, ../scss/_basic.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #404040;
}
/* line 3224, ../scss/_basic.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 3230, ../scss/_basic.scss */
.dropdown-menu.show {
  display: block;
}

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

/* line 3243, ../scss/_basic.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

/* line 3249, ../scss/_basic.scss */
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 3255, ../scss/_basic.scss */
.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}

/* line 3260, ../scss/_basic.scss */
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 3265, ../scss/_basic.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active {
  z-index: 1;
}

/* line 3271, ../scss/_basic.scss */
.btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 3278, ../scss/_basic.scss */
.btn-group .btn + .btn, .btn-group .btn + .btn-group {
  margin-left: -1px;
}
/* line 3283, ../scss/_basic.scss */
.btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 3291, ../scss/_basic.scss */
.btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group {
  margin-left: -1px;
}
/* line 3296, ../scss/_basic.scss */
.btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 3302, ../scss/_basic.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
/* line 3306, ../scss/_basic.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 3313, ../scss/_basic.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 3316, ../scss/_basic.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 3321, ../scss/_basic.scss */
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 3325, ../scss/_basic.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 3331, ../scss/_basic.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
/* line 3334, ../scss/_basic.scss */
.dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 3339, ../scss/_basic.scss */
.dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 3343, ../scss/_basic.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

/* line 3357, ../scss/_basic.scss */
.btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 3359, ../scss/_basic.scss */
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

/* line 3364, ../scss/_basic.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
/* line 3368, ../scss/_basic.scss */
.btn-group-vertical .btn, .btn-group-vertical .btn-group {
  width: 100%;
}
/* line 3373, ../scss/_basic.scss */
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
/* line 3379, ../scss/_basic.scss */
.btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
/* line 3384, ../scss/_basic.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 3388, ../scss/_basic.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 3396, ../scss/_basic.scss */
.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
/* line 3400, ../scss/_basic.scss */
.btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
/* line 3407, ../scss/_basic.scss */
.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 3415, ../scss/_basic.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
/* line 3422, ../scss/_basic.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 3428, ../scss/_basic.scss */
.input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file:focus {
  z-index: 3;
}
/* line 3432, ../scss/_basic.scss */
.input-group > .form-control + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control + .custom-file {
  margin-left: -1px;
}
/* line 3437, ../scss/_basic.scss */
.input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file {
  margin-left: -1px;
}
/* line 3442, ../scss/_basic.scss */
.input-group > .custom-file + .form-control, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
/* line 3446, ../scss/_basic.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 3450, ../scss/_basic.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 3454, ../scss/_basic.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
/* line 3457, ../scss/_basic.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 3460, ../scss/_basic.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 3465, ../scss/_basic.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3473, ../scss/_basic.scss */
.input-group-prepend, .input-group-append {
  display: flex;
}

/* line 3477, ../scss/_basic.scss */
.input-group-prepend .btn, .input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 3484, ../scss/_basic.scss */
.input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text {
  margin-left: -1px;
}
/* line 3489, ../scss/_basic.scss */
.input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn {
  margin-left: -1px;
}

/* line 3497, ../scss/_basic.scss */
.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text {
  margin-left: -1px;
}
/* line 3502, ../scss/_basic.scss */
.input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

/* line 3508, ../scss/_basic.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 3512, ../scss/_basic.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 3516, ../scss/_basic.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 #DBDBDB;
  border-radius: 0.25rem;
}
/* line 3531, ../scss/_basic.scss */
.input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 3539, ../scss/_basic.scss */
.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 3546, ../scss/_basic.scss */
.input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 3552, ../scss/_basic.scss */
.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 3558, ../scss/_basic.scss */
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 3566, ../scss/_basic.scss */
.input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 3572, ../scss/_basic.scss */
.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 3580, ../scss/_basic.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

/* line 3587, ../scss/_basic.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 3592, ../scss/_basic.scss */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
/* line 3596, ../scss/_basic.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #404040;
  box-shadow: none;
}
/* line 3601, ../scss/_basic.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(64, 64, 64, 0.25);
}
/* line 3604, ../scss/_basic.scss */
.custom-control-input:active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #999999;
  box-shadow: none;
}
/* line 3609, ../scss/_basic.scss */
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
/* line 3611, ../scss/_basic.scss */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 3617, ../scss/_basic.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
}
/* line 3620, ../scss/_basic.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.1rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
/* line 3633, ../scss/_basic.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.1rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* line 3648, ../scss/_basic.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
/* line 3653, ../scss/_basic.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #404040;
}
/* line 3656, ../scss/_basic.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='%23ffffff' 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 3661, ../scss/_basic.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #404040;
  box-shadow: none;
}
/* line 3665, ../scss/_basic.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='%23ffffff' d='M0 2h4'/%3E%3C/svg%3E");
}
/* line 3670, ../scss/_basic.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(64, 64, 64, 0.5);
}

/* line 3678, ../scss/_basic.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
/* line 3683, ../scss/_basic.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #404040;
}
/* line 3686, ../scss/_basic.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='%23ffffff'/%3E%3C/svg%3E");
}
/* line 3690, ../scss/_basic.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(64, 64, 64, 0.5);
}

/* line 3696, ../scss/_basic.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: #ffffff 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 #DBDBDB;
  border-radius: 0.25rem;
  appearance: none;
}
/* line 3709, ../scss/_basic.scss */
.custom-select:focus {
  border-color: gray;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 128, 128, 0.5);
}
/* line 3713, ../scss/_basic.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}
/* line 3718, ../scss/_basic.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
/* line 3723, ../scss/_basic.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
/* line 3727, ../scss/_basic.scss */
.custom-select::-ms-expand {
  opacity: 0;
}

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

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

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

/* line 3754, ../scss/_basic.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
/* line 3761, ../scss/_basic.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: gray;
  box-shadow: 0 0 0 0.2rem rgba(64, 64, 64, 0.25);
}
/* line 3764, ../scss/_basic.scss */
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: gray;
}
/* line 3768, ../scss/_basic.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 3773, ../scss/_basic.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: #ffffff;
  border: 1px solid #DBDBDB;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 3787, ../scss/_basic.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 #DBDBDB;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 3805, ../scss/_basic.scss */
.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none;
}
/* line 3810, ../scss/_basic.scss */
.custom-range:focus {
  outline: none;
}
/* line 3813, ../scss/_basic.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}
/* line 3816, ../scss/_basic.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #404040;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  appearance: none;
}
/* line 3825, ../scss/_basic.scss */
.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(64, 64, 64, 0.25);
}
/* line 3829, ../scss/_basic.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #999999;
}
/* line 3833, ../scss/_basic.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;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
/* line 3843, ../scss/_basic.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #404040;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  appearance: none;
}
/* line 3851, ../scss/_basic.scss */
.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(64, 64, 64, 0.25);
}
/* line 3855, ../scss/_basic.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #999999;
}
/* line 3859, ../scss/_basic.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
/* line 3869, ../scss/_basic.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #404040;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  appearance: none;
}
/* line 3877, ../scss/_basic.scss */
.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(64, 64, 64, 0.25);
}
/* line 3881, ../scss/_basic.scss */
.custom-range::-ms-thumb:active {
  background-color: #999999;
}
/* line 3885, ../scss/_basic.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
/* line 3895, ../scss/_basic.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
/* line 3899, ../scss/_basic.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 3906, ../scss/_basic.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3914, ../scss/_basic.scss */
.nav-link {
  display: block;
  padding: 1.25rem 1rem;
}
/* line 3917, ../scss/_basic.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
/* line 3920, ../scss/_basic.scss */
.nav-link.disabled {
  color: #6c757d;
}

/* line 3925, ../scss/_basic.scss */
.nav-tabs {
  border-bottom: 0 solid #dee2e6;
}
/* line 3927, ../scss/_basic.scss */
.nav-tabs .nav-item {
  margin-bottom: 0;
}
/* line 3930, ../scss/_basic.scss */
.nav-tabs .nav-link {
  border: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* line 3934, ../scss/_basic.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
/* line 3937, ../scss/_basic.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
/* line 3942, ../scss/_basic.scss */
.nav-tabs .nav-link.active {
  color: #00518A;
  background-color: transparent;
  border-color: #dee2e6 #dee2e6 transparent;
}
/* line 3948, ../scss/_basic.scss */
.nav-tabs .nav-item.show .nav-link {
  color: #00518A;
  background-color: transparent;
  border-color: #dee2e6 #dee2e6 transparent;
}
/* line 3953, ../scss/_basic.scss */
.nav-tabs .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3961, ../scss/_basic.scss */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
/* line 3963, ../scss/_basic.scss */
.nav-pills .nav-link.active {
  color: #ffffff;
  background-color: #404040;
}
/* line 3968, ../scss/_basic.scss */
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #404040;
}

/* line 3974, ../scss/_basic.scss */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 3979, ../scss/_basic.scss */
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 3986, ../scss/_basic.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 3989, ../scss/_basic.scss */
.tab-content > .active {
  display: block;
}

/* line 3994, ../scss/_basic.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
/* line 4002, ../scss/_basic.scss */
.navbar > .container, .navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 4011, ../scss/_basic.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
/* line 4019, ../scss/_basic.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 4024, ../scss/_basic.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
/* line 4030, ../scss/_basic.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
/* line 4034, ../scss/_basic.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 4040, ../scss/_basic.scss */
.navbar-text {
  display: inline-block;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

/* line 4046, ../scss/_basic.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 4052, ../scss/_basic.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 4059, ../scss/_basic.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
/* line 4062, ../scss/_basic.scss */
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 4067, ../scss/_basic.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 4079, ../scss/_basic.scss */
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  /* line 4087, ../scss/_basic.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4090, ../scss/_basic.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 4092, ../scss/_basic.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4095, ../scss/_basic.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
  /* line 4101, ../scss/_basic.scss */
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 4105, ../scss/_basic.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4109, ../scss/_basic.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  /* line 4117, ../scss/_basic.scss */
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  /* line 4125, ../scss/_basic.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4128, ../scss/_basic.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 4130, ../scss/_basic.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4133, ../scss/_basic.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
  /* line 4139, ../scss/_basic.scss */
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 4143, ../scss/_basic.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4147, ../scss/_basic.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  /* line 4155, ../scss/_basic.scss */
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 4163, ../scss/_basic.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4166, ../scss/_basic.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 4168, ../scss/_basic.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4171, ../scss/_basic.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
  /* line 4177, ../scss/_basic.scss */
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 4181, ../scss/_basic.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4185, ../scss/_basic.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  /* line 4191, ../scss/_basic.scss */
  .micro-site-nav .nav-hfrd .nav-link {
    padding-top: .2rem;
    padding-bottom: 1.2rem;
  }
}
@media (max-width: 1199.98px) {
  /* line 4200, ../scss/_basic.scss */
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 4208, ../scss/_basic.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4211, ../scss/_basic.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 4213, ../scss/_basic.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4216, ../scss/_basic.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
  /* line 4222, ../scss/_basic.scss */
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 4226, ../scss/_basic.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4230, ../scss/_basic.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
/* line 4236, ../scss/_basic.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
/* line 4240, ../scss/_basic.scss */
.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
/* line 4245, ../scss/_basic.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}
/* line 4247, ../scss/_basic.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
/* line 4250, ../scss/_basic.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}
/* line 4256, ../scss/_basic.scss */
.navbar-expand > .container, .navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
/* line 4260, ../scss/_basic.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
/* line 4264, ../scss/_basic.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 4270, ../scss/_basic.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
/* line 4272, ../scss/_basic.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
/* line 4277, ../scss/_basic.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
/* line 4279, ../scss/_basic.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
/* line 4282, ../scss/_basic.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
/* line 4286, ../scss/_basic.scss */
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
/* line 4290, ../scss/_basic.scss */
.navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
/* line 4295, ../scss/_basic.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
/* line 4299, ../scss/_basic.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 4302, ../scss/_basic.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
/* line 4304, ../scss/_basic.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
/* line 4306, ../scss/_basic.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4314, ../scss/_basic.scss */
.navbar-dark .navbar-brand {
  color: #ffffff;
}
/* line 4316, ../scss/_basic.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #ffffff;
}
/* line 4321, ../scss/_basic.scss */
.navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
}
/* line 4323, ../scss/_basic.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #ffffff;
}
/* line 4326, ../scss/_basic.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
/* line 4330, ../scss/_basic.scss */
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link {
  color: #ffffff;
}
/* line 4334, ../scss/_basic.scss */
.navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}
/* line 4342, ../scss/_basic.scss */
.navbar-dark .navbar-toggler {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.1);
}
/* line 4346, ../scss/_basic.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='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/* line 4349, ../scss/_basic.scss */
.navbar-dark .navbar-text {
  color: #ffffff;
}
/* line 4351, ../scss/_basic.scss */
.navbar-dark .navbar-text a {
  color: #ffffff;
}
/* line 4353, ../scss/_basic.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #ffffff;
}

/* line 4360, ../scss/_basic.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 0 solid #E3E3E3;
  border-radius: 0;
}
/* line 4371, ../scss/_basic.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
/* line 4376, ../scss/_basic.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* line 4380, ../scss/_basic.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4388, ../scss/_basic.scss */
.card-body {
  flex: 1 1 auto;
  padding: 2.5rem;
}

/* line 4393, ../scss/_basic.scss */
.card-title {
  margin-bottom: 0.95rem;
}

/* line 4397, ../scss/_basic.scss */
.card-subtitle {
  margin-top: -0.475rem;
  margin-bottom: 0;
}

/* line 4403, ../scss/_basic.scss */
.card-link:hover {
  text-decoration: none;
}
/* line 4406, ../scss/_basic.scss */
.card-link + .card-link {
  margin-left: 2.5rem;
}

/* line 4411, ../scss/_basic.scss */
.card-header {
  padding: 0.95rem 2.5rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0 solid #E3E3E3;
}
/* line 4416, ../scss/_basic.scss */
.card-header:first-child {
  border-radius: 0 0 0 0;
}
/* line 4419, ../scss/_basic.scss */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 4424, ../scss/_basic.scss */
.card-footer {
  padding: 0.95rem 2.5rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 0 solid #E3E3E3;
}
/* line 4428, ../scss/_basic.scss */
.card-footer:last-child {
  border-radius: 0 0 0 0;
}

/* line 4433, ../scss/_basic.scss */
.card-header-tabs {
  margin-right: -1.25rem;
  margin-bottom: -0.95rem;
  margin-left: -1.25rem;
  border-bottom: 0;
}

/* line 4440, ../scss/_basic.scss */
.card-header-pills {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}

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

/* line 4454, ../scss/_basic.scss */
.card-img {
  width: 100%;
  border-radius: 0;
}

/* line 4459, ../scss/_basic.scss */
.card-img-top {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4465, ../scss/_basic.scss */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4471, ../scss/_basic.scss */
.card-deck {
  display: flex;
  flex-direction: column;
}
/* line 4474, ../scss/_basic.scss */
.card-deck .card {
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  /* line 4480, ../scss/_basic.scss */
  .card-deck {
    flex-flow: row wrap;
    margin-right: -10px;
    margin-left: -10px;
  }
  /* line 4484, ../scss/_basic.scss */
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 10px;
  }
}
/* line 4495, ../scss/_basic.scss */
.card-group {
  display: flex;
  flex-direction: column;
}
/* line 4498, ../scss/_basic.scss */
.card-group > .card {
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  /* line 4504, ../scss/_basic.scss */
  .card-group {
    flex-flow: row wrap;
  }
  /* line 4506, ../scss/_basic.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 4509, ../scss/_basic.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 4513, ../scss/_basic.scss */
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 4516, ../scss/_basic.scss */
  .card-group > .card:first-child .card-img-top, .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  /* line 4519, ../scss/_basic.scss */
  .card-group > .card:first-child .card-img-bottom, .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 4523, ../scss/_basic.scss */
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 4526, ../scss/_basic.scss */
  .card-group > .card:last-child .card-img-top, .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  /* line 4529, ../scss/_basic.scss */
  .card-group > .card:last-child .card-img-bottom, .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  /* line 4533, ../scss/_basic.scss */
  .card-group > .card:only-child {
    border-radius: 0;
  }
  /* line 4535, ../scss/_basic.scss */
  .card-group > .card:only-child .card-img-top, .card-group > .card:only-child .card-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  /* line 4539, ../scss/_basic.scss */
  .card-group > .card:only-child .card-img-bottom, .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 4544, ../scss/_basic.scss */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  /* line 4546, ../scss/_basic.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 4554, ../scss/_basic.scss */
.card-columns .card {
  margin-bottom: 0.95rem;
}

@media (min-width: 576px) {
  /* line 4559, ../scss/_basic.scss */
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 4564, ../scss/_basic.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
/* line 4573, ../scss/_basic.scss */
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
/* line 4577, ../scss/_basic.scss */
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
/* line 4581, ../scss/_basic.scss */
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 4586, ../scss/_basic.scss */
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4592, ../scss/_basic.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

/* line 4603, ../scss/_basic.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
/* line 4605, ../scss/_basic.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #333333;
  content: "/";
}
/* line 4611, ../scss/_basic.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
  text-decoration: none;
}
/* line 4616, ../scss/_basic.scss */
.breadcrumb-item.active {
  color: #333333;
}

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

/* line 4628, ../scss/_basic.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #404040;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}
/* line 4637, ../scss/_basic.scss */
.page-link:hover {
  z-index: 2;
  color: #1a1a1a;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
/* line 4644, ../scss/_basic.scss */
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(64, 64, 64, 0.25);
}
/* line 4649, ../scss/_basic.scss */
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 4655, ../scss/_basic.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
/* line 4660, ../scss/_basic.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
/* line 4664, ../scss/_basic.scss */
.page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #404040;
  border-color: #404040;
}
/* line 4670, ../scss/_basic.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #dee2e6;
}

/* line 4680, ../scss/_basic.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
/* line 4686, ../scss/_basic.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
/* line 4690, ../scss/_basic.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 4698, ../scss/_basic.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
/* line 4704, ../scss/_basic.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
/* line 4708, ../scss/_basic.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 4715, ../scss/_basic.scss */
.badge {
  display: inline-block;
  padding: 0.45rem 0.9rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
}
/* line 4725, ../scss/_basic.scss */
.badge:empty {
  display: none;
}

/* line 4730, ../scss/_basic.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 4735, ../scss/_basic.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 4741, ../scss/_basic.scss */
.badge-primary {
  color: #ffffff;
  background-color: #404040;
}
/* line 4745, ../scss/_basic.scss */
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #272626;
}

/* line 4753, ../scss/_basic.scss */
.badge-secondary {
  color: #ffffff;
  background-color: #6c757d;
}
/* line 4757, ../scss/_basic.scss */
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #545b62;
}

/* line 4765, ../scss/_basic.scss */
.badge-success {
  color: #ffffff;
  background-color: #28a745;
}
/* line 4769, ../scss/_basic.scss */
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #1e7e34;
}

/* line 4777, ../scss/_basic.scss */
.badge-info {
  color: #ffffff;
  background-color: #1397E1;
}
/* line 4781, ../scss/_basic.scss */
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #0f77b2;
}

/* line 4789, ../scss/_basic.scss */
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
/* line 4793, ../scss/_basic.scss */
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

/* line 4801, ../scss/_basic.scss */
.badge-danger {
  color: #ffffff;
  background-color: #dc3545;
}
/* line 4805, ../scss/_basic.scss */
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #bd2130;
}

/* line 4813, ../scss/_basic.scss */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
/* line 4817, ../scss/_basic.scss */
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

/* line 4825, ../scss/_basic.scss */
.badge-dark {
  color: #ffffff;
  background-color: #343a40;
}
/* line 4829, ../scss/_basic.scss */
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #1d2124;
}

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

@media (min-width: 576px) {
  /* line 4845, ../scss/_basic.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}
/* line 4850, ../scss/_basic.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

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

/* line 4864, ../scss/_basic.scss */
.alert-heading {
  color: inherit;
}

/* line 4868, ../scss/_basic.scss */
.alert-link {
  font-weight: 700;
}

/* line 4872, ../scss/_basic.scss */
.alert-dismissible {
  padding-right: 4rem;
}
/* line 4874, ../scss/_basic.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 4883, ../scss/_basic.scss */
.alert-primary {
  color: #212121;
  background-color: #d9d9d9;
  border-color: #cacaca;
}
/* line 4887, ../scss/_basic.scss */
.alert-primary hr {
  border-top-color: #bdbdbd;
}
/* line 4890, ../scss/_basic.scss */
.alert-primary .alert-link {
  color: #080707;
}

/* line 4895, ../scss/_basic.scss */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
/* line 4899, ../scss/_basic.scss */
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
/* line 4902, ../scss/_basic.scss */
.alert-secondary .alert-link {
  color: #202326;
}

/* line 4907, ../scss/_basic.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
/* line 4911, ../scss/_basic.scss */
.alert-success hr {
  border-top-color: #b1dfbb;
}
/* line 4914, ../scss/_basic.scss */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 4919, ../scss/_basic.scss */
.alert-info {
  color: #0a4f75;
  background-color: #d0eaf9;
  border-color: #bde2f7;
}
/* line 4923, ../scss/_basic.scss */
.alert-info hr {
  border-top-color: #a6d8f4;
}
/* line 4926, ../scss/_basic.scss */
.alert-info .alert-link {
  color: #062f46;
}

/* line 4931, ../scss/_basic.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
/* line 4935, ../scss/_basic.scss */
.alert-warning hr {
  border-top-color: #ffe8a1;
}
/* line 4938, ../scss/_basic.scss */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 4943, ../scss/_basic.scss */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
/* line 4947, ../scss/_basic.scss */
.alert-danger hr {
  border-top-color: #f1b0b7;
}
/* line 4950, ../scss/_basic.scss */
.alert-danger .alert-link {
  color: #491217;
}

/* line 4955, ../scss/_basic.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
/* line 4959, ../scss/_basic.scss */
.alert-light hr {
  border-top-color: #ececf6;
}
/* line 4962, ../scss/_basic.scss */
.alert-light .alert-link {
  color: #686868;
}

/* line 4967, ../scss/_basic.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
/* line 4971, ../scss/_basic.scss */
.alert-dark hr {
  border-top-color: #b9bbbe;
}
/* line 4974, ../scss/_basic.scss */
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 4990, ../scss/_basic.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

/* line 5000, ../scss/_basic.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #404040;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 5012, ../scss/_basic.scss */
  .progress-bar {
    transition: none;
  }
}
/* line 5017, ../scss/_basic.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 5022, ../scss/_basic.scss */
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

/* line 5026, ../scss/_basic.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 5031, ../scss/_basic.scss */
.media-body {
  flex: 1;
}

/* line 5035, ../scss/_basic.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 5042, ../scss/_basic.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
/* line 5046, ../scss/_basic.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
/* line 5051, ../scss/_basic.scss */
.list-group-item-action:active {
  color: #404040;
  background-color: #e9ecef;
}

/* line 5057, ../scss/_basic.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
/* line 5064, ../scss/_basic.scss */
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
/* line 5068, ../scss/_basic.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
/* line 5073, ../scss/_basic.scss */
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
/* line 5077, ../scss/_basic.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #ffffff;
}
/* line 5081, ../scss/_basic.scss */
.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #404040;
  border-color: #404040;
}

/* line 5090, ../scss/_basic.scss */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
/* line 5095, ../scss/_basic.scss */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
/* line 5098, ../scss/_basic.scss */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

/* line 5103, ../scss/_basic.scss */
.list-group-item-primary {
  color: #212121;
  background-color: #cacaca;
}
/* line 5107, ../scss/_basic.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #212121;
  background-color: #bdbdbd;
}
/* line 5111, ../scss/_basic.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #212121;
  border-color: #212121;
}

/* line 5119, ../scss/_basic.scss */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
/* line 5123, ../scss/_basic.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 5127, ../scss/_basic.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #383d41;
  border-color: #383d41;
}

/* line 5135, ../scss/_basic.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
/* line 5139, ../scss/_basic.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 5143, ../scss/_basic.scss */
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #155724;
  border-color: #155724;
}

/* line 5151, ../scss/_basic.scss */
.list-group-item-info {
  color: #0a4f75;
  background-color: #bde2f7;
}
/* line 5155, ../scss/_basic.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0a4f75;
  background-color: #a6d8f4;
}
/* line 5159, ../scss/_basic.scss */
.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #0a4f75;
  border-color: #0a4f75;
}

/* line 5167, ../scss/_basic.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
/* line 5171, ../scss/_basic.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 5175, ../scss/_basic.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #856404;
  border-color: #856404;
}

/* line 5183, ../scss/_basic.scss */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
/* line 5187, ../scss/_basic.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 5191, ../scss/_basic.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 5199, ../scss/_basic.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
/* line 5203, ../scss/_basic.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 5207, ../scss/_basic.scss */
.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #818182;
  border-color: #818182;
}

/* line 5215, ../scss/_basic.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
/* line 5219, ../scss/_basic.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 5223, ../scss/_basic.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 5231, ../scss/_basic.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5;
}
/* line 5239, ../scss/_basic.scss */
.close:hover, .close:focus {
  color: #000000;
  text-decoration: none;
  opacity: .75;
}
/* line 5244, ../scss/_basic.scss */
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 5249, ../scss/_basic.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 5256, ../scss/_basic.scss */
.modal-open {
  overflow: hidden;
}

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

/* line 5272, ../scss/_basic.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 5277, ../scss/_basic.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 5285, ../scss/_basic.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
/* line 5289, ../scss/_basic.scss */
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 5295, ../scss/_basic.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}
/* line 5300, ../scss/_basic.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

/* line 5306, ../scss/_basic.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.25rem 0.5rem rgba(255, 255, 255, 0.5);
  outline: 0;
}

/* line 5320, ../scss/_basic.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
/* line 5328, ../scss/_basic.scss */
.modal-backdrop.fade {
  opacity: 0;
}
/* line 5331, ../scss/_basic.scss */
.modal-backdrop.show {
  opacity: 0.1;
}

/* line 5336, ../scss/_basic.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 5344, ../scss/_basic.scss */
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 5350, ../scss/_basic.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 5355, ../scss/_basic.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 5361, ../scss/_basic.scss */
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
/* line 5368, ../scss/_basic.scss */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}
/* line 5371, ../scss/_basic.scss */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

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

@media (min-width: 576px) {
  /* line 5386, ../scss/_basic.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  /* line 5390, ../scss/_basic.scss */
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  /* line 5393, ../scss/_basic.scss */
  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(255, 255, 255, 0.5);
  }

  /* line 5396, ../scss/_basic.scss */
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 5402, ../scss/_basic.scss */
  .modal-lg {
    max-width: 800px;
  }
}
/* line 5407, ../scss/_basic.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.75rem;
  word-wrap: break-word;
  opacity: 0;
}
/* line 5429, ../scss/_basic.scss */
.tooltip.show {
  opacity: 1;
}
/* line 5432, ../scss/_basic.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
/* line 5437, ../scss/_basic.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

/* line 5454, ../scss/_basic.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: #ffffff;
}

/* line 5460, ../scss/_basic.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

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

/* line 5470, ../scss/_basic.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: #ffffff;
}

/* line 5476, ../scss/_basic.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

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

/* line 5484, ../scss/_basic.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: #ffffff;
}

/* line 5490, ../scss/_basic.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

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

/* line 5500, ../scss/_basic.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: #ffffff;
}

/* line 5506, ../scss/_basic.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.5rem 1rem;
  color: #374046;
  text-align: center;
  background-color: #ffffff;
  border-radius: 0.25rem;
}

/* line 5515, ../scss/_basic.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}
/* line 5543, ../scss/_basic.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
/* line 5549, ../scss/_basic.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

/* line 5567, ../scss/_basic.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 5571, ../scss/_basic.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 5576, ../scss/_basic.scss */
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #ffffff;
}

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

/* line 5585, ../scss/_basic.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 5592, ../scss/_basic.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 5596, ../scss/_basic.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 5601, ../scss/_basic.scss */
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #ffffff;
}

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

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

/* line 5614, ../scss/_basic.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 5618, ../scss/_basic.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 5623, ../scss/_basic.scss */
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #ffffff;
}

/* line 5628, ../scss/_basic.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 5639, ../scss/_basic.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 5643, ../scss/_basic.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 5650, ../scss/_basic.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 5654, ../scss/_basic.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 5659, ../scss/_basic.scss */
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #ffffff;
}

/* line 5664, ../scss/_basic.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #1D1F24;
  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 5673, ../scss/_basic.scss */
.popover-header:empty {
  display: none;
}

/* line 5678, ../scss/_basic.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #404040;
}

/* line 5683, ../scss/_basic.scss */
.carousel {
  position: relative;
}

/* line 5687, ../scss/_basic.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 5693, ../scss/_basic.scss */
.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}
/* line 5701, ../scss/_basic.scss */
.carousel-item.active {
  display: block;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 5707, ../scss/_basic.scss */
  .carousel-item {
    transition: none;
  }
}
/* line 5712, ../scss/_basic.scss */
.carousel-item-next, .carousel-item-prev {
  display: block;
}

/* line 5716, ../scss/_basic.scss */
.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0;
}

/* line 5721, ../scss/_basic.scss */
.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  /* line 5726, ../scss/_basic.scss */
  .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}
/* line 5731, ../scss/_basic.scss */
.carousel-item-next, .active.carousel-item-right {
  transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
  /* line 5736, ../scss/_basic.scss */
  .carousel-item-next, .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}
/* line 5741, ../scss/_basic.scss */
.carousel-item-prev, .active.carousel-item-left {
  transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
  /* line 5746, ../scss/_basic.scss */
  .carousel-item-prev, .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 5752, ../scss/_basic.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}
/* line 5756, ../scss/_basic.scss */
.carousel-fade .carousel-item.active {
  opacity: 1;
}
/* line 5760, ../scss/_basic.scss */
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
/* line 5764, ../scss/_basic.scss */
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  opacity: 0;
}
/* line 5768, ../scss/_basic.scss */
.carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
  transform: translateX(0);
}
/* line 5772, ../scss/_basic.scss */
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  /* line 5780, ../scss/_basic.scss */
  .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    transform: translate3d(0, 0, 0);
  }
  /* line 5784, ../scss/_basic.scss */
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}
/* line 5791, ../scss/_basic.scss */
.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
}

/* line 5805, ../scss/_basic.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

/* line 5814, ../scss/_basic.scss */
.carousel-control-next:hover, .carousel-control-next:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

/* line 5822, ../scss/_basic.scss */
.carousel-control-prev {
  left: 0;
}

/* line 5826, ../scss/_basic.scss */
.carousel-control-next {
  right: 0;
}

/* line 5830, ../scss/_basic.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 5838, ../scss/_basic.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' 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 5842, ../scss/_basic.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' 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 5846, ../scss/_basic.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 5858, ../scss/_basic.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 5868, ../scss/_basic.scss */
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
/* line 5877, ../scss/_basic.scss */
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
/* line 5887, ../scss/_basic.scss */
.carousel-indicators .active {
  background-color: #ffffff;
}

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

/* line 5904, ../scss/_basic.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 5908, ../scss/_basic.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5912, ../scss/_basic.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 5916, ../scss/_basic.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 5920, ../scss/_basic.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 5924, ../scss/_basic.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 5928, ../scss/_basic.scss */
.bg-primary {
  background-color: #404040 !important;
}

/* line 5933, ../scss/_basic.scss */
a.bg-primary:hover, a.bg-primary:focus {
  background-color: #272626 !important;
}

/* line 5939, ../scss/_basic.scss */
button.bg-primary:hover, button.bg-primary:focus {
  background-color: #272626 !important;
}

/* line 5944, ../scss/_basic.scss */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 5949, ../scss/_basic.scss */
a.bg-secondary:hover, a.bg-secondary:focus {
  background-color: #545b62 !important;
}

/* line 5955, ../scss/_basic.scss */
button.bg-secondary:hover, button.bg-secondary:focus {
  background-color: #545b62 !important;
}

/* line 5960, ../scss/_basic.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 5965, ../scss/_basic.scss */
a.bg-success:hover, a.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 5971, ../scss/_basic.scss */
button.bg-success:hover, button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 5976, ../scss/_basic.scss */
.bg-info {
  background-color: #1397E1 !important;
}

/* line 5981, ../scss/_basic.scss */
a.bg-info:hover, a.bg-info:focus {
  background-color: #0f77b2 !important;
}

/* line 5987, ../scss/_basic.scss */
button.bg-info:hover, button.bg-info:focus {
  background-color: #0f77b2 !important;
}

/* line 5992, ../scss/_basic.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 5997, ../scss/_basic.scss */
a.bg-warning:hover, a.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 6003, ../scss/_basic.scss */
button.bg-warning:hover, button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 6008, ../scss/_basic.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 6013, ../scss/_basic.scss */
a.bg-danger:hover, a.bg-danger:focus {
  background-color: #bd2130 !important;
}

/* line 6019, ../scss/_basic.scss */
button.bg-danger:hover, button.bg-danger:focus {
  background-color: #bd2130 !important;
}

/* line 6024, ../scss/_basic.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 6029, ../scss/_basic.scss */
a.bg-light:hover, a.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 6035, ../scss/_basic.scss */
button.bg-light:hover, button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 6040, ../scss/_basic.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 6045, ../scss/_basic.scss */
a.bg-dark:hover, a.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* line 6051, ../scss/_basic.scss */
button.bg-dark:hover, button.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* line 6056, ../scss/_basic.scss */
.bg-white {
  background-color: #ffffff !important;
}

/* line 6060, ../scss/_basic.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 6064, ../scss/_basic.scss */
.border {
  border: 1px solid #E3E3E3 !important;
}

/* line 6068, ../scss/_basic.scss */
.border-top {
  border-top: 1px solid #E3E3E3 !important;
}

/* line 6072, ../scss/_basic.scss */
.border-right {
  border-right: 1px solid #E3E3E3 !important;
}

/* line 6076, ../scss/_basic.scss */
.border-bottom {
  border-bottom: 1px solid #E3E3E3 !important;
}

/* line 6080, ../scss/_basic.scss */
.border-left {
  border-left: 1px solid #E3E3E3 !important;
}

/* line 6084, ../scss/_basic.scss */
.border-0 {
  border: 0 !important;
}

/* line 6088, ../scss/_basic.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 6092, ../scss/_basic.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 6096, ../scss/_basic.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 6100, ../scss/_basic.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 6104, ../scss/_basic.scss */
.border-primary {
  border-color: #404040 !important;
}

/* line 6108, ../scss/_basic.scss */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 6112, ../scss/_basic.scss */
.border-success {
  border-color: #28a745 !important;
}

/* line 6116, ../scss/_basic.scss */
.border-info {
  border-color: #1397E1 !important;
}

/* line 6120, ../scss/_basic.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 6124, ../scss/_basic.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 6128, ../scss/_basic.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 6132, ../scss/_basic.scss */
.border-dark {
  border-color: #343a40 !important;
}

/* line 6136, ../scss/_basic.scss */
.border-white {
  border-color: #ffffff !important;
}

/* line 6140, ../scss/_basic.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 6144, ../scss/_basic.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 6149, ../scss/_basic.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 6154, ../scss/_basic.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 6159, ../scss/_basic.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 6164, ../scss/_basic.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 6168, ../scss/_basic.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 6172, ../scss/_basic.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6178, ../scss/_basic.scss */
.d-none {
  display: none !important;
}

/* line 6182, ../scss/_basic.scss */
.d-inline {
  display: inline !important;
}

/* line 6186, ../scss/_basic.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 6190, ../scss/_basic.scss */
.d-block {
  display: block !important;
}

/* line 6194, ../scss/_basic.scss */
.d-table {
  display: table !important;
}

/* line 6198, ../scss/_basic.scss */
.d-table-row {
  display: table-row !important;
}

/* line 6202, ../scss/_basic.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 6206, ../scss/_basic.scss */
.d-flex {
  display: flex !important;
}

/* line 6210, ../scss/_basic.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 6215, ../scss/_basic.scss */
  .d-sm-none {
    display: none !important;
  }

  /* line 6218, ../scss/_basic.scss */
  .d-sm-inline {
    display: inline !important;
  }

  /* line 6221, ../scss/_basic.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }

  /* line 6224, ../scss/_basic.scss */
  .d-sm-block {
    display: block !important;
  }

  /* line 6227, ../scss/_basic.scss */
  .d-sm-table {
    display: table !important;
  }

  /* line 6230, ../scss/_basic.scss */
  .d-sm-table-row {
    display: table-row !important;
  }

  /* line 6233, ../scss/_basic.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }

  /* line 6236, ../scss/_basic.scss */
  .d-sm-flex {
    display: flex !important;
  }

  /* line 6239, ../scss/_basic.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  /* line 6245, ../scss/_basic.scss */
  .d-md-none {
    display: none !important;
  }

  /* line 6248, ../scss/_basic.scss */
  .d-md-inline {
    display: inline !important;
  }

  /* line 6251, ../scss/_basic.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }

  /* line 6254, ../scss/_basic.scss */
  .d-md-block {
    display: block !important;
  }

  /* line 6257, ../scss/_basic.scss */
  .d-md-table {
    display: table !important;
  }

  /* line 6260, ../scss/_basic.scss */
  .d-md-table-row {
    display: table-row !important;
  }

  /* line 6263, ../scss/_basic.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }

  /* line 6266, ../scss/_basic.scss */
  .d-md-flex {
    display: flex !important;
  }

  /* line 6269, ../scss/_basic.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  /* line 6275, ../scss/_basic.scss */
  .d-lg-none {
    display: none !important;
  }

  /* line 6278, ../scss/_basic.scss */
  .d-lg-inline {
    display: inline !important;
  }

  /* line 6281, ../scss/_basic.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }

  /* line 6284, ../scss/_basic.scss */
  .d-lg-block {
    display: block !important;
  }

  /* line 6287, ../scss/_basic.scss */
  .d-lg-table {
    display: table !important;
  }

  /* line 6290, ../scss/_basic.scss */
  .d-lg-table-row {
    display: table-row !important;
  }

  /* line 6293, ../scss/_basic.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }

  /* line 6296, ../scss/_basic.scss */
  .d-lg-flex {
    display: flex !important;
  }

  /* line 6299, ../scss/_basic.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  /* line 6305, ../scss/_basic.scss */
  .d-xl-none {
    display: none !important;
  }

  /* line 6308, ../scss/_basic.scss */
  .d-xl-inline {
    display: inline !important;
  }

  /* line 6311, ../scss/_basic.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }

  /* line 6314, ../scss/_basic.scss */
  .d-xl-block {
    display: block !important;
  }

  /* line 6317, ../scss/_basic.scss */
  .d-xl-table {
    display: table !important;
  }

  /* line 6320, ../scss/_basic.scss */
  .d-xl-table-row {
    display: table-row !important;
  }

  /* line 6323, ../scss/_basic.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }

  /* line 6326, ../scss/_basic.scss */
  .d-xl-flex {
    display: flex !important;
  }

  /* line 6329, ../scss/_basic.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  /* line 6335, ../scss/_basic.scss */
  .d-print-none {
    display: none !important;
  }

  /* line 6338, ../scss/_basic.scss */
  .d-print-inline {
    display: inline !important;
  }

  /* line 6341, ../scss/_basic.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }

  /* line 6344, ../scss/_basic.scss */
  .d-print-block {
    display: block !important;
  }

  /* line 6347, ../scss/_basic.scss */
  .d-print-table {
    display: table !important;
  }

  /* line 6350, ../scss/_basic.scss */
  .d-print-table-row {
    display: table-row !important;
  }

  /* line 6353, ../scss/_basic.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }

  /* line 6356, ../scss/_basic.scss */
  .d-print-flex {
    display: flex !important;
  }

  /* line 6359, ../scss/_basic.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
/* line 6364, ../scss/_basic.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
/* line 6370, ../scss/_basic.scss */
.embed-responsive::before {
  display: block;
  content: "";
}
/* line 6374, ../scss/_basic.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 6385, ../scss/_basic.scss */
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

/* line 6389, ../scss/_basic.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 6393, ../scss/_basic.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 6397, ../scss/_basic.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 6401, ../scss/_basic.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 6405, ../scss/_basic.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 6409, ../scss/_basic.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 6413, ../scss/_basic.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 6417, ../scss/_basic.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 6421, ../scss/_basic.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 6425, ../scss/_basic.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 6429, ../scss/_basic.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 6433, ../scss/_basic.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 6437, ../scss/_basic.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 6441, ../scss/_basic.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 6445, ../scss/_basic.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 6449, ../scss/_basic.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 6453, ../scss/_basic.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 6457, ../scss/_basic.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 6461, ../scss/_basic.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 6465, ../scss/_basic.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 6469, ../scss/_basic.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 6473, ../scss/_basic.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 6477, ../scss/_basic.scss */
.align-items-center {
  align-items: center !important;
}

/* line 6481, ../scss/_basic.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 6485, ../scss/_basic.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 6489, ../scss/_basic.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 6493, ../scss/_basic.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 6497, ../scss/_basic.scss */
.align-content-center {
  align-content: center !important;
}

/* line 6501, ../scss/_basic.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 6505, ../scss/_basic.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 6509, ../scss/_basic.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 6513, ../scss/_basic.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 6517, ../scss/_basic.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 6521, ../scss/_basic.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 6525, ../scss/_basic.scss */
.align-self-center {
  align-self: center !important;
}

/* line 6529, ../scss/_basic.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 6533, ../scss/_basic.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 6538, ../scss/_basic.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }

  /* line 6541, ../scss/_basic.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }

  /* line 6544, ../scss/_basic.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 6547, ../scss/_basic.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 6550, ../scss/_basic.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  /* line 6553, ../scss/_basic.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 6556, ../scss/_basic.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 6559, ../scss/_basic.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  /* line 6562, ../scss/_basic.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 6565, ../scss/_basic.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  /* line 6568, ../scss/_basic.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 6571, ../scss/_basic.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* line 6574, ../scss/_basic.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  /* line 6577, ../scss/_basic.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  /* line 6580, ../scss/_basic.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }

  /* line 6583, ../scss/_basic.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  /* line 6586, ../scss/_basic.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  /* line 6589, ../scss/_basic.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }

  /* line 6592, ../scss/_basic.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }

  /* line 6595, ../scss/_basic.scss */
  .align-items-sm-center {
    align-items: center !important;
  }

  /* line 6598, ../scss/_basic.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  /* line 6601, ../scss/_basic.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  /* line 6604, ../scss/_basic.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }

  /* line 6607, ../scss/_basic.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }

  /* line 6610, ../scss/_basic.scss */
  .align-content-sm-center {
    align-content: center !important;
  }

  /* line 6613, ../scss/_basic.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }

  /* line 6616, ../scss/_basic.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }

  /* line 6619, ../scss/_basic.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  /* line 6622, ../scss/_basic.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }

  /* line 6625, ../scss/_basic.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }

  /* line 6628, ../scss/_basic.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }

  /* line 6631, ../scss/_basic.scss */
  .align-self-sm-center {
    align-self: center !important;
  }

  /* line 6634, ../scss/_basic.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  /* line 6637, ../scss/_basic.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  /* line 6643, ../scss/_basic.scss */
  .flex-md-row {
    flex-direction: row !important;
  }

  /* line 6646, ../scss/_basic.scss */
  .flex-md-column {
    flex-direction: column !important;
  }

  /* line 6649, ../scss/_basic.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 6652, ../scss/_basic.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 6655, ../scss/_basic.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  /* line 6658, ../scss/_basic.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 6661, ../scss/_basic.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 6664, ../scss/_basic.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  /* line 6667, ../scss/_basic.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 6670, ../scss/_basic.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  /* line 6673, ../scss/_basic.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 6676, ../scss/_basic.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* line 6679, ../scss/_basic.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  /* line 6682, ../scss/_basic.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  /* line 6685, ../scss/_basic.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }

  /* line 6688, ../scss/_basic.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }

  /* line 6691, ../scss/_basic.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }

  /* line 6694, ../scss/_basic.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }

  /* line 6697, ../scss/_basic.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }

  /* line 6700, ../scss/_basic.scss */
  .align-items-md-center {
    align-items: center !important;
  }

  /* line 6703, ../scss/_basic.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }

  /* line 6706, ../scss/_basic.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }

  /* line 6709, ../scss/_basic.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }

  /* line 6712, ../scss/_basic.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }

  /* line 6715, ../scss/_basic.scss */
  .align-content-md-center {
    align-content: center !important;
  }

  /* line 6718, ../scss/_basic.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }

  /* line 6721, ../scss/_basic.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }

  /* line 6724, ../scss/_basic.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }

  /* line 6727, ../scss/_basic.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }

  /* line 6730, ../scss/_basic.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }

  /* line 6733, ../scss/_basic.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }

  /* line 6736, ../scss/_basic.scss */
  .align-self-md-center {
    align-self: center !important;
  }

  /* line 6739, ../scss/_basic.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }

  /* line 6742, ../scss/_basic.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  /* line 6748, ../scss/_basic.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }

  /* line 6751, ../scss/_basic.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }

  /* line 6754, ../scss/_basic.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 6757, ../scss/_basic.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 6760, ../scss/_basic.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  /* line 6763, ../scss/_basic.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 6766, ../scss/_basic.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 6769, ../scss/_basic.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  /* line 6772, ../scss/_basic.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 6775, ../scss/_basic.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  /* line 6778, ../scss/_basic.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 6781, ../scss/_basic.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* line 6784, ../scss/_basic.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  /* line 6787, ../scss/_basic.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  /* line 6790, ../scss/_basic.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }

  /* line 6793, ../scss/_basic.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  /* line 6796, ../scss/_basic.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  /* line 6799, ../scss/_basic.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }

  /* line 6802, ../scss/_basic.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }

  /* line 6805, ../scss/_basic.scss */
  .align-items-lg-center {
    align-items: center !important;
  }

  /* line 6808, ../scss/_basic.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  /* line 6811, ../scss/_basic.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  /* line 6814, ../scss/_basic.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }

  /* line 6817, ../scss/_basic.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }

  /* line 6820, ../scss/_basic.scss */
  .align-content-lg-center {
    align-content: center !important;
  }

  /* line 6823, ../scss/_basic.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }

  /* line 6826, ../scss/_basic.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }

  /* line 6829, ../scss/_basic.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  /* line 6832, ../scss/_basic.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }

  /* line 6835, ../scss/_basic.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }

  /* line 6838, ../scss/_basic.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }

  /* line 6841, ../scss/_basic.scss */
  .align-self-lg-center {
    align-self: center !important;
  }

  /* line 6844, ../scss/_basic.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  /* line 6847, ../scss/_basic.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  /* line 6853, ../scss/_basic.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }

  /* line 6856, ../scss/_basic.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }

  /* line 6859, ../scss/_basic.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 6862, ../scss/_basic.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 6865, ../scss/_basic.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  /* line 6868, ../scss/_basic.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 6871, ../scss/_basic.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 6874, ../scss/_basic.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  /* line 6877, ../scss/_basic.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 6880, ../scss/_basic.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  /* line 6883, ../scss/_basic.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 6886, ../scss/_basic.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* line 6889, ../scss/_basic.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  /* line 6892, ../scss/_basic.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  /* line 6895, ../scss/_basic.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }

  /* line 6898, ../scss/_basic.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  /* line 6901, ../scss/_basic.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  /* line 6904, ../scss/_basic.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }

  /* line 6907, ../scss/_basic.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }

  /* line 6910, ../scss/_basic.scss */
  .align-items-xl-center {
    align-items: center !important;
  }

  /* line 6913, ../scss/_basic.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  /* line 6916, ../scss/_basic.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  /* line 6919, ../scss/_basic.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }

  /* line 6922, ../scss/_basic.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }

  /* line 6925, ../scss/_basic.scss */
  .align-content-xl-center {
    align-content: center !important;
  }

  /* line 6928, ../scss/_basic.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }

  /* line 6931, ../scss/_basic.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }

  /* line 6934, ../scss/_basic.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  /* line 6937, ../scss/_basic.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }

  /* line 6940, ../scss/_basic.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }

  /* line 6943, ../scss/_basic.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }

  /* line 6946, ../scss/_basic.scss */
  .align-self-xl-center {
    align-self: center !important;
  }

  /* line 6949, ../scss/_basic.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  /* line 6952, ../scss/_basic.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
/* line 6957, ../scss/_basic.scss */
.float-left {
  float: left !important;
}

/* line 6961, ../scss/_basic.scss */
.float-right {
  float: right !important;
}

/* line 6965, ../scss/_basic.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 6970, ../scss/_basic.scss */
  .float-sm-left {
    float: left !important;
  }

  /* line 6973, ../scss/_basic.scss */
  .float-sm-right {
    float: right !important;
  }

  /* line 6976, ../scss/_basic.scss */
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  /* line 6982, ../scss/_basic.scss */
  .float-md-left {
    float: left !important;
  }

  /* line 6985, ../scss/_basic.scss */
  .float-md-right {
    float: right !important;
  }

  /* line 6988, ../scss/_basic.scss */
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  /* line 6994, ../scss/_basic.scss */
  .float-lg-left {
    float: left !important;
  }

  /* line 6997, ../scss/_basic.scss */
  .float-lg-right {
    float: right !important;
  }

  /* line 7000, ../scss/_basic.scss */
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 7006, ../scss/_basic.scss */
  .float-xl-left {
    float: left !important;
  }

  /* line 7009, ../scss/_basic.scss */
  .float-xl-right {
    float: right !important;
  }

  /* line 7012, ../scss/_basic.scss */
  .float-xl-none {
    float: none !important;
  }
}
/* line 7017, ../scss/_basic.scss */
.position-static {
  position: static !important;
}

/* line 7021, ../scss/_basic.scss */
.position-relative {
  position: relative !important;
}

/* line 7025, ../scss/_basic.scss */
.position-absolute {
  position: absolute !important;
}

/* line 7029, ../scss/_basic.scss */
.position-fixed {
  position: fixed !important;
}

/* line 7033, ../scss/_basic.scss */
.position-sticky {
  position: sticky !important;
}

/* line 7037, ../scss/_basic.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 7045, ../scss/_basic.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 7054, ../scss/_basic.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
/* line 7061, ../scss/_basic.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 7073, ../scss/_basic.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 7083, ../scss/_basic.scss */
.shadow-sm, header {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 7087, ../scss/_basic.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 7092, ../scss/_basic.scss */
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 7097, ../scss/_basic.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 7101, ../scss/_basic.scss */
.shadow-none, header.is-hidden {
  box-shadow: none !important;
}

/* line 7105, ../scss/_basic.scss */
.w-25 {
  width: 25% !important;
}

/* line 7109, ../scss/_basic.scss */
.w-50 {
  width: 50% !important;
}

/* line 7113, ../scss/_basic.scss */
.w-75 {
  width: 75% !important;
}

/* line 7117, ../scss/_basic.scss */
.w-100 {
  width: 100% !important;
}

/* line 7121, ../scss/_basic.scss */
.w-auto {
  width: auto !important;
}

/* line 7125, ../scss/_basic.scss */
.h-25 {
  height: 25% !important;
}

/* line 7129, ../scss/_basic.scss */
.h-50 {
  height: 50% !important;
}

/* line 7133, ../scss/_basic.scss */
.h-75 {
  height: 75% !important;
}

/* line 7137, ../scss/_basic.scss */
.h-100 {
  height: 100% !important;
}

/* line 7141, ../scss/_basic.scss */
.h-auto {
  height: auto !important;
}

/* line 7145, ../scss/_basic.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 7149, ../scss/_basic.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 7153, ../scss/_basic.scss */
.m-0 {
  margin: 0 !important;
}

/* line 7157, ../scss/_basic.scss */
.mt-0, .my-0 {
  margin-top: 0 !important;
}

/* line 7161, ../scss/_basic.scss */
.mr-0, .mx-0 {
  margin-right: 0 !important;
}

/* line 7165, ../scss/_basic.scss */
.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

/* line 7169, ../scss/_basic.scss */
.ml-0, .mx-0 {
  margin-left: 0 !important;
}

/* line 7173, ../scss/_basic.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 7177, ../scss/_basic.scss */
.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}

/* line 7181, ../scss/_basic.scss */
.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}

/* line 7185, ../scss/_basic.scss */
.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 7189, ../scss/_basic.scss */
.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

/* line 7193, ../scss/_basic.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 7197, ../scss/_basic.scss */
.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

/* line 7201, ../scss/_basic.scss */
.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

/* line 7205, ../scss/_basic.scss */
.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 7209, ../scss/_basic.scss */
.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}

/* line 7213, ../scss/_basic.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 7217, ../scss/_basic.scss */
.mt-3, .my-3 {
  margin-top: 1rem !important;
}

/* line 7221, ../scss/_basic.scss */
.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

/* line 7225, ../scss/_basic.scss */
.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

/* line 7229, ../scss/_basic.scss */
.ml-3, .mx-3 {
  margin-left: 1rem !important;
}

/* line 7233, ../scss/_basic.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 7237, ../scss/_basic.scss */
.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

/* line 7241, ../scss/_basic.scss */
.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}

/* line 7245, ../scss/_basic.scss */
.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 7249, ../scss/_basic.scss */
.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}

/* line 7253, ../scss/_basic.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 7257, ../scss/_basic.scss */
.mt-5, .my-5 {
  margin-top: 3rem !important;
}

/* line 7261, ../scss/_basic.scss */
.mr-5, .mx-5 {
  margin-right: 3rem !important;
}

/* line 7265, ../scss/_basic.scss */
.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}

/* line 7269, ../scss/_basic.scss */
.ml-5, .mx-5 {
  margin-left: 3rem !important;
}

/* line 7273, ../scss/_basic.scss */
.p-0 {
  padding: 0 !important;
}

/* line 7277, ../scss/_basic.scss */
.pt-0, .py-0 {
  padding-top: 0 !important;
}

/* line 7281, ../scss/_basic.scss */
.pr-0, .px-0 {
  padding-right: 0 !important;
}

/* line 7285, ../scss/_basic.scss */
.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

/* line 7289, ../scss/_basic.scss */
.pl-0, .px-0 {
  padding-left: 0 !important;
}

/* line 7293, ../scss/_basic.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 7297, ../scss/_basic.scss */
.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

/* line 7301, ../scss/_basic.scss */
.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

/* line 7305, ../scss/_basic.scss */
.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 7309, ../scss/_basic.scss */
.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

/* line 7313, ../scss/_basic.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 7317, ../scss/_basic.scss */
.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

/* line 7321, ../scss/_basic.scss */
.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}

/* line 7325, ../scss/_basic.scss */
.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 7329, ../scss/_basic.scss */
.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}

/* line 7333, ../scss/_basic.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 7337, ../scss/_basic.scss */
.pt-3, .py-3 {
  padding-top: 1rem !important;
}

/* line 7341, ../scss/_basic.scss */
.pr-3, .px-3 {
  padding-right: 1rem !important;
}

/* line 7345, ../scss/_basic.scss */
.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}

/* line 7349, ../scss/_basic.scss */
.pl-3, .px-3 {
  padding-left: 1rem !important;
}

/* line 7353, ../scss/_basic.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 7357, ../scss/_basic.scss */
.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

/* line 7361, ../scss/_basic.scss */
.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}

/* line 7365, ../scss/_basic.scss */
.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 7369, ../scss/_basic.scss */
.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}

/* line 7373, ../scss/_basic.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 7377, ../scss/_basic.scss */
.pt-5, .py-5 {
  padding-top: 3rem !important;
}

/* line 7381, ../scss/_basic.scss */
.pr-5, .px-5 {
  padding-right: 3rem !important;
}

/* line 7385, ../scss/_basic.scss */
.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}

/* line 7389, ../scss/_basic.scss */
.pl-5, .px-5 {
  padding-left: 3rem !important;
}

/* line 7393, ../scss/_basic.scss */
.m-auto {
  margin: auto !important;
}

/* line 7397, ../scss/_basic.scss */
.mt-auto, .my-auto {
  margin-top: auto !important;
}

/* line 7401, ../scss/_basic.scss */
.mr-auto, .mx-auto {
  margin-right: auto !important;
}

/* line 7405, ../scss/_basic.scss */
.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

/* line 7409, ../scss/_basic.scss */
.ml-auto, .mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 7414, ../scss/_basic.scss */
  .m-sm-0 {
    margin: 0 !important;
  }

  /* line 7417, ../scss/_basic.scss */
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }

  /* line 7420, ../scss/_basic.scss */
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }

  /* line 7423, ../scss/_basic.scss */
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }

  /* line 7426, ../scss/_basic.scss */
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }

  /* line 7429, ../scss/_basic.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }

  /* line 7432, ../scss/_basic.scss */
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  /* line 7435, ../scss/_basic.scss */
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  /* line 7438, ../scss/_basic.scss */
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 7441, ../scss/_basic.scss */
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  /* line 7444, ../scss/_basic.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }

  /* line 7447, ../scss/_basic.scss */
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  /* line 7450, ../scss/_basic.scss */
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  /* line 7453, ../scss/_basic.scss */
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 7456, ../scss/_basic.scss */
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  /* line 7459, ../scss/_basic.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }

  /* line 7462, ../scss/_basic.scss */
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }

  /* line 7465, ../scss/_basic.scss */
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }

  /* line 7468, ../scss/_basic.scss */
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  /* line 7471, ../scss/_basic.scss */
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }

  /* line 7474, ../scss/_basic.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }

  /* line 7477, ../scss/_basic.scss */
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  /* line 7480, ../scss/_basic.scss */
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  /* line 7483, ../scss/_basic.scss */
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 7486, ../scss/_basic.scss */
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  /* line 7489, ../scss/_basic.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }

  /* line 7492, ../scss/_basic.scss */
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }

  /* line 7495, ../scss/_basic.scss */
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }

  /* line 7498, ../scss/_basic.scss */
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  /* line 7501, ../scss/_basic.scss */
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }

  /* line 7504, ../scss/_basic.scss */
  .p-sm-0 {
    padding: 0 !important;
  }

  /* line 7507, ../scss/_basic.scss */
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }

  /* line 7510, ../scss/_basic.scss */
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }

  /* line 7513, ../scss/_basic.scss */
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }

  /* line 7516, ../scss/_basic.scss */
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }

  /* line 7519, ../scss/_basic.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }

  /* line 7522, ../scss/_basic.scss */
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  /* line 7525, ../scss/_basic.scss */
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  /* line 7528, ../scss/_basic.scss */
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 7531, ../scss/_basic.scss */
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  /* line 7534, ../scss/_basic.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }

  /* line 7537, ../scss/_basic.scss */
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  /* line 7540, ../scss/_basic.scss */
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  /* line 7543, ../scss/_basic.scss */
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 7546, ../scss/_basic.scss */
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  /* line 7549, ../scss/_basic.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }

  /* line 7552, ../scss/_basic.scss */
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }

  /* line 7555, ../scss/_basic.scss */
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }

  /* line 7558, ../scss/_basic.scss */
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  /* line 7561, ../scss/_basic.scss */
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }

  /* line 7564, ../scss/_basic.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }

  /* line 7567, ../scss/_basic.scss */
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  /* line 7570, ../scss/_basic.scss */
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  /* line 7573, ../scss/_basic.scss */
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 7576, ../scss/_basic.scss */
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  /* line 7579, ../scss/_basic.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }

  /* line 7582, ../scss/_basic.scss */
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }

  /* line 7585, ../scss/_basic.scss */
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }

  /* line 7588, ../scss/_basic.scss */
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  /* line 7591, ../scss/_basic.scss */
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }

  /* line 7594, ../scss/_basic.scss */
  .m-sm-auto {
    margin: auto !important;
  }

  /* line 7597, ../scss/_basic.scss */
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }

  /* line 7600, ../scss/_basic.scss */
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }

  /* line 7603, ../scss/_basic.scss */
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }

  /* line 7606, ../scss/_basic.scss */
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  /* line 7612, ../scss/_basic.scss */
  .m-md-0 {
    margin: 0 !important;
  }

  /* line 7615, ../scss/_basic.scss */
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }

  /* line 7618, ../scss/_basic.scss */
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }

  /* line 7621, ../scss/_basic.scss */
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }

  /* line 7624, ../scss/_basic.scss */
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }

  /* line 7627, ../scss/_basic.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }

  /* line 7630, ../scss/_basic.scss */
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }

  /* line 7633, ../scss/_basic.scss */
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  /* line 7636, ../scss/_basic.scss */
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 7639, ../scss/_basic.scss */
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  /* line 7642, ../scss/_basic.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }

  /* line 7645, ../scss/_basic.scss */
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }

  /* line 7648, ../scss/_basic.scss */
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  /* line 7651, ../scss/_basic.scss */
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 7654, ../scss/_basic.scss */
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  /* line 7657, ../scss/_basic.scss */
  .m-md-3 {
    margin: 1rem !important;
  }

  /* line 7660, ../scss/_basic.scss */
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }

  /* line 7663, ../scss/_basic.scss */
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }

  /* line 7666, ../scss/_basic.scss */
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }

  /* line 7669, ../scss/_basic.scss */
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }

  /* line 7672, ../scss/_basic.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }

  /* line 7675, ../scss/_basic.scss */
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }

  /* line 7678, ../scss/_basic.scss */
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  /* line 7681, ../scss/_basic.scss */
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 7684, ../scss/_basic.scss */
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  /* line 7687, ../scss/_basic.scss */
  .m-md-5 {
    margin: 3rem !important;
  }

  /* line 7690, ../scss/_basic.scss */
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }

  /* line 7693, ../scss/_basic.scss */
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }

  /* line 7696, ../scss/_basic.scss */
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }

  /* line 7699, ../scss/_basic.scss */
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }

  /* line 7702, ../scss/_basic.scss */
  .p-md-0 {
    padding: 0 !important;
  }

  /* line 7705, ../scss/_basic.scss */
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }

  /* line 7708, ../scss/_basic.scss */
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }

  /* line 7711, ../scss/_basic.scss */
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }

  /* line 7714, ../scss/_basic.scss */
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }

  /* line 7717, ../scss/_basic.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }

  /* line 7720, ../scss/_basic.scss */
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }

  /* line 7723, ../scss/_basic.scss */
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }

  /* line 7726, ../scss/_basic.scss */
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 7729, ../scss/_basic.scss */
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }

  /* line 7732, ../scss/_basic.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }

  /* line 7735, ../scss/_basic.scss */
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }

  /* line 7738, ../scss/_basic.scss */
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }

  /* line 7741, ../scss/_basic.scss */
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 7744, ../scss/_basic.scss */
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }

  /* line 7747, ../scss/_basic.scss */
  .p-md-3 {
    padding: 1rem !important;
  }

  /* line 7750, ../scss/_basic.scss */
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }

  /* line 7753, ../scss/_basic.scss */
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }

  /* line 7756, ../scss/_basic.scss */
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }

  /* line 7759, ../scss/_basic.scss */
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }

  /* line 7762, ../scss/_basic.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }

  /* line 7765, ../scss/_basic.scss */
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }

  /* line 7768, ../scss/_basic.scss */
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }

  /* line 7771, ../scss/_basic.scss */
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 7774, ../scss/_basic.scss */
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }

  /* line 7777, ../scss/_basic.scss */
  .p-md-5 {
    padding: 3rem !important;
  }

  /* line 7780, ../scss/_basic.scss */
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }

  /* line 7783, ../scss/_basic.scss */
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }

  /* line 7786, ../scss/_basic.scss */
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }

  /* line 7789, ../scss/_basic.scss */
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }

  /* line 7792, ../scss/_basic.scss */
  .m-md-auto {
    margin: auto !important;
  }

  /* line 7795, ../scss/_basic.scss */
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }

  /* line 7798, ../scss/_basic.scss */
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }

  /* line 7801, ../scss/_basic.scss */
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }

  /* line 7804, ../scss/_basic.scss */
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  /* line 7810, ../scss/_basic.scss */
  .m-lg-0 {
    margin: 0 !important;
  }

  /* line 7813, ../scss/_basic.scss */
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }

  /* line 7816, ../scss/_basic.scss */
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }

  /* line 7819, ../scss/_basic.scss */
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }

  /* line 7822, ../scss/_basic.scss */
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }

  /* line 7825, ../scss/_basic.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }

  /* line 7828, ../scss/_basic.scss */
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  /* line 7831, ../scss/_basic.scss */
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  /* line 7834, ../scss/_basic.scss */
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 7837, ../scss/_basic.scss */
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  /* line 7840, ../scss/_basic.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }

  /* line 7843, ../scss/_basic.scss */
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  /* line 7846, ../scss/_basic.scss */
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  /* line 7849, ../scss/_basic.scss */
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 7852, ../scss/_basic.scss */
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  /* line 7855, ../scss/_basic.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }

  /* line 7858, ../scss/_basic.scss */
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }

  /* line 7861, ../scss/_basic.scss */
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }

  /* line 7864, ../scss/_basic.scss */
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  /* line 7867, ../scss/_basic.scss */
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }

  /* line 7870, ../scss/_basic.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }

  /* line 7873, ../scss/_basic.scss */
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  /* line 7876, ../scss/_basic.scss */
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  /* line 7879, ../scss/_basic.scss */
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 7882, ../scss/_basic.scss */
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  /* line 7885, ../scss/_basic.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }

  /* line 7888, ../scss/_basic.scss */
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }

  /* line 7891, ../scss/_basic.scss */
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }

  /* line 7894, ../scss/_basic.scss */
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  /* line 7897, ../scss/_basic.scss */
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }

  /* line 7900, ../scss/_basic.scss */
  .p-lg-0 {
    padding: 0 !important;
  }

  /* line 7903, ../scss/_basic.scss */
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }

  /* line 7906, ../scss/_basic.scss */
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }

  /* line 7909, ../scss/_basic.scss */
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }

  /* line 7912, ../scss/_basic.scss */
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }

  /* line 7915, ../scss/_basic.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }

  /* line 7918, ../scss/_basic.scss */
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  /* line 7921, ../scss/_basic.scss */
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  /* line 7924, ../scss/_basic.scss */
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 7927, ../scss/_basic.scss */
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  /* line 7930, ../scss/_basic.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }

  /* line 7933, ../scss/_basic.scss */
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  /* line 7936, ../scss/_basic.scss */
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  /* line 7939, ../scss/_basic.scss */
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 7942, ../scss/_basic.scss */
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  /* line 7945, ../scss/_basic.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }

  /* line 7948, ../scss/_basic.scss */
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }

  /* line 7951, ../scss/_basic.scss */
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }

  /* line 7954, ../scss/_basic.scss */
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  /* line 7957, ../scss/_basic.scss */
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }

  /* line 7960, ../scss/_basic.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }

  /* line 7963, ../scss/_basic.scss */
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  /* line 7966, ../scss/_basic.scss */
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  /* line 7969, ../scss/_basic.scss */
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 7972, ../scss/_basic.scss */
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  /* line 7975, ../scss/_basic.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }

  /* line 7978, ../scss/_basic.scss */
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }

  /* line 7981, ../scss/_basic.scss */
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }

  /* line 7984, ../scss/_basic.scss */
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  /* line 7987, ../scss/_basic.scss */
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }

  /* line 7990, ../scss/_basic.scss */
  .m-lg-auto {
    margin: auto !important;
  }

  /* line 7993, ../scss/_basic.scss */
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }

  /* line 7996, ../scss/_basic.scss */
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }

  /* line 7999, ../scss/_basic.scss */
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }

  /* line 8002, ../scss/_basic.scss */
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  /* line 8008, ../scss/_basic.scss */
  .m-xl-0 {
    margin: 0 !important;
  }

  /* line 8011, ../scss/_basic.scss */
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }

  /* line 8014, ../scss/_basic.scss */
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }

  /* line 8017, ../scss/_basic.scss */
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }

  /* line 8020, ../scss/_basic.scss */
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }

  /* line 8023, ../scss/_basic.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }

  /* line 8026, ../scss/_basic.scss */
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  /* line 8029, ../scss/_basic.scss */
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  /* line 8032, ../scss/_basic.scss */
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 8035, ../scss/_basic.scss */
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  /* line 8038, ../scss/_basic.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }

  /* line 8041, ../scss/_basic.scss */
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  /* line 8044, ../scss/_basic.scss */
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  /* line 8047, ../scss/_basic.scss */
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 8050, ../scss/_basic.scss */
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  /* line 8053, ../scss/_basic.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }

  /* line 8056, ../scss/_basic.scss */
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }

  /* line 8059, ../scss/_basic.scss */
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }

  /* line 8062, ../scss/_basic.scss */
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  /* line 8065, ../scss/_basic.scss */
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }

  /* line 8068, ../scss/_basic.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }

  /* line 8071, ../scss/_basic.scss */
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  /* line 8074, ../scss/_basic.scss */
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  /* line 8077, ../scss/_basic.scss */
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 8080, ../scss/_basic.scss */
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  /* line 8083, ../scss/_basic.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }

  /* line 8086, ../scss/_basic.scss */
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }

  /* line 8089, ../scss/_basic.scss */
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }

  /* line 8092, ../scss/_basic.scss */
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  /* line 8095, ../scss/_basic.scss */
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }

  /* line 8098, ../scss/_basic.scss */
  .p-xl-0 {
    padding: 0 !important;
  }

  /* line 8101, ../scss/_basic.scss */
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }

  /* line 8104, ../scss/_basic.scss */
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }

  /* line 8107, ../scss/_basic.scss */
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }

  /* line 8110, ../scss/_basic.scss */
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }

  /* line 8113, ../scss/_basic.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }

  /* line 8116, ../scss/_basic.scss */
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  /* line 8119, ../scss/_basic.scss */
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  /* line 8122, ../scss/_basic.scss */
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 8125, ../scss/_basic.scss */
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  /* line 8128, ../scss/_basic.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }

  /* line 8131, ../scss/_basic.scss */
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  /* line 8134, ../scss/_basic.scss */
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  /* line 8137, ../scss/_basic.scss */
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 8140, ../scss/_basic.scss */
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  /* line 8143, ../scss/_basic.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }

  /* line 8146, ../scss/_basic.scss */
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }

  /* line 8149, ../scss/_basic.scss */
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }

  /* line 8152, ../scss/_basic.scss */
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  /* line 8155, ../scss/_basic.scss */
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }

  /* line 8158, ../scss/_basic.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }

  /* line 8161, ../scss/_basic.scss */
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  /* line 8164, ../scss/_basic.scss */
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  /* line 8167, ../scss/_basic.scss */
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 8170, ../scss/_basic.scss */
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  /* line 8173, ../scss/_basic.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }

  /* line 8176, ../scss/_basic.scss */
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }

  /* line 8179, ../scss/_basic.scss */
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }

  /* line 8182, ../scss/_basic.scss */
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  /* line 8185, ../scss/_basic.scss */
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }

  /* line 8188, ../scss/_basic.scss */
  .m-xl-auto {
    margin: auto !important;
  }

  /* line 8191, ../scss/_basic.scss */
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }

  /* line 8194, ../scss/_basic.scss */
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }

  /* line 8197, ../scss/_basic.scss */
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }

  /* line 8200, ../scss/_basic.scss */
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
/* line 8205, ../scss/_basic.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 8209, ../scss/_basic.scss */
.text-justify {
  text-align: justify !important;
}

/* line 8213, ../scss/_basic.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 8217, ../scss/_basic.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 8223, ../scss/_basic.scss */
.text-left {
  text-align: left !important;
}

/* line 8227, ../scss/_basic.scss */
.text-right {
  text-align: right !important;
}

/* line 8231, ../scss/_basic.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 8236, ../scss/_basic.scss */
  .text-sm-left {
    text-align: left !important;
  }

  /* line 8239, ../scss/_basic.scss */
  .text-sm-right {
    text-align: right !important;
  }

  /* line 8242, ../scss/_basic.scss */
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  /* line 8248, ../scss/_basic.scss */
  .text-md-left {
    text-align: left !important;
  }

  /* line 8251, ../scss/_basic.scss */
  .text-md-right {
    text-align: right !important;
  }

  /* line 8254, ../scss/_basic.scss */
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  /* line 8260, ../scss/_basic.scss */
  .text-lg-left {
    text-align: left !important;
  }

  /* line 8263, ../scss/_basic.scss */
  .text-lg-right {
    text-align: right !important;
  }

  /* line 8266, ../scss/_basic.scss */
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  /* line 8272, ../scss/_basic.scss */
  .text-xl-left {
    text-align: left !important;
  }

  /* line 8275, ../scss/_basic.scss */
  .text-xl-right {
    text-align: right !important;
  }

  /* line 8278, ../scss/_basic.scss */
  .text-xl-center {
    text-align: center !important;
  }
}
/* line 8283, ../scss/_basic.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 8287, ../scss/_basic.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 8291, ../scss/_basic.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 8295, ../scss/_basic.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 8299, ../scss/_basic.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 8303, ../scss/_basic.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 8307, ../scss/_basic.scss */
.font-italic {
  font-style: italic !important;
}

/* line 8311, ../scss/_basic.scss */
.text-white {
  color: #ffffff !important;
}

/* line 8315, ../scss/_basic.scss */
.text-primary {
  color: #404040 !important;
}

/* line 8320, ../scss/_basic.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #272626 !important;
}

/* line 8325, ../scss/_basic.scss */
.text-secondary {
  color: #6c757d !important;
}

/* line 8330, ../scss/_basic.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

/* line 8335, ../scss/_basic.scss */
.text-success {
  color: #28a745 !important;
}

/* line 8340, ../scss/_basic.scss */
a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

/* line 8345, ../scss/_basic.scss */
.text-info {
  color: #1397E1 !important;
}

/* line 8350, ../scss/_basic.scss */
a.text-info:hover, a.text-info:focus {
  color: #0f77b2 !important;
}

/* line 8355, ../scss/_basic.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 8360, ../scss/_basic.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

/* line 8365, ../scss/_basic.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 8370, ../scss/_basic.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

/* line 8375, ../scss/_basic.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 8380, ../scss/_basic.scss */
a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

/* line 8385, ../scss/_basic.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 8390, ../scss/_basic.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

/* line 8395, ../scss/_basic.scss */
.text-body {
  color: #404040 !important;
}

/* line 8399, ../scss/_basic.scss */
.text-muted {
  color: #6c757d !important;
}

/* line 8403, ../scss/_basic.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 8407, ../scss/_basic.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 8411, ../scss/_basic.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 8419, ../scss/_basic.scss */
.visible {
  visibility: visible !important;
}

/* line 8423, ../scss/_basic.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 8428, ../scss/_basic.scss */
  * {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 8431, ../scss/_basic.scss */
  *::before, *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  /* line 8436, ../scss/_basic.scss */
  a:not(.btn) {
    text-decoration: underline;
  }

  /* line 8439, ../scss/_basic.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /* line 8442, ../scss/_basic.scss */
  pre {
    white-space: pre-wrap !important;
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  /* line 8447, ../scss/_basic.scss */
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  /* line 8451, ../scss/_basic.scss */
  thead {
    display: table-header-group;
  }

  /* line 8454, ../scss/_basic.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 8457, ../scss/_basic.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 8461, ../scss/_basic.scss */
  h2, h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  /* line 8468, ../scss/_basic.scss */
  body, .container {
    min-width: 992px !important;
  }

  /* line 8471, ../scss/_basic.scss */
  .navbar {
    display: none;
  }

  /* line 8474, ../scss/_basic.scss */
  .badge {
    border: 1px solid #000000;
  }

  /* line 8477, ../scss/_basic.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 8479, ../scss/_basic.scss */
  .table td, .table th {
    background-color: #ffffff !important;
  }

  /* line 8484, ../scss/_basic.scss */
  .table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  /* line 8488, ../scss/_basic.scss */
  .table-dark {
    color: inherit;
  }
  /* line 8490, ../scss/_basic.scss */
  .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  /* line 8494, ../scss/_basic.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/* line 8500, ../scss/_basic.scss */
.date-picker {
  width: 170px;
  height: 25px;
  padding: 0;
  border: 0;
  line-height: 25px;
  padding-left: 10px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  cursor: pointer;
  color: #303030;
  position: relative;
  z-index: 2;
}

/* line 8516, ../scss/_basic.scss */
.date-picker-wrapper {
  position: absolute;
  z-index: 1;
  border: 1px solid #bfbfbf;
  background-color: #efefef;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 20px;
  color: #aaa;
  font-family: Arial, sans-serif;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: initial;
  box-sizing: initial;
}

/* line 8532, ../scss/_basic.scss */
.dp-clearfix {
  clear: both;
  height: 0;
  font-size: 0;
}

/* line 8539, ../scss/_basic.scss */
.date-picker-wrapper.inline-wrapper {
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
}
/* line 8545, ../scss/_basic.scss */
.date-picker-wrapper.single-date {
  width: auto;
}
/* line 8548, ../scss/_basic.scss */
.date-picker-wrapper.no-shortcuts {
  padding-bottom: 12px;
}
/* line 8551, ../scss/_basic.scss */
.date-picker-wrapper.no-topbar {
  padding-top: 12px;
}
/* line 8554, ../scss/_basic.scss */
.date-picker-wrapper .footer {
  font-size: 11px;
  padding-top: 3px;
}
/* line 8558, ../scss/_basic.scss */
.date-picker-wrapper b {
  color: #666;
  font-weight: 700;
}
/* line 8562, ../scss/_basic.scss */
.date-picker-wrapper a {
  color: #6bb4d6;
  text-decoration: underline;
}
/* line 8566, ../scss/_basic.scss */
.date-picker-wrapper .month-name {
  text-transform: uppercase;
}
/* line 8569, ../scss/_basic.scss */
.date-picker-wrapper .select-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
/* line 8574, ../scss/_basic.scss */
.date-picker-wrapper .select-wrapper:hover {
  text-decoration: underline;
}
/* line 8578, ../scss/_basic.scss */
.date-picker-wrapper .month-element {
  display: inline-block;
  vertical-align: middle;
}
/* line 8582, ../scss/_basic.scss */
.date-picker-wrapper .select-wrapper select {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  top: -1px;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  outline: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 0.01;
}
/* line 8604, ../scss/_basic.scss */
.date-picker-wrapper .month-wrapper {
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  background-color: #fff;
  padding: 5px;
  cursor: default;
  position: relative;
  _overflow: hidden;
}
/* line 8612, ../scss/_basic.scss */
.date-picker-wrapper .month-wrapper table {
  width: 190px;
  float: left;
}
/* line 8615, ../scss/_basic.scss */
.date-picker-wrapper .month-wrapper table.month2 {
  width: 190px;
  float: left;
}
/* line 8619, ../scss/_basic.scss */
.date-picker-wrapper .month-wrapper table th, .date-picker-wrapper .month-wrapper table td {
  vertical-align: middle;
  text-align: center;
  line-height: 14px;
  margin: 0px;
  padding: 0px;
}
/* line 8626, ../scss/_basic.scss */
.date-picker-wrapper .month-wrapper table .day {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #ccc;
  cursor: default;
}
/* line 8635, ../scss/_basic.scss */
.date-picker-wrapper .month-wrapper table div.day.lastMonth, .date-picker-wrapper .month-wrapper table div.day.nextMonth {
  color: #999;
  cursor: default;
}
/* line 8640, ../scss/_basic.scss */
.date-picker-wrapper .month-wrapper table .day.checked {
  background-color: #9cdbf7;
}
/* line 8643, ../scss/_basic.scss */
.date-picker-wrapper .month-wrapper table .week-name {
  height: 20px;
  line-height: 20px;
  font-weight: 100;
  text-transform: uppercase;
}
/* line 8649, ../scss/_basic.scss */
.date-picker-wrapper .month-wrapper table .day.has-tooltip {
  cursor: help !important;
}
/* line 8651, ../scss/_basic.scss */
.date-picker-wrapper .month-wrapper table .day.has-tooltip .tooltip {
  white-space: nowrap;
}
/* line 8657, ../scss/_basic.scss */
.date-picker-wrapper .time label {
  white-space: nowrap;
}
/* line 8662, ../scss/_basic.scss */
.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  color: #333;
  cursor: pointer;
}
/* line 8666, ../scss/_basic.scss */
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: #cdecfa;
}
/* line 8670, ../scss/_basic.scss */
.date-picker-wrapper .month-wrapper table .day.nextMonth, .date-picker-wrapper .month-wrapper table .day.lastMonth {
  display: none;
}
/* line 8673, ../scss/_basic.scss */
.date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: #ffe684;
}
/* line 8675, ../scss/_basic.scss */
.date-picker-wrapper .month-wrapper table .day.real-today.checked, .date-picker-wrapper .month-wrapper table .day.real-today.hovering {
  background-color: #70ccd5;
}
/* line 8680, ../scss/_basic.scss */
.date-picker-wrapper table .caption {
  height: 40px;
}
/* line 8683, ../scss/_basic.scss */
.date-picker-wrapper table .caption > th:first-of-type, .date-picker-wrapper table .caption > th:last-of-type {
  width: 27px;
}
/* line 8687, ../scss/_basic.scss */
.date-picker-wrapper table .caption .next, .date-picker-wrapper table .caption .prev {
  padding: 0 5px;
  cursor: pointer;
}
/* line 8691, ../scss/_basic.scss */
.date-picker-wrapper table .caption .next:hover, .date-picker-wrapper table .caption .prev:hover {
  background-color: #ccc;
  color: white;
}
/* line 8696, ../scss/_basic.scss */
.date-picker-wrapper .gap {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 100%;
  background-color: red;
  font-size: 0;
  line-height: 0;
  float: left;
  top: -5px;
  margin: 0 10px -10px;
  visibility: hidden;
  height: 0;
}
/* line 8709, ../scss/_basic.scss */
.date-picker-wrapper .gap .gap-lines {
  height: 100%;
  overflow: hidden;
}
/* line 8713, ../scss/_basic.scss */
.date-picker-wrapper .gap .gap-line {
  height: 15px;
  width: 15px;
  position: relative;
}
/* line 8717, ../scss/_basic.scss */
.date-picker-wrapper .gap .gap-line .gap-1 {
  z-index: 1;
  height: 0;
  border-left: 8px solid white;
  border-top: 8px solid #eee;
  border-bottom: 8px solid #eee;
}
/* line 8724, ../scss/_basic.scss */
.date-picker-wrapper .gap .gap-line .gap-2 {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid white;
}
/* line 8733, ../scss/_basic.scss */
.date-picker-wrapper .gap .gap-line .gap-3 {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid white;
}
/* line 8743, ../scss/_basic.scss */
.date-picker-wrapper .gap .gap-top-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 1px;
  background-color: #eee;
  z-index: 3;
}
/* line 8752, ../scss/_basic.scss */
.date-picker-wrapper .gap .gap-bottom-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 7px;
  background-color: #eee;
  z-index: 3;
}
/* line 8762, ../scss/_basic.scss */
.date-picker-wrapper .selected-days {
  display: none;
}
/* line 8765, ../scss/_basic.scss */
.date-picker-wrapper .drp_top-bar {
  line-height: 1.4;
  position: relative;
  padding: 10px 40px 10px 0;
}
/* line 8769, ../scss/_basic.scss */
.date-picker-wrapper .drp_top-bar .error-top, .date-picker-wrapper .drp_top-bar .normal-top {
  display: none;
}
/* line 8772, ../scss/_basic.scss */
.date-picker-wrapper .drp_top-bar .default-top {
  display: block;
}
/* line 8776, ../scss/_basic.scss */
.date-picker-wrapper .drp_top-bar.error .default-top {
  display: none;
}
/* line 8779, ../scss/_basic.scss */
.date-picker-wrapper .drp_top-bar.error .error-top {
  display: block;
  color: red;
}
/* line 8785, ../scss/_basic.scss */
.date-picker-wrapper .drp_top-bar.normal .default-top {
  display: none;
}
/* line 8788, ../scss/_basic.scss */
.date-picker-wrapper .drp_top-bar.normal .normal-top {
  display: block;
}
/* line 8790, ../scss/_basic.scss */
.date-picker-wrapper .drp_top-bar.normal .normal-top .selection-top {
  color: #333;
}
/* line 8795, ../scss/_basic.scss */
.date-picker-wrapper .drp_top-bar .apply-btn {
  position: absolute;
  right: 0px;
  top: 6px;
  padding: 3px 5px;
  margin: 0;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  color: #d9eef7;
  border: solid 1px #0076a3;
  background: #0095cd;
  background: -moz-linear-gradient(top, #00adee, #0078a5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
  color: white;
  line-height: initial;
}
/* line 8811, ../scss/_basic.scss */
.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
  cursor: pointer;
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -moz-linear-gradient(top, #fff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
/* line 8821, ../scss/_basic.scss */
.date-picker-wrapper .time {
  position: relative;
}
/* line 8824, ../scss/_basic.scss */
.date-picker-wrapper.single-month .time {
  display: block;
}
/* line 8827, ../scss/_basic.scss */
.date-picker-wrapper .time input[type=range] {
  vertical-align: middle;
  width: 129px;
  padding: 0;
  margin: 0;
  height: 20px;
}
/* line 8834, ../scss/_basic.scss */
.date-picker-wrapper .time1 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

/*time styling*/
/* line 8843, ../scss/_basic.scss */
.time2 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

/* line 8850, ../scss/_basic.scss */
.date-picker-wrapper .time1 {
  float: left;
}
/* line 8853, ../scss/_basic.scss */
.date-picker-wrapper .time2 {
  float: right;
}
/* line 8856, ../scss/_basic.scss */
.date-picker-wrapper .hour {
  text-align: right;
}

/* line 8861, ../scss/_basic.scss */
.minute {
  text-align: right;
}

/* line 8866, ../scss/_basic.scss */
.date-picker-wrapper .hide {
  display: none;
}
/* line 8869, ../scss/_basic.scss */
.date-picker-wrapper .first-date-selected, .date-picker-wrapper .last-date-selected {
  background-color: #49e !important;
  color: white !important;
}
/* line 8873, ../scss/_basic.scss */
.date-picker-wrapper .date-range-length-tip {
  position: absolute;
  margin-top: -4px;
  margin-left: -8px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: none;
  background-color: yellow;
  padding: 0 6px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}
/* line 8890, ../scss/_basic.scss */
.date-picker-wrapper .date-range-length-tip:after {
  content: '';
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid yellow;
  left: 50%;
  margin-left: -4px;
  bottom: -4px;
}
/* line 8902, ../scss/_basic.scss */
.date-picker-wrapper.two-months.no-gap .month1 .next, .date-picker-wrapper.two-months.no-gap .month2 .prev {
  display: none;
}
/* line 8906, ../scss/_basic.scss */
.date-picker-wrapper .week-number {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #999;
  cursor: pointer;
}
/* line 8913, ../scss/_basic.scss */
.date-picker-wrapper .week-number.week-number-selected {
  color: #49e;
  font-weight: bold;
}

/*
 *  Owl Carousel - Core
 */
/* line 8924, ../scss/_basic.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
/* line 8931, ../scss/_basic.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
/* line 8937, ../scss/_basic.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* line 8946, ../scss/_basic.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
/* line 8952, ../scss/_basic.scss */
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/* line 8960, ../scss/_basic.scss */
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
/* line 8973, ../scss/_basic.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
/* line 8978, ../scss/_basic.scss */
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none;
}
/* line 8982, ../scss/_basic.scss */
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 8991, ../scss/_basic.scss */
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 9000, ../scss/_basic.scss */
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
/* line 9008, ../scss/_basic.scss */
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
/* line 9015, ../scss/_basic.scss */
.owl-carousel.owl-loaded {
  display: block;
}
/* line 9018, ../scss/_basic.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
/* line 9022, ../scss/_basic.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}
/* line 9025, ../scss/_basic.scss */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
/* line 9028, ../scss/_basic.scss */
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 9035, ../scss/_basic.scss */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
/* line 9039, ../scss/_basic.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}
/* line 9041, ../scss/_basic.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 9049, ../scss/_basic.scss */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
/* line 9058, ../scss/_basic.scss */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
/* line 9062, ../scss/_basic.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}
/* line 9065, ../scss/_basic.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}
/* line 9068, ../scss/_basic.scss */
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
/* line 9088, ../scss/_basic.scss */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 9097, ../scss/_basic.scss */
.owl-carousel .owl-item {
  /**
            This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
            calculation of the height of the owl-item that breaks page layouts
         */
}
/* line 9102, ../scss/_basic.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
/* line 9105, ../scss/_basic.scss */
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
/* line 9109, ../scss/_basic.scss */
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/* line 9113, ../scss/_basic.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
/* line 9118, ../scss/_basic.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
/* line 9131, ../scss/_basic.scss */
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
/* line 9136, ../scss/_basic.scss */
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
/* line 9140, ../scss/_basic.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
/* line 9148, ../scss/_basic.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Owl Carousel - Video Plugin
 */
/* line 9160, ../scss/_basic.scss */
.fa, .fas, .far, .fal, .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 9170, ../scss/_basic.scss */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 9176, ../scss/_basic.scss */
.fa-xs {
  font-size: .75em;
}

/* line 9180, ../scss/_basic.scss */
.fa-sm {
  font-size: .875em;
}

/* line 9184, ../scss/_basic.scss */
.fa-1x {
  font-size: 1em;
}

/* line 9188, ../scss/_basic.scss */
.fa-2x {
  font-size: 2em;
}

/* line 9192, ../scss/_basic.scss */
.fa-3x {
  font-size: 3em;
}

/* line 9196, ../scss/_basic.scss */
.fa-4x {
  font-size: 4em;
}

/* line 9200, ../scss/_basic.scss */
.fa-5x {
  font-size: 5em;
}

/* line 9204, ../scss/_basic.scss */
.fa-6x {
  font-size: 6em;
}

/* line 9208, ../scss/_basic.scss */
.fa-7x {
  font-size: 7em;
}

/* line 9212, ../scss/_basic.scss */
.fa-8x {
  font-size: 8em;
}

/* line 9216, ../scss/_basic.scss */
.fa-9x {
  font-size: 9em;
}

/* line 9220, ../scss/_basic.scss */
.fa-10x {
  font-size: 10em;
}

/* line 9224, ../scss/_basic.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 9229, ../scss/_basic.scss */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
/* line 9233, ../scss/_basic.scss */
.fa-ul > li {
  position: relative;
}

/* line 9238, ../scss/_basic.scss */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 9246, ../scss/_basic.scss */
.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

/* line 9252, ../scss/_basic.scss */
.fa-pull-left {
  float: left;
}

/* line 9256, ../scss/_basic.scss */
.fa-pull-right {
  float: right;
}

/* line 9260, ../scss/_basic.scss */
.fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left {
  margin-right: .3em;
}

/* line 9264, ../scss/_basic.scss */
.fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right {
  margin-left: .3em;
}

/* line 9268, ../scss/_basic.scss */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

/* line 9272, ../scss/_basic.scss */
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* line 9287, ../scss/_basic.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

/* line 9292, ../scss/_basic.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

/* line 9297, ../scss/_basic.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

/* line 9302, ../scss/_basic.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

/* line 9307, ../scss/_basic.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

/* line 9312, ../scss/_basic.scss */
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

/* line 9318, ../scss/_basic.scss */
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-flip-both {
  filter: none;
}

/* line 9323, ../scss/_basic.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 9332, ../scss/_basic.scss */
.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 9339, ../scss/_basic.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 9343, ../scss/_basic.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 9347, ../scss/_basic.scss */
.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 9354, ../scss/_basic.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 9358, ../scss/_basic.scss */
.fa-abacus:before {
  content: "\f640";
}

/* line 9362, ../scss/_basic.scss */
.fa-accessible-icon:before {
  content: "\f368";
}

/* line 9366, ../scss/_basic.scss */
.fa-accusoft:before {
  content: "\f369";
}

/* line 9370, ../scss/_basic.scss */
.fa-acorn:before {
  content: "\f6ae";
}

/* line 9374, ../scss/_basic.scss */
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

/* line 9378, ../scss/_basic.scss */
.fa-ad:before {
  content: "\f641";
}

/* line 9382, ../scss/_basic.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 9386, ../scss/_basic.scss */
.fa-address-card:before {
  content: "\f2bb";
}

/* line 9390, ../scss/_basic.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 9394, ../scss/_basic.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 9398, ../scss/_basic.scss */
.fa-adobe:before {
  content: "\f778";
}

/* line 9402, ../scss/_basic.scss */
.fa-adversal:before {
  content: "\f36a";
}

/* line 9406, ../scss/_basic.scss */
.fa-affiliatetheme:before {
  content: "\f36b";
}

/* line 9410, ../scss/_basic.scss */
.fa-air-freshener:before {
  content: "\f5d0";
}

/* line 9414, ../scss/_basic.scss */
.fa-alarm-clock:before {
  content: "\f34e";
}

/* line 9418, ../scss/_basic.scss */
.fa-algolia:before {
  content: "\f36c";
}

/* line 9422, ../scss/_basic.scss */
.fa-alicorn:before {
  content: "\f6b0";
}

/* line 9426, ../scss/_basic.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 9430, ../scss/_basic.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 9434, ../scss/_basic.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 9438, ../scss/_basic.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 9442, ../scss/_basic.scss */
.fa-alipay:before {
  content: "\f642";
}

/* line 9446, ../scss/_basic.scss */
.fa-allergies:before {
  content: "\f461";
}

/* line 9450, ../scss/_basic.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 9454, ../scss/_basic.scss */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 9458, ../scss/_basic.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 9462, ../scss/_basic.scss */
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 9466, ../scss/_basic.scss */
.fa-amilia:before {
  content: "\f36d";
}

/* line 9470, ../scss/_basic.scss */
.fa-analytics:before {
  content: "\f643";
}

/* line 9474, ../scss/_basic.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 9478, ../scss/_basic.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 9482, ../scss/_basic.scss */
.fa-angel:before {
  content: "\f779";
}

/* line 9486, ../scss/_basic.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 9490, ../scss/_basic.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 9494, ../scss/_basic.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 9498, ../scss/_basic.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 9502, ../scss/_basic.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 9506, ../scss/_basic.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 9510, ../scss/_basic.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 9514, ../scss/_basic.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 9518, ../scss/_basic.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 9522, ../scss/_basic.scss */
.fa-angry:before {
  content: "\f556";
}

/* line 9526, ../scss/_basic.scss */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 9530, ../scss/_basic.scss */
.fa-angular:before {
  content: "\f420";
}

/* line 9534, ../scss/_basic.scss */
.fa-ankh:before {
  content: "\f644";
}

/* line 9538, ../scss/_basic.scss */
.fa-app-store:before {
  content: "\f36f";
}

/* line 9542, ../scss/_basic.scss */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 9546, ../scss/_basic.scss */
.fa-apper:before {
  content: "\f371";
}

/* line 9550, ../scss/_basic.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 9554, ../scss/_basic.scss */
.fa-apple-alt:before {
  content: "\f5d1";
}

/* line 9558, ../scss/_basic.scss */
.fa-apple-crate:before {
  content: "\f6b1";
}

/* line 9562, ../scss/_basic.scss */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 9566, ../scss/_basic.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 9570, ../scss/_basic.scss */
.fa-archway:before {
  content: "\f557";
}

/* line 9574, ../scss/_basic.scss */
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

/* line 9578, ../scss/_basic.scss */
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

/* line 9582, ../scss/_basic.scss */
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

/* line 9586, ../scss/_basic.scss */
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

/* line 9590, ../scss/_basic.scss */
.fa-arrow-alt-down:before {
  content: "\f354";
}

/* line 9594, ../scss/_basic.scss */
.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}

/* line 9598, ../scss/_basic.scss */
.fa-arrow-alt-from-left:before {
  content: "\f347";
}

/* line 9602, ../scss/_basic.scss */
.fa-arrow-alt-from-right:before {
  content: "\f348";
}

/* line 9606, ../scss/_basic.scss */
.fa-arrow-alt-from-top:before {
  content: "\f349";
}

/* line 9610, ../scss/_basic.scss */
.fa-arrow-alt-left:before {
  content: "\f355";
}

/* line 9614, ../scss/_basic.scss */
.fa-arrow-alt-right:before {
  content: "\f356";
}

/* line 9618, ../scss/_basic.scss */
.fa-arrow-alt-square-down:before {
  content: "\f350";
}

/* line 9622, ../scss/_basic.scss */
.fa-arrow-alt-square-left:before {
  content: "\f351";
}

/* line 9626, ../scss/_basic.scss */
.fa-arrow-alt-square-right:before {
  content: "\f352";
}

/* line 9630, ../scss/_basic.scss */
.fa-arrow-alt-square-up:before {
  content: "\f353";
}

/* line 9634, ../scss/_basic.scss */
.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}

/* line 9638, ../scss/_basic.scss */
.fa-arrow-alt-to-left:before {
  content: "\f34b";
}

/* line 9642, ../scss/_basic.scss */
.fa-arrow-alt-to-right:before {
  content: "\f34c";
}

/* line 9646, ../scss/_basic.scss */
.fa-arrow-alt-to-top:before {
  content: "\f34d";
}

/* line 9650, ../scss/_basic.scss */
.fa-arrow-alt-up:before {
  content: "\f357";
}

/* line 9654, ../scss/_basic.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 9658, ../scss/_basic.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 9662, ../scss/_basic.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 9666, ../scss/_basic.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 9670, ../scss/_basic.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 9674, ../scss/_basic.scss */
.fa-arrow-from-bottom:before {
  content: "\f342";
}

/* line 9678, ../scss/_basic.scss */
.fa-arrow-from-left:before {
  content: "\f343";
}

/* line 9682, ../scss/_basic.scss */
.fa-arrow-from-right:before {
  content: "\f344";
}

/* line 9686, ../scss/_basic.scss */
.fa-arrow-from-top:before {
  content: "\f345";
}

/* line 9690, ../scss/_basic.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 9694, ../scss/_basic.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 9698, ../scss/_basic.scss */
.fa-arrow-square-down:before {
  content: "\f339";
}

/* line 9702, ../scss/_basic.scss */
.fa-arrow-square-left:before {
  content: "\f33a";
}

/* line 9706, ../scss/_basic.scss */
.fa-arrow-square-right:before {
  content: "\f33b";
}

/* line 9710, ../scss/_basic.scss */
.fa-arrow-square-up:before {
  content: "\f33c";
}

/* line 9714, ../scss/_basic.scss */
.fa-arrow-to-bottom:before {
  content: "\f33d";
}

/* line 9718, ../scss/_basic.scss */
.fa-arrow-to-left:before {
  content: "\f33e";
}

/* line 9722, ../scss/_basic.scss */
.fa-arrow-to-right:before {
  content: "\f340";
}

/* line 9726, ../scss/_basic.scss */
.fa-arrow-to-top:before {
  content: "\f341";
}

/* line 9730, ../scss/_basic.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 9734, ../scss/_basic.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 9738, ../scss/_basic.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 9742, ../scss/_basic.scss */
.fa-arrows-alt-h:before {
  content: "\f337";
}

/* line 9746, ../scss/_basic.scss */
.fa-arrows-alt-v:before {
  content: "\f338";
}

/* line 9750, ../scss/_basic.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 9754, ../scss/_basic.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 9758, ../scss/_basic.scss */
.fa-artstation:before {
  content: "\f77a";
}

/* line 9762, ../scss/_basic.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 9766, ../scss/_basic.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 9770, ../scss/_basic.scss */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 9774, ../scss/_basic.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 9778, ../scss/_basic.scss */
.fa-atlas:before {
  content: "\f558";
}

/* line 9782, ../scss/_basic.scss */
.fa-atlassian:before {
  content: "\f77b";
}

/* line 9786, ../scss/_basic.scss */
.fa-atom:before {
  content: "\f5d2";
}

/* line 9790, ../scss/_basic.scss */
.fa-atom-alt:before {
  content: "\f5d3";
}

/* line 9794, ../scss/_basic.scss */
.fa-audible:before {
  content: "\f373";
}

/* line 9798, ../scss/_basic.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 9802, ../scss/_basic.scss */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 9806, ../scss/_basic.scss */
.fa-avianex:before {
  content: "\f374";
}

/* line 9810, ../scss/_basic.scss */
.fa-aviato:before {
  content: "\f421";
}

/* line 9814, ../scss/_basic.scss */
.fa-award:before {
  content: "\f559";
}

/* line 9818, ../scss/_basic.scss */
.fa-aws:before {
  content: "\f375";
}

/* line 9822, ../scss/_basic.scss */
.fa-axe:before {
  content: "\f6b2";
}

/* line 9826, ../scss/_basic.scss */
.fa-axe-battle:before {
  content: "\f6b3";
}

/* line 9830, ../scss/_basic.scss */
.fa-baby:before {
  content: "\f77c";
}

/* line 9834, ../scss/_basic.scss */
.fa-baby-carriage:before {
  content: "\f77d";
}

/* line 9838, ../scss/_basic.scss */
.fa-backpack:before {
  content: "\f5d4";
}

/* line 9842, ../scss/_basic.scss */
.fa-backspace:before {
  content: "\f55a";
}

/* line 9846, ../scss/_basic.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 9850, ../scss/_basic.scss */
.fa-bacon:before {
  content: "\f7e5";
}

/* line 9854, ../scss/_basic.scss */
.fa-badge:before {
  content: "\f335";
}

/* line 9858, ../scss/_basic.scss */
.fa-badge-check:before {
  content: "\f336";
}

/* line 9862, ../scss/_basic.scss */
.fa-badge-dollar:before {
  content: "\f645";
}

/* line 9866, ../scss/_basic.scss */
.fa-badge-percent:before {
  content: "\f646";
}

/* line 9870, ../scss/_basic.scss */
.fa-badger-honey:before {
  content: "\f6b4";
}

/* line 9874, ../scss/_basic.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 9878, ../scss/_basic.scss */
.fa-balance-scale-left:before {
  content: "\f515";
}

/* line 9882, ../scss/_basic.scss */
.fa-balance-scale-right:before {
  content: "\f516";
}

/* line 9886, ../scss/_basic.scss */
.fa-ball-pile:before {
  content: "\f77e";
}

/* line 9890, ../scss/_basic.scss */
.fa-ballot:before {
  content: "\f732";
}

/* line 9894, ../scss/_basic.scss */
.fa-ballot-check:before {
  content: "\f733";
}

/* line 9898, ../scss/_basic.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 9902, ../scss/_basic.scss */
.fa-band-aid:before {
  content: "\f462";
}

/* line 9906, ../scss/_basic.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 9910, ../scss/_basic.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 9914, ../scss/_basic.scss */
.fa-barcode-alt:before {
  content: "\f463";
}

/* line 9918, ../scss/_basic.scss */
.fa-barcode-read:before {
  content: "\f464";
}

/* line 9922, ../scss/_basic.scss */
.fa-barcode-scan:before {
  content: "\f465";
}

/* line 9926, ../scss/_basic.scss */
.fa-bars:before {
  content: "\f0c9";
}

/* line 9930, ../scss/_basic.scss */
.fa-baseball:before {
  content: "\f432";
}

/* line 9934, ../scss/_basic.scss */
.fa-baseball-ball:before {
  content: "\f433";
}

/* line 9938, ../scss/_basic.scss */
.fa-basketball-ball:before {
  content: "\f434";
}

/* line 9942, ../scss/_basic.scss */
.fa-basketball-hoop:before {
  content: "\f435";
}

/* line 9946, ../scss/_basic.scss */
.fa-bat:before {
  content: "\f6b5";
}

/* line 9950, ../scss/_basic.scss */
.fa-bath:before {
  content: "\f2cd";
}

/* line 9954, ../scss/_basic.scss */
.fa-battery-bolt:before {
  content: "\f376";
}

/* line 9958, ../scss/_basic.scss */
.fa-battery-empty:before {
  content: "\f244";
}

/* line 9962, ../scss/_basic.scss */
.fa-battery-full:before {
  content: "\f240";
}

/* line 9966, ../scss/_basic.scss */
.fa-battery-half:before {
  content: "\f242";
}

/* line 9970, ../scss/_basic.scss */
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 9974, ../scss/_basic.scss */
.fa-battery-slash:before {
  content: "\f377";
}

/* line 9978, ../scss/_basic.scss */
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 9982, ../scss/_basic.scss */
.fa-bed:before {
  content: "\f236";
}

/* line 9986, ../scss/_basic.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 9990, ../scss/_basic.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 9994, ../scss/_basic.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 9998, ../scss/_basic.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 10002, ../scss/_basic.scss */
.fa-bell-school:before {
  content: "\f5d5";
}

/* line 10006, ../scss/_basic.scss */
.fa-bell-school-slash:before {
  content: "\f5d6";
}

/* line 10010, ../scss/_basic.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 10014, ../scss/_basic.scss */
.fa-bells:before {
  content: "\f77f";
}

/* line 10018, ../scss/_basic.scss */
.fa-bezier-curve:before {
  content: "\f55b";
}

/* line 10022, ../scss/_basic.scss */
.fa-bible:before {
  content: "\f647";
}

/* line 10026, ../scss/_basic.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 10030, ../scss/_basic.scss */
.fa-bimobject:before {
  content: "\f378";
}

/* line 10034, ../scss/_basic.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 10038, ../scss/_basic.scss */
.fa-biohazard:before {
  content: "\f780";
}

/* line 10042, ../scss/_basic.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 10046, ../scss/_basic.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 10050, ../scss/_basic.scss */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 10054, ../scss/_basic.scss */
.fa-bity:before {
  content: "\f37a";
}

/* line 10058, ../scss/_basic.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 10062, ../scss/_basic.scss */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 10066, ../scss/_basic.scss */
.fa-blanket:before {
  content: "\f498";
}

/* line 10070, ../scss/_basic.scss */
.fa-blender:before {
  content: "\f517";
}

/* line 10074, ../scss/_basic.scss */
.fa-blender-phone:before {
  content: "\f6b6";
}

/* line 10078, ../scss/_basic.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 10082, ../scss/_basic.scss */
.fa-blog:before {
  content: "\f781";
}

/* line 10086, ../scss/_basic.scss */
.fa-blogger:before {
  content: "\f37c";
}

/* line 10090, ../scss/_basic.scss */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 10094, ../scss/_basic.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 10098, ../scss/_basic.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 10102, ../scss/_basic.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 10106, ../scss/_basic.scss */
.fa-bolt:before {
  content: "\f0e7";
}

/* line 10110, ../scss/_basic.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 10114, ../scss/_basic.scss */
.fa-bone:before {
  content: "\f5d7";
}

/* line 10118, ../scss/_basic.scss */
.fa-bone-break:before {
  content: "\f5d8";
}

/* line 10122, ../scss/_basic.scss */
.fa-bong:before {
  content: "\f55c";
}

/* line 10126, ../scss/_basic.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 10130, ../scss/_basic.scss */
.fa-book-alt:before {
  content: "\f5d9";
}

/* line 10134, ../scss/_basic.scss */
.fa-book-dead:before {
  content: "\f6b7";
}

/* line 10138, ../scss/_basic.scss */
.fa-book-heart:before {
  content: "\f499";
}

/* line 10142, ../scss/_basic.scss */
.fa-book-medical:before {
  content: "\f7e6";
}

/* line 10146, ../scss/_basic.scss */
.fa-book-open:before {
  content: "\f518";
}

/* line 10150, ../scss/_basic.scss */
.fa-book-reader:before {
  content: "\f5da";
}

/* line 10154, ../scss/_basic.scss */
.fa-book-spells:before {
  content: "\f6b8";
}

/* line 10158, ../scss/_basic.scss */
.fa-book-user:before {
  content: "\f7e7";
}

/* line 10162, ../scss/_basic.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 10166, ../scss/_basic.scss */
.fa-books:before {
  content: "\f5db";
}

/* line 10170, ../scss/_basic.scss */
.fa-books-medical:before {
  content: "\f7e8";
}

/* line 10174, ../scss/_basic.scss */
.fa-boot:before {
  content: "\f782";
}

/* line 10178, ../scss/_basic.scss */
.fa-booth-curtain:before {
  content: "\f734";
}

/* line 10182, ../scss/_basic.scss */
.fa-bow-arrow:before {
  content: "\f6b9";
}

/* line 10186, ../scss/_basic.scss */
.fa-bowling-ball:before {
  content: "\f436";
}

/* line 10190, ../scss/_basic.scss */
.fa-bowling-pins:before {
  content: "\f437";
}

/* line 10194, ../scss/_basic.scss */
.fa-box:before {
  content: "\f466";
}

/* line 10198, ../scss/_basic.scss */
.fa-box-alt:before {
  content: "\f49a";
}

/* line 10202, ../scss/_basic.scss */
.fa-box-ballot:before {
  content: "\f735";
}

/* line 10206, ../scss/_basic.scss */
.fa-box-check:before {
  content: "\f467";
}

/* line 10210, ../scss/_basic.scss */
.fa-box-fragile:before {
  content: "\f49b";
}

/* line 10214, ../scss/_basic.scss */
.fa-box-full:before {
  content: "\f49c";
}

/* line 10218, ../scss/_basic.scss */
.fa-box-heart:before {
  content: "\f49d";
}

/* line 10222, ../scss/_basic.scss */
.fa-box-open:before {
  content: "\f49e";
}

/* line 10226, ../scss/_basic.scss */
.fa-box-up:before {
  content: "\f49f";
}

/* line 10230, ../scss/_basic.scss */
.fa-box-usd:before {
  content: "\f4a0";
}

/* line 10234, ../scss/_basic.scss */
.fa-boxes:before {
  content: "\f468";
}

/* line 10238, ../scss/_basic.scss */
.fa-boxes-alt:before {
  content: "\f4a1";
}

/* line 10242, ../scss/_basic.scss */
.fa-boxing-glove:before {
  content: "\f438";
}

/* line 10246, ../scss/_basic.scss */
.fa-brackets:before {
  content: "\f7e9";
}

/* line 10250, ../scss/_basic.scss */
.fa-brackets-curly:before {
  content: "\f7ea";
}

/* line 10254, ../scss/_basic.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 10258, ../scss/_basic.scss */
.fa-brain:before {
  content: "\f5dc";
}

/* line 10262, ../scss/_basic.scss */
.fa-bread-loaf:before {
  content: "\f7eb";
}

/* line 10266, ../scss/_basic.scss */
.fa-bread-slice:before {
  content: "\f7ec";
}

/* line 10270, ../scss/_basic.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 10274, ../scss/_basic.scss */
.fa-briefcase-medical:before {
  content: "\f469";
}

/* line 10278, ../scss/_basic.scss */
.fa-broadcast-tower:before {
  content: "\f519";
}

/* line 10282, ../scss/_basic.scss */
.fa-broom:before {
  content: "\f51a";
}

/* line 10286, ../scss/_basic.scss */
.fa-browser:before {
  content: "\f37e";
}

/* line 10290, ../scss/_basic.scss */
.fa-brush:before {
  content: "\f55d";
}

/* line 10294, ../scss/_basic.scss */
.fa-btc:before {
  content: "\f15a";
}

/* line 10298, ../scss/_basic.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 10302, ../scss/_basic.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 10306, ../scss/_basic.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 10310, ../scss/_basic.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 10314, ../scss/_basic.scss */
.fa-bullseye-arrow:before {
  content: "\f648";
}

/* line 10318, ../scss/_basic.scss */
.fa-bullseye-pointer:before {
  content: "\f649";
}

/* line 10322, ../scss/_basic.scss */
.fa-burn:before {
  content: "\f46a";
}

/* line 10326, ../scss/_basic.scss */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 10330, ../scss/_basic.scss */
.fa-burrito:before {
  content: "\f7ed";
}

/* line 10334, ../scss/_basic.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 10338, ../scss/_basic.scss */
.fa-bus-alt:before {
  content: "\f55e";
}

/* line 10342, ../scss/_basic.scss */
.fa-bus-school:before {
  content: "\f5dd";
}

/* line 10346, ../scss/_basic.scss */
.fa-business-time:before {
  content: "\f64a";
}

/* line 10350, ../scss/_basic.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 10354, ../scss/_basic.scss */
.fa-cabinet-filing:before {
  content: "\f64b";
}

/* line 10358, ../scss/_basic.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 10362, ../scss/_basic.scss */
.fa-calculator-alt:before {
  content: "\f64c";
}

/* line 10366, ../scss/_basic.scss */
.fa-calendar:before {
  content: "\f133";
}

/* line 10370, ../scss/_basic.scss */
.fa-calendar-alt:before {
  content: "\f073";
}

/* line 10374, ../scss/_basic.scss */
.fa-calendar-check:before {
  content: "\f274";
}

/* line 10378, ../scss/_basic.scss */
.fa-calendar-day:before {
  content: "\f783";
}

/* line 10382, ../scss/_basic.scss */
.fa-calendar-edit:before {
  content: "\f333";
}

/* line 10386, ../scss/_basic.scss */
.fa-calendar-exclamation:before {
  content: "\f334";
}

/* line 10390, ../scss/_basic.scss */
.fa-calendar-minus:before {
  content: "\f272";
}

/* line 10394, ../scss/_basic.scss */
.fa-calendar-plus:before {
  content: "\f271";
}

/* line 10398, ../scss/_basic.scss */
.fa-calendar-star:before {
  content: "\f736";
}

/* line 10402, ../scss/_basic.scss */
.fa-calendar-times:before {
  content: "\f273";
}

/* line 10406, ../scss/_basic.scss */
.fa-calendar-week:before {
  content: "\f784";
}

/* line 10410, ../scss/_basic.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 10414, ../scss/_basic.scss */
.fa-camera-alt:before {
  content: "\f332";
}

/* line 10418, ../scss/_basic.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 10422, ../scss/_basic.scss */
.fa-campfire:before {
  content: "\f6ba";
}

/* line 10426, ../scss/_basic.scss */
.fa-campground:before {
  content: "\f6bb";
}

/* line 10430, ../scss/_basic.scss */
.fa-canadian-maple-leaf:before {
  content: "\f785";
}

/* line 10434, ../scss/_basic.scss */
.fa-candle-holder:before {
  content: "\f6bc";
}

/* line 10438, ../scss/_basic.scss */
.fa-candy-cane:before {
  content: "\f786";
}

/* line 10442, ../scss/_basic.scss */
.fa-candy-corn:before {
  content: "\f6bd";
}

/* line 10446, ../scss/_basic.scss */
.fa-cannabis:before {
  content: "\f55f";
}

/* line 10450, ../scss/_basic.scss */
.fa-capsules:before {
  content: "\f46b";
}

/* line 10454, ../scss/_basic.scss */
.fa-car:before {
  content: "\f1b9";
}

/* line 10458, ../scss/_basic.scss */
.fa-car-alt:before {
  content: "\f5de";
}

/* line 10462, ../scss/_basic.scss */
.fa-car-battery:before {
  content: "\f5df";
}

/* line 10466, ../scss/_basic.scss */
.fa-car-bump:before {
  content: "\f5e0";
}

/* line 10470, ../scss/_basic.scss */
.fa-car-crash:before {
  content: "\f5e1";
}

/* line 10474, ../scss/_basic.scss */
.fa-car-garage:before {
  content: "\f5e2";
}

/* line 10478, ../scss/_basic.scss */
.fa-car-mechanic:before {
  content: "\f5e3";
}

/* line 10482, ../scss/_basic.scss */
.fa-car-side:before {
  content: "\f5e4";
}

/* line 10486, ../scss/_basic.scss */
.fa-car-tilt:before {
  content: "\f5e5";
}

/* line 10490, ../scss/_basic.scss */
.fa-car-wash:before {
  content: "\f5e6";
}

/* line 10494, ../scss/_basic.scss */
.fa-caret-circle-down:before {
  content: "\f32d";
}

/* line 10498, ../scss/_basic.scss */
.fa-caret-circle-left:before {
  content: "\f32e";
}

/* line 10502, ../scss/_basic.scss */
.fa-caret-circle-right:before {
  content: "\f330";
}

/* line 10506, ../scss/_basic.scss */
.fa-caret-circle-up:before {
  content: "\f331";
}

/* line 10510, ../scss/_basic.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 10514, ../scss/_basic.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 10518, ../scss/_basic.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 10522, ../scss/_basic.scss */
.fa-caret-square-down:before {
  content: "\f150";
}

/* line 10526, ../scss/_basic.scss */
.fa-caret-square-left:before {
  content: "\f191";
}

/* line 10530, ../scss/_basic.scss */
.fa-caret-square-right:before {
  content: "\f152";
}

/* line 10534, ../scss/_basic.scss */
.fa-caret-square-up:before {
  content: "\f151";
}

/* line 10538, ../scss/_basic.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 10542, ../scss/_basic.scss */
.fa-carrot:before {
  content: "\f787";
}

/* line 10546, ../scss/_basic.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 10550, ../scss/_basic.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 10554, ../scss/_basic.scss */
.fa-cash-register:before {
  content: "\f788";
}

/* line 10558, ../scss/_basic.scss */
.fa-cat:before {
  content: "\f6be";
}

/* line 10562, ../scss/_basic.scss */
.fa-cauldron:before {
  content: "\f6bf";
}

/* line 10566, ../scss/_basic.scss */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 10570, ../scss/_basic.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 10574, ../scss/_basic.scss */
.fa-cc-apple-pay:before {
  content: "\f416";
}

/* line 10578, ../scss/_basic.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 10582, ../scss/_basic.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 10586, ../scss/_basic.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 10590, ../scss/_basic.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 10594, ../scss/_basic.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 10598, ../scss/_basic.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 10602, ../scss/_basic.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 10606, ../scss/_basic.scss */
.fa-centercode:before {
  content: "\f380";
}

/* line 10610, ../scss/_basic.scss */
.fa-centos:before {
  content: "\f789";
}

/* line 10614, ../scss/_basic.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 10618, ../scss/_basic.scss */
.fa-chair:before {
  content: "\f6c0";
}

/* line 10622, ../scss/_basic.scss */
.fa-chair-office:before {
  content: "\f6c1";
}

/* line 10626, ../scss/_basic.scss */
.fa-chalkboard:before {
  content: "\f51b";
}

/* line 10630, ../scss/_basic.scss */
.fa-chalkboard-teacher:before {
  content: "\f51c";
}

/* line 10634, ../scss/_basic.scss */
.fa-charging-station:before {
  content: "\f5e7";
}

/* line 10638, ../scss/_basic.scss */
.fa-chart-area:before {
  content: "\f1fe";
}

/* line 10642, ../scss/_basic.scss */
.fa-chart-bar:before {
  content: "\f080";
}

/* line 10646, ../scss/_basic.scss */
.fa-chart-line:before {
  content: "\f201";
}

/* line 10650, ../scss/_basic.scss */
.fa-chart-line-down:before {
  content: "\f64d";
}

/* line 10654, ../scss/_basic.scss */
.fa-chart-network:before {
  content: "\f78a";
}

/* line 10658, ../scss/_basic.scss */
.fa-chart-pie:before {
  content: "\f200";
}

/* line 10662, ../scss/_basic.scss */
.fa-chart-pie-alt:before {
  content: "\f64e";
}

/* line 10666, ../scss/_basic.scss */
.fa-chart-scatter:before {
  content: "\f7ee";
}

/* line 10670, ../scss/_basic.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 10674, ../scss/_basic.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 10678, ../scss/_basic.scss */
.fa-check-double:before {
  content: "\f560";
}

/* line 10682, ../scss/_basic.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 10686, ../scss/_basic.scss */
.fa-cheese:before {
  content: "\f7ef";
}

/* line 10690, ../scss/_basic.scss */
.fa-cheese-swiss:before {
  content: "\f7f0";
}

/* line 10694, ../scss/_basic.scss */
.fa-cheeseburger:before {
  content: "\f7f1";
}

/* line 10698, ../scss/_basic.scss */
.fa-chess:before {
  content: "\f439";
}

/* line 10702, ../scss/_basic.scss */
.fa-chess-bishop:before {
  content: "\f43a";
}

/* line 10706, ../scss/_basic.scss */
.fa-chess-bishop-alt:before {
  content: "\f43b";
}

/* line 10710, ../scss/_basic.scss */
.fa-chess-board:before {
  content: "\f43c";
}

/* line 10714, ../scss/_basic.scss */
.fa-chess-clock:before {
  content: "\f43d";
}

/* line 10718, ../scss/_basic.scss */
.fa-chess-clock-alt:before {
  content: "\f43e";
}

/* line 10722, ../scss/_basic.scss */
.fa-chess-king:before {
  content: "\f43f";
}

/* line 10726, ../scss/_basic.scss */
.fa-chess-king-alt:before {
  content: "\f440";
}

/* line 10730, ../scss/_basic.scss */
.fa-chess-knight:before {
  content: "\f441";
}

/* line 10734, ../scss/_basic.scss */
.fa-chess-knight-alt:before {
  content: "\f442";
}

/* line 10738, ../scss/_basic.scss */
.fa-chess-pawn:before {
  content: "\f443";
}

/* line 10742, ../scss/_basic.scss */
.fa-chess-pawn-alt:before {
  content: "\f444";
}

/* line 10746, ../scss/_basic.scss */
.fa-chess-queen:before {
  content: "\f445";
}

/* line 10750, ../scss/_basic.scss */
.fa-chess-queen-alt:before {
  content: "\f446";
}

/* line 10754, ../scss/_basic.scss */
.fa-chess-rook:before {
  content: "\f447";
}

/* line 10758, ../scss/_basic.scss */
.fa-chess-rook-alt:before {
  content: "\f448";
}

/* line 10762, ../scss/_basic.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 10766, ../scss/_basic.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 10770, ../scss/_basic.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 10774, ../scss/_basic.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 10778, ../scss/_basic.scss */
.fa-chevron-double-down:before {
  content: "\f322";
}

/* line 10782, ../scss/_basic.scss */
.fa-chevron-double-left:before {
  content: "\f323";
}

/* line 10786, ../scss/_basic.scss */
.fa-chevron-double-right:before {
  content: "\f324";
}

/* line 10790, ../scss/_basic.scss */
.fa-chevron-double-up:before {
  content: "\f325";
}

/* line 10794, ../scss/_basic.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 10798, ../scss/_basic.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 10802, ../scss/_basic.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 10806, ../scss/_basic.scss */
.fa-chevron-square-down:before {
  content: "\f329";
}

/* line 10810, ../scss/_basic.scss */
.fa-chevron-square-left:before {
  content: "\f32a";
}

/* line 10814, ../scss/_basic.scss */
.fa-chevron-square-right:before {
  content: "\f32b";
}

/* line 10818, ../scss/_basic.scss */
.fa-chevron-square-up:before {
  content: "\f32c";
}

/* line 10822, ../scss/_basic.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 10826, ../scss/_basic.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 10830, ../scss/_basic.scss */
.fa-chimney:before {
  content: "\f78b";
}

/* line 10834, ../scss/_basic.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 10838, ../scss/_basic.scss */
.fa-church:before {
  content: "\f51d";
}

/* line 10842, ../scss/_basic.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 10846, ../scss/_basic.scss */
.fa-circle-notch:before {
  content: "\f1ce";
}

/* line 10850, ../scss/_basic.scss */
.fa-city:before {
  content: "\f64f";
}

/* line 10854, ../scss/_basic.scss */
.fa-claw-marks:before {
  content: "\f6c2";
}

/* line 10858, ../scss/_basic.scss */
.fa-clinic-medical:before {
  content: "\f7f2";
}

/* line 10862, ../scss/_basic.scss */
.fa-clipboard:before {
  content: "\f328";
}

/* line 10866, ../scss/_basic.scss */
.fa-clipboard-check:before {
  content: "\f46c";
}

/* line 10870, ../scss/_basic.scss */
.fa-clipboard-list:before {
  content: "\f46d";
}

/* line 10874, ../scss/_basic.scss */
.fa-clipboard-list-check:before {
  content: "\f737";
}

/* line 10878, ../scss/_basic.scss */
.fa-clipboard-prescription:before {
  content: "\f5e8";
}

/* line 10882, ../scss/_basic.scss */
.fa-clipboard-user:before {
  content: "\f7f3";
}

/* line 10886, ../scss/_basic.scss */
.fa-clock:before {
  content: "\f017";
}

/* line 10890, ../scss/_basic.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 10894, ../scss/_basic.scss */
.fa-closed-captioning:before {
  content: "\f20a";
}

/* line 10898, ../scss/_basic.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 10902, ../scss/_basic.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 10906, ../scss/_basic.scss */
.fa-cloud-download-alt:before {
  content: "\f381";
}

/* line 10910, ../scss/_basic.scss */
.fa-cloud-drizzle:before {
  content: "\f738";
}

/* line 10914, ../scss/_basic.scss */
.fa-cloud-hail:before {
  content: "\f739";
}

/* line 10918, ../scss/_basic.scss */
.fa-cloud-hail-mixed:before {
  content: "\f73a";
}

/* line 10922, ../scss/_basic.scss */
.fa-cloud-meatball:before {
  content: "\f73b";
}

/* line 10926, ../scss/_basic.scss */
.fa-cloud-moon:before {
  content: "\f6c3";
}

/* line 10930, ../scss/_basic.scss */
.fa-cloud-moon-rain:before {
  content: "\f73c";
}

/* line 10934, ../scss/_basic.scss */
.fa-cloud-rain:before {
  content: "\f73d";
}

/* line 10938, ../scss/_basic.scss */
.fa-cloud-rainbow:before {
  content: "\f73e";
}

/* line 10942, ../scss/_basic.scss */
.fa-cloud-showers:before {
  content: "\f73f";
}

/* line 10946, ../scss/_basic.scss */
.fa-cloud-showers-heavy:before {
  content: "\f740";
}

/* line 10950, ../scss/_basic.scss */
.fa-cloud-sleet:before {
  content: "\f741";
}

/* line 10954, ../scss/_basic.scss */
.fa-cloud-snow:before {
  content: "\f742";
}

/* line 10958, ../scss/_basic.scss */
.fa-cloud-sun:before {
  content: "\f6c4";
}

/* line 10962, ../scss/_basic.scss */
.fa-cloud-sun-rain:before {
  content: "\f743";
}

/* line 10966, ../scss/_basic.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 10970, ../scss/_basic.scss */
.fa-cloud-upload-alt:before {
  content: "\f382";
}

/* line 10974, ../scss/_basic.scss */
.fa-clouds:before {
  content: "\f744";
}

/* line 10978, ../scss/_basic.scss */
.fa-clouds-moon:before {
  content: "\f745";
}

/* line 10982, ../scss/_basic.scss */
.fa-clouds-sun:before {
  content: "\f746";
}

/* line 10986, ../scss/_basic.scss */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 10990, ../scss/_basic.scss */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 10994, ../scss/_basic.scss */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 10998, ../scss/_basic.scss */
.fa-club:before {
  content: "\f327";
}

/* line 11002, ../scss/_basic.scss */
.fa-cocktail:before {
  content: "\f561";
}

/* line 11006, ../scss/_basic.scss */
.fa-code:before {
  content: "\f121";
}

/* line 11010, ../scss/_basic.scss */
.fa-code-branch:before {
  content: "\f126";
}

/* line 11014, ../scss/_basic.scss */
.fa-code-commit:before {
  content: "\f386";
}

/* line 11018, ../scss/_basic.scss */
.fa-code-merge:before {
  content: "\f387";
}

/* line 11022, ../scss/_basic.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 11026, ../scss/_basic.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 11030, ../scss/_basic.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 11034, ../scss/_basic.scss */
.fa-coffee-togo:before {
  content: "\f6c5";
}

/* line 11038, ../scss/_basic.scss */
.fa-coffin:before {
  content: "\f6c6";
}

/* line 11042, ../scss/_basic.scss */
.fa-cog:before {
  content: "\f013";
}

/* line 11046, ../scss/_basic.scss */
.fa-cogs:before {
  content: "\f085";
}

/* line 11050, ../scss/_basic.scss */
.fa-coins:before {
  content: "\f51e";
}

/* line 11054, ../scss/_basic.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 11058, ../scss/_basic.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 11062, ../scss/_basic.scss */
.fa-comment-alt:before {
  content: "\f27a";
}

/* line 11066, ../scss/_basic.scss */
.fa-comment-alt-check:before {
  content: "\f4a2";
}

/* line 11070, ../scss/_basic.scss */
.fa-comment-alt-dollar:before {
  content: "\f650";
}

/* line 11074, ../scss/_basic.scss */
.fa-comment-alt-dots:before {
  content: "\f4a3";
}

/* line 11078, ../scss/_basic.scss */
.fa-comment-alt-edit:before {
  content: "\f4a4";
}

/* line 11082, ../scss/_basic.scss */
.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}

/* line 11086, ../scss/_basic.scss */
.fa-comment-alt-lines:before {
  content: "\f4a6";
}

/* line 11090, ../scss/_basic.scss */
.fa-comment-alt-medical:before {
  content: "\f7f4";
}

/* line 11094, ../scss/_basic.scss */
.fa-comment-alt-minus:before {
  content: "\f4a7";
}

/* line 11098, ../scss/_basic.scss */
.fa-comment-alt-plus:before {
  content: "\f4a8";
}

/* line 11102, ../scss/_basic.scss */
.fa-comment-alt-slash:before {
  content: "\f4a9";
}

/* line 11106, ../scss/_basic.scss */
.fa-comment-alt-smile:before {
  content: "\f4aa";
}

/* line 11110, ../scss/_basic.scss */
.fa-comment-alt-times:before {
  content: "\f4ab";
}

/* line 11114, ../scss/_basic.scss */
.fa-comment-check:before {
  content: "\f4ac";
}

/* line 11118, ../scss/_basic.scss */
.fa-comment-dollar:before {
  content: "\f651";
}

/* line 11122, ../scss/_basic.scss */
.fa-comment-dots:before {
  content: "\f4ad";
}

/* line 11126, ../scss/_basic.scss */
.fa-comment-edit:before {
  content: "\f4ae";
}

/* line 11130, ../scss/_basic.scss */
.fa-comment-exclamation:before {
  content: "\f4af";
}

/* line 11134, ../scss/_basic.scss */
.fa-comment-lines:before {
  content: "\f4b0";
}

/* line 11138, ../scss/_basic.scss */
.fa-comment-medical:before {
  content: "\f7f5";
}

/* line 11142, ../scss/_basic.scss */
.fa-comment-minus:before {
  content: "\f4b1";
}

/* line 11146, ../scss/_basic.scss */
.fa-comment-plus:before {
  content: "\f4b2";
}

/* line 11150, ../scss/_basic.scss */
.fa-comment-slash:before {
  content: "\f4b3";
}

/* line 11154, ../scss/_basic.scss */
.fa-comment-smile:before {
  content: "\f4b4";
}

/* line 11158, ../scss/_basic.scss */
.fa-comment-times:before {
  content: "\f4b5";
}

/* line 11162, ../scss/_basic.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 11166, ../scss/_basic.scss */
.fa-comments-alt:before {
  content: "\f4b6";
}

/* line 11170, ../scss/_basic.scss */
.fa-comments-alt-dollar:before {
  content: "\f652";
}

/* line 11174, ../scss/_basic.scss */
.fa-comments-dollar:before {
  content: "\f653";
}

/* line 11178, ../scss/_basic.scss */
.fa-compact-disc:before {
  content: "\f51f";
}

/* line 11182, ../scss/_basic.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 11186, ../scss/_basic.scss */
.fa-compass-slash:before {
  content: "\f5e9";
}

/* line 11190, ../scss/_basic.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 11194, ../scss/_basic.scss */
.fa-compress-alt:before {
  content: "\f422";
}

/* line 11198, ../scss/_basic.scss */
.fa-compress-arrows-alt:before {
  content: "\f78c";
}

/* line 11202, ../scss/_basic.scss */
.fa-compress-wide:before {
  content: "\f326";
}

/* line 11206, ../scss/_basic.scss */
.fa-concierge-bell:before {
  content: "\f562";
}

/* line 11210, ../scss/_basic.scss */
.fa-confluence:before {
  content: "\f78d";
}

/* line 11214, ../scss/_basic.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 11218, ../scss/_basic.scss */
.fa-container-storage:before {
  content: "\f4b7";
}

/* line 11222, ../scss/_basic.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 11226, ../scss/_basic.scss */
.fa-conveyor-belt:before {
  content: "\f46e";
}

/* line 11230, ../scss/_basic.scss */
.fa-conveyor-belt-alt:before {
  content: "\f46f";
}

/* line 11234, ../scss/_basic.scss */
.fa-cookie:before {
  content: "\f563";
}

/* line 11238, ../scss/_basic.scss */
.fa-cookie-bite:before {
  content: "\f564";
}

/* line 11242, ../scss/_basic.scss */
.fa-copy:before {
  content: "\f0c5";
}

/* line 11246, ../scss/_basic.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 11250, ../scss/_basic.scss */
.fa-corn:before {
  content: "\f6c7";
}

/* line 11254, ../scss/_basic.scss */
.fa-couch:before {
  content: "\f4b8";
}

/* line 11258, ../scss/_basic.scss */
.fa-cow:before {
  content: "\f6c8";
}

/* line 11262, ../scss/_basic.scss */
.fa-cpanel:before {
  content: "\f388";
}

/* line 11266, ../scss/_basic.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 11270, ../scss/_basic.scss */
.fa-creative-commons-by:before {
  content: "\f4e7";
}

/* line 11274, ../scss/_basic.scss */
.fa-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 11278, ../scss/_basic.scss */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 11282, ../scss/_basic.scss */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 11286, ../scss/_basic.scss */
.fa-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 11290, ../scss/_basic.scss */
.fa-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 11294, ../scss/_basic.scss */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 11298, ../scss/_basic.scss */
.fa-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 11302, ../scss/_basic.scss */
.fa-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 11306, ../scss/_basic.scss */
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 11310, ../scss/_basic.scss */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 11314, ../scss/_basic.scss */
.fa-creative-commons-share:before {
  content: "\f4f2";
}

/* line 11318, ../scss/_basic.scss */
.fa-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 11322, ../scss/_basic.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 11326, ../scss/_basic.scss */
.fa-credit-card-blank:before {
  content: "\f389";
}

/* line 11330, ../scss/_basic.scss */
.fa-credit-card-front:before {
  content: "\f38a";
}

/* line 11334, ../scss/_basic.scss */
.fa-cricket:before {
  content: "\f449";
}

/* line 11338, ../scss/_basic.scss */
.fa-critical-role:before {
  content: "\f6c9";
}

/* line 11342, ../scss/_basic.scss */
.fa-croissant:before {
  content: "\f7f6";
}

/* line 11346, ../scss/_basic.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 11350, ../scss/_basic.scss */
.fa-crop-alt:before {
  content: "\f565";
}

/* line 11354, ../scss/_basic.scss */
.fa-cross:before {
  content: "\f654";
}

/* line 11358, ../scss/_basic.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 11362, ../scss/_basic.scss */
.fa-crow:before {
  content: "\f520";
}

/* line 11366, ../scss/_basic.scss */
.fa-crown:before {
  content: "\f521";
}

/* line 11370, ../scss/_basic.scss */
.fa-crutch:before {
  content: "\f7f7";
}

/* line 11374, ../scss/_basic.scss */
.fa-crutches:before {
  content: "\f7f8";
}

/* line 11378, ../scss/_basic.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 11382, ../scss/_basic.scss */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 11386, ../scss/_basic.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 11390, ../scss/_basic.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 11394, ../scss/_basic.scss */
.fa-curling:before {
  content: "\f44a";
}

/* line 11398, ../scss/_basic.scss */
.fa-cut:before {
  content: "\f0c4";
}

/* line 11402, ../scss/_basic.scss */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 11406, ../scss/_basic.scss */
.fa-d-and-d:before {
  content: "\f38d";
}

/* line 11410, ../scss/_basic.scss */
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

/* line 11414, ../scss/_basic.scss */
.fa-dagger:before {
  content: "\f6cb";
}

/* line 11418, ../scss/_basic.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 11422, ../scss/_basic.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 11426, ../scss/_basic.scss */
.fa-deaf:before {
  content: "\f2a4";
}

/* line 11430, ../scss/_basic.scss */
.fa-debug:before {
  content: "\f7f9";
}

/* line 11434, ../scss/_basic.scss */
.fa-deer:before {
  content: "\f78e";
}

/* line 11438, ../scss/_basic.scss */
.fa-deer-rudolph:before {
  content: "\f78f";
}

/* line 11442, ../scss/_basic.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 11446, ../scss/_basic.scss */
.fa-democrat:before {
  content: "\f747";
}

/* line 11450, ../scss/_basic.scss */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 11454, ../scss/_basic.scss */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 11458, ../scss/_basic.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 11462, ../scss/_basic.scss */
.fa-desktop-alt:before {
  content: "\f390";
}

/* line 11466, ../scss/_basic.scss */
.fa-dev:before {
  content: "\f6cc";
}

/* line 11470, ../scss/_basic.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 11474, ../scss/_basic.scss */
.fa-dewpoint:before {
  content: "\f748";
}

/* line 11478, ../scss/_basic.scss */
.fa-dharmachakra:before {
  content: "\f655";
}

/* line 11482, ../scss/_basic.scss */
.fa-dhl:before {
  content: "\f790";
}

/* line 11486, ../scss/_basic.scss */
.fa-diagnoses:before {
  content: "\f470";
}

/* line 11490, ../scss/_basic.scss */
.fa-diamond:before {
  content: "\f219";
}

/* line 11494, ../scss/_basic.scss */
.fa-diaspora:before {
  content: "\f791";
}

/* line 11498, ../scss/_basic.scss */
.fa-dice:before {
  content: "\f522";
}

/* line 11502, ../scss/_basic.scss */
.fa-dice-d10:before {
  content: "\f6cd";
}

/* line 11506, ../scss/_basic.scss */
.fa-dice-d12:before {
  content: "\f6ce";
}

/* line 11510, ../scss/_basic.scss */
.fa-dice-d20:before {
  content: "\f6cf";
}

/* line 11514, ../scss/_basic.scss */
.fa-dice-d4:before {
  content: "\f6d0";
}

/* line 11518, ../scss/_basic.scss */
.fa-dice-d6:before {
  content: "\f6d1";
}

/* line 11522, ../scss/_basic.scss */
.fa-dice-d8:before {
  content: "\f6d2";
}

/* line 11526, ../scss/_basic.scss */
.fa-dice-five:before {
  content: "\f523";
}

/* line 11530, ../scss/_basic.scss */
.fa-dice-four:before {
  content: "\f524";
}

/* line 11534, ../scss/_basic.scss */
.fa-dice-one:before {
  content: "\f525";
}

/* line 11538, ../scss/_basic.scss */
.fa-dice-six:before {
  content: "\f526";
}

/* line 11542, ../scss/_basic.scss */
.fa-dice-three:before {
  content: "\f527";
}

/* line 11546, ../scss/_basic.scss */
.fa-dice-two:before {
  content: "\f528";
}

/* line 11550, ../scss/_basic.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 11554, ../scss/_basic.scss */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 11558, ../scss/_basic.scss */
.fa-digital-tachograph:before {
  content: "\f566";
}

/* line 11562, ../scss/_basic.scss */
.fa-diploma:before {
  content: "\f5ea";
}

/* line 11566, ../scss/_basic.scss */
.fa-directions:before {
  content: "\f5eb";
}

/* line 11570, ../scss/_basic.scss */
.fa-discord:before {
  content: "\f392";
}

/* line 11574, ../scss/_basic.scss */
.fa-discourse:before {
  content: "\f393";
}

/* line 11578, ../scss/_basic.scss */
.fa-disease:before {
  content: "\f7fa";
}

/* line 11582, ../scss/_basic.scss */
.fa-divide:before {
  content: "\f529";
}

/* line 11586, ../scss/_basic.scss */
.fa-dizzy:before {
  content: "\f567";
}

/* line 11590, ../scss/_basic.scss */
.fa-dna:before {
  content: "\f471";
}

/* line 11594, ../scss/_basic.scss */
.fa-do-not-enter:before {
  content: "\f5ec";
}

/* line 11598, ../scss/_basic.scss */
.fa-dochub:before {
  content: "\f394";
}

/* line 11602, ../scss/_basic.scss */
.fa-docker:before {
  content: "\f395";
}

/* line 11606, ../scss/_basic.scss */
.fa-dog:before {
  content: "\f6d3";
}

/* line 11610, ../scss/_basic.scss */
.fa-dog-leashed:before {
  content: "\f6d4";
}

/* line 11614, ../scss/_basic.scss */
.fa-dollar-sign:before {
  content: "\f155";
}

/* line 11618, ../scss/_basic.scss */
.fa-dolly:before {
  content: "\f472";
}

/* line 11622, ../scss/_basic.scss */
.fa-dolly-empty:before {
  content: "\f473";
}

/* line 11626, ../scss/_basic.scss */
.fa-dolly-flatbed:before {
  content: "\f474";
}

/* line 11630, ../scss/_basic.scss */
.fa-dolly-flatbed-alt:before {
  content: "\f475";
}

/* line 11634, ../scss/_basic.scss */
.fa-dolly-flatbed-empty:before {
  content: "\f476";
}

/* line 11638, ../scss/_basic.scss */
.fa-donate:before {
  content: "\f4b9";
}

/* line 11642, ../scss/_basic.scss */
.fa-door-closed:before {
  content: "\f52a";
}

/* line 11646, ../scss/_basic.scss */
.fa-door-open:before {
  content: "\f52b";
}

/* line 11650, ../scss/_basic.scss */
.fa-dot-circle:before {
  content: "\f192";
}

/* line 11654, ../scss/_basic.scss */
.fa-dove:before {
  content: "\f4ba";
}

/* line 11658, ../scss/_basic.scss */
.fa-download:before {
  content: "\f019";
}

/* line 11662, ../scss/_basic.scss */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 11666, ../scss/_basic.scss */
.fa-drafting-compass:before {
  content: "\f568";
}

/* line 11670, ../scss/_basic.scss */
.fa-dragon:before {
  content: "\f6d5";
}

/* line 11674, ../scss/_basic.scss */
.fa-draw-circle:before {
  content: "\f5ed";
}

/* line 11678, ../scss/_basic.scss */
.fa-draw-polygon:before {
  content: "\f5ee";
}

/* line 11682, ../scss/_basic.scss */
.fa-draw-square:before {
  content: "\f5ef";
}

/* line 11686, ../scss/_basic.scss */
.fa-dreidel:before {
  content: "\f792";
}

/* line 11690, ../scss/_basic.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 11694, ../scss/_basic.scss */
.fa-dribbble-square:before {
  content: "\f397";
}

/* line 11698, ../scss/_basic.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 11702, ../scss/_basic.scss */
.fa-drum:before {
  content: "\f569";
}

/* line 11706, ../scss/_basic.scss */
.fa-drum-steelpan:before {
  content: "\f56a";
}

/* line 11710, ../scss/_basic.scss */
.fa-drumstick:before {
  content: "\f6d6";
}

/* line 11714, ../scss/_basic.scss */
.fa-drumstick-bite:before {
  content: "\f6d7";
}

/* line 11718, ../scss/_basic.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 11722, ../scss/_basic.scss */
.fa-duck:before {
  content: "\f6d8";
}

/* line 11726, ../scss/_basic.scss */
.fa-dumbbell:before {
  content: "\f44b";
}

/* line 11730, ../scss/_basic.scss */
.fa-dumpster:before {
  content: "\f793";
}

/* line 11734, ../scss/_basic.scss */
.fa-dumpster-fire:before {
  content: "\f794";
}

/* line 11738, ../scss/_basic.scss */
.fa-dungeon:before {
  content: "\f6d9";
}

/* line 11742, ../scss/_basic.scss */
.fa-dyalog:before {
  content: "\f399";
}

/* line 11746, ../scss/_basic.scss */
.fa-ear:before {
  content: "\f5f0";
}

/* line 11750, ../scss/_basic.scss */
.fa-ear-muffs:before {
  content: "\f795";
}

/* line 11754, ../scss/_basic.scss */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 11758, ../scss/_basic.scss */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 11762, ../scss/_basic.scss */
.fa-eclipse:before {
  content: "\f749";
}

/* line 11766, ../scss/_basic.scss */
.fa-eclipse-alt:before {
  content: "\f74a";
}

/* line 11770, ../scss/_basic.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 11774, ../scss/_basic.scss */
.fa-edit:before {
  content: "\f044";
}

/* line 11778, ../scss/_basic.scss */
.fa-egg:before {
  content: "\f7fb";
}

/* line 11782, ../scss/_basic.scss */
.fa-egg-fried:before {
  content: "\f7fc";
}

/* line 11786, ../scss/_basic.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 11790, ../scss/_basic.scss */
.fa-elementor:before {
  content: "\f430";
}

/* line 11794, ../scss/_basic.scss */
.fa-elephant:before {
  content: "\f6da";
}

/* line 11798, ../scss/_basic.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 11802, ../scss/_basic.scss */
.fa-ellipsis-h-alt:before {
  content: "\f39b";
}

/* line 11806, ../scss/_basic.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 11810, ../scss/_basic.scss */
.fa-ellipsis-v-alt:before {
  content: "\f39c";
}

/* line 11814, ../scss/_basic.scss */
.fa-ello:before {
  content: "\f5f1";
}

/* line 11818, ../scss/_basic.scss */
.fa-ember:before {
  content: "\f423";
}

/* line 11822, ../scss/_basic.scss */
.fa-empire:before {
  content: "\f1d1";
}

/* line 11826, ../scss/_basic.scss */
.fa-empty-set:before {
  content: "\f656";
}

/* line 11830, ../scss/_basic.scss */
.fa-engine-warning:before {
  content: "\f5f2";
}

/* line 11834, ../scss/_basic.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 11838, ../scss/_basic.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 11842, ../scss/_basic.scss */
.fa-envelope-open-dollar:before {
  content: "\f657";
}

/* line 11846, ../scss/_basic.scss */
.fa-envelope-open-text:before {
  content: "\f658";
}

/* line 11850, ../scss/_basic.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 11854, ../scss/_basic.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 11858, ../scss/_basic.scss */
.fa-equals:before {
  content: "\f52c";
}

/* line 11862, ../scss/_basic.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 11866, ../scss/_basic.scss */
.fa-erlang:before {
  content: "\f39d";
}

/* line 11870, ../scss/_basic.scss */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 11874, ../scss/_basic.scss */
.fa-ethernet:before {
  content: "\f796";
}

/* line 11878, ../scss/_basic.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 11882, ../scss/_basic.scss */
.fa-euro-sign:before {
  content: "\f153";
}

/* line 11886, ../scss/_basic.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 11890, ../scss/_basic.scss */
.fa-exchange-alt:before {
  content: "\f362";
}

/* line 11894, ../scss/_basic.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 11898, ../scss/_basic.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 11902, ../scss/_basic.scss */
.fa-exclamation-square:before {
  content: "\f321";
}

/* line 11906, ../scss/_basic.scss */
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 11910, ../scss/_basic.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 11914, ../scss/_basic.scss */
.fa-expand-alt:before {
  content: "\f424";
}

/* line 11918, ../scss/_basic.scss */
.fa-expand-arrows:before {
  content: "\f31d";
}

/* line 11922, ../scss/_basic.scss */
.fa-expand-arrows-alt:before {
  content: "\f31e";
}

/* line 11926, ../scss/_basic.scss */
.fa-expand-wide:before {
  content: "\f320";
}

/* line 11930, ../scss/_basic.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 11934, ../scss/_basic.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 11938, ../scss/_basic.scss */
.fa-external-link-alt:before {
  content: "\f35d";
}

/* line 11942, ../scss/_basic.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 11946, ../scss/_basic.scss */
.fa-external-link-square-alt:before {
  content: "\f360";
}

/* line 11950, ../scss/_basic.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 11954, ../scss/_basic.scss */
.fa-eye-dropper:before {
  content: "\f1fb";
}

/* line 11958, ../scss/_basic.scss */
.fa-eye-evil:before {
  content: "\f6db";
}

/* line 11962, ../scss/_basic.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 11966, ../scss/_basic.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 11970, ../scss/_basic.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 11974, ../scss/_basic.scss */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 11978, ../scss/_basic.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 11982, ../scss/_basic.scss */
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 11986, ../scss/_basic.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 11990, ../scss/_basic.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 11994, ../scss/_basic.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 11998, ../scss/_basic.scss */
.fa-feather:before {
  content: "\f52d";
}

/* line 12002, ../scss/_basic.scss */
.fa-feather-alt:before {
  content: "\f56b";
}

/* line 12006, ../scss/_basic.scss */
.fa-fedex:before {
  content: "\f797";
}

/* line 12010, ../scss/_basic.scss */
.fa-fedora:before {
  content: "\f798";
}

/* line 12014, ../scss/_basic.scss */
.fa-female:before {
  content: "\f182";
}

/* line 12018, ../scss/_basic.scss */
.fa-field-hockey:before {
  content: "\f44c";
}

/* line 12022, ../scss/_basic.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 12026, ../scss/_basic.scss */
.fa-figma:before {
  content: "\f799";
}

/* line 12030, ../scss/_basic.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 12034, ../scss/_basic.scss */
.fa-file-alt:before {
  content: "\f15c";
}

/* line 12038, ../scss/_basic.scss */
.fa-file-archive:before {
  content: "\f1c6";
}

/* line 12042, ../scss/_basic.scss */
.fa-file-audio:before {
  content: "\f1c7";
}

/* line 12046, ../scss/_basic.scss */
.fa-file-certificate:before {
  content: "\f5f3";
}

/* line 12050, ../scss/_basic.scss */
.fa-file-chart-line:before {
  content: "\f659";
}

/* line 12054, ../scss/_basic.scss */
.fa-file-chart-pie:before {
  content: "\f65a";
}

/* line 12058, ../scss/_basic.scss */
.fa-file-check:before {
  content: "\f316";
}

/* line 12062, ../scss/_basic.scss */
.fa-file-code:before {
  content: "\f1c9";
}

/* line 12066, ../scss/_basic.scss */
.fa-file-contract:before {
  content: "\f56c";
}

/* line 12070, ../scss/_basic.scss */
.fa-file-csv:before {
  content: "\f6dd";
}

/* line 12074, ../scss/_basic.scss */
.fa-file-download:before {
  content: "\f56d";
}

/* line 12078, ../scss/_basic.scss */
.fa-file-edit:before {
  content: "\f31c";
}

/* line 12082, ../scss/_basic.scss */
.fa-file-excel:before {
  content: "\f1c3";
}

/* line 12086, ../scss/_basic.scss */
.fa-file-exclamation:before {
  content: "\f31a";
}

/* line 12090, ../scss/_basic.scss */
.fa-file-export:before {
  content: "\f56e";
}

/* line 12094, ../scss/_basic.scss */
.fa-file-image:before {
  content: "\f1c5";
}

/* line 12098, ../scss/_basic.scss */
.fa-file-import:before {
  content: "\f56f";
}

/* line 12102, ../scss/_basic.scss */
.fa-file-invoice:before {
  content: "\f570";
}

/* line 12106, ../scss/_basic.scss */
.fa-file-invoice-dollar:before {
  content: "\f571";
}

/* line 12110, ../scss/_basic.scss */
.fa-file-medical:before {
  content: "\f477";
}

/* line 12114, ../scss/_basic.scss */
.fa-file-medical-alt:before {
  content: "\f478";
}

/* line 12118, ../scss/_basic.scss */
.fa-file-minus:before {
  content: "\f318";
}

/* line 12122, ../scss/_basic.scss */
.fa-file-pdf:before {
  content: "\f1c1";
}

/* line 12126, ../scss/_basic.scss */
.fa-file-plus:before {
  content: "\f319";
}

/* line 12130, ../scss/_basic.scss */
.fa-file-powerpoint:before {
  content: "\f1c4";
}

/* line 12134, ../scss/_basic.scss */
.fa-file-prescription:before {
  content: "\f572";
}

/* line 12138, ../scss/_basic.scss */
.fa-file-signature:before {
  content: "\f573";
}

/* line 12142, ../scss/_basic.scss */
.fa-file-spreadsheet:before {
  content: "\f65b";
}

/* line 12146, ../scss/_basic.scss */
.fa-file-times:before {
  content: "\f317";
}

/* line 12150, ../scss/_basic.scss */
.fa-file-upload:before {
  content: "\f574";
}

/* line 12154, ../scss/_basic.scss */
.fa-file-user:before {
  content: "\f65c";
}

/* line 12158, ../scss/_basic.scss */
.fa-file-video:before {
  content: "\f1c8";
}

/* line 12162, ../scss/_basic.scss */
.fa-file-word:before {
  content: "\f1c2";
}

/* line 12166, ../scss/_basic.scss */
.fa-files-medical:before {
  content: "\f7fd";
}

/* line 12170, ../scss/_basic.scss */
.fa-fill:before {
  content: "\f575";
}

/* line 12174, ../scss/_basic.scss */
.fa-fill-drip:before {
  content: "\f576";
}

/* line 12178, ../scss/_basic.scss */
.fa-film:before {
  content: "\f008";
}

/* line 12182, ../scss/_basic.scss */
.fa-film-alt:before {
  content: "\f3a0";
}

/* line 12186, ../scss/_basic.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 12190, ../scss/_basic.scss */
.fa-fingerprint:before {
  content: "\f577";
}

/* line 12194, ../scss/_basic.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 12198, ../scss/_basic.scss */
.fa-fire-alt:before {
  content: "\f7e4";
}

/* line 12202, ../scss/_basic.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 12206, ../scss/_basic.scss */
.fa-fire-smoke:before {
  content: "\f74b";
}

/* line 12210, ../scss/_basic.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 12214, ../scss/_basic.scss */
.fa-fireplace:before {
  content: "\f79a";
}

/* line 12218, ../scss/_basic.scss */
.fa-first-aid:before {
  content: "\f479";
}

/* line 12222, ../scss/_basic.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 12226, ../scss/_basic.scss */
.fa-first-order-alt:before {
  content: "\f50a";
}

/* line 12230, ../scss/_basic.scss */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 12234, ../scss/_basic.scss */
.fa-fish:before {
  content: "\f578";
}

/* line 12238, ../scss/_basic.scss */
.fa-fish-cooked:before {
  content: "\f7fe";
}

/* line 12242, ../scss/_basic.scss */
.fa-fist-raised:before {
  content: "\f6de";
}

/* line 12246, ../scss/_basic.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 12250, ../scss/_basic.scss */
.fa-flag-alt:before {
  content: "\f74c";
}

/* line 12254, ../scss/_basic.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 12258, ../scss/_basic.scss */
.fa-flag-usa:before {
  content: "\f74d";
}

/* line 12262, ../scss/_basic.scss */
.fa-flame:before {
  content: "\f6df";
}

/* line 12266, ../scss/_basic.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 12270, ../scss/_basic.scss */
.fa-flask-poison:before {
  content: "\f6e0";
}

/* line 12274, ../scss/_basic.scss */
.fa-flask-potion:before {
  content: "\f6e1";
}

/* line 12278, ../scss/_basic.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 12282, ../scss/_basic.scss */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 12286, ../scss/_basic.scss */
.fa-flower:before {
  content: "\f7ff";
}

/* line 12290, ../scss/_basic.scss */
.fa-flower-daffodil:before {
  content: "\f800";
}

/* line 12294, ../scss/_basic.scss */
.fa-flower-tulip:before {
  content: "\f801";
}

/* line 12298, ../scss/_basic.scss */
.fa-flushed:before {
  content: "\f579";
}

/* line 12302, ../scss/_basic.scss */
.fa-fly:before {
  content: "\f417";
}

/* line 12306, ../scss/_basic.scss */
.fa-fog:before {
  content: "\f74e";
}

/* line 12310, ../scss/_basic.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 12314, ../scss/_basic.scss */
.fa-folder-minus:before {
  content: "\f65d";
}

/* line 12318, ../scss/_basic.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 12322, ../scss/_basic.scss */
.fa-folder-plus:before {
  content: "\f65e";
}

/* line 12326, ../scss/_basic.scss */
.fa-folder-times:before {
  content: "\f65f";
}

/* line 12330, ../scss/_basic.scss */
.fa-folder-tree:before {
  content: "\f802";
}

/* line 12334, ../scss/_basic.scss */
.fa-folders:before {
  content: "\f660";
}

/* line 12338, ../scss/_basic.scss */
.fa-font:before {
  content: "\f031";
}

/* line 12342, ../scss/_basic.scss */
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 12346, ../scss/_basic.scss */
.fa-font-awesome-alt:before {
  content: "\f35c";
}

/* line 12350, ../scss/_basic.scss */
.fa-font-awesome-flag:before {
  content: "\f425";
}

/* line 12354, ../scss/_basic.scss */
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

/* line 12358, ../scss/_basic.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 12362, ../scss/_basic.scss */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 12366, ../scss/_basic.scss */
.fa-football-ball:before {
  content: "\f44e";
}

/* line 12370, ../scss/_basic.scss */
.fa-football-helmet:before {
  content: "\f44f";
}

/* line 12374, ../scss/_basic.scss */
.fa-forklift:before {
  content: "\f47a";
}

/* line 12378, ../scss/_basic.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 12382, ../scss/_basic.scss */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 12386, ../scss/_basic.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 12390, ../scss/_basic.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 12394, ../scss/_basic.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 12398, ../scss/_basic.scss */
.fa-fragile:before {
  content: "\f4bb";
}

/* line 12402, ../scss/_basic.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 12406, ../scss/_basic.scss */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 12410, ../scss/_basic.scss */
.fa-french-fries:before {
  content: "\f803";
}

/* line 12414, ../scss/_basic.scss */
.fa-frog:before {
  content: "\f52e";
}

/* line 12418, ../scss/_basic.scss */
.fa-frosty-head:before {
  content: "\f79b";
}

/* line 12422, ../scss/_basic.scss */
.fa-frown:before {
  content: "\f119";
}

/* line 12426, ../scss/_basic.scss */
.fa-frown-open:before {
  content: "\f57a";
}

/* line 12430, ../scss/_basic.scss */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 12434, ../scss/_basic.scss */
.fa-function:before {
  content: "\f661";
}

/* line 12438, ../scss/_basic.scss */
.fa-funnel-dollar:before {
  content: "\f662";
}

/* line 12442, ../scss/_basic.scss */
.fa-futbol:before {
  content: "\f1e3";
}

/* line 12446, ../scss/_basic.scss */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 12450, ../scss/_basic.scss */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 12454, ../scss/_basic.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 12458, ../scss/_basic.scss */
.fa-gas-pump:before {
  content: "\f52f";
}

/* line 12462, ../scss/_basic.scss */
.fa-gas-pump-slash:before {
  content: "\f5f4";
}

/* line 12466, ../scss/_basic.scss */
.fa-gavel:before {
  content: "\f0e3";
}

/* line 12470, ../scss/_basic.scss */
.fa-gem:before {
  content: "\f3a5";
}

/* line 12474, ../scss/_basic.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 12478, ../scss/_basic.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 12482, ../scss/_basic.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 12486, ../scss/_basic.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 12490, ../scss/_basic.scss */
.fa-ghost:before {
  content: "\f6e2";
}

/* line 12494, ../scss/_basic.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 12498, ../scss/_basic.scss */
.fa-gift-card:before {
  content: "\f663";
}

/* line 12502, ../scss/_basic.scss */
.fa-gifts:before {
  content: "\f79c";
}

/* line 12506, ../scss/_basic.scss */
.fa-gingerbread-man:before {
  content: "\f79d";
}

/* line 12510, ../scss/_basic.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 12514, ../scss/_basic.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 12518, ../scss/_basic.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 12522, ../scss/_basic.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 12526, ../scss/_basic.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 12530, ../scss/_basic.scss */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 12534, ../scss/_basic.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 12538, ../scss/_basic.scss */
.fa-gitter:before {
  content: "\f426";
}

/* line 12542, ../scss/_basic.scss */
.fa-glass:before {
  content: "\f804";
}

/* line 12546, ../scss/_basic.scss */
.fa-glass-champagne:before {
  content: "\f79e";
}

/* line 12550, ../scss/_basic.scss */
.fa-glass-cheers:before {
  content: "\f79f";
}

/* line 12554, ../scss/_basic.scss */
.fa-glass-martini:before {
  content: "\f000";
}

/* line 12558, ../scss/_basic.scss */
.fa-glass-martini-alt:before {
  content: "\f57b";
}

/* line 12562, ../scss/_basic.scss */
.fa-glass-whiskey:before {
  content: "\f7a0";
}

/* line 12566, ../scss/_basic.scss */
.fa-glass-whiskey-rocks:before {
  content: "\f7a1";
}

/* line 12570, ../scss/_basic.scss */
.fa-glasses:before {
  content: "\f530";
}

/* line 12574, ../scss/_basic.scss */
.fa-glasses-alt:before {
  content: "\f5f5";
}

/* line 12578, ../scss/_basic.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 12582, ../scss/_basic.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 12586, ../scss/_basic.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 12590, ../scss/_basic.scss */
.fa-globe-africa:before {
  content: "\f57c";
}

/* line 12594, ../scss/_basic.scss */
.fa-globe-americas:before {
  content: "\f57d";
}

/* line 12598, ../scss/_basic.scss */
.fa-globe-asia:before {
  content: "\f57e";
}

/* line 12602, ../scss/_basic.scss */
.fa-globe-europe:before {
  content: "\f7a2";
}

/* line 12606, ../scss/_basic.scss */
.fa-globe-snow:before {
  content: "\f7a3";
}

/* line 12610, ../scss/_basic.scss */
.fa-globe-stand:before {
  content: "\f5f6";
}

/* line 12614, ../scss/_basic.scss */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 12618, ../scss/_basic.scss */
.fa-golf-ball:before {
  content: "\f450";
}

/* line 12622, ../scss/_basic.scss */
.fa-golf-club:before {
  content: "\f451";
}

/* line 12626, ../scss/_basic.scss */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 12630, ../scss/_basic.scss */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 12634, ../scss/_basic.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 12638, ../scss/_basic.scss */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 12642, ../scss/_basic.scss */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 12646, ../scss/_basic.scss */
.fa-google-plus:before {
  content: "\f2b3";
}

/* line 12650, ../scss/_basic.scss */
.fa-google-plus-g:before {
  content: "\f0d5";
}

/* line 12654, ../scss/_basic.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 12658, ../scss/_basic.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 12662, ../scss/_basic.scss */
.fa-gopuram:before {
  content: "\f664";
}

/* line 12666, ../scss/_basic.scss */
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 12670, ../scss/_basic.scss */
.fa-gratipay:before {
  content: "\f184";
}

/* line 12674, ../scss/_basic.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 12678, ../scss/_basic.scss */
.fa-greater-than:before {
  content: "\f531";
}

/* line 12682, ../scss/_basic.scss */
.fa-greater-than-equal:before {
  content: "\f532";
}

/* line 12686, ../scss/_basic.scss */
.fa-grimace:before {
  content: "\f57f";
}

/* line 12690, ../scss/_basic.scss */
.fa-grin:before {
  content: "\f580";
}

/* line 12694, ../scss/_basic.scss */
.fa-grin-alt:before {
  content: "\f581";
}

/* line 12698, ../scss/_basic.scss */
.fa-grin-beam:before {
  content: "\f582";
}

/* line 12702, ../scss/_basic.scss */
.fa-grin-beam-sweat:before {
  content: "\f583";
}

/* line 12706, ../scss/_basic.scss */
.fa-grin-hearts:before {
  content: "\f584";
}

/* line 12710, ../scss/_basic.scss */
.fa-grin-squint:before {
  content: "\f585";
}

/* line 12714, ../scss/_basic.scss */
.fa-grin-squint-tears:before {
  content: "\f586";
}

/* line 12718, ../scss/_basic.scss */
.fa-grin-stars:before {
  content: "\f587";
}

/* line 12722, ../scss/_basic.scss */
.fa-grin-tears:before {
  content: "\f588";
}

/* line 12726, ../scss/_basic.scss */
.fa-grin-tongue:before {
  content: "\f589";
}

/* line 12730, ../scss/_basic.scss */
.fa-grin-tongue-squint:before {
  content: "\f58a";
}

/* line 12734, ../scss/_basic.scss */
.fa-grin-tongue-wink:before {
  content: "\f58b";
}

/* line 12738, ../scss/_basic.scss */
.fa-grin-wink:before {
  content: "\f58c";
}

/* line 12742, ../scss/_basic.scss */
.fa-grip-horizontal:before {
  content: "\f58d";
}

/* line 12746, ../scss/_basic.scss */
.fa-grip-lines:before {
  content: "\f7a4";
}

/* line 12750, ../scss/_basic.scss */
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

/* line 12754, ../scss/_basic.scss */
.fa-grip-vertical:before {
  content: "\f58e";
}

/* line 12758, ../scss/_basic.scss */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 12762, ../scss/_basic.scss */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 12766, ../scss/_basic.scss */
.fa-guitar:before {
  content: "\f7a6";
}

/* line 12770, ../scss/_basic.scss */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 12774, ../scss/_basic.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 12778, ../scss/_basic.scss */
.fa-h1:before {
  content: "\f313";
}

/* line 12782, ../scss/_basic.scss */
.fa-h2:before {
  content: "\f314";
}

/* line 12786, ../scss/_basic.scss */
.fa-h3:before {
  content: "\f315";
}

/* line 12790, ../scss/_basic.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 12794, ../scss/_basic.scss */
.fa-hacker-news-square:before {
  content: "\f3af";
}

/* line 12798, ../scss/_basic.scss */
.fa-hackerrank:before {
  content: "\f5f7";
}

/* line 12802, ../scss/_basic.scss */
.fa-hamburger:before {
  content: "\f805";
}

/* line 12806, ../scss/_basic.scss */
.fa-hammer:before {
  content: "\f6e3";
}

/* line 12810, ../scss/_basic.scss */
.fa-hammer-war:before {
  content: "\f6e4";
}

/* line 12814, ../scss/_basic.scss */
.fa-hamsa:before {
  content: "\f665";
}

/* line 12818, ../scss/_basic.scss */
.fa-hand-heart:before {
  content: "\f4bc";
}

/* line 12822, ../scss/_basic.scss */
.fa-hand-holding:before {
  content: "\f4bd";
}

/* line 12826, ../scss/_basic.scss */
.fa-hand-holding-box:before {
  content: "\f47b";
}

/* line 12830, ../scss/_basic.scss */
.fa-hand-holding-heart:before {
  content: "\f4be";
}

/* line 12834, ../scss/_basic.scss */
.fa-hand-holding-magic:before {
  content: "\f6e5";
}

/* line 12838, ../scss/_basic.scss */
.fa-hand-holding-seedling:before {
  content: "\f4bf";
}

/* line 12842, ../scss/_basic.scss */
.fa-hand-holding-usd:before {
  content: "\f4c0";
}

/* line 12846, ../scss/_basic.scss */
.fa-hand-holding-water:before {
  content: "\f4c1";
}

/* line 12850, ../scss/_basic.scss */
.fa-hand-lizard:before {
  content: "\f258";
}

/* line 12854, ../scss/_basic.scss */
.fa-hand-middle-finger:before {
  content: "\f806";
}

/* line 12858, ../scss/_basic.scss */
.fa-hand-paper:before {
  content: "\f256";
}

/* line 12862, ../scss/_basic.scss */
.fa-hand-peace:before {
  content: "\f25b";
}

/* line 12866, ../scss/_basic.scss */
.fa-hand-point-down:before {
  content: "\f0a7";
}

/* line 12870, ../scss/_basic.scss */
.fa-hand-point-left:before {
  content: "\f0a5";
}

/* line 12874, ../scss/_basic.scss */
.fa-hand-point-right:before {
  content: "\f0a4";
}

/* line 12878, ../scss/_basic.scss */
.fa-hand-point-up:before {
  content: "\f0a6";
}

/* line 12882, ../scss/_basic.scss */
.fa-hand-pointer:before {
  content: "\f25a";
}

/* line 12886, ../scss/_basic.scss */
.fa-hand-receiving:before {
  content: "\f47c";
}

/* line 12890, ../scss/_basic.scss */
.fa-hand-rock:before {
  content: "\f255";
}

/* line 12894, ../scss/_basic.scss */
.fa-hand-scissors:before {
  content: "\f257";
}

/* line 12898, ../scss/_basic.scss */
.fa-hand-spock:before {
  content: "\f259";
}

/* line 12902, ../scss/_basic.scss */
.fa-hands:before {
  content: "\f4c2";
}

/* line 12906, ../scss/_basic.scss */
.fa-hands-heart:before {
  content: "\f4c3";
}

/* line 12910, ../scss/_basic.scss */
.fa-hands-helping:before {
  content: "\f4c4";
}

/* line 12914, ../scss/_basic.scss */
.fa-hands-usd:before {
  content: "\f4c5";
}

/* line 12918, ../scss/_basic.scss */
.fa-handshake:before {
  content: "\f2b5";
}

/* line 12922, ../scss/_basic.scss */
.fa-handshake-alt:before {
  content: "\f4c6";
}

/* line 12926, ../scss/_basic.scss */
.fa-hanukiah:before {
  content: "\f6e6";
}

/* line 12930, ../scss/_basic.scss */
.fa-hard-hat:before {
  content: "\f807";
}

/* line 12934, ../scss/_basic.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 12938, ../scss/_basic.scss */
.fa-hat-santa:before {
  content: "\f7a7";
}

/* line 12942, ../scss/_basic.scss */
.fa-hat-winter:before {
  content: "\f7a8";
}

/* line 12946, ../scss/_basic.scss */
.fa-hat-witch:before {
  content: "\f6e7";
}

/* line 12950, ../scss/_basic.scss */
.fa-hat-wizard:before {
  content: "\f6e8";
}

/* line 12954, ../scss/_basic.scss */
.fa-haykal:before {
  content: "\f666";
}

/* line 12958, ../scss/_basic.scss */
.fa-hdd:before {
  content: "\f0a0";
}

/* line 12962, ../scss/_basic.scss */
.fa-head-side:before {
  content: "\f6e9";
}

/* line 12966, ../scss/_basic.scss */
.fa-head-side-brain:before {
  content: "\f808";
}

/* line 12970, ../scss/_basic.scss */
.fa-head-side-medical:before {
  content: "\f809";
}

/* line 12974, ../scss/_basic.scss */
.fa-head-vr:before {
  content: "\f6ea";
}

/* line 12978, ../scss/_basic.scss */
.fa-heading:before {
  content: "\f1dc";
}

/* line 12982, ../scss/_basic.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 12986, ../scss/_basic.scss */
.fa-headphones-alt:before {
  content: "\f58f";
}

/* line 12990, ../scss/_basic.scss */
.fa-headset:before {
  content: "\f590";
}

/* line 12994, ../scss/_basic.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 12998, ../scss/_basic.scss */
.fa-heart-broken:before {
  content: "\f7a9";
}

/* line 13002, ../scss/_basic.scss */
.fa-heart-circle:before {
  content: "\f4c7";
}

/* line 13006, ../scss/_basic.scss */
.fa-heart-rate:before {
  content: "\f5f8";
}

/* line 13010, ../scss/_basic.scss */
.fa-heart-square:before {
  content: "\f4c8";
}

/* line 13014, ../scss/_basic.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 13018, ../scss/_basic.scss */
.fa-helicopter:before {
  content: "\f533";
}

/* line 13022, ../scss/_basic.scss */
.fa-helmet-battle:before {
  content: "\f6eb";
}

/* line 13026, ../scss/_basic.scss */
.fa-hexagon:before {
  content: "\f312";
}

/* line 13030, ../scss/_basic.scss */
.fa-highlighter:before {
  content: "\f591";
}

/* line 13034, ../scss/_basic.scss */
.fa-hiking:before {
  content: "\f6ec";
}

/* line 13038, ../scss/_basic.scss */
.fa-hippo:before {
  content: "\f6ed";
}

/* line 13042, ../scss/_basic.scss */
.fa-hips:before {
  content: "\f452";
}

/* line 13046, ../scss/_basic.scss */
.fa-hire-a-helper:before {
  content: "\f3b0";
}

/* line 13050, ../scss/_basic.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 13054, ../scss/_basic.scss */
.fa-hockey-mask:before {
  content: "\f6ee";
}

/* line 13058, ../scss/_basic.scss */
.fa-hockey-puck:before {
  content: "\f453";
}

/* line 13062, ../scss/_basic.scss */
.fa-hockey-sticks:before {
  content: "\f454";
}

/* line 13066, ../scss/_basic.scss */
.fa-holly-berry:before {
  content: "\f7aa";
}

/* line 13070, ../scss/_basic.scss */
.fa-home:before {
  content: "\f015";
}

/* line 13074, ../scss/_basic.scss */
.fa-home-alt:before {
  content: "\f80a";
}

/* line 13078, ../scss/_basic.scss */
.fa-home-heart:before {
  content: "\f4c9";
}

/* line 13082, ../scss/_basic.scss */
.fa-home-lg:before {
  content: "\f80b";
}

/* line 13086, ../scss/_basic.scss */
.fa-home-lg-alt:before {
  content: "\f80c";
}

/* line 13090, ../scss/_basic.scss */
.fa-hood-cloak:before {
  content: "\f6ef";
}

/* line 13094, ../scss/_basic.scss */
.fa-hooli:before {
  content: "\f427";
}

/* line 13098, ../scss/_basic.scss */
.fa-hornbill:before {
  content: "\f592";
}

/* line 13102, ../scss/_basic.scss */
.fa-horse:before {
  content: "\f6f0";
}

/* line 13106, ../scss/_basic.scss */
.fa-horse-head:before {
  content: "\f7ab";
}

/* line 13110, ../scss/_basic.scss */
.fa-hospital:before {
  content: "\f0f8";
}

/* line 13114, ../scss/_basic.scss */
.fa-hospital-alt:before {
  content: "\f47d";
}

/* line 13118, ../scss/_basic.scss */
.fa-hospital-symbol:before {
  content: "\f47e";
}

/* line 13122, ../scss/_basic.scss */
.fa-hospital-user:before {
  content: "\f80d";
}

/* line 13126, ../scss/_basic.scss */
.fa-hospitals:before {
  content: "\f80e";
}

/* line 13130, ../scss/_basic.scss */
.fa-hot-tub:before {
  content: "\f593";
}

/* line 13134, ../scss/_basic.scss */
.fa-hotdog:before {
  content: "\f80f";
}

/* line 13138, ../scss/_basic.scss */
.fa-hotel:before {
  content: "\f594";
}

/* line 13142, ../scss/_basic.scss */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 13146, ../scss/_basic.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 13150, ../scss/_basic.scss */
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 13154, ../scss/_basic.scss */
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 13158, ../scss/_basic.scss */
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 13162, ../scss/_basic.scss */
.fa-house-damage:before {
  content: "\f6f1";
}

/* line 13166, ../scss/_basic.scss */
.fa-house-flood:before {
  content: "\f74f";
}

/* line 13170, ../scss/_basic.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 13174, ../scss/_basic.scss */
.fa-hryvnia:before {
  content: "\f6f2";
}

/* line 13178, ../scss/_basic.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 13182, ../scss/_basic.scss */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 13186, ../scss/_basic.scss */
.fa-humidity:before {
  content: "\f750";
}

/* line 13190, ../scss/_basic.scss */
.fa-hurricane:before {
  content: "\f751";
}

/* line 13194, ../scss/_basic.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 13198, ../scss/_basic.scss */
.fa-ice-cream:before {
  content: "\f810";
}

/* line 13202, ../scss/_basic.scss */
.fa-ice-skate:before {
  content: "\f7ac";
}

/* line 13206, ../scss/_basic.scss */
.fa-icicles:before {
  content: "\f7ad";
}

/* line 13210, ../scss/_basic.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 13214, ../scss/_basic.scss */
.fa-id-card:before {
  content: "\f2c2";
}

/* line 13218, ../scss/_basic.scss */
.fa-id-card-alt:before {
  content: "\f47f";
}

/* line 13222, ../scss/_basic.scss */
.fa-igloo:before {
  content: "\f7ae";
}

/* line 13226, ../scss/_basic.scss */
.fa-image:before {
  content: "\f03e";
}

/* line 13230, ../scss/_basic.scss */
.fa-images:before {
  content: "\f302";
}

/* line 13234, ../scss/_basic.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 13238, ../scss/_basic.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 13242, ../scss/_basic.scss */
.fa-inbox-in:before {
  content: "\f310";
}

/* line 13246, ../scss/_basic.scss */
.fa-inbox-out:before {
  content: "\f311";
}

/* line 13250, ../scss/_basic.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 13254, ../scss/_basic.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 13258, ../scss/_basic.scss */
.fa-industry-alt:before {
  content: "\f3b3";
}

/* line 13262, ../scss/_basic.scss */
.fa-infinity:before {
  content: "\f534";
}

/* line 13266, ../scss/_basic.scss */
.fa-info:before {
  content: "\f129";
}

/* line 13270, ../scss/_basic.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 13274, ../scss/_basic.scss */
.fa-info-square:before {
  content: "\f30f";
}

/* line 13278, ../scss/_basic.scss */
.fa-inhaler:before {
  content: "\f5f9";
}

/* line 13282, ../scss/_basic.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 13286, ../scss/_basic.scss */
.fa-integral:before {
  content: "\f667";
}

/* line 13290, ../scss/_basic.scss */
.fa-intercom:before {
  content: "\f7af";
}

/* line 13294, ../scss/_basic.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 13298, ../scss/_basic.scss */
.fa-intersection:before {
  content: "\f668";
}

/* line 13302, ../scss/_basic.scss */
.fa-inventory:before {
  content: "\f480";
}

/* line 13306, ../scss/_basic.scss */
.fa-invision:before {
  content: "\f7b0";
}

/* line 13310, ../scss/_basic.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 13314, ../scss/_basic.scss */
.fa-island-tropical:before {
  content: "\f811";
}

/* line 13318, ../scss/_basic.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 13322, ../scss/_basic.scss */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 13326, ../scss/_basic.scss */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 13330, ../scss/_basic.scss */
.fa-jack-o-lantern:before {
  content: "\f30e";
}

/* line 13334, ../scss/_basic.scss */
.fa-java:before {
  content: "\f4e4";
}

/* line 13338, ../scss/_basic.scss */
.fa-jedi:before {
  content: "\f669";
}

/* line 13342, ../scss/_basic.scss */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 13346, ../scss/_basic.scss */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 13350, ../scss/_basic.scss */
.fa-jira:before {
  content: "\f7b1";
}

/* line 13354, ../scss/_basic.scss */
.fa-joget:before {
  content: "\f3b7";
}

/* line 13358, ../scss/_basic.scss */
.fa-joint:before {
  content: "\f595";
}

/* line 13362, ../scss/_basic.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 13366, ../scss/_basic.scss */
.fa-journal-whills:before {
  content: "\f66a";
}

/* line 13370, ../scss/_basic.scss */
.fa-js:before {
  content: "\f3b8";
}

/* line 13374, ../scss/_basic.scss */
.fa-js-square:before {
  content: "\f3b9";
}

/* line 13378, ../scss/_basic.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 13382, ../scss/_basic.scss */
.fa-kaaba:before {
  content: "\f66b";
}

/* line 13386, ../scss/_basic.scss */
.fa-kaggle:before {
  content: "\f5fa";
}

/* line 13390, ../scss/_basic.scss */
.fa-key:before {
  content: "\f084";
}

/* line 13394, ../scss/_basic.scss */
.fa-key-skeleton:before {
  content: "\f6f3";
}

/* line 13398, ../scss/_basic.scss */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 13402, ../scss/_basic.scss */
.fa-keyboard:before {
  content: "\f11c";
}

/* line 13406, ../scss/_basic.scss */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 13410, ../scss/_basic.scss */
.fa-keynote:before {
  content: "\f66c";
}

/* line 13414, ../scss/_basic.scss */
.fa-khanda:before {
  content: "\f66d";
}

/* line 13418, ../scss/_basic.scss */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 13422, ../scss/_basic.scss */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 13426, ../scss/_basic.scss */
.fa-kidneys:before {
  content: "\f5fb";
}

/* line 13430, ../scss/_basic.scss */
.fa-kiss:before {
  content: "\f596";
}

/* line 13434, ../scss/_basic.scss */
.fa-kiss-beam:before {
  content: "\f597";
}

/* line 13438, ../scss/_basic.scss */
.fa-kiss-wink-heart:before {
  content: "\f598";
}

/* line 13442, ../scss/_basic.scss */
.fa-kite:before {
  content: "\f6f4";
}

/* line 13446, ../scss/_basic.scss */
.fa-kiwi-bird:before {
  content: "\f535";
}

/* line 13450, ../scss/_basic.scss */
.fa-knife-kitchen:before {
  content: "\f6f5";
}

/* line 13454, ../scss/_basic.scss */
.fa-korvue:before {
  content: "\f42f";
}

/* line 13458, ../scss/_basic.scss */
.fa-lambda:before {
  content: "\f66e";
}

/* line 13462, ../scss/_basic.scss */
.fa-lamp:before {
  content: "\f4ca";
}

/* line 13466, ../scss/_basic.scss */
.fa-landmark:before {
  content: "\f66f";
}

/* line 13470, ../scss/_basic.scss */
.fa-landmark-alt:before {
  content: "\f752";
}

/* line 13474, ../scss/_basic.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 13478, ../scss/_basic.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 13482, ../scss/_basic.scss */
.fa-laptop-code:before {
  content: "\f5fc";
}

/* line 13486, ../scss/_basic.scss */
.fa-laptop-medical:before {
  content: "\f812";
}

/* line 13490, ../scss/_basic.scss */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 13494, ../scss/_basic.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 13498, ../scss/_basic.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 13502, ../scss/_basic.scss */
.fa-laugh:before {
  content: "\f599";
}

/* line 13506, ../scss/_basic.scss */
.fa-laugh-beam:before {
  content: "\f59a";
}

/* line 13510, ../scss/_basic.scss */
.fa-laugh-squint:before {
  content: "\f59b";
}

/* line 13514, ../scss/_basic.scss */
.fa-laugh-wink:before {
  content: "\f59c";
}

/* line 13518, ../scss/_basic.scss */
.fa-layer-group:before {
  content: "\f5fd";
}

/* line 13522, ../scss/_basic.scss */
.fa-layer-minus:before {
  content: "\f5fe";
}

/* line 13526, ../scss/_basic.scss */
.fa-layer-plus:before {
  content: "\f5ff";
}

/* line 13530, ../scss/_basic.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 13534, ../scss/_basic.scss */
.fa-leaf-heart:before {
  content: "\f4cb";
}

/* line 13538, ../scss/_basic.scss */
.fa-leaf-maple:before {
  content: "\f6f6";
}

/* line 13542, ../scss/_basic.scss */
.fa-leaf-oak:before {
  content: "\f6f7";
}

/* line 13546, ../scss/_basic.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 13550, ../scss/_basic.scss */
.fa-lemon:before {
  content: "\f094";
}

/* line 13554, ../scss/_basic.scss */
.fa-less:before {
  content: "\f41d";
}

/* line 13558, ../scss/_basic.scss */
.fa-less-than:before {
  content: "\f536";
}

/* line 13562, ../scss/_basic.scss */
.fa-less-than-equal:before {
  content: "\f537";
}

/* line 13566, ../scss/_basic.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 13570, ../scss/_basic.scss */
.fa-level-down-alt:before {
  content: "\f3be";
}

/* line 13574, ../scss/_basic.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 13578, ../scss/_basic.scss */
.fa-level-up-alt:before {
  content: "\f3bf";
}

/* line 13582, ../scss/_basic.scss */
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 13586, ../scss/_basic.scss */
.fa-lightbulb:before {
  content: "\f0eb";
}

/* line 13590, ../scss/_basic.scss */
.fa-lightbulb-dollar:before {
  content: "\f670";
}

/* line 13594, ../scss/_basic.scss */
.fa-lightbulb-exclamation:before {
  content: "\f671";
}

/* line 13598, ../scss/_basic.scss */
.fa-lightbulb-on:before {
  content: "\f672";
}

/* line 13602, ../scss/_basic.scss */
.fa-lightbulb-slash:before {
  content: "\f673";
}

/* line 13606, ../scss/_basic.scss */
.fa-lights-holiday:before {
  content: "\f7b2";
}

/* line 13610, ../scss/_basic.scss */
.fa-line:before {
  content: "\f3c0";
}

/* line 13614, ../scss/_basic.scss */
.fa-link:before {
  content: "\f0c1";
}

/* line 13618, ../scss/_basic.scss */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 13622, ../scss/_basic.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 13626, ../scss/_basic.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 13630, ../scss/_basic.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 13634, ../scss/_basic.scss */
.fa-lips:before {
  content: "\f600";
}

/* line 13638, ../scss/_basic.scss */
.fa-lira-sign:before {
  content: "\f195";
}

/* line 13642, ../scss/_basic.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 13646, ../scss/_basic.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 13650, ../scss/_basic.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 13654, ../scss/_basic.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 13658, ../scss/_basic.scss */
.fa-location:before {
  content: "\f601";
}

/* line 13662, ../scss/_basic.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 13666, ../scss/_basic.scss */
.fa-location-circle:before {
  content: "\f602";
}

/* line 13670, ../scss/_basic.scss */
.fa-location-slash:before {
  content: "\f603";
}

/* line 13674, ../scss/_basic.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 13678, ../scss/_basic.scss */
.fa-lock-alt:before {
  content: "\f30d";
}

/* line 13682, ../scss/_basic.scss */
.fa-lock-open:before {
  content: "\f3c1";
}

/* line 13686, ../scss/_basic.scss */
.fa-lock-open-alt:before {
  content: "\f3c2";
}

/* line 13690, ../scss/_basic.scss */
.fa-long-arrow-alt-down:before {
  content: "\f309";
}

/* line 13694, ../scss/_basic.scss */
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

/* line 13698, ../scss/_basic.scss */
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

/* line 13702, ../scss/_basic.scss */
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

/* line 13706, ../scss/_basic.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 13710, ../scss/_basic.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 13714, ../scss/_basic.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 13718, ../scss/_basic.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 13722, ../scss/_basic.scss */
.fa-loveseat:before {
  content: "\f4cc";
}

/* line 13726, ../scss/_basic.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 13730, ../scss/_basic.scss */
.fa-luchador:before {
  content: "\f455";
}

/* line 13734, ../scss/_basic.scss */
.fa-luggage-cart:before {
  content: "\f59d";
}

/* line 13738, ../scss/_basic.scss */
.fa-lungs:before {
  content: "\f604";
}

/* line 13742, ../scss/_basic.scss */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 13746, ../scss/_basic.scss */
.fa-mace:before {
  content: "\f6f8";
}

/* line 13750, ../scss/_basic.scss */
.fa-magento:before {
  content: "\f3c4";
}

/* line 13754, ../scss/_basic.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 13758, ../scss/_basic.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 13762, ../scss/_basic.scss */
.fa-mail-bulk:before {
  content: "\f674";
}

/* line 13766, ../scss/_basic.scss */
.fa-mailbox:before {
  content: "\f813";
}

/* line 13770, ../scss/_basic.scss */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 13774, ../scss/_basic.scss */
.fa-male:before {
  content: "\f183";
}

/* line 13778, ../scss/_basic.scss */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 13782, ../scss/_basic.scss */
.fa-mandolin:before {
  content: "\f6f9";
}

/* line 13786, ../scss/_basic.scss */
.fa-map:before {
  content: "\f279";
}

/* line 13790, ../scss/_basic.scss */
.fa-map-marked:before {
  content: "\f59f";
}

/* line 13794, ../scss/_basic.scss */
.fa-map-marked-alt:before {
  content: "\f5a0";
}

/* line 13798, ../scss/_basic.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 13802, ../scss/_basic.scss */
.fa-map-marker-alt:before {
  content: "\f3c5";
}

/* line 13806, ../scss/_basic.scss */
.fa-map-marker-alt-slash:before {
  content: "\f605";
}

/* line 13810, ../scss/_basic.scss */
.fa-map-marker-check:before {
  content: "\f606";
}

/* line 13814, ../scss/_basic.scss */
.fa-map-marker-edit:before {
  content: "\f607";
}

/* line 13818, ../scss/_basic.scss */
.fa-map-marker-exclamation:before {
  content: "\f608";
}

/* line 13822, ../scss/_basic.scss */
.fa-map-marker-minus:before {
  content: "\f609";
}

/* line 13826, ../scss/_basic.scss */
.fa-map-marker-plus:before {
  content: "\f60a";
}

/* line 13830, ../scss/_basic.scss */
.fa-map-marker-question:before {
  content: "\f60b";
}

/* line 13834, ../scss/_basic.scss */
.fa-map-marker-slash:before {
  content: "\f60c";
}

/* line 13838, ../scss/_basic.scss */
.fa-map-marker-smile:before {
  content: "\f60d";
}

/* line 13842, ../scss/_basic.scss */
.fa-map-marker-times:before {
  content: "\f60e";
}

/* line 13846, ../scss/_basic.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 13850, ../scss/_basic.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 13854, ../scss/_basic.scss */
.fa-markdown:before {
  content: "\f60f";
}

/* line 13858, ../scss/_basic.scss */
.fa-marker:before {
  content: "\f5a1";
}

/* line 13862, ../scss/_basic.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 13866, ../scss/_basic.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 13870, ../scss/_basic.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 13874, ../scss/_basic.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 13878, ../scss/_basic.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 13882, ../scss/_basic.scss */
.fa-mask:before {
  content: "\f6fa";
}

/* line 13886, ../scss/_basic.scss */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 13890, ../scss/_basic.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 13894, ../scss/_basic.scss */
.fa-meat:before {
  content: "\f814";
}

/* line 13898, ../scss/_basic.scss */
.fa-medal:before {
  content: "\f5a2";
}

/* line 13902, ../scss/_basic.scss */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 13906, ../scss/_basic.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 13910, ../scss/_basic.scss */
.fa-medium-m:before {
  content: "\f3c7";
}

/* line 13914, ../scss/_basic.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 13918, ../scss/_basic.scss */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 13922, ../scss/_basic.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 13926, ../scss/_basic.scss */
.fa-megaphone:before {
  content: "\f675";
}

/* line 13930, ../scss/_basic.scss */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 13934, ../scss/_basic.scss */
.fa-meh:before {
  content: "\f11a";
}

/* line 13938, ../scss/_basic.scss */
.fa-meh-blank:before {
  content: "\f5a4";
}

/* line 13942, ../scss/_basic.scss */
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

/* line 13946, ../scss/_basic.scss */
.fa-memory:before {
  content: "\f538";
}

/* line 13950, ../scss/_basic.scss */
.fa-mendeley:before {
  content: "\f7b3";
}

/* line 13954, ../scss/_basic.scss */
.fa-menorah:before {
  content: "\f676";
}

/* line 13958, ../scss/_basic.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 13962, ../scss/_basic.scss */
.fa-meteor:before {
  content: "\f753";
}

/* line 13966, ../scss/_basic.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 13970, ../scss/_basic.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 13974, ../scss/_basic.scss */
.fa-microphone-alt:before {
  content: "\f3c9";
}

/* line 13978, ../scss/_basic.scss */
.fa-microphone-alt-slash:before {
  content: "\f539";
}

/* line 13982, ../scss/_basic.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 13986, ../scss/_basic.scss */
.fa-microscope:before {
  content: "\f610";
}

/* line 13990, ../scss/_basic.scss */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 13994, ../scss/_basic.scss */
.fa-mind-share:before {
  content: "\f677";
}

/* line 13998, ../scss/_basic.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 14002, ../scss/_basic.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 14006, ../scss/_basic.scss */
.fa-minus-hexagon:before {
  content: "\f307";
}

/* line 14010, ../scss/_basic.scss */
.fa-minus-octagon:before {
  content: "\f308";
}

/* line 14014, ../scss/_basic.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 14018, ../scss/_basic.scss */
.fa-mistletoe:before {
  content: "\f7b4";
}

/* line 14022, ../scss/_basic.scss */
.fa-mitten:before {
  content: "\f7b5";
}

/* line 14026, ../scss/_basic.scss */
.fa-mix:before {
  content: "\f3cb";
}

/* line 14030, ../scss/_basic.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 14034, ../scss/_basic.scss */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 14038, ../scss/_basic.scss */
.fa-mobile:before {
  content: "\f10b";
}

/* line 14042, ../scss/_basic.scss */
.fa-mobile-alt:before {
  content: "\f3cd";
}

/* line 14046, ../scss/_basic.scss */
.fa-mobile-android:before {
  content: "\f3ce";
}

/* line 14050, ../scss/_basic.scss */
.fa-mobile-android-alt:before {
  content: "\f3cf";
}

/* line 14054, ../scss/_basic.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 14058, ../scss/_basic.scss */
.fa-monero:before {
  content: "\f3d0";
}

/* line 14062, ../scss/_basic.scss */
.fa-money-bill:before {
  content: "\f0d6";
}

/* line 14066, ../scss/_basic.scss */
.fa-money-bill-alt:before {
  content: "\f3d1";
}

/* line 14070, ../scss/_basic.scss */
.fa-money-bill-wave:before {
  content: "\f53a";
}

/* line 14074, ../scss/_basic.scss */
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

/* line 14078, ../scss/_basic.scss */
.fa-money-check:before {
  content: "\f53c";
}

/* line 14082, ../scss/_basic.scss */
.fa-money-check-alt:before {
  content: "\f53d";
}

/* line 14086, ../scss/_basic.scss */
.fa-monitor-heart-rate:before {
  content: "\f611";
}

/* line 14090, ../scss/_basic.scss */
.fa-monkey:before {
  content: "\f6fb";
}

/* line 14094, ../scss/_basic.scss */
.fa-monument:before {
  content: "\f5a6";
}

/* line 14098, ../scss/_basic.scss */
.fa-moon:before {
  content: "\f186";
}

/* line 14102, ../scss/_basic.scss */
.fa-moon-cloud:before {
  content: "\f754";
}

/* line 14106, ../scss/_basic.scss */
.fa-moon-stars:before {
  content: "\f755";
}

/* line 14110, ../scss/_basic.scss */
.fa-mortar-pestle:before {
  content: "\f5a7";
}

/* line 14114, ../scss/_basic.scss */
.fa-mosque:before {
  content: "\f678";
}

/* line 14118, ../scss/_basic.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 14122, ../scss/_basic.scss */
.fa-mountain:before {
  content: "\f6fc";
}

/* line 14126, ../scss/_basic.scss */
.fa-mountains:before {
  content: "\f6fd";
}

/* line 14130, ../scss/_basic.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 14134, ../scss/_basic.scss */
.fa-mug-hot:before {
  content: "\f7b6";
}

/* line 14138, ../scss/_basic.scss */
.fa-mug-marshmallows:before {
  content: "\f7b7";
}

/* line 14142, ../scss/_basic.scss */
.fa-music:before {
  content: "\f001";
}

/* line 14146, ../scss/_basic.scss */
.fa-napster:before {
  content: "\f3d2";
}

/* line 14150, ../scss/_basic.scss */
.fa-narwhal:before {
  content: "\f6fe";
}

/* line 14154, ../scss/_basic.scss */
.fa-neos:before {
  content: "\f612";
}

/* line 14158, ../scss/_basic.scss */
.fa-network-wired:before {
  content: "\f6ff";
}

/* line 14162, ../scss/_basic.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 14166, ../scss/_basic.scss */
.fa-newspaper:before {
  content: "\f1ea";
}

/* line 14170, ../scss/_basic.scss */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 14174, ../scss/_basic.scss */
.fa-nintendo-switch:before {
  content: "\f418";
}

/* line 14178, ../scss/_basic.scss */
.fa-node:before {
  content: "\f419";
}

/* line 14182, ../scss/_basic.scss */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 14186, ../scss/_basic.scss */
.fa-not-equal:before {
  content: "\f53e";
}

/* line 14190, ../scss/_basic.scss */
.fa-notes-medical:before {
  content: "\f481";
}

/* line 14194, ../scss/_basic.scss */
.fa-npm:before {
  content: "\f3d4";
}

/* line 14198, ../scss/_basic.scss */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 14202, ../scss/_basic.scss */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 14206, ../scss/_basic.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 14210, ../scss/_basic.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 14214, ../scss/_basic.scss */
.fa-octagon:before {
  content: "\f306";
}

/* line 14218, ../scss/_basic.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 14222, ../scss/_basic.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 14226, ../scss/_basic.scss */
.fa-oil-can:before {
  content: "\f613";
}

/* line 14230, ../scss/_basic.scss */
.fa-oil-temp:before {
  content: "\f614";
}

/* line 14234, ../scss/_basic.scss */
.fa-old-republic:before {
  content: "\f510";
}

/* line 14238, ../scss/_basic.scss */
.fa-om:before {
  content: "\f679";
}

/* line 14242, ../scss/_basic.scss */
.fa-omega:before {
  content: "\f67a";
}

/* line 14246, ../scss/_basic.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 14250, ../scss/_basic.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 14254, ../scss/_basic.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 14258, ../scss/_basic.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 14262, ../scss/_basic.scss */
.fa-ornament:before {
  content: "\f7b8";
}

/* line 14266, ../scss/_basic.scss */
.fa-osi:before {
  content: "\f41a";
}

/* line 14270, ../scss/_basic.scss */
.fa-otter:before {
  content: "\f700";
}

/* line 14274, ../scss/_basic.scss */
.fa-outdent:before {
  content: "\f03b";
}

/* line 14278, ../scss/_basic.scss */
.fa-page4:before {
  content: "\f3d7";
}

/* line 14282, ../scss/_basic.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 14286, ../scss/_basic.scss */
.fa-pager:before {
  content: "\f815";
}

/* line 14290, ../scss/_basic.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 14294, ../scss/_basic.scss */
.fa-paint-brush-alt:before {
  content: "\f5a9";
}

/* line 14298, ../scss/_basic.scss */
.fa-paint-roller:before {
  content: "\f5aa";
}

/* line 14302, ../scss/_basic.scss */
.fa-palette:before {
  content: "\f53f";
}

/* line 14306, ../scss/_basic.scss */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 14310, ../scss/_basic.scss */
.fa-pallet:before {
  content: "\f482";
}

/* line 14314, ../scss/_basic.scss */
.fa-pallet-alt:before {
  content: "\f483";
}

/* line 14318, ../scss/_basic.scss */
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 14322, ../scss/_basic.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 14326, ../scss/_basic.scss */
.fa-parachute-box:before {
  content: "\f4cd";
}

/* line 14330, ../scss/_basic.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 14334, ../scss/_basic.scss */
.fa-parking:before {
  content: "\f540";
}

/* line 14338, ../scss/_basic.scss */
.fa-parking-circle:before {
  content: "\f615";
}

/* line 14342, ../scss/_basic.scss */
.fa-parking-circle-slash:before {
  content: "\f616";
}

/* line 14346, ../scss/_basic.scss */
.fa-parking-slash:before {
  content: "\f617";
}

/* line 14350, ../scss/_basic.scss */
.fa-passport:before {
  content: "\f5ab";
}

/* line 14354, ../scss/_basic.scss */
.fa-pastafarianism:before {
  content: "\f67b";
}

/* line 14358, ../scss/_basic.scss */
.fa-paste:before {
  content: "\f0ea";
}

/* line 14362, ../scss/_basic.scss */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 14366, ../scss/_basic.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 14370, ../scss/_basic.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 14374, ../scss/_basic.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 14378, ../scss/_basic.scss */
.fa-paw-alt:before {
  content: "\f701";
}

/* line 14382, ../scss/_basic.scss */
.fa-paw-claws:before {
  content: "\f702";
}

/* line 14386, ../scss/_basic.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 14390, ../scss/_basic.scss */
.fa-peace:before {
  content: "\f67c";
}

/* line 14394, ../scss/_basic.scss */
.fa-pegasus:before {
  content: "\f703";
}

/* line 14398, ../scss/_basic.scss */
.fa-pen:before {
  content: "\f304";
}

/* line 14402, ../scss/_basic.scss */
.fa-pen-alt:before {
  content: "\f305";
}

/* line 14406, ../scss/_basic.scss */
.fa-pen-fancy:before {
  content: "\f5ac";
}

/* line 14410, ../scss/_basic.scss */
.fa-pen-nib:before {
  content: "\f5ad";
}

/* line 14414, ../scss/_basic.scss */
.fa-pen-square:before {
  content: "\f14b";
}

/* line 14418, ../scss/_basic.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 14422, ../scss/_basic.scss */
.fa-pencil-alt:before {
  content: "\f303";
}

/* line 14426, ../scss/_basic.scss */
.fa-pencil-paintbrush:before {
  content: "\f618";
}

/* line 14430, ../scss/_basic.scss */
.fa-pencil-ruler:before {
  content: "\f5ae";
}

/* line 14434, ../scss/_basic.scss */
.fa-pennant:before {
  content: "\f456";
}

/* line 14438, ../scss/_basic.scss */
.fa-penny-arcade:before {
  content: "\f704";
}

/* line 14442, ../scss/_basic.scss */
.fa-people-carry:before {
  content: "\f4ce";
}

/* line 14446, ../scss/_basic.scss */
.fa-pepper-hot:before {
  content: "\f816";
}

/* line 14450, ../scss/_basic.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 14454, ../scss/_basic.scss */
.fa-percentage:before {
  content: "\f541";
}

/* line 14458, ../scss/_basic.scss */
.fa-periscope:before {
  content: "\f3da";
}

/* line 14462, ../scss/_basic.scss */
.fa-person-booth:before {
  content: "\f756";
}

/* line 14466, ../scss/_basic.scss */
.fa-person-carry:before {
  content: "\f4cf";
}

/* line 14470, ../scss/_basic.scss */
.fa-person-dolly:before {
  content: "\f4d0";
}

/* line 14474, ../scss/_basic.scss */
.fa-person-dolly-empty:before {
  content: "\f4d1";
}

/* line 14478, ../scss/_basic.scss */
.fa-person-sign:before {
  content: "\f757";
}

/* line 14482, ../scss/_basic.scss */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 14486, ../scss/_basic.scss */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 14490, ../scss/_basic.scss */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 14494, ../scss/_basic.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 14498, ../scss/_basic.scss */
.fa-phone-office:before {
  content: "\f67d";
}

/* line 14502, ../scss/_basic.scss */
.fa-phone-plus:before {
  content: "\f4d2";
}

/* line 14506, ../scss/_basic.scss */
.fa-phone-slash:before {
  content: "\f3dd";
}

/* line 14510, ../scss/_basic.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 14514, ../scss/_basic.scss */
.fa-phone-volume:before {
  content: "\f2a0";
}

/* line 14518, ../scss/_basic.scss */
.fa-php:before {
  content: "\f457";
}

/* line 14522, ../scss/_basic.scss */
.fa-pi:before {
  content: "\f67e";
}

/* line 14526, ../scss/_basic.scss */
.fa-pie:before {
  content: "\f705";
}

/* line 14530, ../scss/_basic.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 14534, ../scss/_basic.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 14538, ../scss/_basic.scss */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 14542, ../scss/_basic.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 14546, ../scss/_basic.scss */
.fa-pig:before {
  content: "\f706";
}

/* line 14550, ../scss/_basic.scss */
.fa-piggy-bank:before {
  content: "\f4d3";
}

/* line 14554, ../scss/_basic.scss */
.fa-pills:before {
  content: "\f484";
}

/* line 14558, ../scss/_basic.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 14562, ../scss/_basic.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 14566, ../scss/_basic.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 14570, ../scss/_basic.scss */
.fa-pizza:before {
  content: "\f817";
}

/* line 14574, ../scss/_basic.scss */
.fa-pizza-slice:before {
  content: "\f818";
}

/* line 14578, ../scss/_basic.scss */
.fa-place-of-worship:before {
  content: "\f67f";
}

/* line 14582, ../scss/_basic.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 14586, ../scss/_basic.scss */
.fa-plane-alt:before {
  content: "\f3de";
}

/* line 14590, ../scss/_basic.scss */
.fa-plane-arrival:before {
  content: "\f5af";
}

/* line 14594, ../scss/_basic.scss */
.fa-plane-departure:before {
  content: "\f5b0";
}

/* line 14598, ../scss/_basic.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 14602, ../scss/_basic.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 14606, ../scss/_basic.scss */
.fa-playstation:before {
  content: "\f3df";
}

/* line 14610, ../scss/_basic.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 14614, ../scss/_basic.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 14618, ../scss/_basic.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 14622, ../scss/_basic.scss */
.fa-plus-hexagon:before {
  content: "\f300";
}

/* line 14626, ../scss/_basic.scss */
.fa-plus-octagon:before {
  content: "\f301";
}

/* line 14630, ../scss/_basic.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 14634, ../scss/_basic.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 14638, ../scss/_basic.scss */
.fa-podium:before {
  content: "\f680";
}

/* line 14642, ../scss/_basic.scss */
.fa-podium-star:before {
  content: "\f758";
}

/* line 14646, ../scss/_basic.scss */
.fa-poll:before {
  content: "\f681";
}

/* line 14650, ../scss/_basic.scss */
.fa-poll-h:before {
  content: "\f682";
}

/* line 14654, ../scss/_basic.scss */
.fa-poll-people:before {
  content: "\f759";
}

/* line 14658, ../scss/_basic.scss */
.fa-poo:before {
  content: "\f2fe";
}

/* line 14662, ../scss/_basic.scss */
.fa-poo-storm:before {
  content: "\f75a";
}

/* line 14666, ../scss/_basic.scss */
.fa-poop:before {
  content: "\f619";
}

/* line 14670, ../scss/_basic.scss */
.fa-popcorn:before {
  content: "\f819";
}

/* line 14674, ../scss/_basic.scss */
.fa-portrait:before {
  content: "\f3e0";
}

/* line 14678, ../scss/_basic.scss */
.fa-pound-sign:before {
  content: "\f154";
}

/* line 14682, ../scss/_basic.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 14686, ../scss/_basic.scss */
.fa-pray:before {
  content: "\f683";
}

/* line 14690, ../scss/_basic.scss */
.fa-praying-hands:before {
  content: "\f684";
}

/* line 14694, ../scss/_basic.scss */
.fa-prescription:before {
  content: "\f5b1";
}

/* line 14698, ../scss/_basic.scss */
.fa-prescription-bottle:before {
  content: "\f485";
}

/* line 14702, ../scss/_basic.scss */
.fa-prescription-bottle-alt:before {
  content: "\f486";
}

/* line 14706, ../scss/_basic.scss */
.fa-presentation:before {
  content: "\f685";
}

/* line 14710, ../scss/_basic.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 14714, ../scss/_basic.scss */
.fa-print-search:before {
  content: "\f81a";
}

/* line 14718, ../scss/_basic.scss */
.fa-print-slash:before {
  content: "\f686";
}

/* line 14722, ../scss/_basic.scss */
.fa-procedures:before {
  content: "\f487";
}

/* line 14726, ../scss/_basic.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 14730, ../scss/_basic.scss */
.fa-project-diagram:before {
  content: "\f542";
}

/* line 14734, ../scss/_basic.scss */
.fa-pumpkin:before {
  content: "\f707";
}

/* line 14738, ../scss/_basic.scss */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 14742, ../scss/_basic.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 14746, ../scss/_basic.scss */
.fa-python:before {
  content: "\f3e2";
}

/* line 14750, ../scss/_basic.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 14754, ../scss/_basic.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 14758, ../scss/_basic.scss */
.fa-question:before {
  content: "\f128";
}

/* line 14762, ../scss/_basic.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 14766, ../scss/_basic.scss */
.fa-question-square:before {
  content: "\f2fd";
}

/* line 14770, ../scss/_basic.scss */
.fa-quidditch:before {
  content: "\f458";
}

/* line 14774, ../scss/_basic.scss */
.fa-quinscape:before {
  content: "\f459";
}

/* line 14778, ../scss/_basic.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 14782, ../scss/_basic.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 14786, ../scss/_basic.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 14790, ../scss/_basic.scss */
.fa-quran:before {
  content: "\f687";
}

/* line 14794, ../scss/_basic.scss */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 14798, ../scss/_basic.scss */
.fa-rabbit:before {
  content: "\f708";
}

/* line 14802, ../scss/_basic.scss */
.fa-rabbit-fast:before {
  content: "\f709";
}

/* line 14806, ../scss/_basic.scss */
.fa-racquet:before {
  content: "\f45a";
}

/* line 14810, ../scss/_basic.scss */
.fa-radiation:before {
  content: "\f7b9";
}

/* line 14814, ../scss/_basic.scss */
.fa-radiation-alt:before {
  content: "\f7ba";
}

/* line 14818, ../scss/_basic.scss */
.fa-rainbow:before {
  content: "\f75b";
}

/* line 14822, ../scss/_basic.scss */
.fa-raindrops:before {
  content: "\f75c";
}

/* line 14826, ../scss/_basic.scss */
.fa-ram:before {
  content: "\f70a";
}

/* line 14830, ../scss/_basic.scss */
.fa-ramp-loading:before {
  content: "\f4d4";
}

/* line 14834, ../scss/_basic.scss */
.fa-random:before {
  content: "\f074";
}

/* line 14838, ../scss/_basic.scss */
.fa-raspberry-pi:before {
  content: "\f7bb";
}

/* line 14842, ../scss/_basic.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 14846, ../scss/_basic.scss */
.fa-react:before {
  content: "\f41b";
}

/* line 14850, ../scss/_basic.scss */
.fa-reacteurope:before {
  content: "\f75d";
}

/* line 14854, ../scss/_basic.scss */
.fa-readme:before {
  content: "\f4d5";
}

/* line 14858, ../scss/_basic.scss */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 14862, ../scss/_basic.scss */
.fa-receipt:before {
  content: "\f543";
}

/* line 14866, ../scss/_basic.scss */
.fa-rectangle-landscape:before {
  content: "\f2fa";
}

/* line 14870, ../scss/_basic.scss */
.fa-rectangle-portrait:before {
  content: "\f2fb";
}

/* line 14874, ../scss/_basic.scss */
.fa-rectangle-wide:before {
  content: "\f2fc";
}

/* line 14878, ../scss/_basic.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 14882, ../scss/_basic.scss */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 14886, ../scss/_basic.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 14890, ../scss/_basic.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 14894, ../scss/_basic.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 14898, ../scss/_basic.scss */
.fa-redhat:before {
  content: "\f7bc";
}

/* line 14902, ../scss/_basic.scss */
.fa-redo:before {
  content: "\f01e";
}

/* line 14906, ../scss/_basic.scss */
.fa-redo-alt:before {
  content: "\f2f9";
}

/* line 14910, ../scss/_basic.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 14914, ../scss/_basic.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 14918, ../scss/_basic.scss */
.fa-repeat:before {
  content: "\f363";
}

/* line 14922, ../scss/_basic.scss */
.fa-repeat-1:before {
  content: "\f365";
}

/* line 14926, ../scss/_basic.scss */
.fa-repeat-1-alt:before {
  content: "\f366";
}

/* line 14930, ../scss/_basic.scss */
.fa-repeat-alt:before {
  content: "\f364";
}

/* line 14934, ../scss/_basic.scss */
.fa-reply:before {
  content: "\f3e5";
}

/* line 14938, ../scss/_basic.scss */
.fa-reply-all:before {
  content: "\f122";
}

/* line 14942, ../scss/_basic.scss */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 14946, ../scss/_basic.scss */
.fa-republican:before {
  content: "\f75e";
}

/* line 14950, ../scss/_basic.scss */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 14954, ../scss/_basic.scss */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 14958, ../scss/_basic.scss */
.fa-restroom:before {
  content: "\f7bd";
}

/* line 14962, ../scss/_basic.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 14966, ../scss/_basic.scss */
.fa-retweet-alt:before {
  content: "\f361";
}

/* line 14970, ../scss/_basic.scss */
.fa-rev:before {
  content: "\f5b2";
}

/* line 14974, ../scss/_basic.scss */
.fa-ribbon:before {
  content: "\f4d6";
}

/* line 14978, ../scss/_basic.scss */
.fa-ring:before {
  content: "\f70b";
}

/* line 14982, ../scss/_basic.scss */
.fa-rings-wedding:before {
  content: "\f81b";
}

/* line 14986, ../scss/_basic.scss */
.fa-road:before {
  content: "\f018";
}

/* line 14990, ../scss/_basic.scss */
.fa-robot:before {
  content: "\f544";
}

/* line 14994, ../scss/_basic.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 14998, ../scss/_basic.scss */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 15002, ../scss/_basic.scss */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 15006, ../scss/_basic.scss */
.fa-route:before {
  content: "\f4d7";
}

/* line 15010, ../scss/_basic.scss */
.fa-route-highway:before {
  content: "\f61a";
}

/* line 15014, ../scss/_basic.scss */
.fa-route-interstate:before {
  content: "\f61b";
}

/* line 15018, ../scss/_basic.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 15022, ../scss/_basic.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 15026, ../scss/_basic.scss */
.fa-ruble-sign:before {
  content: "\f158";
}

/* line 15030, ../scss/_basic.scss */
.fa-ruler:before {
  content: "\f545";
}

/* line 15034, ../scss/_basic.scss */
.fa-ruler-combined:before {
  content: "\f546";
}

/* line 15038, ../scss/_basic.scss */
.fa-ruler-horizontal:before {
  content: "\f547";
}

/* line 15042, ../scss/_basic.scss */
.fa-ruler-triangle:before {
  content: "\f61c";
}

/* line 15046, ../scss/_basic.scss */
.fa-ruler-vertical:before {
  content: "\f548";
}

/* line 15050, ../scss/_basic.scss */
.fa-running:before {
  content: "\f70c";
}

/* line 15054, ../scss/_basic.scss */
.fa-rupee-sign:before {
  content: "\f156";
}

/* line 15058, ../scss/_basic.scss */
.fa-rv:before {
  content: "\f7be";
}

/* line 15062, ../scss/_basic.scss */
.fa-sack:before {
  content: "\f81c";
}

/* line 15066, ../scss/_basic.scss */
.fa-sack-dollar:before {
  content: "\f81d";
}

/* line 15070, ../scss/_basic.scss */
.fa-sad-cry:before {
  content: "\f5b3";
}

/* line 15074, ../scss/_basic.scss */
.fa-sad-tear:before {
  content: "\f5b4";
}

/* line 15078, ../scss/_basic.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 15082, ../scss/_basic.scss */
.fa-salad:before {
  content: "\f81e";
}

/* line 15086, ../scss/_basic.scss */
.fa-sandwich:before {
  content: "\f81f";
}

/* line 15090, ../scss/_basic.scss */
.fa-sass:before {
  content: "\f41e";
}

/* line 15094, ../scss/_basic.scss */
.fa-satellite:before {
  content: "\f7bf";
}

/* line 15098, ../scss/_basic.scss */
.fa-satellite-dish:before {
  content: "\f7c0";
}

/* line 15102, ../scss/_basic.scss */
.fa-sausage:before {
  content: "\f820";
}

/* line 15106, ../scss/_basic.scss */
.fa-save:before {
  content: "\f0c7";
}

/* line 15110, ../scss/_basic.scss */
.fa-scalpel:before {
  content: "\f61d";
}

/* line 15114, ../scss/_basic.scss */
.fa-scalpel-path:before {
  content: "\f61e";
}

/* line 15118, ../scss/_basic.scss */
.fa-scanner:before {
  content: "\f488";
}

/* line 15122, ../scss/_basic.scss */
.fa-scanner-keyboard:before {
  content: "\f489";
}

/* line 15126, ../scss/_basic.scss */
.fa-scanner-touchscreen:before {
  content: "\f48a";
}

/* line 15130, ../scss/_basic.scss */
.fa-scarecrow:before {
  content: "\f70d";
}

/* line 15134, ../scss/_basic.scss */
.fa-scarf:before {
  content: "\f7c1";
}

/* line 15138, ../scss/_basic.scss */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 15142, ../scss/_basic.scss */
.fa-school:before {
  content: "\f549";
}

/* line 15146, ../scss/_basic.scss */
.fa-screwdriver:before {
  content: "\f54a";
}

/* line 15150, ../scss/_basic.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 15154, ../scss/_basic.scss */
.fa-scroll:before {
  content: "\f70e";
}

/* line 15158, ../scss/_basic.scss */
.fa-scroll-old:before {
  content: "\f70f";
}

/* line 15162, ../scss/_basic.scss */
.fa-scrubber:before {
  content: "\f2f8";
}

/* line 15166, ../scss/_basic.scss */
.fa-scythe:before {
  content: "\f710";
}

/* line 15170, ../scss/_basic.scss */
.fa-sd-card:before {
  content: "\f7c2";
}

/* line 15174, ../scss/_basic.scss */
.fa-search:before {
  content: "\f002";
}

/* line 15178, ../scss/_basic.scss */
.fa-search-dollar:before {
  content: "\f688";
}

/* line 15182, ../scss/_basic.scss */
.fa-search-location:before {
  content: "\f689";
}

/* line 15186, ../scss/_basic.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 15190, ../scss/_basic.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 15194, ../scss/_basic.scss */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 15198, ../scss/_basic.scss */
.fa-seedling:before {
  content: "\f4d8";
}

/* line 15202, ../scss/_basic.scss */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 15206, ../scss/_basic.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 15210, ../scss/_basic.scss */
.fa-server:before {
  content: "\f233";
}

/* line 15214, ../scss/_basic.scss */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 15218, ../scss/_basic.scss */
.fa-shapes:before {
  content: "\f61f";
}

/* line 15222, ../scss/_basic.scss */
.fa-share:before {
  content: "\f064";
}

/* line 15226, ../scss/_basic.scss */
.fa-share-all:before {
  content: "\f367";
}

/* line 15230, ../scss/_basic.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 15234, ../scss/_basic.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 15238, ../scss/_basic.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 15242, ../scss/_basic.scss */
.fa-sheep:before {
  content: "\f711";
}

/* line 15246, ../scss/_basic.scss */
.fa-shekel-sign:before {
  content: "\f20b";
}

/* line 15250, ../scss/_basic.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 15254, ../scss/_basic.scss */
.fa-shield-alt:before {
  content: "\f3ed";
}

/* line 15258, ../scss/_basic.scss */
.fa-shield-check:before {
  content: "\f2f7";
}

/* line 15262, ../scss/_basic.scss */
.fa-shield-cross:before {
  content: "\f712";
}

/* line 15266, ../scss/_basic.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 15270, ../scss/_basic.scss */
.fa-shipping-fast:before {
  content: "\f48b";
}

/* line 15274, ../scss/_basic.scss */
.fa-shipping-timed:before {
  content: "\f48c";
}

/* line 15278, ../scss/_basic.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 15282, ../scss/_basic.scss */
.fa-shish-kebab:before {
  content: "\f821";
}

/* line 15286, ../scss/_basic.scss */
.fa-shoe-prints:before {
  content: "\f54b";
}

/* line 15290, ../scss/_basic.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 15294, ../scss/_basic.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 15298, ../scss/_basic.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 15302, ../scss/_basic.scss */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 15306, ../scss/_basic.scss */
.fa-shovel:before {
  content: "\f713";
}

/* line 15310, ../scss/_basic.scss */
.fa-shovel-snow:before {
  content: "\f7c3";
}

/* line 15314, ../scss/_basic.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 15318, ../scss/_basic.scss */
.fa-shredder:before {
  content: "\f68a";
}

/* line 15322, ../scss/_basic.scss */
.fa-shuttle-van:before {
  content: "\f5b6";
}

/* line 15326, ../scss/_basic.scss */
.fa-shuttlecock:before {
  content: "\f45b";
}

/* line 15330, ../scss/_basic.scss */
.fa-sickle:before {
  content: "\f822";
}

/* line 15334, ../scss/_basic.scss */
.fa-sigma:before {
  content: "\f68b";
}

/* line 15338, ../scss/_basic.scss */
.fa-sign:before {
  content: "\f4d9";
}

/* line 15342, ../scss/_basic.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 15346, ../scss/_basic.scss */
.fa-sign-in-alt:before {
  content: "\f2f6";
}

/* line 15350, ../scss/_basic.scss */
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 15354, ../scss/_basic.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 15358, ../scss/_basic.scss */
.fa-sign-out-alt:before {
  content: "\f2f5";
}

/* line 15362, ../scss/_basic.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 15366, ../scss/_basic.scss */
.fa-signal-1:before {
  content: "\f68c";
}

/* line 15370, ../scss/_basic.scss */
.fa-signal-2:before {
  content: "\f68d";
}

/* line 15374, ../scss/_basic.scss */
.fa-signal-3:before {
  content: "\f68e";
}

/* line 15378, ../scss/_basic.scss */
.fa-signal-4:before {
  content: "\f68f";
}

/* line 15382, ../scss/_basic.scss */
.fa-signal-alt:before {
  content: "\f690";
}

/* line 15386, ../scss/_basic.scss */
.fa-signal-alt-1:before {
  content: "\f691";
}

/* line 15390, ../scss/_basic.scss */
.fa-signal-alt-2:before {
  content: "\f692";
}

/* line 15394, ../scss/_basic.scss */
.fa-signal-alt-3:before {
  content: "\f693";
}

/* line 15398, ../scss/_basic.scss */
.fa-signal-alt-slash:before {
  content: "\f694";
}

/* line 15402, ../scss/_basic.scss */
.fa-signal-slash:before {
  content: "\f695";
}

/* line 15406, ../scss/_basic.scss */
.fa-signature:before {
  content: "\f5b7";
}

/* line 15410, ../scss/_basic.scss */
.fa-sim-card:before {
  content: "\f7c4";
}

/* line 15414, ../scss/_basic.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 15418, ../scss/_basic.scss */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 15422, ../scss/_basic.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 15426, ../scss/_basic.scss */
.fa-sith:before {
  content: "\f512";
}

/* line 15430, ../scss/_basic.scss */
.fa-skating:before {
  content: "\f7c5";
}

/* line 15434, ../scss/_basic.scss */
.fa-skeleton:before {
  content: "\f620";
}

/* line 15438, ../scss/_basic.scss */
.fa-sketch:before {
  content: "\f7c6";
}

/* line 15442, ../scss/_basic.scss */
.fa-ski-jump:before {
  content: "\f7c7";
}

/* line 15446, ../scss/_basic.scss */
.fa-ski-lift:before {
  content: "\f7c8";
}

/* line 15450, ../scss/_basic.scss */
.fa-skiing:before {
  content: "\f7c9";
}

/* line 15454, ../scss/_basic.scss */
.fa-skiing-nordic:before {
  content: "\f7ca";
}

/* line 15458, ../scss/_basic.scss */
.fa-skull:before {
  content: "\f54c";
}

/* line 15462, ../scss/_basic.scss */
.fa-skull-crossbones:before {
  content: "\f714";
}

/* line 15466, ../scss/_basic.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 15470, ../scss/_basic.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 15474, ../scss/_basic.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 15478, ../scss/_basic.scss */
.fa-slack-hash:before {
  content: "\f3ef";
}

/* line 15482, ../scss/_basic.scss */
.fa-slash:before {
  content: "\f715";
}

/* line 15486, ../scss/_basic.scss */
.fa-sledding:before {
  content: "\f7cb";
}

/* line 15490, ../scss/_basic.scss */
.fa-sleigh:before {
  content: "\f7cc";
}

/* line 15494, ../scss/_basic.scss */
.fa-sliders-h:before {
  content: "\f1de";
}

/* line 15498, ../scss/_basic.scss */
.fa-sliders-h-square:before {
  content: "\f3f0";
}

/* line 15502, ../scss/_basic.scss */
.fa-sliders-v:before {
  content: "\f3f1";
}

/* line 15506, ../scss/_basic.scss */
.fa-sliders-v-square:before {
  content: "\f3f2";
}

/* line 15510, ../scss/_basic.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 15514, ../scss/_basic.scss */
.fa-smile:before {
  content: "\f118";
}

/* line 15518, ../scss/_basic.scss */
.fa-smile-beam:before {
  content: "\f5b8";
}

/* line 15522, ../scss/_basic.scss */
.fa-smile-plus:before {
  content: "\f5b9";
}

/* line 15526, ../scss/_basic.scss */
.fa-smile-wink:before {
  content: "\f4da";
}

/* line 15530, ../scss/_basic.scss */
.fa-smog:before {
  content: "\f75f";
}

/* line 15534, ../scss/_basic.scss */
.fa-smoke:before {
  content: "\f760";
}

/* line 15538, ../scss/_basic.scss */
.fa-smoking:before {
  content: "\f48d";
}

/* line 15542, ../scss/_basic.scss */
.fa-smoking-ban:before {
  content: "\f54d";
}

/* line 15546, ../scss/_basic.scss */
.fa-sms:before {
  content: "\f7cd";
}

/* line 15550, ../scss/_basic.scss */
.fa-snake:before {
  content: "\f716";
}

/* line 15554, ../scss/_basic.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 15558, ../scss/_basic.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 15562, ../scss/_basic.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 15566, ../scss/_basic.scss */
.fa-snow-blowing:before {
  content: "\f761";
}

/* line 15570, ../scss/_basic.scss */
.fa-snowboarding:before {
  content: "\f7ce";
}

/* line 15574, ../scss/_basic.scss */
.fa-snowflake:before {
  content: "\f2dc";
}

/* line 15578, ../scss/_basic.scss */
.fa-snowflakes:before {
  content: "\f7cf";
}

/* line 15582, ../scss/_basic.scss */
.fa-snowman:before {
  content: "\f7d0";
}

/* line 15586, ../scss/_basic.scss */
.fa-snowmobile:before {
  content: "\f7d1";
}

/* line 15590, ../scss/_basic.scss */
.fa-snowplow:before {
  content: "\f7d2";
}

/* line 15594, ../scss/_basic.scss */
.fa-socks:before {
  content: "\f696";
}

/* line 15598, ../scss/_basic.scss */
.fa-solar-panel:before {
  content: "\f5ba";
}

/* line 15602, ../scss/_basic.scss */
.fa-sort:before {
  content: "\f0dc";
}

/* line 15606, ../scss/_basic.scss */
.fa-sort-alpha-down:before {
  content: "\f15d";
}

/* line 15610, ../scss/_basic.scss */
.fa-sort-alpha-up:before {
  content: "\f15e";
}

/* line 15614, ../scss/_basic.scss */
.fa-sort-amount-down:before {
  content: "\f160";
}

/* line 15618, ../scss/_basic.scss */
.fa-sort-amount-up:before {
  content: "\f161";
}

/* line 15622, ../scss/_basic.scss */
.fa-sort-down:before {
  content: "\f0dd";
}

/* line 15626, ../scss/_basic.scss */
.fa-sort-numeric-down:before {
  content: "\f162";
}

/* line 15630, ../scss/_basic.scss */
.fa-sort-numeric-up:before {
  content: "\f163";
}

/* line 15634, ../scss/_basic.scss */
.fa-sort-up:before {
  content: "\f0de";
}

/* line 15638, ../scss/_basic.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 15642, ../scss/_basic.scss */
.fa-soup:before {
  content: "\f823";
}

/* line 15646, ../scss/_basic.scss */
.fa-sourcetree:before {
  content: "\f7d3";
}

/* line 15650, ../scss/_basic.scss */
.fa-spa:before {
  content: "\f5bb";
}

/* line 15654, ../scss/_basic.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 15658, ../scss/_basic.scss */
.fa-spade:before {
  content: "\f2f4";
}

/* line 15662, ../scss/_basic.scss */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 15666, ../scss/_basic.scss */
.fa-spider:before {
  content: "\f717";
}

/* line 15670, ../scss/_basic.scss */
.fa-spider-black-widow:before {
  content: "\f718";
}

/* line 15674, ../scss/_basic.scss */
.fa-spider-web:before {
  content: "\f719";
}

/* line 15678, ../scss/_basic.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 15682, ../scss/_basic.scss */
.fa-spinner-third:before {
  content: "\f3f4";
}

/* line 15686, ../scss/_basic.scss */
.fa-splotch:before {
  content: "\f5bc";
}

/* line 15690, ../scss/_basic.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 15694, ../scss/_basic.scss */
.fa-spray-can:before {
  content: "\f5bd";
}

/* line 15698, ../scss/_basic.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 15702, ../scss/_basic.scss */
.fa-square-full:before {
  content: "\f45c";
}

/* line 15706, ../scss/_basic.scss */
.fa-square-root:before {
  content: "\f697";
}

/* line 15710, ../scss/_basic.scss */
.fa-square-root-alt:before {
  content: "\f698";
}

/* line 15714, ../scss/_basic.scss */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 15718, ../scss/_basic.scss */
.fa-squirrel:before {
  content: "\f71a";
}

/* line 15722, ../scss/_basic.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 15726, ../scss/_basic.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 15730, ../scss/_basic.scss */
.fa-staff:before {
  content: "\f71b";
}

/* line 15734, ../scss/_basic.scss */
.fa-stamp:before {
  content: "\f5bf";
}

/* line 15738, ../scss/_basic.scss */
.fa-star:before {
  content: "\f005";
}

/* line 15742, ../scss/_basic.scss */
.fa-star-and-crescent:before {
  content: "\f699";
}

/* line 15746, ../scss/_basic.scss */
.fa-star-christmas:before {
  content: "\f7d4";
}

/* line 15750, ../scss/_basic.scss */
.fa-star-exclamation:before {
  content: "\f2f3";
}

/* line 15754, ../scss/_basic.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 15758, ../scss/_basic.scss */
.fa-star-half-alt:before {
  content: "\f5c0";
}

/* line 15762, ../scss/_basic.scss */
.fa-star-of-david:before {
  content: "\f69a";
}

/* line 15766, ../scss/_basic.scss */
.fa-star-of-life:before {
  content: "\f621";
}

/* line 15770, ../scss/_basic.scss */
.fa-stars:before {
  content: "\f762";
}

/* line 15774, ../scss/_basic.scss */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 15778, ../scss/_basic.scss */
.fa-steak:before {
  content: "\f824";
}

/* line 15782, ../scss/_basic.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 15786, ../scss/_basic.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 15790, ../scss/_basic.scss */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* line 15794, ../scss/_basic.scss */
.fa-steering-wheel:before {
  content: "\f622";
}

/* line 15798, ../scss/_basic.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 15802, ../scss/_basic.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 15806, ../scss/_basic.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 15810, ../scss/_basic.scss */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 15814, ../scss/_basic.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 15818, ../scss/_basic.scss */
.fa-stocking:before {
  content: "\f7d5";
}

/* line 15822, ../scss/_basic.scss */
.fa-stomach:before {
  content: "\f623";
}

/* line 15826, ../scss/_basic.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 15830, ../scss/_basic.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 15834, ../scss/_basic.scss */
.fa-stopwatch:before {
  content: "\f2f2";
}

/* line 15838, ../scss/_basic.scss */
.fa-store:before {
  content: "\f54e";
}

/* line 15842, ../scss/_basic.scss */
.fa-store-alt:before {
  content: "\f54f";
}

/* line 15846, ../scss/_basic.scss */
.fa-strava:before {
  content: "\f428";
}

/* line 15850, ../scss/_basic.scss */
.fa-stream:before {
  content: "\f550";
}

/* line 15854, ../scss/_basic.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 15858, ../scss/_basic.scss */
.fa-stretcher:before {
  content: "\f825";
}

/* line 15862, ../scss/_basic.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 15866, ../scss/_basic.scss */
.fa-stripe:before {
  content: "\f429";
}

/* line 15870, ../scss/_basic.scss */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 15874, ../scss/_basic.scss */
.fa-stroopwafel:before {
  content: "\f551";
}

/* line 15878, ../scss/_basic.scss */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 15882, ../scss/_basic.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 15886, ../scss/_basic.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 15890, ../scss/_basic.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 15894, ../scss/_basic.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 15898, ../scss/_basic.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 15902, ../scss/_basic.scss */
.fa-suitcase-rolling:before {
  content: "\f5c1";
}

/* line 15906, ../scss/_basic.scss */
.fa-sun:before {
  content: "\f185";
}

/* line 15910, ../scss/_basic.scss */
.fa-sun-cloud:before {
  content: "\f763";
}

/* line 15914, ../scss/_basic.scss */
.fa-sun-dust:before {
  content: "\f764";
}

/* line 15918, ../scss/_basic.scss */
.fa-sun-haze:before {
  content: "\f765";
}

/* line 15922, ../scss/_basic.scss */
.fa-sunrise:before {
  content: "\f766";
}

/* line 15926, ../scss/_basic.scss */
.fa-sunset:before {
  content: "\f767";
}

/* line 15930, ../scss/_basic.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 15934, ../scss/_basic.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 15938, ../scss/_basic.scss */
.fa-supple:before {
  content: "\f3f9";
}

/* line 15942, ../scss/_basic.scss */
.fa-surprise:before {
  content: "\f5c2";
}

/* line 15946, ../scss/_basic.scss */
.fa-suse:before {
  content: "\f7d6";
}

/* line 15950, ../scss/_basic.scss */
.fa-swatchbook:before {
  content: "\f5c3";
}

/* line 15954, ../scss/_basic.scss */
.fa-swimmer:before {
  content: "\f5c4";
}

/* line 15958, ../scss/_basic.scss */
.fa-swimming-pool:before {
  content: "\f5c5";
}

/* line 15962, ../scss/_basic.scss */
.fa-sword:before {
  content: "\f71c";
}

/* line 15966, ../scss/_basic.scss */
.fa-swords:before {
  content: "\f71d";
}

/* line 15970, ../scss/_basic.scss */
.fa-synagogue:before {
  content: "\f69b";
}

/* line 15974, ../scss/_basic.scss */
.fa-sync:before {
  content: "\f021";
}

/* line 15978, ../scss/_basic.scss */
.fa-sync-alt:before {
  content: "\f2f1";
}

/* line 15982, ../scss/_basic.scss */
.fa-syringe:before {
  content: "\f48e";
}

/* line 15986, ../scss/_basic.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 15990, ../scss/_basic.scss */
.fa-table-tennis:before {
  content: "\f45d";
}

/* line 15994, ../scss/_basic.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 15998, ../scss/_basic.scss */
.fa-tablet-alt:before {
  content: "\f3fa";
}

/* line 16002, ../scss/_basic.scss */
.fa-tablet-android:before {
  content: "\f3fb";
}

/* line 16006, ../scss/_basic.scss */
.fa-tablet-android-alt:before {
  content: "\f3fc";
}

/* line 16010, ../scss/_basic.scss */
.fa-tablet-rugged:before {
  content: "\f48f";
}

/* line 16014, ../scss/_basic.scss */
.fa-tablets:before {
  content: "\f490";
}

/* line 16018, ../scss/_basic.scss */
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 16022, ../scss/_basic.scss */
.fa-tachometer-alt:before {
  content: "\f3fd";
}

/* line 16026, ../scss/_basic.scss */
.fa-tachometer-alt-average:before {
  content: "\f624";
}

/* line 16030, ../scss/_basic.scss */
.fa-tachometer-alt-fast:before {
  content: "\f625";
}

/* line 16034, ../scss/_basic.scss */
.fa-tachometer-alt-fastest:before {
  content: "\f626";
}

/* line 16038, ../scss/_basic.scss */
.fa-tachometer-alt-slow:before {
  content: "\f627";
}

/* line 16042, ../scss/_basic.scss */
.fa-tachometer-alt-slowest:before {
  content: "\f628";
}

/* line 16046, ../scss/_basic.scss */
.fa-tachometer-average:before {
  content: "\f629";
}

/* line 16050, ../scss/_basic.scss */
.fa-tachometer-fast:before {
  content: "\f62a";
}

/* line 16054, ../scss/_basic.scss */
.fa-tachometer-fastest:before {
  content: "\f62b";
}

/* line 16058, ../scss/_basic.scss */
.fa-tachometer-slow:before {
  content: "\f62c";
}

/* line 16062, ../scss/_basic.scss */
.fa-tachometer-slowest:before {
  content: "\f62d";
}

/* line 16066, ../scss/_basic.scss */
.fa-taco:before {
  content: "\f826";
}

/* line 16070, ../scss/_basic.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 16074, ../scss/_basic.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 16078, ../scss/_basic.scss */
.fa-tally:before {
  content: "\f69c";
}

/* line 16082, ../scss/_basic.scss */
.fa-tanakh:before {
  content: "\f827";
}

/* line 16086, ../scss/_basic.scss */
.fa-tape:before {
  content: "\f4db";
}

/* line 16090, ../scss/_basic.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 16094, ../scss/_basic.scss */
.fa-tasks-alt:before {
  content: "\f828";
}

/* line 16098, ../scss/_basic.scss */
.fa-taxi:before {
  content: "\f1ba";
}

/* line 16102, ../scss/_basic.scss */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 16106, ../scss/_basic.scss */
.fa-teeth:before {
  content: "\f62e";
}

/* line 16110, ../scss/_basic.scss */
.fa-teeth-open:before {
  content: "\f62f";
}

/* line 16114, ../scss/_basic.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 16118, ../scss/_basic.scss */
.fa-telegram-plane:before {
  content: "\f3fe";
}

/* line 16122, ../scss/_basic.scss */
.fa-temperature-frigid:before {
  content: "\f768";
}

/* line 16126, ../scss/_basic.scss */
.fa-temperature-high:before {
  content: "\f769";
}

/* line 16130, ../scss/_basic.scss */
.fa-temperature-hot:before {
  content: "\f76a";
}

/* line 16134, ../scss/_basic.scss */
.fa-temperature-low:before {
  content: "\f76b";
}

/* line 16138, ../scss/_basic.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 16142, ../scss/_basic.scss */
.fa-tenge:before {
  content: "\f7d7";
}

/* line 16146, ../scss/_basic.scss */
.fa-tennis-ball:before {
  content: "\f45e";
}

/* line 16150, ../scss/_basic.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 16154, ../scss/_basic.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 16158, ../scss/_basic.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 16162, ../scss/_basic.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 16166, ../scss/_basic.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 16170, ../scss/_basic.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 16174, ../scss/_basic.scss */
.fa-the-red-yeti:before {
  content: "\f69d";
}

/* line 16178, ../scss/_basic.scss */
.fa-theater-masks:before {
  content: "\f630";
}

/* line 16182, ../scss/_basic.scss */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 16186, ../scss/_basic.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 16190, ../scss/_basic.scss */
.fa-thermometer:before {
  content: "\f491";
}

/* line 16194, ../scss/_basic.scss */
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 16198, ../scss/_basic.scss */
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 16202, ../scss/_basic.scss */
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 16206, ../scss/_basic.scss */
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 16210, ../scss/_basic.scss */
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 16214, ../scss/_basic.scss */
.fa-theta:before {
  content: "\f69e";
}

/* line 16218, ../scss/_basic.scss */
.fa-think-peaks:before {
  content: "\f731";
}

/* line 16222, ../scss/_basic.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 16226, ../scss/_basic.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 16230, ../scss/_basic.scss */
.fa-thumbtack:before {
  content: "\f08d";
}

/* line 16234, ../scss/_basic.scss */
.fa-thunderstorm:before {
  content: "\f76c";
}

/* line 16238, ../scss/_basic.scss */
.fa-thunderstorm-moon:before {
  content: "\f76d";
}

/* line 16242, ../scss/_basic.scss */
.fa-thunderstorm-sun:before {
  content: "\f76e";
}

/* line 16246, ../scss/_basic.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 16250, ../scss/_basic.scss */
.fa-ticket-alt:before {
  content: "\f3ff";
}

/* line 16254, ../scss/_basic.scss */
.fa-tilde:before {
  content: "\f69f";
}

/* line 16258, ../scss/_basic.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 16262, ../scss/_basic.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 16266, ../scss/_basic.scss */
.fa-times-hexagon:before {
  content: "\f2ee";
}

/* line 16270, ../scss/_basic.scss */
.fa-times-octagon:before {
  content: "\f2f0";
}

/* line 16274, ../scss/_basic.scss */
.fa-times-square:before {
  content: "\f2d3";
}

/* line 16278, ../scss/_basic.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 16282, ../scss/_basic.scss */
.fa-tint-slash:before {
  content: "\f5c7";
}

/* line 16286, ../scss/_basic.scss */
.fa-tire:before {
  content: "\f631";
}

/* line 16290, ../scss/_basic.scss */
.fa-tire-flat:before {
  content: "\f632";
}

/* line 16294, ../scss/_basic.scss */
.fa-tire-pressure-warning:before {
  content: "\f633";
}

/* line 16298, ../scss/_basic.scss */
.fa-tire-rugged:before {
  content: "\f634";
}

/* line 16302, ../scss/_basic.scss */
.fa-tired:before {
  content: "\f5c8";
}

/* line 16306, ../scss/_basic.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 16310, ../scss/_basic.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 16314, ../scss/_basic.scss */
.fa-toilet:before {
  content: "\f7d8";
}

/* line 16318, ../scss/_basic.scss */
.fa-toilet-paper:before {
  content: "\f71e";
}

/* line 16322, ../scss/_basic.scss */
.fa-toilet-paper-alt:before {
  content: "\f71f";
}

/* line 16326, ../scss/_basic.scss */
.fa-tombstone:before {
  content: "\f720";
}

/* line 16330, ../scss/_basic.scss */
.fa-tombstone-alt:before {
  content: "\f721";
}

/* line 16334, ../scss/_basic.scss */
.fa-toolbox:before {
  content: "\f552";
}

/* line 16338, ../scss/_basic.scss */
.fa-tools:before {
  content: "\f7d9";
}

/* line 16342, ../scss/_basic.scss */
.fa-tooth:before {
  content: "\f5c9";
}

/* line 16346, ../scss/_basic.scss */
.fa-toothbrush:before {
  content: "\f635";
}

/* line 16350, ../scss/_basic.scss */
.fa-torah:before {
  content: "\f6a0";
}

/* line 16354, ../scss/_basic.scss */
.fa-torii-gate:before {
  content: "\f6a1";
}

/* line 16358, ../scss/_basic.scss */
.fa-tornado:before {
  content: "\f76f";
}

/* line 16362, ../scss/_basic.scss */
.fa-tractor:before {
  content: "\f722";
}

/* line 16366, ../scss/_basic.scss */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 16370, ../scss/_basic.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 16374, ../scss/_basic.scss */
.fa-traffic-cone:before {
  content: "\f636";
}

/* line 16378, ../scss/_basic.scss */
.fa-traffic-light:before {
  content: "\f637";
}

/* line 16382, ../scss/_basic.scss */
.fa-traffic-light-go:before {
  content: "\f638";
}

/* line 16386, ../scss/_basic.scss */
.fa-traffic-light-slow:before {
  content: "\f639";
}

/* line 16390, ../scss/_basic.scss */
.fa-traffic-light-stop:before {
  content: "\f63a";
}

/* line 16394, ../scss/_basic.scss */
.fa-train:before {
  content: "\f238";
}

/* line 16398, ../scss/_basic.scss */
.fa-tram:before {
  content: "\f7da";
}

/* line 16402, ../scss/_basic.scss */
.fa-transgender:before {
  content: "\f224";
}

/* line 16406, ../scss/_basic.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 16410, ../scss/_basic.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 16414, ../scss/_basic.scss */
.fa-trash-alt:before {
  content: "\f2ed";
}

/* line 16418, ../scss/_basic.scss */
.fa-trash-restore:before {
  content: "\f829";
}

/* line 16422, ../scss/_basic.scss */
.fa-trash-restore-alt:before {
  content: "\f82a";
}

/* line 16426, ../scss/_basic.scss */
.fa-treasure-chest:before {
  content: "\f723";
}

/* line 16430, ../scss/_basic.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 16434, ../scss/_basic.scss */
.fa-tree-alt:before {
  content: "\f400";
}

/* line 16438, ../scss/_basic.scss */
.fa-tree-christmas:before {
  content: "\f7db";
}

/* line 16442, ../scss/_basic.scss */
.fa-tree-decorated:before {
  content: "\f7dc";
}

/* line 16446, ../scss/_basic.scss */
.fa-tree-large:before {
  content: "\f7dd";
}

/* line 16450, ../scss/_basic.scss */
.fa-tree-palm:before {
  content: "\f82b";
}

/* line 16454, ../scss/_basic.scss */
.fa-trees:before {
  content: "\f724";
}

/* line 16458, ../scss/_basic.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 16462, ../scss/_basic.scss */
.fa-triangle:before {
  content: "\f2ec";
}

/* line 16466, ../scss/_basic.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 16470, ../scss/_basic.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 16474, ../scss/_basic.scss */
.fa-trophy-alt:before {
  content: "\f2eb";
}

/* line 16478, ../scss/_basic.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 16482, ../scss/_basic.scss */
.fa-truck-container:before {
  content: "\f4dc";
}

/* line 16486, ../scss/_basic.scss */
.fa-truck-couch:before {
  content: "\f4dd";
}

/* line 16490, ../scss/_basic.scss */
.fa-truck-loading:before {
  content: "\f4de";
}

/* line 16494, ../scss/_basic.scss */
.fa-truck-monster:before {
  content: "\f63b";
}

/* line 16498, ../scss/_basic.scss */
.fa-truck-moving:before {
  content: "\f4df";
}

/* line 16502, ../scss/_basic.scss */
.fa-truck-pickup:before {
  content: "\f63c";
}

/* line 16506, ../scss/_basic.scss */
.fa-truck-plow:before {
  content: "\f7de";
}

/* line 16510, ../scss/_basic.scss */
.fa-truck-ramp:before {
  content: "\f4e0";
}

/* line 16514, ../scss/_basic.scss */
.fa-tshirt:before {
  content: "\f553";
}

/* line 16518, ../scss/_basic.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 16522, ../scss/_basic.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 16526, ../scss/_basic.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 16530, ../scss/_basic.scss */
.fa-turkey:before {
  content: "\f725";
}

/* line 16534, ../scss/_basic.scss */
.fa-turtle:before {
  content: "\f726";
}

/* line 16538, ../scss/_basic.scss */
.fa-tv:before {
  content: "\f26c";
}

/* line 16542, ../scss/_basic.scss */
.fa-tv-retro:before {
  content: "\f401";
}

/* line 16546, ../scss/_basic.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 16550, ../scss/_basic.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 16554, ../scss/_basic.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 16558, ../scss/_basic.scss */
.fa-typo3:before {
  content: "\f42b";
}

/* line 16562, ../scss/_basic.scss */
.fa-uber:before {
  content: "\f402";
}

/* line 16566, ../scss/_basic.scss */
.fa-ubuntu:before {
  content: "\f7df";
}

/* line 16570, ../scss/_basic.scss */
.fa-uikit:before {
  content: "\f403";
}

/* line 16574, ../scss/_basic.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 16578, ../scss/_basic.scss */
.fa-umbrella-beach:before {
  content: "\f5ca";
}

/* line 16582, ../scss/_basic.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 16586, ../scss/_basic.scss */
.fa-undo:before {
  content: "\f0e2";
}

/* line 16590, ../scss/_basic.scss */
.fa-undo-alt:before {
  content: "\f2ea";
}

/* line 16594, ../scss/_basic.scss */
.fa-unicorn:before {
  content: "\f727";
}

/* line 16598, ../scss/_basic.scss */
.fa-union:before {
  content: "\f6a2";
}

/* line 16602, ../scss/_basic.scss */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 16606, ../scss/_basic.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 16610, ../scss/_basic.scss */
.fa-university:before {
  content: "\f19c";
}

/* line 16614, ../scss/_basic.scss */
.fa-unlink:before {
  content: "\f127";
}

/* line 16618, ../scss/_basic.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 16622, ../scss/_basic.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 16626, ../scss/_basic.scss */
.fa-untappd:before {
  content: "\f405";
}

/* line 16630, ../scss/_basic.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 16634, ../scss/_basic.scss */
.fa-ups:before {
  content: "\f7e0";
}

/* line 16638, ../scss/_basic.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 16642, ../scss/_basic.scss */
.fa-usd-circle:before {
  content: "\f2e8";
}

/* line 16646, ../scss/_basic.scss */
.fa-usd-square:before {
  content: "\f2e9";
}

/* line 16650, ../scss/_basic.scss */
.fa-user:before {
  content: "\f007";
}

/* line 16654, ../scss/_basic.scss */
.fa-user-alt:before {
  content: "\f406";
}

/* line 16658, ../scss/_basic.scss */
.fa-user-alt-slash:before {
  content: "\f4fa";
}

/* line 16662, ../scss/_basic.scss */
.fa-user-astronaut:before {
  content: "\f4fb";
}

/* line 16666, ../scss/_basic.scss */
.fa-user-chart:before {
  content: "\f6a3";
}

/* line 16670, ../scss/_basic.scss */
.fa-user-check:before {
  content: "\f4fc";
}

/* line 16674, ../scss/_basic.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 16678, ../scss/_basic.scss */
.fa-user-clock:before {
  content: "\f4fd";
}

/* line 16682, ../scss/_basic.scss */
.fa-user-cog:before {
  content: "\f4fe";
}

/* line 16686, ../scss/_basic.scss */
.fa-user-crown:before {
  content: "\f6a4";
}

/* line 16690, ../scss/_basic.scss */
.fa-user-edit:before {
  content: "\f4ff";
}

/* line 16694, ../scss/_basic.scss */
.fa-user-friends:before {
  content: "\f500";
}

/* line 16698, ../scss/_basic.scss */
.fa-user-graduate:before {
  content: "\f501";
}

/* line 16702, ../scss/_basic.scss */
.fa-user-hard-hat:before {
  content: "\f82c";
}

/* line 16706, ../scss/_basic.scss */
.fa-user-headset:before {
  content: "\f82d";
}

/* line 16710, ../scss/_basic.scss */
.fa-user-injured:before {
  content: "\f728";
}

/* line 16714, ../scss/_basic.scss */
.fa-user-lock:before {
  content: "\f502";
}

/* line 16718, ../scss/_basic.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 16722, ../scss/_basic.scss */
.fa-user-md-chat:before {
  content: "\f82e";
}

/* line 16726, ../scss/_basic.scss */
.fa-user-minus:before {
  content: "\f503";
}

/* line 16730, ../scss/_basic.scss */
.fa-user-ninja:before {
  content: "\f504";
}

/* line 16734, ../scss/_basic.scss */
.fa-user-nurse:before {
  content: "\f82f";
}

/* line 16738, ../scss/_basic.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 16742, ../scss/_basic.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 16746, ../scss/_basic.scss */
.fa-user-shield:before {
  content: "\f505";
}

/* line 16750, ../scss/_basic.scss */
.fa-user-slash:before {
  content: "\f506";
}

/* line 16754, ../scss/_basic.scss */
.fa-user-tag:before {
  content: "\f507";
}

/* line 16758, ../scss/_basic.scss */
.fa-user-tie:before {
  content: "\f508";
}

/* line 16762, ../scss/_basic.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 16766, ../scss/_basic.scss */
.fa-users:before {
  content: "\f0c0";
}

/* line 16770, ../scss/_basic.scss */
.fa-users-class:before {
  content: "\f63d";
}

/* line 16774, ../scss/_basic.scss */
.fa-users-cog:before {
  content: "\f509";
}

/* line 16778, ../scss/_basic.scss */
.fa-users-crown:before {
  content: "\f6a5";
}

/* line 16782, ../scss/_basic.scss */
.fa-users-medical:before {
  content: "\f830";
}

/* line 16786, ../scss/_basic.scss */
.fa-usps:before {
  content: "\f7e1";
}

/* line 16790, ../scss/_basic.scss */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 16794, ../scss/_basic.scss */
.fa-utensil-fork:before {
  content: "\f2e3";
}

/* line 16798, ../scss/_basic.scss */
.fa-utensil-knife:before {
  content: "\f2e4";
}

/* line 16802, ../scss/_basic.scss */
.fa-utensil-spoon:before {
  content: "\f2e5";
}

/* line 16806, ../scss/_basic.scss */
.fa-utensils:before {
  content: "\f2e7";
}

/* line 16810, ../scss/_basic.scss */
.fa-utensils-alt:before {
  content: "\f2e6";
}

/* line 16814, ../scss/_basic.scss */
.fa-vaadin:before {
  content: "\f408";
}

/* line 16818, ../scss/_basic.scss */
.fa-value-absolute:before {
  content: "\f6a6";
}

/* line 16822, ../scss/_basic.scss */
.fa-vector-square:before {
  content: "\f5cb";
}

/* line 16826, ../scss/_basic.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 16830, ../scss/_basic.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 16834, ../scss/_basic.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 16838, ../scss/_basic.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 16842, ../scss/_basic.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 16846, ../scss/_basic.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 16850, ../scss/_basic.scss */
.fa-vial:before {
  content: "\f492";
}

/* line 16854, ../scss/_basic.scss */
.fa-vials:before {
  content: "\f493";
}

/* line 16858, ../scss/_basic.scss */
.fa-viber:before {
  content: "\f409";
}

/* line 16862, ../scss/_basic.scss */
.fa-video:before {
  content: "\f03d";
}

/* line 16866, ../scss/_basic.scss */
.fa-video-plus:before {
  content: "\f4e1";
}

/* line 16870, ../scss/_basic.scss */
.fa-video-slash:before {
  content: "\f4e2";
}

/* line 16874, ../scss/_basic.scss */
.fa-vihara:before {
  content: "\f6a7";
}

/* line 16878, ../scss/_basic.scss */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 16882, ../scss/_basic.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 16886, ../scss/_basic.scss */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 16890, ../scss/_basic.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 16894, ../scss/_basic.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 16898, ../scss/_basic.scss */
.fa-vnv:before {
  content: "\f40b";
}

/* line 16902, ../scss/_basic.scss */
.fa-volcano:before {
  content: "\f770";
}

/* line 16906, ../scss/_basic.scss */
.fa-volleyball-ball:before {
  content: "\f45f";
}

/* line 16910, ../scss/_basic.scss */
.fa-volume:before {
  content: "\f6a8";
}

/* line 16914, ../scss/_basic.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 16918, ../scss/_basic.scss */
.fa-volume-mute:before {
  content: "\f6a9";
}

/* line 16922, ../scss/_basic.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 16926, ../scss/_basic.scss */
.fa-volume-slash:before {
  content: "\f2e2";
}

/* line 16930, ../scss/_basic.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 16934, ../scss/_basic.scss */
.fa-vote-nay:before {
  content: "\f771";
}

/* line 16938, ../scss/_basic.scss */
.fa-vote-yea:before {
  content: "\f772";
}

/* line 16942, ../scss/_basic.scss */
.fa-vr-cardboard:before {
  content: "\f729";
}

/* line 16946, ../scss/_basic.scss */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 16950, ../scss/_basic.scss */
.fa-walker:before {
  content: "\f831";
}

/* line 16954, ../scss/_basic.scss */
.fa-walking:before {
  content: "\f554";
}

/* line 16958, ../scss/_basic.scss */
.fa-wallet:before {
  content: "\f555";
}

/* line 16962, ../scss/_basic.scss */
.fa-wand:before {
  content: "\f72a";
}

/* line 16966, ../scss/_basic.scss */
.fa-wand-magic:before {
  content: "\f72b";
}

/* line 16970, ../scss/_basic.scss */
.fa-warehouse:before {
  content: "\f494";
}

/* line 16974, ../scss/_basic.scss */
.fa-warehouse-alt:before {
  content: "\f495";
}

/* line 16978, ../scss/_basic.scss */
.fa-watch:before {
  content: "\f2e1";
}

/* line 16982, ../scss/_basic.scss */
.fa-watch-fitness:before {
  content: "\f63e";
}

/* line 16986, ../scss/_basic.scss */
.fa-water:before {
  content: "\f773";
}

/* line 16990, ../scss/_basic.scss */
.fa-water-lower:before {
  content: "\f774";
}

/* line 16994, ../scss/_basic.scss */
.fa-water-rise:before {
  content: "\f775";
}

/* line 16998, ../scss/_basic.scss */
.fa-webcam:before {
  content: "\f832";
}

/* line 17002, ../scss/_basic.scss */
.fa-webcam-slash:before {
  content: "\f833";
}

/* line 17006, ../scss/_basic.scss */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 17010, ../scss/_basic.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 17014, ../scss/_basic.scss */
.fa-weight:before {
  content: "\f496";
}

/* line 17018, ../scss/_basic.scss */
.fa-weight-hanging:before {
  content: "\f5cd";
}

/* line 17022, ../scss/_basic.scss */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 17026, ../scss/_basic.scss */
.fa-whale:before {
  content: "\f72c";
}

/* line 17030, ../scss/_basic.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 17034, ../scss/_basic.scss */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 17038, ../scss/_basic.scss */
.fa-wheat:before {
  content: "\f72d";
}

/* line 17042, ../scss/_basic.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 17046, ../scss/_basic.scss */
.fa-whistle:before {
  content: "\f460";
}

/* line 17050, ../scss/_basic.scss */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 17054, ../scss/_basic.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 17058, ../scss/_basic.scss */
.fa-wifi-1:before {
  content: "\f6aa";
}

/* line 17062, ../scss/_basic.scss */
.fa-wifi-2:before {
  content: "\f6ab";
}

/* line 17066, ../scss/_basic.scss */
.fa-wifi-slash:before {
  content: "\f6ac";
}

/* line 17070, ../scss/_basic.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 17074, ../scss/_basic.scss */
.fa-wind:before {
  content: "\f72e";
}

/* line 17078, ../scss/_basic.scss */
.fa-wind-warning:before {
  content: "\f776";
}

/* line 17082, ../scss/_basic.scss */
.fa-window:before {
  content: "\f40e";
}

/* line 17086, ../scss/_basic.scss */
.fa-window-alt:before {
  content: "\f40f";
}

/* line 17090, ../scss/_basic.scss */
.fa-window-close:before {
  content: "\f410";
}

/* line 17094, ../scss/_basic.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 17098, ../scss/_basic.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 17102, ../scss/_basic.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 17106, ../scss/_basic.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 17110, ../scss/_basic.scss */
.fa-windsock:before {
  content: "\f777";
}

/* line 17114, ../scss/_basic.scss */
.fa-wine-bottle:before {
  content: "\f72f";
}

/* line 17118, ../scss/_basic.scss */
.fa-wine-glass:before {
  content: "\f4e3";
}

/* line 17122, ../scss/_basic.scss */
.fa-wine-glass-alt:before {
  content: "\f5ce";
}

/* line 17126, ../scss/_basic.scss */
.fa-wix:before {
  content: "\f5cf";
}

/* line 17130, ../scss/_basic.scss */
.fa-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 17134, ../scss/_basic.scss */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 17138, ../scss/_basic.scss */
.fa-won-sign:before {
  content: "\f159";
}

/* line 17142, ../scss/_basic.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 17146, ../scss/_basic.scss */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 17150, ../scss/_basic.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 17154, ../scss/_basic.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 17158, ../scss/_basic.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 17162, ../scss/_basic.scss */
.fa-wpressr:before {
  content: "\f3e4";
}

/* line 17166, ../scss/_basic.scss */
.fa-wreath:before {
  content: "\f7e2";
}

/* line 17170, ../scss/_basic.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 17174, ../scss/_basic.scss */
.fa-x-ray:before {
  content: "\f497";
}

/* line 17178, ../scss/_basic.scss */
.fa-xbox:before {
  content: "\f412";
}

/* line 17182, ../scss/_basic.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 17186, ../scss/_basic.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 17190, ../scss/_basic.scss */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 17194, ../scss/_basic.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 17198, ../scss/_basic.scss */
.fa-yandex:before {
  content: "\f413";
}

/* line 17202, ../scss/_basic.scss */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 17206, ../scss/_basic.scss */
.fa-yarn:before {
  content: "\f7e3";
}

/* line 17210, ../scss/_basic.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 17214, ../scss/_basic.scss */
.fa-yen-sign:before {
  content: "\f157";
}

/* line 17218, ../scss/_basic.scss */
.fa-yin-yang:before {
  content: "\f6ad";
}

/* line 17222, ../scss/_basic.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 17226, ../scss/_basic.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 17230, ../scss/_basic.scss */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 17234, ../scss/_basic.scss */
.fa-zhihu:before {
  content: "\f63f";
}

/* line 17238, ../scss/_basic.scss */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 17250, ../scss/_basic.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url("../fonts/webfonts/fa-light-300.eot");
  src: url("../fonts/webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/fa-light-300.woff2") format("woff2"), url("../fonts/webfonts/fa-light-300.woff") format("woff"), url("../fonts/webfonts/fa-light-300.ttf") format("truetype"), url("../fonts/webfonts/fa-light-300.svg#fontawesome") format("svg");
}
/* line 17270, ../scss/_basic.scss */
.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../fonts/webfonts/fa-solid-900.eot");
  src: url("../fonts/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/fa-solid-900.woff2") format("woff2"), url("../fonts/webfonts/fa-solid-900.woff") format("woff"), url("../fonts/webfonts/fa-solid-900.ttf") format("truetype"), url("../fonts/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
/* line 17285, ../scss/_basic.scss */
.fa, .fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../fonts/webfonts/fa-regular-400.eot");
  src: url("../fonts/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/fa-regular-400.woff2") format("woff2"), url("../fonts/webfonts/fa-regular-400.woff") format("woff"), url("../fonts/webfonts/fa-regular-400.ttf") format("truetype"), url("../fonts/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
/* line 17300, ../scss/_basic.scss */
.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/webfonts/fa-brands-400.eot");
  src: url("../fonts/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/fa-brands-400.woff2") format("woff2"), url("../fonts/webfonts/fa-brands-400.woff") format("woff"), url("../fonts/webfonts/fa-brands-400.ttf") format("truetype"), url("../fonts/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
/* line 17315, ../scss/_basic.scss */
.fab {
  font-family: 'Font Awesome 5 Brands';
}

/* line 17319, ../scss/_basic.scss */
.c-title {
  font-size: 2.25rem;
}

/* line 17323, ../scss/_basic.scss */
.c-title-sub {
  font-size: 2rem;
}

/* line 17327, ../scss/_basic.scss */
.c-title-sub--smaller {
  font-size: 1.5rem;
  color: #4A4A4A;
}

/* line 17332, ../scss/_basic.scss */
.c-text {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

/* line 17337, ../scss/_basic.scss */
.c-text-caption {
  font-size: 0.875rem;
  color: #6C7881;
}

/* line 17342, ../scss/_basic.scss */
.text-black {
  color: #000000;
}

/* line 17346, ../scss/_basic.scss */
.text-cyan {
  color: #007584;
}

/* line 17350, ../scss/_basic.scss */
.text-blue-sky {
  color: #1397E1;
}

/* line 17354, ../scss/_basic.scss */
.text-blue {
  color: #00518A;
}

/* line 17358, ../scss/_basic.scss */
.text-blue-s {
  color: #0B3C61;
}

/* line 17362, ../scss/_basic.scss */
.text-green {
  color: #5EB64D;
}

/* line 17366, ../scss/_basic.scss */
.text-gray-dark {
  color: #333333;
}

/* line 17370, ../scss/_basic.scss */
.c-text-red {
  color: #59646C;
}
/* line 17372, ../scss/_basic.scss */
.c-text-red:hover {
  color: #C02032;
}

/* line 17377, ../scss/_basic.scss */
.fw-300 {
  font-weight: 300;
}

/* line 17381, ../scss/_basic.scss */
.fw-400 {
  font-weight: 400;
}

/* line 17385, ../scss/_basic.scss */
.fw-600 {
  font-weight: 600;
}

/* line 17389, ../scss/_basic.scss */
.fw-700 {
  font-weight: 700;
}

/* line 17393, ../scss/_basic.scss */
.fw-800 {
  font-weight: 800;
}

/* line 17397, ../scss/_basic.scss */
.fs-10 {
  font-size: 0.625rem !important;
}

/* line 17401, ../scss/_basic.scss */
.fs-12 {
  font-size: 0.75rem;
}

/* line 17405, ../scss/_basic.scss */
.fs-14 {
  font-size: 0.875rem;
}

/* line 17409, ../scss/_basic.scss */
.fs-16 {
  font-size: 1rem !important;
}

/* line 17413, ../scss/_basic.scss */
.fs-18 {
  font-size: 1.125rem;
}

/* line 17417, ../scss/_basic.scss */
.fs-20 {
  font-size: 1.25rem;
}

/* line 17421, ../scss/_basic.scss */
.fs-21 {
  font-size: 1.3125rem !important;
}

/* line 17425, ../scss/_basic.scss */
.fs-24 {
  font-size: 1.5rem;
}

/* line 17429, ../scss/_basic.scss */
.fs-28 {
  font-size: 1.75rem !important;
}

/* line 17433, ../scss/_basic.scss */
.fs-32 {
  font-size: 2rem !important;
}

/* line 17437, ../scss/_basic.scss */
.fs-30 {
  font-size: 1.875rem !important;
}

/* line 17441, ../scss/_basic.scss */
.fs-36 {
  font-size: 2.25rem !important;
}

/* line 17445, ../scss/_basic.scss */
.fs-42 {
  font-size: 2.625rem !important;
}

/* line 17449, ../scss/_basic.scss */
.fs-48 {
  font-size: 3rem !important;
}

/* line 17453, ../scss/_basic.scss */
.fs-90 {
  font-size: 5.625rem !important;
}

/* line 17457, ../scss/_basic.scss */
.full-title {
  color: #4B555D;
  font-weight: 600;
  font-size: 1.5rem;
}
/* line 17461, ../scss/_basic.scss */
.full-title span {
  background: #ffffff;
}
/* line 17464, ../scss/_basic.scss */
.full-title:before {
  width: 100%;
  height: 2px;
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-bottom: 1px solid #979797;
}

/* line 17476, ../scss/_basic.scss */
.section-title {
  font-size: 2.625rem !important;
  color: #000000;
}

/* line 17481, ../scss/_basic.scss */
.section-sub-title {
  font-size: 1.5rem;
  color: #000000;
}

/* line 17486, ../scss/_basic.scss */
.published-text {
  color: #374046;
  font-size: 0.75rem;
}

/* line 17491, ../scss/_basic.scss */
.text-modal-small {
  color: #59646C;
  letter-spacing: 2px;
}

/* line 17496, ../scss/_basic.scss */
.custom-caption {
  max-width: 500px;
  font-size: 1.5rem;
}
/* line 17499, ../scss/_basic.scss */
.custom-caption:before, .custom-caption:after {
  width: 100%;
  max-width: 240px;
  height: 2px;
  content: " ";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid #8E9EAA;
}
/* line 17509, ../scss/_basic.scss */
.custom-caption:before {
  top: 0px;
}
/* line 17512, ../scss/_basic.scss */
.custom-caption:after {
  bottom: 0px;
}

/* line 17518, ../scss/_basic.scss */
.custom-text-sizes-1 .custom-title {
  font-size: 2rem;
}
/* line 17521, ../scss/_basic.scss */
.custom-text-sizes-1 .custom-text {
  font-size: 1.125rem;
}

/* line 17526, ../scss/_basic.scss */
html {
  height: 100%;
}

/* line 17530, ../scss/_basic.scss */
* {
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* line 17537, ../scss/_basic.scss */
a:hover, a:visited, a:link, a:active {
  text-decoration: none;
}

/* line 17542, ../scss/_basic.scss */
main, section {
  flex: 1;
}

/* line 17546, ../scss/_basic.scss */
.main-wrapper {
  max-width: 1920px;
}

/* line 17550, ../scss/_basic.scss */
.row > .col {
  flex-basis: 1px;
}

/* line 17554, ../scss/_basic.scss */
.w-home-hero-title {
  width: 50% !important;
}

/* line 17558, ../scss/_basic.scss */
.w-home-hero-subcopy {
  width: 42% !important;
}

/* line 17562, ../scss/_basic.scss */
.w-60 {
  width: 60% !important;
}

/* line 17566, ../scss/_basic.scss */
.w-90 {
  width: 90% !important;
}

/* line 17570, ../scss/_basic.scss */
.h-70 {
  height: 70px;
}

/* line 17574, ../scss/_basic.scss */
.mh-648 {
  max-height: 648px !important;
}

/* line 17578, ../scss/_basic.scss */
.mb-6, .my-6 {
  margin-bottom: 6rem !important;
}

@media (max-width: 576px) {
  /* line 17583, ../scss/_basic.scss */
  .mb-6, .my-6 {
    margin-bottom: 3rem !important;
  }
}
/* line 17588, ../scss/_basic.scss */
.pb-25 {
  padding-bottom: 2.5rem !important;
}

/* line 17592, ../scss/_basic.scss */
.container-about {
  width: 100%;
  padding-right: 27px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) {
  /* line 17600, ../scss/_basic.scss */
  .container-about {
    max-width: 1920px;
  }
}
/* line 17605, ../scss/_basic.scss */
.about__button {
  color: #1D1F24;
  border-radius: 20px;
}

/* line 17610, ../scss/_basic.scss */
.m-widht-900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* line 17616, ../scss/_basic.scss */
.m-widht-960 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

/* line 17622, ../scss/_basic.scss */
.mw-780 {
  max-width: 780px;
  width: 100%;
}

/* line 17627, ../scss/_basic.scss */
.mw-360 {
  max-width: 360px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 17634, ../scss/_basic.scss */
.display-5 {
  font-size: 5.5rem;
  font-weight: 600;
  line-height: 1.2;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
}

/* line 17641, ../scss/_basic.scss */
.ml-search-icon {
  margin-left: -40px;
}

/* line 17646, ../scss/_basic.scss */
.badge.badge-secondary {
  background: #F18A21;
}
/* line 17649, ../scss/_basic.scss */
.badge + .badge {
  margin-left: 4px;
}
/* line 17652, ../scss/_basic.scss */
.badge.badge-search-filter {
  background: #67B1E2;
}

/* line 17657, ../scss/_basic.scss */
.custom-gutters--md .row {
  margin-right: -8px;
  margin-left: -8px;
}
/* line 17661, ../scss/_basic.scss */
.custom-gutters--md .row > .col, .custom-gutters--md .row > [class*="col-"] {
  padding-right: 8px;
  padding-left: 8px;
}

/* line 17668, ../scss/_basic.scss */
.breadcrumb {
  font-size: 0.75rem;
}

/* line 17672, ../scss/_basic.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.4rem;
}
/* line 17674, ../scss/_basic.scss */
.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0.4rem;
}

/* line 17680, ../scss/_basic.scss */
.list-news .news-date {
  color: #F18A21;
  font-size: 2.25rem;
  line-height: 1;
}
/* line 17684, ../scss/_basic.scss */
.list-news .news-date span {
  display: block;
  line-height: 1;
}
/* line 17688, ../scss/_basic.scss */
.list-news .news-date small {
  display: block;
  font-size: 0.75rem;
}
/* line 17693, ../scss/_basic.scss */
.list-news .news-text {
  font-size: 1.5rem;
  font-weight: 300;
}
/* line 17697, ../scss/_basic.scss */
.list-news .news-tags {
  font-size: 0.75rem;
  color: #6C7881;
}
/* line 17700, ../scss/_basic.scss */
.list-news .news-tags li {
  line-height: 1;
}
/* line 17702, ../scss/_basic.scss */
.list-news .news-tags li + li {
  border-left: 1px solid #6C7881;
  padding-left: 9px;
  margin-left: 5px;
}
/* line 17709, ../scss/_basic.scss */
.list-news li {
  cursor: pointer;
  -webkit-transition: margin-left 0.12s ease-out;
  -moz-transition: margin-left 0.12s ease-out;
  -o-transition: margin-left 0.12s ease-out;
  transition: margin-left 0.12s ease-out;
}
/* line 17715, ../scss/_basic.scss */
.list-news li:hover {
  -webkit-transition: margin-left 0.25s ease-out;
  -moz-transition: margin-left 0.25s ease-out;
  -o-transition: margin-left 0.25s ease-out;
  transition: margin-left 0.25s ease-out;
  margin-left: 10px;
}

/* line 17725, ../scss/_basic.scss */
.tick-list li {
  color: #374046;
  font-size: 1.25rem;
  padding-left: 50px;
}
/* line 17729, ../scss/_basic.scss */
.tick-list li:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f058";
  color: #C02032;
  position: absolute;
  left: 0;
}

/* line 17738, ../scss/_basic.scss */
.filters-container {
  border-bottom: 1px solid #D0D7DD;
}
/* line 17740, ../scss/_basic.scss */
.filters-container .nav-tabs li + li {
  margin-left: 0;
}
/* line 17743, ../scss/_basic.scss */
.filters-container .btn-link {
  color: #9B9B9B;
}
/* line 17745, ../scss/_basic.scss */
.filters-container .btn-link.active {
  color: #0B3C61;
}

/* line 17751, ../scss/_basic.scss */
.tooltip-inner {
  box-shadow: 0 2px 6px 0 rgba(176, 186, 197, 0.6);
}

/* line 17755, ../scss/_basic.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #0B3C61;
}

/* line 17759, ../scss/_basic.scss */
.video-watermark {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("/themes/ul_nfp/images/video-watermark.png") no-repeat center;
  opacity: .4;
}

/* line 17769, ../scss/_basic.scss */
.c-shadow-jumbo {
  box-shadow: 0 10px 20px 0 rgba(0, 81, 138, 0.4);
}

/* line 17773, ../scss/_basic.scss */
.z-1 {
  z-index: 1;
}

/* line 17777, ../scss/_basic.scss */
.pagination-container .btn {
  border-color: #DBDBDB;
}

/* line 17781, ../scss/_basic.scss */
.circle-60 {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
}

/* line 17788, ../scss/_basic.scss */
.banner-gradient-cont {
  top: 1.5rem;
}
/* line 17790, ../scss/_basic.scss */
.banner-gradient-cont .banner--image {
  z-index: 3 !important;
  opacity: .25;
}
/* line 17794, ../scss/_basic.scss */
.banner-gradient-cont .banner__caption {
  z-index: 4 !important;
}

/* line 17800, ../scss/_basic.scss */
.banner-gradient-custom .banner--image {
  z-index: 3 !important;
  opacity: .25;
}
/* line 17804, ../scss/_basic.scss */
.banner-gradient-custom .banner__caption {
  z-index: 4 !important;
}

/* line 17809, ../scss/_basic.scss */
.gradient-banner {
  top: 0;
}
/* line 17811, ../scss/_basic.scss */
.gradient-banner:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(225.19deg, #38A597 0%, #5CB54E 100%);
  z-index: 2;
}

/* line 17821, ../scss/_basic.scss */
.gradient-banner-blue {
  top: 0;
}
/* line 17823, ../scss/_basic.scss */
.gradient-banner-blue:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(225deg, #0065a6 0%, #003d6d 100%);
  z-index: 2;
}

/* line 17833, ../scss/_basic.scss */
.top-neg-4 {
  top: -1.5rem;
}

/* line 17838, ../scss/_basic.scss */
.testimonial img {
  border: 5px solid rgba(94, 182, 77, 0.38);
}
/* line 17841, ../scss/_basic.scss */
.testimonial span {
  color: #939598;
}

/* line 17846, ../scss/_basic.scss */
.top-0 {
  top: 0;
}

/* line 17850, ../scss/_basic.scss */
hr.b-gray {
  border-top-color: #E3E3E3;
}

/* line 17854, ../scss/_basic.scss */
.mt-50 {
  margin-top: -50px;
}

/* line 17858, ../scss/_basic.scss */
.z-20 {
  z-index: 20;
}

/* line 17862, ../scss/_basic.scss */
header {
  transition: transform .5s;
}
/* line 17864, ../scss/_basic.scss */
header.is-hidden {
  transform: translateY(-100%);
}

/* line 17869, ../scss/_basic.scss */
.navbar-brand {
  font-weight: 600;
  font-size: 1.3125rem;
}

/* line 17875, ../scss/_basic.scss */
header .navbar-nav .nav-link {
  font-size: 1.25rem;
  position: relative;
  transition: all .5s ease;
}
/* line 17879, ../scss/_basic.scss */
header .navbar-nav .nav-link:before {
  transition: all .5s ease;
  height: 5px;
  background: transparent;
  content: " ";
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  bottom: -10px;
}
/* line 17890, ../scss/_basic.scss */
header .navbar-nav .dropdown-menu {
  margin-top: 0;
  border: none;
}
/* line 17894, ../scss/_basic.scss */
header .navbar-nav .dropdown-toggle::after {
  content: none;
}

/* line 17899, ../scss/_basic.scss */
.navbar-toggler {
  border: none;
}
/* line 17901, ../scss/_basic.scss */
.navbar-toggler.navbar-toggler--menu {
  z-index: 10;
  margin-top: 16px;
  margin-bottom: 16px;
}
/* line 17905, ../scss/_basic.scss */
.navbar-toggler.navbar-toggler--menu span {
  width: 26px;
  height: 2px;
  border-radius: 1px;
  display: block;
  background-color: #ffffff;
  transform: rotate(0deg) translate(0px, 0px);
  transition: ease all .2s;
}
/* line 17913, ../scss/_basic.scss */
.navbar-toggler.navbar-toggler--menu span + span {
  margin-top: 6px;
}
/* line 17918, ../scss/_basic.scss */
.navbar-toggler.navbar-toggler--menu:not(.collapsed) span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 6px);
  transition: ease all .2s;
}
/* line 17922, ../scss/_basic.scss */
.navbar-toggler.navbar-toggler--menu:not(.collapsed) span:nth-child(2) {
  opacity: 0;
  transition: ease all .2s;
}
/* line 17926, ../scss/_basic.scss */
.navbar-toggler.navbar-toggler--menu:not(.collapsed) span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -6px);
  transition: ease all .2s;
}

/* line 17935, ../scss/_basic.scss */
.dropdown-menu--mega .dropdown-menu__title {
  font-size: 2.25rem;
  font-weight: 300;
}
/* line 17939, ../scss/_basic.scss */
.dropdown-menu--mega .dropdown-menu__sub-title {
  color: #6C7881;
}
/* line 17942, ../scss/_basic.scss */
.dropdown-menu--mega .dropdown-menu__text {
  color: #4B555D;
  line-height: 2;
}

/* line 17948, ../scss/_basic.scss */
.main-menu.main-menu--overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  background: #ffffff;
  opacity: 0;
}
/* line 17957, ../scss/_basic.scss */
.main-menu.main-menu--overlay.collapsing {
  transition: opacity 0.2s ease-out;
  opacity: 0;
  height: 100%;
}
/* line 17962, ../scss/_basic.scss */
.main-menu.main-menu--overlay.show {
  transition: opacity 0.2s ease-in;
  opacity: .5;
  height: 100%;
}

/* line 17969, ../scss/_basic.scss */
.scroll-nav {
  transition: all .5s;
  top: 0;
  position: fixed;
  top: 0;
  z-index: 1;
  padding-left: 0;
  padding-right: 0;
  background: #F3F5FA;
}
/* line 17978, ../scss/_basic.scss */
.scroll-nav.shrink {
  top: 82px;
}
/* line 17981, ../scss/_basic.scss */
.scroll-nav.is-hidden {
  transform: translateY(-100%);
}
/* line 17984, ../scss/_basic.scss */
.scroll-nav .nav-link {
  color: #000000;
}
/* line 17986, ../scss/_basic.scss */
.scroll-nav .nav-link.active {
  background: #ffffff;
  background: transparent;
}

/* line 17993, ../scss/_basic.scss */
.btn-list-dropdown .btn:hover {
  color: #00518A;
  background: rgba(103, 177, 226, 0.1);
}

/* line 17998, ../scss/_basic.scss */
.business-process-btn {
  color: #333333;
  border: 1px solid transparent;
}
/* line 18001, ../scss/_basic.scss */
.business-process-btn:hover {
  color: #00518A;
  border: 1px solid #D4D7DB;
}
/* line 18004, ../scss/_basic.scss */
.business-process-btn:hover h4 {
  color: inherit;
}

/* line 18010, ../scss/_basic.scss */
.brand-mobile img {
  width: auto;
  height: 30px;
}

/* line 18015, ../scss/_basic.scss */
.serch-box-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
}
/* line 18022, ../scss/_basic.scss */
.serch-box-container.collapsing {
  height: 100% !important;
}
/* line 18025, ../scss/_basic.scss */
.serch-box-container .card {
  height: 100%;
  z-index: 2;
}
/* line 18029, ../scss/_basic.scss */
.serch-box-container .bg-overlay-white {
  z-index: 1;
  opacity: .9;
}

/* line 18035, ../scss/_basic.scss */
.nav-hfrd .nav-link {
  padding-top: .7rem;
  padding-bottom: .7rem;
}

/* line 18040, ../scss/_basic.scss */
footer {
  background: #404040;
}
/* line 18042, ../scss/_basic.scss */
footer p {
  font-size: 0.875rem;
  line-height: 2;
}
/* line 18046, ../scss/_basic.scss */
footer hr {
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 18049, ../scss/_basic.scss */
footer .btn-join {
  border-width: 2px;
}

/* line 18054, ../scss/_basic.scss */
.footer-credits {
  background: #333333;
  color: #C0C0C0;
}
/* line 18057, ../scss/_basic.scss */
.footer-credits p {
  line-height: 1.3;
}

/* line 18062, ../scss/_basic.scss */
.pre-footer {
  background: #1397E1;
}
/* line 18064, ../scss/_basic.scss */
.pre-footer .pre-footer__title {
  font-size: 2rem;
}

/* line 18070, ../scss/_basic.scss */
button:focus, button:active {
  outline: none;
  box-shadow: none;
}

/* line 18077, ../scss/_basic.scss */
a:focus, a:active {
  outline: none;
  box-shadow: none;
}

/* line 18084, ../scss/_basic.scss */
.btn:focus, .btn:active {
  outline: none;
  box-shadow: none;
}
/* line 18089, ../scss/_basic.scss */
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  outline: none;
  box-shadow: none;
}

/* line 18096, ../scss/_basic.scss */
.btn-rounded-xl {
  border-radius: 30px;
}

/* line 18100, ../scss/_basic.scss */
.btn {
  padding: .85rem 1.75rem;
}

/* line 18104, ../scss/_basic.scss */
.btn-card:hover {
  text-decoration: none;
}

/* line 18108, ../scss/_basic.scss */
.btn-white {
  background: #ffffff;
}

/* line 18112, ../scss/_basic.scss */
.btn-blue {
  background: #00518A;
  color: #ffffff;
  font-weight: 700;
}
/* line 18116, ../scss/_basic.scss */
.btn-blue:hover {
  color: #ffffff;
  background: #004271;
}

/* line 18122, ../scss/_basic.scss */
.btn-red {
  font-size: 1rem;
  letter-spacing: .5px;
}

/* line 18127, ../scss/_basic.scss */
.btn-icon {
  color: #59646C;
}

/* line 18131, ../scss/_basic.scss */
.btn-search {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: none;
  background: #00518A;
  color: #ffffff;
  padding: 0;
}

/* line 18141, ../scss/_basic.scss */
.btn-multiple-line {
  white-space: normal;
}

/* line 18145, ../scss/_basic.scss */
.btn-link-c {
  color: #1397E1;
}

/* line 18150, ../scss/_basic.scss */
.btn-image-shadow img {
  box-shadow: 0 0 0 0 #0B3C61;
  -webkit-transition: all .04s ease-out;
  -moz-transition: all .04s ease-out;
  -o-transition: all .04s ease-out;
  transition: all .04s ease-out;
}
/* line 18157, ../scss/_basic.scss */
.btn-image-shadow .card-title {
  -webkit-transition: all .04s ease-out;
  -moz-transition: all .04s ease-out;
  -o-transition: all .04s ease-out;
  transition: all .04s ease-out;
}
/* line 18164, ../scss/_basic.scss */
.btn-image-shadow:hover .card-title {
  color: #00518A;
}
/* line 18167, ../scss/_basic.scss */
.btn-image-shadow:hover img {
  box-shadow: 0 0 20px 0 #0B3C61;
}

/* line 18173, ../scss/_basic.scss */
.socialshare-text {
  font-size: 1rem;
}

/* line 18177, ../scss/_basic.scss */
.socialshare-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #374046;
  cursor: pointer;
}

/* line 18185, ../scss/_basic.scss */
.icon-facebook {
  background: url(../images/icon-facebook.png);
  background-size: cover;
}

/* line 18190, ../scss/_basic.scss */
.icon-linkedin {
  background: url(../images/icon-linkedin.png);
  background-size: cover;
}

/* line 18195, ../scss/_basic.scss */
.icon-twitter {
  background: url(../images/icon-twitter.png);
  background-size: cover;
}

/* line 18200, ../scss/_basic.scss */
.icon-email {
  background: url(../images/icon-email.png);
  background-size: cover;
}

/* line 18205, ../scss/_basic.scss */
.shadow--bottom {
  background: linear-gradient(0deg, #252B33 0%, rgba(37, 43, 51, 0) 100%);
  background-image: -webkit-linear-gradient(rgba(37, 43, 51, 0) 50%, #252B33 100%);
  background-image: -o-linear-gradient(rgba(37, 43, 51, 0) 50%, #252B33 100%);
  background-image: linear-gradient(rgba(37, 43, 51, 0) 50%, #252B33 100%);
}

/* line 18212, ../scss/_basic.scss */
.shadow--left {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
}

/* line 18217, ../scss/_basic.scss */
.banner .banner__caption {
  height: 100%;
  z-index: 2;
}
/* line 18221, ../scss/_basic.scss */
.banner .banner--image {
  height: 100%;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  z-index: 1;
}
/* line 18229, ../scss/_basic.scss */
.banner .banner__texts {
  width: 100%;
  max-width: 1470px;
  margin: 0 auto;
}
/* line 18234, ../scss/_basic.scss */
.banner .gutters--sm {
  padding: 24px;
}
/* line 18236, ../scss/_basic.scss */
.banner .gutters--sm + .btn {
  margin-left: 24px;
}
/* line 18240, ../scss/_basic.scss */
.banner .gutters--xl, .banner .gutters--lg {
  padding: 0 80px 50px 80px;
}
/* line 18243, ../scss/_basic.scss */
.banner p {
  font-size: 1.125rem;
}
/* line 18246, ../scss/_basic.scss */
.banner .bg--blue {
  background: #0B3C61;
}

/* line 18251, ../scss/_basic.scss */
.w-desktop-1624 {
  max-width: 1624px;
  margin: auto;
}

/* line 18257, ../scss/_basic.scss */
.focus-area .focus__icon {
  width: 100px;
  height: 100px;
}
/* line 18261, ../scss/_basic.scss */
.focus-area .icon-standards {
  background: url(../images/focus-area-standards.png);
  background-size: cover;
}
/* line 18265, ../scss/_basic.scss */
.focus-area .icon-battery-safety {
  background: url(../images/focus-area-battery-safety.png);
  background-size: cover;
}
/* line 18269, ../scss/_basic.scss */
.focus-area .icon-chemical-safety {
  background: url(../images/focus-area-chemical-safety.png);
  background-size: cover;
}
/* line 18273, ../scss/_basic.scss */
.focus-area .icon-data-science {
  background: url(../images/focus-area-data-science.png);
  background-size: cover;
}
/* line 18277, ../scss/_basic.scss */
.focus-area .icon-education-outreach {
  background: url(../images/focus-area-education-outreach.png);
  background-size: cover;
}
/* line 18281, ../scss/_basic.scss */
.focus-area .icon-fire-safety {
  background: url(../images/focus-area-fire-safety.png);
  background-size: cover;
}
/* line 18285, ../scss/_basic.scss */
.focus-area .focus__title {
  color: inherit;
  font-size: 1.5rem;
}
/* line 18289, ../scss/_basic.scss */
.focus-area .focus__text {
  color: #374046;
  max-width: 340px;
}
/* line 18293, ../scss/_basic.scss */
.focus-area .focus__button {
  color: #1D1F24;
  border-radius: 20px;
}
/* line 18297, ../scss/_basic.scss */
.focus-area.focus--blue {
  color: #0B3C61;
}
/* line 18300, ../scss/_basic.scss */
.focus-area.focus--cyan {
  color: #007584;
}
/* line 18303, ../scss/_basic.scss */
.focus-area.focus--green {
  color: #5EB64D;
}
/* line 18306, ../scss/_basic.scss */
.focus-area.focus--orange {
  color: #CE8E21;
}
/* line 18309, ../scss/_basic.scss */
.focus-area.focus--orangedark {
  color: #CF5F28;
}
/* line 18312, ../scss/_basic.scss */
.focus-area.focus--red {
  color: #C02032;
}
/* line 18315, ../scss/_basic.scss */
.focus-area .focus--blue {
  color: #0B3C61;
}
/* line 18318, ../scss/_basic.scss */
.focus-area .focus--cyan {
  color: #007584;
}
/* line 18321, ../scss/_basic.scss */
.focus-area .focus--green {
  color: #5EB64D;
}
/* line 18324, ../scss/_basic.scss */
.focus-area .focus--orange {
  color: #CE8E21;
}
/* line 18327, ../scss/_basic.scss */
.focus-area .focus--orangedark {
  color: #CF5F28;
}
/* line 18330, ../scss/_basic.scss */
.focus-area .focus--red {
  color: #C02032;
}
/* line 18333, ../scss/_basic.scss */
.focus-area i {
  font-size: 2.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/* line 18347, ../scss/_basic.scss */
.focus-area-overview h2 {
  margin-bottom: 1.5rem;
}
/* line 18350, ../scss/_basic.scss */
.focus-area-overview p {
  margin-bottom: 2.5rem;
}

/* line 18355, ../scss/_basic.scss */
.card {
  display: block;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* line 18363, ../scss/_basic.scss */
.card .card-body {
  flex: 1 1 auto;
  border-color: #E3E3E3;
}
/* line 18366, ../scss/_basic.scss */
.card .card-body img {
  width: 100%;
}
/* line 18370, ../scss/_basic.scss */
.card .initiative-card-title {
  color: #1D1F24;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5;
}
/* line 18376, ../scss/_basic.scss */
.card .card-title {
  font-size: 1.5rem;
  color: #000000;
  font-weight: 400;
  line-height: 1.5;
}
/* line 18381, ../scss/_basic.scss */
.card .card-title.card-title--small {
  font-size: 1.3125rem;
  font-weight: 400;
  color: #000000;
}
/* line 18387, ../scss/_basic.scss */
.card .card-sub-title {
  color: #4B555D;
  font-size: 0.875rem;
}
/* line 18391, ../scss/_basic.scss */
.card .card-text {
  font-size: 0.875rem !important;
}
/* line 18394, ../scss/_basic.scss */
.card .card-img-overlay {
  color: #ffffff;
}
/* line 18396, ../scss/_basic.scss */
.card .card-img-overlay .initiative-card-title {
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
  color: inherit;
  font-size: 1.4rem;
  margin: 0rem;
}
/* line 18405, ../scss/_basic.scss */
.card .card-img-overlay .card-title {
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
  color: inherit;
  font-size: 1.5rem;
  margin: 0rem;
}
/* line 18414, ../scss/_basic.scss */
.card .card-img-overlay .card-text {
  color: inherit;
}
/* line 18418, ../scss/_basic.scss */
.card .card-footer {
  font-size: 0.625rem !important;
  color: #00518A;
}
/* line 18422, ../scss/_basic.scss */
.card .card-btn-inline {
  font-weight: 600;
  font-size: 0.875rem !important;
  color: #00518A;
}
/* line 18427, ../scss/_basic.scss */
.card .text-muted {
  color: #6C7881;
}
/* line 18430, ../scss/_basic.scss */
.card .card-icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
/* line 18441, ../scss/_basic.scss */
.card.card--full .card-title {
  font-size: 3rem;
}
/* line 18444, ../scss/_basic.scss */
.card.card--full .card-text {
  font-size: 1.25rem;
  line-height: 2.25rem;
}

/* line 18451, ../scss/_basic.scss */
.card-width-resource {
  /* max-width: 337px; */
  min-width: 197px;
}

@media (max-width: 767px) {
  /* line 18457, ../scss/_basic.scss */
  .card-width-resource {
    max-width: 100%;
  }
}
/* line 18462, ../scss/_basic.scss */
.hfrd-card {
  -webkit-transition: all .04s ease-out;
  -moz-transition: all .04s ease-out;
  -o-transition: all .04s ease-out;
  transition: all .04s ease-out;
  cursor: pointer;
}
/* line 18469, ../scss/_basic.scss */
.hfrd-card:hover .card-img-top {
  -webkit-transition: all .04s ease-out;
  -moz-transition: all .04s ease-out;
  -o-transition: all .04s ease-out;
  transition: all .04s ease-out;
  box-shadow: 0 0 20px 0 rgba(0, 81, 138, 0.4);
}
/* line 18476, ../scss/_basic.scss */
.hfrd-card:hover .card-title {
  -webkit-transition: all .04s ease-out;
  -moz-transition: all .04s ease-out;
  -o-transition: all .04s ease-out;
  transition: all .04s ease-out;
  color: #0B3C61;
}

/* line 18486, ../scss/_basic.scss */
.hfrd-video-area {
  overflow: hidden;
  background: #5CB54E;
  z-index: 3 !important;
}

/* line 18492, ../scss/_basic.scss */
#hfrdVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* line 18502, ../scss/_basic.scss */
.tag-list {
  font-weight: 600;
  font-size: 0.75rem;
  color: #0B3C61;
  line-height: 1;
}
/* line 18507, ../scss/_basic.scss */
.tag-list li + li {
  border-left: 1px solid #0B3C61;
  padding-left: 5px;
  margin-left: 5px;
}

/* line 18515, ../scss/_basic.scss */
.card-user h4 {
  font-size: 1.5rem;
}
/* line 18518, ../scss/_basic.scss */
.card-user p {
  color: #4B555D;
  font-size: 1.125rem;
}

/* line 18524, ../scss/_basic.scss */
.card-events .card-title {
  font-weight: 400;
  font-size: 1.3125rem;
}

/* line 18529, ../scss/_basic.scss */
.card-text:last-child {
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
  margin-bottom: 0;
}

/* line 18537, ../scss/_basic.scss */
.card-date span {
  color: #1397E1;
}

/* line 18541, ../scss/_basic.scss */
.btn-card-shadow {
  box-shadow: 0 0 0 0 rgba(0, 81, 138, 0.4);
  display: block;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}
/* line 18548, ../scss/_basic.scss */
.btn-card-shadow:hover {
  box-shadow: 0 0 20px 0 rgba(0, 81, 138, 0.4);
}

/* line 18553, ../scss/_basic.scss */
.card-search-result {
  background: rgba(243, 245, 250, 0);
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}
/* line 18559, ../scss/_basic.scss */
.card-search-result:hover {
  background: #f3f5fa;
}

/* line 18564, ../scss/_basic.scss */
.card-320 {
  min-height: 320px;
}

/* line 18568, ../scss/_basic.scss */
.card-360 {
  min-height: 360px;
}

/* line 18572, ../scss/_basic.scss */
.card-470 {
  min-height: 470px;
}

/* line 18576, ../scss/_basic.scss */
.card-528 {
  min-height: 528px;
}

/* line 18580, ../scss/_basic.scss */
.p-home-news-featured {
  /*padding: 0 27px;*/
}

/* line 18584, ../scss/_basic.scss */
.home-news {
  cursor: pointer;
  -webkit-transition: all .07s ease-out;
  -moz-transition: all .07s ease-out;
  -o-transition: all .07s ease-out;
  transition: all .07s ease-out;
}
/* line 18590, ../scss/_basic.scss */
.home-news:hover {
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
  box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.08);
}

/* line 18600, ../scss/_basic.scss */
.initiative-card:hover .initiative-card-title, .initiative-card:hover .card-title {
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
  margin-bottom: .75rem;
}

/* line 18609, ../scss/_basic.scss */
.hover-card {
  cursor: pointer;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}
/* line 18615, ../scss/_basic.scss */
.hover-card:hover {
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.08);
}

/* line 18624, ../scss/_basic.scss */
.mb-0-hover {
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
  margin-bottom: 0rem !important;
}

/* line 18632, ../scss/_basic.scss */
.small-hero-news-hover-card:hover .mb-0-hover {
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
  margin-bottom: 0.5rem !important;
}

/* line 18640, ../scss/_basic.scss */
.ml-2-hover {
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
  margin-left: 0.5rem !important;
}

/* line 18648, ../scss/_basic.scss */
.small-hero-communications-hover-card {
  cursor: pointer;
}
/* line 18650, ../scss/_basic.scss */
.small-hero-communications-hover-card:hover .ml-2-hover {
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
  margin-left: 1rem !important;
}

/* line 18659, ../scss/_basic.scss */
.card-border-bottom-blue {
  border-bottom: 10px solid #1397E1;
}

/* line 18662, ../scss/_basic.scss */
.card-border-bottom-dark-blue {
  border-bottom: 10px solid #0B3C61;
}

/* line 18665, ../scss/_basic.scss */
.card-border-bottom-medium-teal {
  border-bottom: 10px solid #007584;
}

/* line 18668, ../scss/_basic.scss */
.card-border-bottom-green {
  border-bottom: 10px solid #5EB64D;
}

/* line 18672, ../scss/_basic.scss */
.tabs-container {
  border-top: 1px solid #D0D7DD;
}

/* line 18677, ../scss/_basic.scss */
.nav-tabs li + li {
  margin-left: 30px;
}
/* line 18680, ../scss/_basic.scss */
.nav-tabs .nav-link {
  color: #000000;
  font-size: 1.3125rem;
  border-bottom: 6px solid transparent;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 20px;
  text-decoration: none;
}
/* line 18688, ../scss/_basic.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link.active {
  border-color: #67B1E2;
}

/* line 18694, ../scss/_basic.scss */
.grid {
  /* clearfix */
}
/* line 18696, ../scss/_basic.scss */
.grid:after {
  content: '';
  display: block;
  clear: both;
}
/* line 18701, ../scss/_basic.scss */
.grid .grid-sizer, .grid .grid-item {
  width: 25%;
}
/* line 18704, ../scss/_basic.scss */
.grid .grid-sizer.grid-item-x2, .grid .grid-item.grid-item-x2 {
  width: 50%;
}
/* line 18707, ../scss/_basic.scss */
.grid .grid-sizer.grid-item-1-3 {
  width: 33.333333%;
}
/* line 18710, ../scss/_basic.scss */
.grid .grid-item {
  float: left;
  padding: 0 8px;
  margin-bottom: 16px;
}
/* line 18711, ../scss/_basic.scss */
.grid .grid-item.grid-item-1-3 {
  width: 33.333333%;
}

/* line 18720, ../scss/_basic.scss */
.timeline {
  list-style: none;
  padding: 50px 0;
  position: relative;
}
/* line 18724, ../scss/_basic.scss */
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #D0D7DD;
  left: 20%;
  margin-left: -1.5px;
}
/* line 18734, ../scss/_basic.scss */
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
/* line 18737, ../scss/_basic.scss */
.timeline > li:before {
  content: " ";
  display: table;
}
/* line 18741, ../scss/_basic.scss */
.timeline > li:after {
  content: " ";
  display: table;
  clear: both;
}
/* line 18746, ../scss/_basic.scss */
.timeline > li .timeline-panel {
  width: 75%;
  float: right;
  position: relative;
}
/* line 18750, ../scss/_basic.scss */
.timeline > li .timeline-panel .card-title {
  font-weight: 400;
}
/* line 18754, ../scss/_basic.scss */
.timeline > li .timeline-badge {
  color: #CF5F28;
  font-size: 0.875rem;
  letter-spacing: .5px;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  top: 9px;
  left: 20%;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 10;
  padding-right: 30px;
  margin-left: 10px;
  text-align: right;
}
/* line 18772, ../scss/_basic.scss */
.timeline > li .timeline-badge:after {
  content: " ";
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 5px solid #FAFBFE;
  background: #CF5F28;
  display: block;
  position: absolute;
  right: 0;
  top: 2px;
}

@media (max-width: 767px) {
  /* line 18790, ../scss/_basic.scss */
  ul.timeline:before {
    left: 8px;
  }
  /* line 18794, ../scss/_basic.scss */
  ul.timeline > li > .timeline-badge {
    left: inherit;
    margin-left: 0;
    top: inherit;
    position: relative;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    text-align: left;
    padding-left: 30px;
    padding-right: 0;
    margin-bottom: 20px;
  }
  /* line 18808, ../scss/_basic.scss */
  ul.timeline > li > .timeline-badge:after {
    right: inherit;
    left: -1px;
  }
  /* line 18813, ../scss/_basic.scss */
  ul.timeline > li > .timeline-panel {
    float: none;
    width: 100%;
    padding-left: 32px;
  }
  /* line 18817, ../scss/_basic.scss */
  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  /* line 18823, ../scss/_basic.scss */
  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}
/* line 18834, ../scss/_basic.scss */
.date-picker-wrapper {
  border: none;
  box-shadow: none;
  background: #ffffff;
  padding: 0 !important;
  font-family: 'Open Sans', sans-serif;
}
/* line 18840, ../scss/_basic.scss */
.date-picker-wrapper.inline-wrapper {
  display: block;
}
/* line 18843, ../scss/_basic.scss */
.date-picker-wrapper .drp_top-bar {
  display: none;
}
/* line 18846, ../scss/_basic.scss */
.date-picker-wrapper .month-wrapper {
  border-radius: 0;
  padding: 0;
  border: none;
  width: 100% !important;
}
/* line 18851, ../scss/_basic.scss */
.date-picker-wrapper .month-wrapper .gap {
  float: left;
  width: 8%;
  height: 30px !important;
  margin: 0;
  background: transparent;
}
/* line 18857, ../scss/_basic.scss */
.date-picker-wrapper .month-wrapper .gap .gap-bottom-mask {
  background: transparent;
}
/* line 18860, ../scss/_basic.scss */
.date-picker-wrapper .month-wrapper .gap .gap-lines {
  display: none;
}
/* line 18864, ../scss/_basic.scss */
.date-picker-wrapper .month-wrapper table {
  width: 46%;
}
/* line 18866, ../scss/_basic.scss */
.date-picker-wrapper .month-wrapper table.month2 {
  width: 46%;
}
/* line 18869, ../scss/_basic.scss */
.date-picker-wrapper .month-wrapper table th, .date-picker-wrapper .month-wrapper table td {
  color: #59646C;
  text-transform: capitalize;
}
/* line 18873, ../scss/_basic.scss */
.date-picker-wrapper .month-wrapper table .month-name {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  padding: 18px 0;
}
/* line 18879, ../scss/_basic.scss */
.date-picker-wrapper .month-wrapper table .week-name {
  font-weight: 600;
  font-size: 0.875rem;
}
/* line 18883, ../scss/_basic.scss */
.date-picker-wrapper .month-wrapper table .day {
  font-size: 0.875rem;
  padding: 8px 4px;
}
/* line 18886, ../scss/_basic.scss */
.date-picker-wrapper .month-wrapper table .day.real-today {
  background: transparent;
}
/* line 18889, ../scss/_basic.scss */
.date-picker-wrapper .month-wrapper table .day.checked {
  color: #ffffff !important;
  background: #67B1E2 !important;
}
/* line 18894, ../scss/_basic.scss */
.date-picker-wrapper .month-wrapper table .first-date-selected, .date-picker-wrapper .month-wrapper table .last-date-selected {
  color: #ffffff !important;
  background: #67B1E2 !important;
}
/* line 18898, ../scss/_basic.scss */
.date-picker-wrapper .month-wrapper table .first-date-selected {
  border-radius: 3px 0 0 3px;
}
/* line 18901, ../scss/_basic.scss */
.date-picker-wrapper .month-wrapper table .last-date-selected {
  border-radius: 0 3px 3px 0;
}
/* line 18906, ../scss/_basic.scss */
.date-picker-wrapper .date-range-length-tip {
  color: #ffffff;
  background: #0B3C61;
}
/* line 18909, ../scss/_basic.scss */
.date-picker-wrapper .date-range-length-tip:after {
  border-top-color: #0B3C61;
}

/* line 18915, ../scss/_basic.scss */
.custom-select {
  color: #000000;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='sort-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-sort-down fa-w-10 fa-2x'%3E%3Cpath fill='currentColor' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z' class=''%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 12px;
  padding-right: 2.8rem;
  background-position-y: 46%;
  background-position-y: 32%;
}
/* line 18924, ../scss/_basic.scss */
.custom-select.col-auto {
  width: auto !important;
}

/* line 18929, ../scss/_basic.scss */
label {
  color: #59646C;
  font-size: 1rem;
}

/* line 18934, ../scss/_basic.scss */
.contact-label {
  font-size: 0.75rem;
  letter-spacing: 1px;
  color: #1D1F24;
  text-transform: uppercase;
}
/* line 18939, ../scss/_basic.scss */
.contact-label span {
  text-transform: none;
}

/* line 18945, ../scss/_basic.scss */
.custom-form-plugin form {
  width: 100% !important;
}
/* line 18948, ../scss/_basic.scss */
.custom-form-plugin .mktoOffset, .custom-form-plugin .mktoGutter {
  display: none !important;
}
/* line 18951, ../scss/_basic.scss */
.custom-form-plugin .mktoFieldWrap {
  float: none !important;
}
/* line 18954, ../scss/_basic.scss */
.custom-form-plugin .mktoFormRow {
  display: flex;
  flex-grow: 1;
}
/* line 18958, ../scss/_basic.scss */
.custom-form-plugin .mktoFormCol {
  float: none !important;
  margin-bottom: 1rem !important;
  flex-grow: 1;
  flex-basis: 50%;
}
/* line 18963, ../scss/_basic.scss */
.custom-form-plugin .mktoFormCol + .mktoFormCol {
  margin-left: 60px;
}
/* line 18967, ../scss/_basic.scss */
.custom-form-plugin .mktoHtmlText {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  color: #000000;
  font-weight: 300;
  width: 100% !important;
}
/* line 18974, ../scss/_basic.scss */
.custom-form-plugin .mktoLabel {
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  color: #1D1F24;
  font-weight: 400 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  padding: 0 !important;
  float: none !important;
  display: block;
  width: 100% !important;
}
/* line 18987, ../scss/_basic.scss */
.custom-form-plugin .mktoAsterix {
  float: none !important;
  display: inline-block !important;
  margin: 0 5px 0 0 !important;
}
/* line 18992, ../scss/_basic.scss */
.custom-form-plugin .mktoField {
  display: block;
  width: 100% !important;
  padding: 0.5rem 1rem !important;
  font-size: 1.25rem !important;
  line-height: 1.5 !important;
  border-radius: 0.3rem;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
}
/* line 19004, ../scss/_basic.scss */
.custom-form-plugin select.mktoField {
  font-family: "Open Sans", sans-serif;
  display: block;
  width: 100%;
  height: calc(2.875rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 1.25rem !important;
  line-height: 1.5;
  vertical-align: middle;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
  -webkit-appearance: none;
  color: #000000;
  background-image: linear-gradient(45deg, transparent 50%, #000000 50%), linear-gradient(135deg, #000000 50%, transparent 50%);
  background-position: calc(100% - 10px) calc(1em + 2px), calc(100% - 5px) calc(1em + 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
/* line 19025, ../scss/_basic.scss */
.custom-form-plugin textarea.mktoField {
  height: 200px !important;
}
/* line 19028, ../scss/_basic.scss */
.custom-form-plugin .mktoLogicalField {
  width: 100% !important;
  padding: 0 !important;
  float: none !important;
}
/* line 19033, ../scss/_basic.scss */
.custom-form-plugin input[type="checkbox"] {
  width: 3% !important;
}
/* line 19035, ../scss/_basic.scss */
.custom-form-plugin input[type="checkbox"] + label {
  font-family: "Open Sans", sans-serif;
  color: #59646C;
  font-size: 1rem;
}
/* line 19041, ../scss/_basic.scss */
.custom-form-plugin .mktoButtonWrap {
  display: block;
  margin: 40px 0 0 0 !important;
}
/* line 19045, ../scss/_basic.scss */
.custom-form-plugin .mktoButton {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 1rem 3rem !important;
  line-height: 1.5;
  border-radius: 0.3rem;
  color: #ffffff;
  background-image: none !important;
  background-color: #dc3545 !important;
  border: 1px solid #dc3545 !important;
}
/* line 19058, ../scss/_basic.scss */
.custom-form-plugin .mktoCheckboxList {
  margin-top: 20px;
  overflow: hidden;
}
/* line 19062, ../scss/_basic.scss */
.custom-form-plugin .mktoFieldWrap.mktoRequiredField input[type="checkbox"] + label {
  float: left;
  width: 29%;
  margin: 0 0 30px 4px !important;
}

/* line 19070, ../scss/_basic.scss */
.modal-body .custom-form-plugin form {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
}
/* line 19076, ../scss/_basic.scss */
.modal-body .custom-form-plugin .mktoFormRow:nth-child(-n+7) {
  flex-basis: 40%;
}
/* line 19079, ../scss/_basic.scss */
.modal-body .custom-form-plugin .mktoFormRow:nth-child(odd):nth-child(-n+7) {
  margin-left: 60px;
}
/* line 19083, ../scss/_basic.scss */
.modal-body .custom-form-plugin .mktoButtonRow {
  flex-basis: 100%;
}
/* line 19086, ../scss/_basic.scss */
.modal-body .custom-form-plugin .mktoButtonWrap {
  margin: 20px 0 0 0 !important;
}

/* line 19091, ../scss/_basic.scss */
.login-form {
  width: 366px;
  margin: auto;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.16);
  margin-top: 10%;
  margin-bottom: 10%;
}

/* line 19099, ../scss/_basic.scss */
.login-header {
  height: 73px;
  width: 366px;
  border-bottom: 1px solid #DDDDDD;
  padding: 28px;
}

/* line 19106, ../scss/_basic.scss */
.login-input {
  background-color: #E6EBEF;
  height: 53px;
  border: 0px;
  padding: 10px;
  width: 100%;
}

/* line 19114, ../scss/_basic.scss */
.login-title {
  height: 18px;
  color: #4A5159;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.7px;
  line-height: 18px;
}

/* line 19123, ../scss/_basic.scss */
.login-body {
  height: 213px;
  width: 364px;
  background-color: #FDFDFD;
  padding: 30px;
  border-bottom: 1px solid #DDDDDD;
}

/* line 19131, ../scss/_basic.scss */
.login-prefooter {
  height: 73px;
  width: 366px;
  border-bottom: 1px solid #DDDDDD;
  padding: 18px 25px;
}

/* line 19138, ../scss/_basic.scss */
.login-footer {
  height: 62px;
  width: 366px;
  background-color: #FDFDFD;
  padding: 20px;
  text-align: center;
}

/* line 19146, ../scss/_basic.scss */
.custom-control-label::before {
  box-shadow: none;
  border: 1px solid #dee2e6;
  background-color: transparent;
}

/* line 19152, ../scss/_basic.scss */
.form-control-xlg {
  height: 70px;
}

/* line 19156, ../scss/_basic.scss */
.c-events {
  border-top: 1px solid #E3E3E3;
}

/* line 19160, ../scss/_basic.scss */
.custom-bg-and-border {
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  background: rgba(103, 177, 226, 0.1);
}

/* line 19167, ../scss/_basic.scss */
.custom-table thead th {
  background: rgba(103, 177, 226, 0.1);
  border-bottom: none;
}
/* line 19171, ../scss/_basic.scss */
.custom-table tbody tr:first-child td {
  border-top: none;
}
/* line 19174, ../scss/_basic.scss */
.custom-table th, .custom-table td {
  border-left: none;
  border-right: none;
}

/* line 19180, ../scss/_basic.scss */
.owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  left: 50%;
  margin-left: -100%;
  top: 32%;
  transform: translateY(-50%) translateX(50%);
}
/* line 19188, ../scss/_basic.scss */
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -8px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 45px;
  color: #4BA8F5;
  background: #ffffff;
  font-size: 36px;
}
/* line 19199, ../scss/_basic.scss */
.owl-carousel .owl-nav button.owl-prev {
  left: -16px;
}

/* line 19206, ../scss/_basic.scss */
.result-item .result__title {
  font-weight: 300;
  font-size: 1.25rem;
  color: #4B555D;
}
/* line 19210, ../scss/_basic.scss */
.result-item .result__title b {
  font-weight: 600;
}
/* line 19214, ../scss/_basic.scss */
.result-item .result__url {
  color: #C02032;
  font-size: 0.75rem;
  word-wrap: break-word;
}
/* line 19219, ../scss/_basic.scss */
.result-item .result__text {
  font-size: 0.875rem;
  color: #4B555D;
}
/* line 19223, ../scss/_basic.scss */
.result-item .news-date {
  background: #F3F5FA;
}

/* line 19228, ../scss/_basic.scss */
.facets-modal-conent hr {
  border-color: #E3E3E3;
}

/* line 19232, ../scss/_basic.scss */
.contact-info {
  background: rgba(103, 177, 226, 0.1);
  padding: 39px;
}
/* line 19235, ../scss/_basic.scss */
.contact-info .contact-info__title {
  color: #6C7881;
  font-size: 1.125rem;
  font-weight: 600;
}
/* line 19240, ../scss/_basic.scss */
.contact-info .contact-info__subtitle {
  color: #1D1F24;
  font-size: 1.625rem;
  font-weight: 300;
}
/* line 19245, ../scss/_basic.scss */
.contact-info .contact-info__text {
  font-size: 0.875rem;
}

/* line 19251, ../scss/_basic.scss */
.event-detail .event-detail__hader img {
  width: 100%;
}
/* line 19254, ../scss/_basic.scss */
.event-detail .second-data__sub-hader {
  background: rgba(103, 177, 226, 0.1);
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  margin-top: 50px;
}
/* line 19260, ../scss/_basic.scss */
.event-detail .second-data__sub-hader_nofill {
  border-top: 1px solid #E3E3E3;
  margin-top: 50px;
}

@media (min-width: 992px) {
  /* line 19267, ../scss/_basic.scss */
  .event-detail .second-data__sub-hader {
    margin-top: -160px;
  }
  /* line 19269, ../scss/_basic.scss */
  .event-detail .second-data__sub-hader .address-info {
    position: absolute;
    right: 0;
    top: 120px;
  }
}
@media (min-width: 992px) {
  /* line 19278, ../scss/_basic.scss */
  .event-detail .second-data__sub-hader_nofill {
    margin-top: -270px;
  }
  /* line 19280, ../scss/_basic.scss */
  .event-detail .second-data__sub-hader_nofill .address-info {
    position: absolute;
    right: 0;
    top: 270px;
  }
}
/* line 19289, ../scss/_basic.scss */
.resources-detail .resources-detail__hader img {
  width: 100%;
}
/* line 19292, ../scss/_basic.scss */
.resources-detail .second-data__sub-hader {
  background: rgba(103, 177, 226, 0.1);
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  margin-top: 50px;
}
/* line 19297, ../scss/_basic.scss */
.resources-detail .second-data__sub-hader img {
  border: 4px solid #C3D2DD;
}
/* line 19301, ../scss/_basic.scss */
.resources-detail .second-data__sub-hader_nofill {
  border-top: 1px solid #E3E3E3;
  margin-top: 50px;
}
/* line 19306, ../scss/_basic.scss */
.resources-detail .sidebar hr {
  border-top-color: #C0C0C0;
}
/* line 19309, ../scss/_basic.scss */
.resources-detail .sidebar .link-inline {
  color: #1397E1;
}
/* line 19312, ../scss/_basic.scss */
.resources-detail .sidebar li {
  border-top: 5px solid #F7F7F7;
}
/* line 19314, ../scss/_basic.scss */
.resources-detail .sidebar li:first-child {
  border-top: none;
}

@media (min-width: 992px) {
  /* line 19322, ../scss/_basic.scss */
  .resources-detail .second-data__sub-hader .address-info {
    position: absolute;
    right: 0;
    top: 120px;
  }
}
@media (min-width: 992px) {
  /* line 19330, ../scss/_basic.scss */
  .resources-detail .second-data__sub-hader_nofill {
    margin-top: -270px;
  }
  /* line 19332, ../scss/_basic.scss */
  .resources-detail .second-data__sub-hader_nofill .address-info {
    position: absolute;
    right: 0;
    top: 270px;
  }
}
@media (min-width: 992px) {
  /* line 19341, ../scss/_basic.scss */
  .resources-detail .sidebar.pull-top {
    margin-top: -130px;
  }
}
/* line 19346, ../scss/_basic.scss */
.text-404 {
  max-width: 440px;
  font-size: 1.5rem;
  color: #1D1F24;
}

/* line 19352, ../scss/_basic.scss */
.search-404 {
  margin-top: -35px;
}

/* line 19356, ../scss/_basic.scss */
.leadership-team-list .border-bottom {
  border-color: #C0C0C0 !important;
}

/* line 19360, ../scss/_basic.scss */
.box-light-blue {
  background: rgba(103, 177, 226, 0.1);
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
}

@media (min-width: 1440px) {
  /* line 19367, ../scss/_basic.scss */
  .banner .gutters--xl {
    padding: 0 15px 50px 15px;
  }
}
@media (max-width: 1260px) {
  /* line 19373, ../scss/_basic.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 1rem !important;
    padding-left: .9rem;
    padding-right: .9rem;
  }

  /* line 19378, ../scss/_basic.scss */
  .navbar-brand img {
    /* height: 50px; */
    height: 56px;
    padding: 0 !important;
  }
}
@media (max-width: 1200px) {
  /* line 19386, ../scss/_basic.scss */
  .navbar-brand {
    font-size: 1.2rem;
  }

  /* line 19389, ../scss/_basic.scss */
  .w-home-hero-title, .w-home-hero-subcopy {
    width: 60% !important;
  }
}
@media (min-width: 992px) {
  /* line 19395, ../scss/_basic.scss */
  body {
    padding-top: 84px;
  }

  /* line 19398, ../scss/_basic.scss */
  .navbar {
    height: 84px;
  }

  /* line 19402, ../scss/_basic.scss */
  .navbar-nav .nav-link:hover:before {
    background: #ffffff;
  }
  /* line 19405, ../scss/_basic.scss */
  .navbar-nav .nav-item.active .nav-link:before {
    background: #67B1E2;
  }

  /* line 19409, ../scss/_basic.scss */
  header .navbar-nav.nav-right {
    top: -5px;
    position: relative;
  }
  /* line 19412, ../scss/_basic.scss */
  header .navbar-nav.nav-right .nav-link:before {
    bottom: -18px;
  }

  /* line 19416, ../scss/_basic.scss */
  .search-input-container {
    min-width: 170px;
  }

  /* line 19419, ../scss/_basic.scss */
  #edit-keys {
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
    min-width: 170px;
  }
  /* line 19425, ../scss/_basic.scss */
  #edit-keys:focus {
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
    min-width: 360px !important;
  }

  /* line 19433, ../scss/_basic.scss */
  .main-menu.main-menu--overlay {
    display: none;
  }

  /* line 19437, ../scss/_basic.scss */
  .banner.banner--700 {
    height: 700px;
  }
  /* line 19440, ../scss/_basic.scss */
  .banner.banner--600 {
    height: 600px;
  }
  /* line 19443, ../scss/_basic.scss */
  .banner.banner--400 {
    height: 400px;
  }
  /* line 19446, ../scss/_basic.scss */
  .banner .banner-box-x3 {
    height: 33%;
    cursor: pointer;
  }

  /* line 19451, ../scss/_basic.scss */
  .facets-modal-conent {
    background: #ffffff;
  }
  /* line 19453, ../scss/_basic.scss */
  .facets-modal-conent .modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    display: block !important;
  }
  /* line 19462, ../scss/_basic.scss */
  .facets-modal-conent .modal.fade:not(.show) {
    opacity: 1;
  }
  /* line 19465, ../scss/_basic.scss */
  .facets-modal-conent .modal.fade .modal-dialog {
    margin: 0;
    transform: translate(0, 0);
  }
  /* line 19471, ../scss/_basic.scss */
  .facets-modal-conent .collapse:not(.show) {
    display: block !important;
  }

  /* line 19475, ../scss/_basic.scss */
  .mt-lg-neg-15 {
    margin-top: -15px !important;
  }

  /* line 19478, ../scss/_basic.scss */
  .banner__column--texts h3 {
    font-size: 2.625rem !important;
  }

  /* line 19481, ../scss/_basic.scss */
  .sub-menu-side-column {
    min-height: 340px;
  }

  /* line 19484, ../scss/_basic.scss */
  .push-230 {
    top: 230px;
    transform: translateY(-50%);
  }

  /* line 19488, ../scss/_basic.scss */
  .push-270 {
    top: 270px;
    transform: translateY(-50%);
  }

  /* line 19492, ../scss/_basic.scss */
  .ml--18 {
    margin-left: -18px;
  }

  /* line 19495, ../scss/_basic.scss */
  .ml--4 {
    margin-left: -4px;
  }

  /* line 19498, ../scss/_basic.scss */
  .fs-lg-20 {
    font-size: 1.25rem !important;
  }

  /* line 19501, ../scss/_basic.scss */
  .fs-lg-21 {
    font-size: 1.3125rem !important;
  }

  /* line 19504, ../scss/_basic.scss */
  .fs-lg-28 {
    font-size: 1.75rem !important;
  }

  /* line 19507, ../scss/_basic.scss */
  .fs-lg-36 {
    font-size: 2.25rem !important;
  }

  /* line 19510, ../scss/_basic.scss */
  .fs-lg-48 {
    font-size: 3rem !important;
  }

  /* line 19513, ../scss/_basic.scss */
  .position-lg-relative {
    position: relative !important;
  }

  /* line 19516, ../scss/_basic.scss */
  .bg-lg-gradient-banner {
    background: linear-gradient(0deg, rgba(19, 151, 225, 0.1) 0%, rgba(19, 151, 225, 0.5) 100%);
  }

  /* line 19519, ../scss/_basic.scss */
  .region-scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 175px;
    margin-top: -6px;
  }
}
@media (min-width: 1261px) {
  /* line 19528, ../scss/_basic.scss */
  body {
    padding-top: 90px;
  }

  /* line 19531, ../scss/_basic.scss */
  .navbar {
    height: 90px;
  }
}
@media (max-width: 992px) {
  /* line 19537, ../scss/_basic.scss */
  .fixed-top {
    position: relative;
  }

  /* line 19541, ../scss/_basic.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: .7rem 0 .7rem 1.9rem;
  }
  /* line 19544, ../scss/_basic.scss */
  .navbar-expand-lg .main-menu__list-menu .nav-link {
    font-size: 1.5rem;
  }
  /* line 19547, ../scss/_basic.scss */
  .navbar-expand-lg .main-menu__list-other .nav-link {
    color: #374046;
    font-size: 1.125rem;
  }

  /* line 19553, ../scss/_basic.scss */
  .navbar-nav .dropdown-menu {
    border-color: #eaeaea !important;
    border-bottom: 1px solid #eaeaea !important;
    margin-bottom: .5rem;
    padding-bottom: 1.5rem;
  }
  /* line 19558, ../scss/_basic.scss */
  .navbar-nav .dropdown-menu.shadow {
    box-shadow: none !important;
  }
  /* line 19562, ../scss/_basic.scss */
  .navbar-nav .owl-carousel .owl-nav button.dropdown-menu.owl-prev {
    box-shadow: none !important;
  }

  /* line 19566, ../scss/_basic.scss */
  .owl-carousel .owl-nav .navbar-nav button.dropdown-menu.owl-prev, .navbar-nav .owl-carousel .owl-nav button.dropdown-menu.owl-next, .owl-carousel .owl-nav .navbar-nav button.dropdown-menu.owl-next {
    box-shadow: none !important;
  }

  /* line 19569, ../scss/_basic.scss */
  .navbar-nav .dropdown-menu .btn {
    display: block;
    text-align: left;
    padding: .75rem .9rem !important;
  }

  /* line 19574, ../scss/_basic.scss */
  .navbar-collapse {
    background: #ffffff;
    margin-top: -58px;
    position: relative;
  }

  /* line 19579, ../scss/_basic.scss */
  .navbar-toggler.navbar-toggler--menu:not(.collapsed) span {
    background: #404040;
  }

  /* line 19582, ../scss/_basic.scss */
  .navbar-dark .navbar-nav .nav-link {
    color: #404040;
  }
  /* line 19584, ../scss/_basic.scss */
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #404040;
  }

  /* line 19588, ../scss/_basic.scss */
  .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link {
    color: #404040;
  }

  /* line 19591, ../scss/_basic.scss */
  .serch-box-container {
    top: -8px;
  }
  /* line 19593, ../scss/_basic.scss */
  .serch-box-container.collapsing, .serch-box-container.show {
    height: 58px !important;
  }

  /* line 19597, ../scss/_basic.scss */
  .navbar-brand img {
    /* height: 20px; */
    height: 32px;
    margin-right: 0 !important;
  }

  /* line 19602, ../scss/_basic.scss */
  .w-home-hero-title, .w-home-hero-subcopy, .w-60 {
    width: 100% !important;
  }

  /* line 19606, ../scss/_basic.scss */
  .banner .banner--image--home {
    height: 320px;
    position: relative !important;
  }
  /* line 19610, ../scss/_basic.scss */
  .banner .banner__caption {
    height: auto;
  }
  /* line 19613, ../scss/_basic.scss */
  .banner.banner-gradient-cont .banner--image {
    height: 100%;
    position: absolute !important;
  }
  /* line 19618, ../scss/_basic.scss */
  .banner .banner__texts .display-5, .banner .banner__texts .display-4 {
    font-size: 2.1rem;
    text-shadow: none;
  }
  /* line 19622, ../scss/_basic.scss */
  .banner .banner__texts .w-75, .banner .banner__texts .w-50 {
    width: 100% !important;
  }
  /* line 19626, ../scss/_basic.scss */
  .banner .bg-red {
    background: #C02032;
  }
  /* line 19629, ../scss/_basic.scss */
  .banner .bg-orange {
    background: #F18A21;
  }
  /* line 19632, ../scss/_basic.scss */
  .banner .bg-blue {
    background: #0B3C61;
  }
  /* line 19635, ../scss/_basic.scss */
  .banner .gutters--xl, .banner .gutters--lg {
    padding: 30px;
  }

  /* line 19639, ../scss/_basic.scss */
  .c-title, .display-3, .display-4, .display-5 {
    font-size: 1.5rem;
    font-weight: 400;
    text-shadow: none;
  }

  /* line 19644, ../scss/_basic.scss */
  .c-title-sub {
    font-size: 1.25rem;
  }

  /* line 19647, ../scss/_basic.scss */
  .c-text {
    font-size: 0.875rem;
    line-height: 1.33rem;
  }

  /* line 19651, ../scss/_basic.scss */
  .scroll-nav.shrink {
    top: 66px;
  }

  /* line 19655, ../scss/_basic.scss */
  .grid .grid-sizer, .grid .grid-item {
    width: 50%;
  }

  /* line 19661, ../scss/_basic.scss */
  .facets-modal-conent .modal.fade .modal-dialog {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    margin: 0;
  }
  /* line 19668, ../scss/_basic.scss */
  .facets-modal-conent .modal.fade .modal-header {
    border-color: #E1E1E1;
  }
  /* line 19670, ../scss/_basic.scss */
  .facets-modal-conent .modal.fade .modal-header .close {
    font-size: 1.125rem;
    margin: -1rem;
    text-shadow: none;
    opacity: 1;
  }
  /* line 19677, ../scss/_basic.scss */
  .facets-modal-conent .modal.fade .modal-title {
    font-weight: 600;
    font-size: 0.875rem;
  }
  /* line 19681, ../scss/_basic.scss */
  .facets-modal-conent .modal.fade .modal-content {
    height: inherit;
  }
  /* line 19684, ../scss/_basic.scss */
  .facets-modal-conent .modal.fade .modal-body {
    overflow-y: auto;
  }
  /* line 19687, ../scss/_basic.scss */
  .facets-modal-conent .modal.fade .modal-footer {
    background: #ffffff;
  }
  /* line 19689, ../scss/_basic.scss */
  .facets-modal-conent .modal.fade .modal-footer .btn {
    max-width: 280px;
    font-size: 0.875rem;
    letter-spacing: 1px;
    font-weight: 600;
  }
  /* line 19697, ../scss/_basic.scss */
  .facets-modal-conent .card {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }
  /* line 19699, ../scss/_basic.scss */
  .facets-modal-conent .card + .card {
    margin-top: 20px;
  }
  /* line 19702, ../scss/_basic.scss */
  .facets-modal-conent .card .card-header .btn {
    color: #0b0c0e;
    position: relative;
  }
  /* line 19705, ../scss/_basic.scss */
  .facets-modal-conent .card .card-header .btn:hover, .facets-modal-conent .card .card-header .btn:focus {
    text-decoration: none;
  }
  /* line 19708, ../scss/_basic.scss */
  .facets-modal-conent .card .card-header .btn:after {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
    font-size: 1.25rem;
    content: "\f0d7";
    position: absolute;
    top: 50%;
    right: 0;
    color: #0b0c0e;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    transition: all .2s ease;
  }
  /* line 19724, ../scss/_basic.scss */
  .facets-modal-conent .card .card-header .btn.collapsed:after {
    -webkit-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  /* line 19732, ../scss/_basic.scss */
  .facets-modal-conent .card .card-body {
    border-top: 2px solid #D0D0D0;
  }

  /* line 19737, ../scss/_basic.scss */
  .c-blog .card-body {
    padding: 28px;
  }

  /* line 19740, ../scss/_basic.scss */
  .section-title {
    font-size: 2.25rem !important;
  }
}
@media (min-width: 768px) {
  /* line 19747, ../scss/_basic.scss */
  .filters-container .navbar-nav.ml-auto .nav-item {
    border-right: 1px solid #D0D7DD;
  }
  /* line 19750, ../scss/_basic.scss */
  .filters-container .dropdown-focus-area {
    width: 280px;
  }
  /* line 19753, ../scss/_basic.scss */
  .filters-container .dropdown-date-range {
    width: 660px;
  }
  /* line 19756, ../scss/_basic.scss */
  .filters-container .dropdown-type {
    width: 460px;
  }
}
@media (max-width: 768px) {
  /* line 19763, ../scss/_basic.scss */
  p {
    font-size: 0.875rem;
  }

  /* line 19766, ../scss/_basic.scss */
  .scroll-nav.shrink {
    top: 60px;
  }

  /* line 19769, ../scss/_basic.scss */
  .navbar-brand {
    font-size: 0.875rem;
  }

  /* line 19772, ../scss/_basic.scss */
  .footer-credits h6 {
    font-size: 0.75rem;
  }

  /* line 19776, ../scss/_basic.scss */
  .card .card-title {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  /* line 19781, ../scss/_basic.scss */
  .card.card--full .card-title {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  /* line 19785, ../scss/_basic.scss */
  .card.card--full .card-text {
    font-size: 0.875rem;
    line-height: 1.33rem;
  }

  /* line 19792, ../scss/_basic.scss */
  .card-user h4 {
    font-size: 1.25rem;
  }
  /* line 19795, ../scss/_basic.scss */
  .card-user p {
    font-size: 0.875rem;
  }

  /* line 19800, ../scss/_basic.scss */
  .custom-text-sizes-1 .custom-title {
    font-size: 1.25rem;
  }
  /* line 19803, ../scss/_basic.scss */
  .custom-text-sizes-1 .custom-text {
    font-size: 0.875rem;
  }

  /* line 19807, ../scss/_basic.scss */
  .full-title {
    font-size: 0.75rem;
  }

  /* line 19810, ../scss/_basic.scss */
  .list-news .news-text {
    font-size: 1.25rem;
    line-height: 1.4;
  }

  /* line 19815, ../scss/_basic.scss */
  .pre-footer .pre-footer__title {
    font-size: 1.5rem;
  }
  /* line 19818, ../scss/_basic.scss */
  .pre-footer p {
    font-size: 0.875rem;
  }

  /* line 19822, ../scss/_basic.scss */
  .nav-tabs .nav-link {
    font-size: 1rem;
    padding-bottom: 10px;
    border-bottom-width: 4px;
  }

  /* line 19828, ../scss/_basic.scss */
  .filters-container .navbar-collapse {
    border-top: 1px solid #D0D7DD;
  }
  /* line 19831, ../scss/_basic.scss */
  .filters-container .navbar-nav.ml-auto {
    flex-direction: row;
  }
  /* line 19833, ../scss/_basic.scss */
  .filters-container .navbar-nav.ml-auto .nav-item {
    text-align: center;
    flex-grow: 1;
  }
  /* line 19836, ../scss/_basic.scss */
  .filters-container .navbar-nav.ml-auto .nav-item:first-child {
    flex-grow: 2;
  }

  /* line 19843, ../scss/_basic.scss */
  .modal-title .text-modal-small {
    font-size: 0.75rem;
  }
  /* line 19846, ../scss/_basic.scss */
  .modal-title span {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 576px) {
  /* line 19853, ../scss/_basic.scss */
  .focus-area--section .focus-area {
    margin-top: 32px;
  }
}
@media (max-width: 576px) {
  /* line 19859, ../scss/_basic.scss */
  .container, .container-about, .container-fluid {
    padding-right: 6.6666666667px;
    padding-left: 6.6666666667px;
  }

  /* line 19863, ../scss/_basic.scss */
  .row {
    margin-right: -6.6666666667px;
    margin-left: -6.6666666667px;
  }
  /* line 19867, ../scss/_basic.scss */
  .row > .col, .row > [class*="col-"] {
    padding-right: 6.6666666667px;
    padding-left: 6.6666666667px;
  }
  /* line 19872, ../scss/_basic.scss */
  .row.no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 19876, ../scss/_basic.scss */
  .row.no-gutters > .col, .row.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  /* line 19885, ../scss/_basic.scss */
  .banner .banner__texts .display-4, .banner .banner__texts .display-5 {
    font-size: 1.5rem;
    text-shadow: none;
  }
  /* line 19889, ../scss/_basic.scss */
  .banner .banner__texts p {
    font-size: 0.875rem;
  }
  /* line 19893, ../scss/_basic.scss */
  .banner .gutters--xl, .banner .gutters--lg {
    padding: 20px;
  }

  /* line 19898, ../scss/_basic.scss */
  .focus-area .focus__title {
    font-size: 1.25rem;
  }
  /* line 19901, ../scss/_basic.scss */
  .focus-area .focus__text {
    font-size: 0.875rem;
    max-width: 260px;
  }
  /* line 19905, ../scss/_basic.scss */
  .focus-area .focus__icon {
    width: 60px;
    height: 60px;
  }
  /* line 19909, ../scss/_basic.scss */
  .focus-area i {
    font-size: 1.8rem;
  }
  /* line 19912, ../scss/_basic.scss */
  .focus-area .focus__button {
    font-size: 0.875rem;
  }

  /* line 19917, ../scss/_basic.scss */
  .focus-area-overview h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  /* line 19921, ../scss/_basic.scss */
  .focus-area-overview p {
    font-size: 0.875rem;
    margin-bottom: 2rem;
  }

  /* line 19926, ../scss/_basic.scss */
  .focus__button, .about__button {
    font-size: 0.875rem;
  }

  /* line 19930, ../scss/_basic.scss */
  .grid .grid-sizer, .grid .grid-item, .grid .grid-sizer.grid-item-x2, .grid .grid-item.grid-item-x2 {
    width: 100%;
  }

  /* line 19935, ../scss/_basic.scss */
  .banner .banner__column--texts h3 {
    font-size: 1.5rem;
  }
  /* line 19938, ../scss/_basic.scss */
  .banner .banner__column--texts p {
    font-size: 0.875rem;
  }

  /* line 19943, ../scss/_basic.scss */
  .date-picker-wrapper .month-wrapper .gap {
    display: none;
  }
  /* line 19946, ../scss/_basic.scss */
  .date-picker-wrapper .month-wrapper table {
    width: 100%;
  }
  /* line 19948, ../scss/_basic.scss */
  .date-picker-wrapper .month-wrapper table.month2 {
    width: 100%;
  }

  /* line 19953, ../scss/_basic.scss */
  .pb-25 {
    padding-bottom: 1.5rem !important;
  }

  /* line 19957, ../scss/_basic.scss */
  .home-news .card-body {
    padding: .7rem 0;
  }
  /* line 19960, ../scss/_basic.scss */
  .home-news .card-footer {
    padding: .95rem 0;
  }

  /* line 19964, ../scss/_basic.scss */
  .scrolling-wrapper-flexbox {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
  }
  /* line 19969, ../scss/_basic.scss */
  .scrolling-wrapper-flexbox .card-container {
    flex: 0 0 auto;
  }
  /* line 19971, ../scss/_basic.scss */
  .scrolling-wrapper-flexbox .card-container .card {
    height: 450px !important;
    overflow: hidden;
  }
  /* line 19975, ../scss/_basic.scss */
  .scrolling-wrapper-flexbox .card-container .card-img-top {
    width: auto;
    height: 600px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  /* line 19984, ../scss/_basic.scss */
  .card-320, .card-360 {
    min-height: 180px;
  }

  /* line 19987, ../scss/_basic.scss */
  .py-5 {
    padding-bottom: 1rem !important;
    padding-top: 2rem !important;
  }

  /* line 19991, ../scss/_basic.scss */
  .my-5 {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important;
  }

  /* line 19995, ../scss/_basic.scss */
  .mt-5 {
    margin-top: 2rem !important;
  }

  /* line 19998, ../scss/_basic.scss */
  .pb-5 {
    padding-bottom: 2rem !important;
  }

  /* line 20001, ../scss/_basic.scss */
  .mobile-px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  /* line 20005, ../scss/_basic.scss */
  .mobile-pb-0 {
    padding-bottom: 0rem !important;
  }

  /* line 20008, ../scss/_basic.scss */
  .mobile-about-img {
    max-width: 130% !important;
    margin-top: -174px !important;
    margin-left: -18px !important;
  }

  /* line 20013, ../scss/_basic.scss */
  .mobile-h-200 {
    height: 200px;
  }

  /* line 20016, ../scss/_basic.scss */
  .p-home-news-featured {
    padding: 0 18px;
  }

  /* line 20019, ../scss/_basic.scss */
  .socialshare-text {
    font-size: 0.875rem;
  }

  /* line 20022, ../scss/_basic.scss */
  .scroll-nav .nav-link {
    padding: .5rem .5rem;
  }

  /* line 20025, ../scss/_basic.scss */
  .resources-detail .second-data__sub-hader img {
    width: 100%;
    height: auto;
  }
}
@media print {
  /* line 20032, ../scss/_basic.scss */
  body {
    padding-top: 0;
  }

  /* line 20035, ../scss/_basic.scss */
  .navbar {
    display: flex;
  }

  /* line 20038, ../scss/_basic.scss */
  header.fixed-top {
    position: relative;
  }

  /* line 20041, ../scss/_basic.scss */
  .badge-info {
    border-color: #1397E1;
  }

  /* line 20044, ../scss/_basic.scss */
  .badge-secondary {
    border-color: #F18A21;
  }

  /* line 20047, ../scss/_basic.scss */
  .badge-warning {
    border-color: #ffc107;
  }

  /* line 20050, ../scss/_basic.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 20055, ../scss/_basic.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 20059, ../scss/_basic.scss */
  .col-lg-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  /* line 20063, ../scss/_basic.scss */
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  /* line 20067, ../scss/_basic.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 20071, ../scss/_basic.scss */
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  /* line 20075, ../scss/_basic.scss */
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  /* line 20079, ../scss/_basic.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 20083, ../scss/_basic.scss */
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  /* line 20086, ../scss/_basic.scss */
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 20089, ../scss/_basic.scss */
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  /* line 20092, ../scss/_basic.scss */
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }

  /* line 20095, ../scss/_basic.scss */
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }

  /* line 20098, ../scss/_basic.scss */
  .d-lg-block {
    display: block !important;
  }

  /* line 20101, ../scss/_basic.scss */
  .d-lg-none {
    display: none !important;
  }

  /* line 20104, ../scss/_basic.scss */
  .order-lg-2 {
    order: 2;
  }

  /* line 20107, ../scss/_basic.scss */
  #overview {
    padding-top: 0 !important;
    margin-top: .4cm !important;
  }

  /* line 20111, ../scss/_basic.scss */
  .scroll-nav {
    display: none;
  }

  /* line 20115, ../scss/_basic.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 20118, ../scss/_basic.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6rem;
    padding-left: .6rem;
    font-size: .9rem;
  }

  /* line 20124, ../scss/_basic.scss */
  .collapse:not(.show) {
    display: flex !important;
    flex-basis: auto;
    height: auto;
  }

  /* line 20129, ../scss/_basic.scss */
  .navbar-brand.mx-auto {
    margin-left: inherit !important;
  }

  /* line 20132, ../scss/_basic.scss */
  #mainMenu.navbar-collapse {
    width: auto;
    height: auto;
    position: relative;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    padding: 0;
  }
  /* line 20142, ../scss/_basic.scss */
  #mainMenu.navbar-collapse .navbar-nav {
    flex-direction: unset;
    border: 0;
    padding: 0;
  }
  /* line 20146, ../scss/_basic.scss */
  #mainMenu.navbar-collapse .navbar-nav .d-lg-none {
    display: none !important;
  }

  /* line 20152, ../scss/_basic.scss */
  .banner.banner--400, .banner.banner--600 {
    height: 400px;
  }
  /* line 20155, ../scss/_basic.scss */
  .banner.banner--700 {
    height: 700px;
  }
  /* line 20158, ../scss/_basic.scss */
  .banner .banner--image {
    height: 100%;
    position: absolute !important;
  }
  /* line 20162, ../scss/_basic.scss */
  .banner .banner__caption {
    height: 100%;
  }
  /* line 20165, ../scss/_basic.scss */
  .banner .bg-red, .banner .bg-blue, .banner .bg-orange {
    background: linear-gradient(0deg, #252B33 0%, rgba(37, 43, 51, 0) 100%) !important;
  }
  /* line 20168, ../scss/_basic.scss */
  .banner .banner-box-x3 {
    height: 33%;
    cursor: pointer;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* line 20175, ../scss/_basic.scss */
  .focus-area {
    display: block !important;
    text-align: center;
  }
  /* line 20178, ../scss/_basic.scss */
  .focus-area .focus__text {
    margin: 0 auto;
  }

  /* line 20183, ../scss/_basic.scss */
  .grid .grid-item {
    float: left;
    padding: 0 8px;
    margin-bottom: 16px;
  }
  /* line 20188, ../scss/_basic.scss */
  .grid .grid-sizer, .grid .grid-item {
    width: 25%;
  }
  /* line 20191, ../scss/_basic.scss */
  .grid .grid-sizer.grid-item-x2, .grid .grid-item.grid-item-x2 {
    width: 50%;
  }

  /* line 20196, ../scss/_basic.scss */
  .facets-modal-conent .modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    display: block;
  }
  /* line 20198, ../scss/_basic.scss */
  .facets-modal-conent .modal.fade:not(.show) {
    opacity: 1;
  }
  /* line 20201, ../scss/_basic.scss */
  .facets-modal-conent .modal.fade .modal-content {
    background: white;
  }
  /* line 20204, ../scss/_basic.scss */
  .facets-modal-conent .modal.fade .modal-dialog {
    min-height: auto;
    transform: none;
  }
  /* line 20217, ../scss/_basic.scss */
  .facets-modal-conent .collapse:not(.show) {
    display: block !important;
  }
  /* line 20220, ../scss/_basic.scss */
  .facets-modal-conent .card .card-body {
    border-top: none !important;
  }
}
/* line 20226, ../scss/_basic.scss */
.hfrd-video-area {
  overflow: hidden;
  z-index: 3 !important;
  top: 0;
}

@media (max-width: 1599px) {
  /* line 20233, ../scss/_basic.scss */
  .hfrd-video-area {
    display: none;
  }
}
/* line 20238, ../scss/_basic.scss */
#hfrdVideo {
  position: absolute;
  top: 0;
  left: 0;
  /* width: 100%;
  height: 100%; */
  width: 140%;
  height: 140%;
  margin-left: -20%;
  object-fit: cover;
  object-position: center;
}

/* line 20251, ../scss/_basic.scss */
.w-desktop-1624 {
  max-width: 1624px;
  margin: auto;
  max-width: 1624px;
  margin: auto;
}

/* line 20258, ../scss/_basic.scss */
.hfrd-card {
  -webkit-transition: all .04s ease-out;
  -moz-transition: all .04s ease-out;
  -o-transition: all .04s ease-out;
  transition: all .04s ease-out;
  cursor: pointer;
}
/* line 20265, ../scss/_basic.scss */
.hfrd-card:hover .card-img-top {
  -webkit-transition: all .04s ease-out;
  -moz-transition: all .04s ease-out;
  -o-transition: all .04s ease-out;
  transition: all .04s ease-out;
  box-shadow: 0 0 20px 0 rgba(0, 81, 138, 0.4);
}
/* line 20272, ../scss/_basic.scss */
.hfrd-card:hover .card-title {
  -webkit-transition: all .04s ease-out;
  -moz-transition: all .04s ease-out;
  -o-transition: all .04s ease-out;
  transition: all .04s ease-out;
  color: #0B3C61;
}

/* line 20282, ../scss/_basic.scss */
.views-exposed-form label {
  font-weight: normal !important;
}

/* line 20286, ../scss/_basic.scss */
.node-office.node-teaser .country, .views-exposed-widget.views-widget-filter-created {
  display: none;
}

/* line 20290, ../scss/_basic.scss */
.user-picture-big img {
  /* border-radius: 50%; */
  object-fit: cover;
  width: 209px;
  height: 209px;
  height: auto;
}

/* line 20298, ../scss/_basic.scss */
.user-picture img {
  border-radius: 50%;
  object-fit: cover;
  width: 100px;
  height: 100px;
}

/* line 20305, ../scss/_basic.scss */
.display-flex {
  display: flex;
}

/* line 20309, ../scss/_basic.scss */
.flag-info {
  width: 50px;
  height: 34px;
}

/* line 20314, ../scss/_basic.scss */
.container-inline {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 0 0 0 40px;
}

/* line 20322, ../scss/_basic.scss */
.btn-search {
  display: none !important;
}

/* line 20326, ../scss/_basic.scss */
.edit-submit--2, #edit-submit--4, #edit-submit--2 {
  width: 80px;
  height: 40px;
  border-radius: 4px;
  border: none;
  background: #00518A;
  color: #ffffff;
  padding: 0;
}

/* #search-block-form button, html [type="button"], [type="reset"], [type="submit"] { */
/* line 20339, ../scss/_basic.scss */
.container-inline .form-item {
  width: 100%;
}
/* line 20342, ../scss/_basic.scss */
.container-inline .form-actions {
  padding-left: 40px;
}

/* line 20347, ../scss/_basic.scss */
.apachesolr-autocomplete {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #DBDBDB;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  /* border: 0 !important; */
  font-size: 2rem;
  box-shadow: none !important;
}

/* line 20365, ../scss/_basic.scss */
html.js input.form-autocomplete {
  background-image: none;
}

@media (max-width: 992px) {
  /* line 20372, ../scss/_basic.scss */
  .hero-cta {
    display: none;
  }
}
/* line 20377, ../scss/_basic.scss */
.w-mcc-card, .d-max38 {
  max-width: 100%;
}

@media (min-width: 768px) {
  /* line 20382, ../scss/_basic.scss */
  .w-mcc-card {
    max-width: 307px;
  }
}
@media (min-width: 768px) {
  /* line 20388, ../scss/_basic.scss */
  .d-max38 {
    max-width: 386px;
  }
}
/* line 20393, ../scss/_basic.scss */
.nav-events {
  display: flex;
  flex-direction: column;
  width: 100%;
}
/* line 20397, ../scss/_basic.scss */
.nav-events .category1 {
  position: relative;
  width: 100%;
}
/* line 20401, ../scss/_basic.scss */
.nav-events .category2 {
  position: relative;
  width: 100%;
  padding-top: 32px;
}
/* line 20406, ../scss/_basic.scss */
.nav-events .category-ul {
  display: flex;
  flex-wrap: wrap;
}
/* line 20410, ../scss/_basic.scss */
.nav-events .category1 .category-ul .category-list {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 10px;
}
/* line 20415, ../scss/_basic.scss */
.nav-events .category2 .category-ul .category-list {
  flex: 0 0 100%;
  min-width: 328px;
  max-width: 100%;
  padding-left: 10px;
}

@media (min-width: 993px) {
  /* line 20424, ../scss/_basic.scss */
  .nav-events {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  /* line 20428, ../scss/_basic.scss */
  .nav-events .category1 {
    position: relative;
    width: 50%;
    min-width: 440px;
  }
  /* line 20433, ../scss/_basic.scss */
  .nav-events .category2 {
    position: relative;
    width: 50%;
    padding-top: 0px;
  }
  /* line 20438, ../scss/_basic.scss */
  .nav-events .category-ul {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 20442, ../scss/_basic.scss */
  .nav-events .category1 .category-ul .category-list {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
  }
  /* line 20447, ../scss/_basic.scss */
  .nav-events .category2 .category-ul .category-list {
    flex: 0 0 50%;
    min-width: 328px;
    max-width: 50%;
    padding-left: 10px;
  }
}
@media (min-width: 1260px) {
  /* line 20460, ../scss/_basic.scss */
  .navbar-nav .nav-link {
    line-height: 29px;
  }
}
@media (min-width: 1440px) {
  /* line 20469, ../scss/_basic.scss */
  .nav-events {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  /* line 20473, ../scss/_basic.scss */
  .nav-events .category1 {
    position: relative;
    width: 50%;
    min-width: 440px;
  }
  /* line 20478, ../scss/_basic.scss */
  .nav-events .category2 {
    position: relative;
    width: 50%;
    padding-top: 0;
  }
  /* line 20483, ../scss/_basic.scss */
  .nav-events .category-ul {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 20487, ../scss/_basic.scss */
  .nav-events .category1 .category-ul .category-list {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
  }
  /* line 20492, ../scss/_basic.scss */
  .nav-events .category2 .category-ul .category-list {
    flex: 0 0 50%;
    min-width: 312px;
    max-width: 50%;
    padding-left: 10px;
  }
}
/* line 1, ../scss/legacy.scss */
/* line 2, ../scss/_legacy.scss */
.help-block {
  display: none;
}

/* line 5, ../scss/legacy.scss */
/* line 7, ../scss/_legacy.scss */
#block-emergo-contact-emergo-sidebar-contact {
  /* background-color: #59B7B3; */
  background-color: #0B3C61;
  padding: 30px;
  color: white;
}

/* line 12, ../scss/legacy.scss */
/* line 15, ../scss/_legacy.scss */
h2.block-title {
  font-size: 30px;
  line-height: 42px;
  color: white;
}

/* line 18, ../scss/legacy.scss */
/* line 22, ../scss/_legacy.scss */
.control-label {
  text-transform: uppercase;
  font-size: 12px;
  color: white;
}

/* line 24, ../scss/legacy.scss */
/* line 29, ../scss/_legacy.scss */
.form-required {
  color: white;
}

/* line 28, ../scss/legacy.scss */
/* line 34, ../scss/_legacy.scss */
.legacy-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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 45, ../scss/legacy.scss */
/* line 52, ../scss/_legacy.scss */
.legacy-card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 52, ../scss/legacy.scss */
/* line 60, ../scss/_legacy.scss */
.tiny-flag {
  max-width: 21px;
  height: auto;
}

/* line 57, ../scss/legacy.scss */
/* line 66, ../scss/_legacy.scss */
.margin-bottom-30 {
  margin-bottom: 30px;
}

/* line 61, ../scss/legacy.scss */
/* line 71, ../scss/_legacy.scss */
.card .position-relative {
  padding-bottom: 51%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

/* line 66, ../scss/legacy.scss */
/* line 78, ../scss/_legacy.scss */
.card .position-relative img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 76, ../scss/legacy.scss */
/* line 87, ../scss/_legacy.scss */
body.navbar-fixed #navbar-administration .navbar-tray-horizontal, body.navbar-fixed #navbar-administration.navbar-oriented .navbar-bar {
  top: 90px;
}

/* line 81, ../scss/legacy.scss */
/* line 92, ../scss/_legacy.scss */
.field-name-field-resource-body-2 a, .field-name-body a {
  color: #00518A;
  text-decoration: underline;
  cursor: pointer;
}

/* line 87, ../scss/legacy.scss */
/* line 99, ../scss/_legacy.scss */
.field-name-field-resource-body-2 a:hover, .field-name-body a:hover {
  color: #003c66;
}

/* line 91, ../scss/legacy.scss */
/* line 104, ../scss/_legacy.scss */
.card-img-top {
  width: 100%;
  height: auto;
}

/* line 96, ../scss/legacy.scss */
/* line 110, ../scss/_legacy.scss */
.suggestions a {
  color: #1397E1;
  text-decoration: underline;
}

/* line 103, ../scss/legacy.scss */
/* line 116, ../scss/_legacy.scss */
ul.list-unstyled li.expanded, ul.list-unstyled li.leaf {
  list-style-image: none;
  list-style-type: none;
}

/* line 108, ../scss/legacy.scss */
/* line 121, ../scss/_legacy.scss */
ul.list-unstyled .item-list ul li {
  margin: 0;
}

/* line 113, ../scss/legacy.scss */
/* line 126, ../scss/_legacy.scss */
.facetapi-facetapi-checkbox-links div.custom-control {
  padding-left: 0;
}

/* line 117, ../scss/legacy.scss */
/* line 131, ../scss/_legacy.scss */
.ui-autocomplete {
  z-index: 999999;
}

/* line 121, ../scss/legacy.scss */
/* line 136, ../scss/_legacy.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 126, ../scss/legacy.scss */
/* line 142, ../scss/_legacy.scss */
.field .field-label {
  font-weight: normal;
}

/* line 130, ../scss/legacy.scss */
/* line 147, ../scss/_legacy.scss */
.field-collection-container {
  border-bottom: none;
}

/* line 151, ../scss/_legacy.scss */
* {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

/* line 158, ../scss/_legacy.scss */
body {
  margin: 0px;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  background-color: #fff;
  font-family: 'Nunito Sans', sans-serif;
}

/* line 165, ../scss/_legacy.scss */
.fa,
.fas,
.far,
.fal,
.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 178, ../scss/_legacy.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 183, ../scss/_legacy.scss */
.fa-xs {
  font-size: .75em;
}

/* line 186, ../scss/_legacy.scss */
.fa-sm {
  font-size: .875em;
}

/* line 189, ../scss/_legacy.scss */
.fa-1x {
  font-size: 1em;
}

/* line 192, ../scss/_legacy.scss */
.fa-2x {
  font-size: 2em;
}

/* line 195, ../scss/_legacy.scss */
.fa-3x {
  font-size: 3em;
}

/* line 198, ../scss/_legacy.scss */
.fa-4x {
  font-size: 4em;
}

/* line 201, ../scss/_legacy.scss */
.fa-5x {
  font-size: 5em;
}

/* line 204, ../scss/_legacy.scss */
.fa-6x {
  font-size: 6em;
}

/* line 207, ../scss/_legacy.scss */
.fa-7x {
  font-size: 7em;
}

/* line 210, ../scss/_legacy.scss */
.fa-8x {
  font-size: 8em;
}

/* line 213, ../scss/_legacy.scss */
.fa-9x {
  font-size: 9em;
}

/* line 216, ../scss/_legacy.scss */
.fa-10x {
  font-size: 10em;
}

/* line 219, ../scss/_legacy.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 223, ../scss/_legacy.scss */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

/* line 227, ../scss/_legacy.scss */
.fa-ul > li {
  position: relative;
}

/* line 230, ../scss/_legacy.scss */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 237, ../scss/_legacy.scss */
.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

/* line 242, ../scss/_legacy.scss */
.fa-pull-left {
  float: left;
}

/* line 245, ../scss/_legacy.scss */
.fa-pull-right {
  float: right;
}

/* line 248, ../scss/_legacy.scss */
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

/* line 255, ../scss/_legacy.scss */
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

/* line 262, ../scss/_legacy.scss */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

/* line 265, ../scss/_legacy.scss */
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* line 274, ../scss/_legacy.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

/* line 278, ../scss/_legacy.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

/* line 282, ../scss/_legacy.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

/* line 286, ../scss/_legacy.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

/* line 290, ../scss/_legacy.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

/* line 294, ../scss/_legacy.scss */
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

/* line 298, ../scss/_legacy.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

/* line 306, ../scss/_legacy.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 314, ../scss/_legacy.scss */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 321, ../scss/_legacy.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 324, ../scss/_legacy.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 327, ../scss/_legacy.scss */
.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 332, ../scss/_legacy.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 335, ../scss/_legacy.scss */
.fa-abacus:before {
  content: "\f640";
}

/* line 338, ../scss/_legacy.scss */
.fa-accessible-icon:before {
  content: "\f368";
}

/* line 341, ../scss/_legacy.scss */
.fa-accusoft:before {
  content: "\f369";
}

/* line 344, ../scss/_legacy.scss */
.fa-acorn:before {
  content: "\f6ae";
}

/* line 347, ../scss/_legacy.scss */
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

/* line 350, ../scss/_legacy.scss */
.fa-ad:before {
  content: "\f641";
}

/* line 353, ../scss/_legacy.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 356, ../scss/_legacy.scss */
.fa-address-card:before {
  content: "\f2bb";
}

/* line 359, ../scss/_legacy.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 362, ../scss/_legacy.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 365, ../scss/_legacy.scss */
.fa-adobe:before {
  content: "\f778";
}

/* line 368, ../scss/_legacy.scss */
.fa-adversal:before {
  content: "\f36a";
}

/* line 371, ../scss/_legacy.scss */
.fa-affiliatetheme:before {
  content: "\f36b";
}

/* line 374, ../scss/_legacy.scss */
.fa-air-freshener:before {
  content: "\f5d0";
}

/* line 377, ../scss/_legacy.scss */
.fa-alarm-clock:before {
  content: "\f34e";
}

/* line 380, ../scss/_legacy.scss */
.fa-algolia:before {
  content: "\f36c";
}

/* line 383, ../scss/_legacy.scss */
.fa-alicorn:before {
  content: "\f6b0";
}

/* line 386, ../scss/_legacy.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 389, ../scss/_legacy.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 392, ../scss/_legacy.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 395, ../scss/_legacy.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 398, ../scss/_legacy.scss */
.fa-alipay:before {
  content: "\f642";
}

/* line 401, ../scss/_legacy.scss */
.fa-allergies:before {
  content: "\f461";
}

/* line 404, ../scss/_legacy.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 407, ../scss/_legacy.scss */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 410, ../scss/_legacy.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 413, ../scss/_legacy.scss */
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 416, ../scss/_legacy.scss */
.fa-amilia:before {
  content: "\f36d";
}

/* line 419, ../scss/_legacy.scss */
.fa-analytics:before {
  content: "\f643";
}

/* line 422, ../scss/_legacy.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 425, ../scss/_legacy.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 428, ../scss/_legacy.scss */
.fa-angel:before {
  content: "\f779";
}

/* line 431, ../scss/_legacy.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 434, ../scss/_legacy.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 437, ../scss/_legacy.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 440, ../scss/_legacy.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 443, ../scss/_legacy.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 446, ../scss/_legacy.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 449, ../scss/_legacy.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 452, ../scss/_legacy.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 455, ../scss/_legacy.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 458, ../scss/_legacy.scss */
.fa-angry:before {
  content: "\f556";
}

/* line 461, ../scss/_legacy.scss */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 464, ../scss/_legacy.scss */
.fa-angular:before {
  content: "\f420";
}

/* line 467, ../scss/_legacy.scss */
.fa-ankh:before {
  content: "\f644";
}

/* line 470, ../scss/_legacy.scss */
.fa-app-store:before {
  content: "\f36f";
}

/* line 473, ../scss/_legacy.scss */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 476, ../scss/_legacy.scss */
.fa-apper:before {
  content: "\f371";
}

/* line 479, ../scss/_legacy.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 482, ../scss/_legacy.scss */
.fa-apple-alt:before {
  content: "\f5d1";
}

/* line 485, ../scss/_legacy.scss */
.fa-apple-crate:before {
  content: "\f6b1";
}

/* line 488, ../scss/_legacy.scss */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 491, ../scss/_legacy.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 494, ../scss/_legacy.scss */
.fa-archway:before {
  content: "\f557";
}

/* line 497, ../scss/_legacy.scss */
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

/* line 500, ../scss/_legacy.scss */
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

/* line 503, ../scss/_legacy.scss */
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

/* line 506, ../scss/_legacy.scss */
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

/* line 509, ../scss/_legacy.scss */
.fa-arrow-alt-down:before {
  content: "\f354";
}

/* line 512, ../scss/_legacy.scss */
.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}

/* line 515, ../scss/_legacy.scss */
.fa-arrow-alt-from-left:before {
  content: "\f347";
}

/* line 518, ../scss/_legacy.scss */
.fa-arrow-alt-from-right:before {
  content: "\f348";
}

/* line 521, ../scss/_legacy.scss */
.fa-arrow-alt-from-top:before {
  content: "\f349";
}

/* line 524, ../scss/_legacy.scss */
.fa-arrow-alt-left:before {
  content: "\f355";
}

/* line 527, ../scss/_legacy.scss */
.fa-arrow-alt-right:before {
  content: "\f356";
}

/* line 530, ../scss/_legacy.scss */
.fa-arrow-alt-square-down:before {
  content: "\f350";
}

/* line 533, ../scss/_legacy.scss */
.fa-arrow-alt-square-left:before {
  content: "\f351";
}

/* line 536, ../scss/_legacy.scss */
.fa-arrow-alt-square-right:before {
  content: "\f352";
}

/* line 539, ../scss/_legacy.scss */
.fa-arrow-alt-square-up:before {
  content: "\f353";
}

/* line 542, ../scss/_legacy.scss */
.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}

/* line 545, ../scss/_legacy.scss */
.fa-arrow-alt-to-left:before {
  content: "\f34b";
}

/* line 548, ../scss/_legacy.scss */
.fa-arrow-alt-to-right:before {
  content: "\f34c";
}

/* line 551, ../scss/_legacy.scss */
.fa-arrow-alt-to-top:before {
  content: "\f34d";
}

/* line 554, ../scss/_legacy.scss */
.fa-arrow-alt-up:before {
  content: "\f357";
}

/* line 557, ../scss/_legacy.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 560, ../scss/_legacy.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 563, ../scss/_legacy.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 566, ../scss/_legacy.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 569, ../scss/_legacy.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 572, ../scss/_legacy.scss */
.fa-arrow-from-bottom:before {
  content: "\f342";
}

/* line 575, ../scss/_legacy.scss */
.fa-arrow-from-left:before {
  content: "\f343";
}

/* line 578, ../scss/_legacy.scss */
.fa-arrow-from-right:before {
  content: "\f344";
}

/* line 581, ../scss/_legacy.scss */
.fa-arrow-from-top:before {
  content: "\f345";
}

/* line 584, ../scss/_legacy.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 587, ../scss/_legacy.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 590, ../scss/_legacy.scss */
.fa-arrow-square-down:before {
  content: "\f339";
}

/* line 593, ../scss/_legacy.scss */
.fa-arrow-square-left:before {
  content: "\f33a";
}

/* line 596, ../scss/_legacy.scss */
.fa-arrow-square-right:before {
  content: "\f33b";
}

/* line 599, ../scss/_legacy.scss */
.fa-arrow-square-up:before {
  content: "\f33c";
}

/* line 602, ../scss/_legacy.scss */
.fa-arrow-to-bottom:before {
  content: "\f33d";
}

/* line 605, ../scss/_legacy.scss */
.fa-arrow-to-left:before {
  content: "\f33e";
}

/* line 608, ../scss/_legacy.scss */
.fa-arrow-to-right:before {
  content: "\f340";
}

/* line 611, ../scss/_legacy.scss */
.fa-arrow-to-top:before {
  content: "\f341";
}

/* line 614, ../scss/_legacy.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 617, ../scss/_legacy.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 620, ../scss/_legacy.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 623, ../scss/_legacy.scss */
.fa-arrows-alt-h:before {
  content: "\f337";
}

/* line 626, ../scss/_legacy.scss */
.fa-arrows-alt-v:before {
  content: "\f338";
}

/* line 629, ../scss/_legacy.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 632, ../scss/_legacy.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 635, ../scss/_legacy.scss */
.fa-artstation:before {
  content: "\f77a";
}

/* line 638, ../scss/_legacy.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 641, ../scss/_legacy.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 644, ../scss/_legacy.scss */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 647, ../scss/_legacy.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 650, ../scss/_legacy.scss */
.fa-atlas:before {
  content: "\f558";
}

/* line 653, ../scss/_legacy.scss */
.fa-atlassian:before {
  content: "\f77b";
}

/* line 656, ../scss/_legacy.scss */
.fa-atom:before {
  content: "\f5d2";
}

/* line 659, ../scss/_legacy.scss */
.fa-atom-alt:before {
  content: "\f5d3";
}

/* line 662, ../scss/_legacy.scss */
.fa-audible:before {
  content: "\f373";
}

/* line 665, ../scss/_legacy.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 668, ../scss/_legacy.scss */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 671, ../scss/_legacy.scss */
.fa-avianex:before {
  content: "\f374";
}

/* line 674, ../scss/_legacy.scss */
.fa-aviato:before {
  content: "\f421";
}

/* line 677, ../scss/_legacy.scss */
.fa-award:before {
  content: "\f559";
}

/* line 680, ../scss/_legacy.scss */
.fa-aws:before {
  content: "\f375";
}

/* line 683, ../scss/_legacy.scss */
.fa-axe:before {
  content: "\f6b2";
}

/* line 686, ../scss/_legacy.scss */
.fa-axe-battle:before {
  content: "\f6b3";
}

/* line 689, ../scss/_legacy.scss */
.fa-baby:before {
  content: "\f77c";
}

/* line 692, ../scss/_legacy.scss */
.fa-baby-carriage:before {
  content: "\f77d";
}

/* line 695, ../scss/_legacy.scss */
.fa-backpack:before {
  content: "\f5d4";
}

/* line 698, ../scss/_legacy.scss */
.fa-backspace:before {
  content: "\f55a";
}

/* line 701, ../scss/_legacy.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 704, ../scss/_legacy.scss */
.fa-bacon:before {
  content: "\f7e5";
}

/* line 707, ../scss/_legacy.scss */
.fa-badge:before {
  content: "\f335";
}

/* line 710, ../scss/_legacy.scss */
.fa-badge-check:before {
  content: "\f336";
}

/* line 713, ../scss/_legacy.scss */
.fa-badge-dollar:before {
  content: "\f645";
}

/* line 716, ../scss/_legacy.scss */
.fa-badge-percent:before {
  content: "\f646";
}

/* line 719, ../scss/_legacy.scss */
.fa-badger-honey:before {
  content: "\f6b4";
}

/* line 722, ../scss/_legacy.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 725, ../scss/_legacy.scss */
.fa-balance-scale-left:before {
  content: "\f515";
}

/* line 728, ../scss/_legacy.scss */
.fa-balance-scale-right:before {
  content: "\f516";
}

/* line 731, ../scss/_legacy.scss */
.fa-ball-pile:before {
  content: "\f77e";
}

/* line 734, ../scss/_legacy.scss */
.fa-ballot:before {
  content: "\f732";
}

/* line 737, ../scss/_legacy.scss */
.fa-ballot-check:before {
  content: "\f733";
}

/* line 740, ../scss/_legacy.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 743, ../scss/_legacy.scss */
.fa-band-aid:before {
  content: "\f462";
}

/* line 746, ../scss/_legacy.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 749, ../scss/_legacy.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 752, ../scss/_legacy.scss */
.fa-barcode-alt:before {
  content: "\f463";
}

/* line 755, ../scss/_legacy.scss */
.fa-barcode-read:before {
  content: "\f464";
}

/* line 758, ../scss/_legacy.scss */
.fa-barcode-scan:before {
  content: "\f465";
}

/* line 761, ../scss/_legacy.scss */
.fa-bars:before {
  content: "\f0c9";
}

/* line 764, ../scss/_legacy.scss */
.fa-baseball:before {
  content: "\f432";
}

/* line 767, ../scss/_legacy.scss */
.fa-baseball-ball:before {
  content: "\f433";
}

/* line 770, ../scss/_legacy.scss */
.fa-basketball-ball:before {
  content: "\f434";
}

/* line 773, ../scss/_legacy.scss */
.fa-basketball-hoop:before {
  content: "\f435";
}

/* line 776, ../scss/_legacy.scss */
.fa-bat:before {
  content: "\f6b5";
}

/* line 779, ../scss/_legacy.scss */
.fa-bath:before {
  content: "\f2cd";
}

/* line 782, ../scss/_legacy.scss */
.fa-battery-bolt:before {
  content: "\f376";
}

/* line 785, ../scss/_legacy.scss */
.fa-battery-empty:before {
  content: "\f244";
}

/* line 788, ../scss/_legacy.scss */
.fa-battery-full:before {
  content: "\f240";
}

/* line 791, ../scss/_legacy.scss */
.fa-battery-half:before {
  content: "\f242";
}

/* line 794, ../scss/_legacy.scss */
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 797, ../scss/_legacy.scss */
.fa-battery-slash:before {
  content: "\f377";
}

/* line 800, ../scss/_legacy.scss */
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 803, ../scss/_legacy.scss */
.fa-bed:before {
  content: "\f236";
}

/* line 806, ../scss/_legacy.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 809, ../scss/_legacy.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 812, ../scss/_legacy.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 815, ../scss/_legacy.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 818, ../scss/_legacy.scss */
.fa-bell-school:before {
  content: "\f5d5";
}

/* line 821, ../scss/_legacy.scss */
.fa-bell-school-slash:before {
  content: "\f5d6";
}

/* line 824, ../scss/_legacy.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 827, ../scss/_legacy.scss */
.fa-bells:before {
  content: "\f77f";
}

/* line 830, ../scss/_legacy.scss */
.fa-bezier-curve:before {
  content: "\f55b";
}

/* line 833, ../scss/_legacy.scss */
.fa-bible:before {
  content: "\f647";
}

/* line 836, ../scss/_legacy.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 839, ../scss/_legacy.scss */
.fa-bimobject:before {
  content: "\f378";
}

/* line 842, ../scss/_legacy.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 845, ../scss/_legacy.scss */
.fa-biohazard:before {
  content: "\f780";
}

/* line 848, ../scss/_legacy.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 851, ../scss/_legacy.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 854, ../scss/_legacy.scss */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 857, ../scss/_legacy.scss */
.fa-bity:before {
  content: "\f37a";
}

/* line 860, ../scss/_legacy.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 863, ../scss/_legacy.scss */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 866, ../scss/_legacy.scss */
.fa-blanket:before {
  content: "\f498";
}

/* line 869, ../scss/_legacy.scss */
.fa-blender:before {
  content: "\f517";
}

/* line 872, ../scss/_legacy.scss */
.fa-blender-phone:before {
  content: "\f6b6";
}

/* line 875, ../scss/_legacy.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 878, ../scss/_legacy.scss */
.fa-blog:before {
  content: "\f781";
}

/* line 881, ../scss/_legacy.scss */
.fa-blogger:before {
  content: "\f37c";
}

/* line 884, ../scss/_legacy.scss */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 887, ../scss/_legacy.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 890, ../scss/_legacy.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 893, ../scss/_legacy.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 896, ../scss/_legacy.scss */
.fa-bolt:before {
  content: "\f0e7";
}

/* line 899, ../scss/_legacy.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 902, ../scss/_legacy.scss */
.fa-bone:before {
  content: "\f5d7";
}

/* line 905, ../scss/_legacy.scss */
.fa-bone-break:before {
  content: "\f5d8";
}

/* line 908, ../scss/_legacy.scss */
.fa-bong:before {
  content: "\f55c";
}

/* line 911, ../scss/_legacy.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 914, ../scss/_legacy.scss */
.fa-book-alt:before {
  content: "\f5d9";
}

/* line 917, ../scss/_legacy.scss */
.fa-book-dead:before {
  content: "\f6b7";
}

/* line 920, ../scss/_legacy.scss */
.fa-book-heart:before {
  content: "\f499";
}

/* line 923, ../scss/_legacy.scss */
.fa-book-medical:before {
  content: "\f7e6";
}

/* line 926, ../scss/_legacy.scss */
.fa-book-open:before {
  content: "\f518";
}

/* line 929, ../scss/_legacy.scss */
.fa-book-reader:before {
  content: "\f5da";
}

/* line 932, ../scss/_legacy.scss */
.fa-book-spells:before {
  content: "\f6b8";
}

/* line 935, ../scss/_legacy.scss */
.fa-book-user:before {
  content: "\f7e7";
}

/* line 938, ../scss/_legacy.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 941, ../scss/_legacy.scss */
.fa-books:before {
  content: "\f5db";
}

/* line 944, ../scss/_legacy.scss */
.fa-books-medical:before {
  content: "\f7e8";
}

/* line 947, ../scss/_legacy.scss */
.fa-boot:before {
  content: "\f782";
}

/* line 950, ../scss/_legacy.scss */
.fa-booth-curtain:before {
  content: "\f734";
}

/* line 953, ../scss/_legacy.scss */
.fa-bow-arrow:before {
  content: "\f6b9";
}

/* line 956, ../scss/_legacy.scss */
.fa-bowling-ball:before {
  content: "\f436";
}

/* line 959, ../scss/_legacy.scss */
.fa-bowling-pins:before {
  content: "\f437";
}

/* line 962, ../scss/_legacy.scss */
.fa-box:before {
  content: "\f466";
}

/* line 965, ../scss/_legacy.scss */
.fa-box-alt:before {
  content: "\f49a";
}

/* line 968, ../scss/_legacy.scss */
.fa-box-ballot:before {
  content: "\f735";
}

/* line 971, ../scss/_legacy.scss */
.fa-box-check:before {
  content: "\f467";
}

/* line 974, ../scss/_legacy.scss */
.fa-box-fragile:before {
  content: "\f49b";
}

/* line 977, ../scss/_legacy.scss */
.fa-box-full:before {
  content: "\f49c";
}

/* line 980, ../scss/_legacy.scss */
.fa-box-heart:before {
  content: "\f49d";
}

/* line 983, ../scss/_legacy.scss */
.fa-box-open:before {
  content: "\f49e";
}

/* line 986, ../scss/_legacy.scss */
.fa-box-up:before {
  content: "\f49f";
}

/* line 989, ../scss/_legacy.scss */
.fa-box-usd:before {
  content: "\f4a0";
}

/* line 992, ../scss/_legacy.scss */
.fa-boxes:before {
  content: "\f468";
}

/* line 995, ../scss/_legacy.scss */
.fa-boxes-alt:before {
  content: "\f4a1";
}

/* line 998, ../scss/_legacy.scss */
.fa-boxing-glove:before {
  content: "\f438";
}

/* line 1001, ../scss/_legacy.scss */
.fa-brackets:before {
  content: "\f7e9";
}

/* line 1004, ../scss/_legacy.scss */
.fa-brackets-curly:before {
  content: "\f7ea";
}

/* line 1007, ../scss/_legacy.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 1010, ../scss/_legacy.scss */
.fa-brain:before {
  content: "\f5dc";
}

/* line 1013, ../scss/_legacy.scss */
.fa-bread-loaf:before {
  content: "\f7eb";
}

/* line 1016, ../scss/_legacy.scss */
.fa-bread-slice:before {
  content: "\f7ec";
}

/* line 1019, ../scss/_legacy.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 1022, ../scss/_legacy.scss */
.fa-briefcase-medical:before {
  content: "\f469";
}

/* line 1025, ../scss/_legacy.scss */
.fa-broadcast-tower:before {
  content: "\f519";
}

/* line 1028, ../scss/_legacy.scss */
.fa-broom:before {
  content: "\f51a";
}

/* line 1031, ../scss/_legacy.scss */
.fa-browser:before {
  content: "\f37e";
}

/* line 1034, ../scss/_legacy.scss */
.fa-brush:before {
  content: "\f55d";
}

/* line 1037, ../scss/_legacy.scss */
.fa-btc:before {
  content: "\f15a";
}

/* line 1040, ../scss/_legacy.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 1043, ../scss/_legacy.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 1046, ../scss/_legacy.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 1049, ../scss/_legacy.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1052, ../scss/_legacy.scss */
.fa-bullseye-arrow:before {
  content: "\f648";
}

/* line 1055, ../scss/_legacy.scss */
.fa-bullseye-pointer:before {
  content: "\f649";
}

/* line 1058, ../scss/_legacy.scss */
.fa-burn:before {
  content: "\f46a";
}

/* line 1061, ../scss/_legacy.scss */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 1064, ../scss/_legacy.scss */
.fa-burrito:before {
  content: "\f7ed";
}

/* line 1067, ../scss/_legacy.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 1070, ../scss/_legacy.scss */
.fa-bus-alt:before {
  content: "\f55e";
}

/* line 1073, ../scss/_legacy.scss */
.fa-bus-school:before {
  content: "\f5dd";
}

/* line 1076, ../scss/_legacy.scss */
.fa-business-time:before {
  content: "\f64a";
}

/* line 1079, ../scss/_legacy.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1082, ../scss/_legacy.scss */
.fa-cabinet-filing:before {
  content: "\f64b";
}

/* line 1085, ../scss/_legacy.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1088, ../scss/_legacy.scss */
.fa-calculator-alt:before {
  content: "\f64c";
}

/* line 1091, ../scss/_legacy.scss */
.fa-calendar:before {
  content: "\f133";
}

/* line 1094, ../scss/_legacy.scss */
.fa-calendar-alt:before {
  content: "\f073";
}

/* line 1097, ../scss/_legacy.scss */
.fa-calendar-check:before {
  content: "\f274";
}

/* line 1100, ../scss/_legacy.scss */
.fa-calendar-day:before {
  content: "\f783";
}

/* line 1103, ../scss/_legacy.scss */
.fa-calendar-edit:before {
  content: "\f333";
}

/* line 1106, ../scss/_legacy.scss */
.fa-calendar-exclamation:before {
  content: "\f334";
}

/* line 1109, ../scss/_legacy.scss */
.fa-calendar-minus:before {
  content: "\f272";
}

/* line 1112, ../scss/_legacy.scss */
.fa-calendar-plus:before {
  content: "\f271";
}

/* line 1115, ../scss/_legacy.scss */
.fa-calendar-star:before {
  content: "\f736";
}

/* line 1118, ../scss/_legacy.scss */
.fa-calendar-times:before {
  content: "\f273";
}

/* line 1121, ../scss/_legacy.scss */
.fa-calendar-week:before {
  content: "\f784";
}

/* line 1124, ../scss/_legacy.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 1127, ../scss/_legacy.scss */
.fa-camera-alt:before {
  content: "\f332";
}

/* line 1130, ../scss/_legacy.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 1133, ../scss/_legacy.scss */
.fa-campfire:before {
  content: "\f6ba";
}

/* line 1136, ../scss/_legacy.scss */
.fa-campground:before {
  content: "\f6bb";
}

/* line 1139, ../scss/_legacy.scss */
.fa-canadian-maple-leaf:before {
  content: "\f785";
}

/* line 1142, ../scss/_legacy.scss */
.fa-candle-holder:before {
  content: "\f6bc";
}

/* line 1145, ../scss/_legacy.scss */
.fa-candy-cane:before {
  content: "\f786";
}

/* line 1148, ../scss/_legacy.scss */
.fa-candy-corn:before {
  content: "\f6bd";
}

/* line 1151, ../scss/_legacy.scss */
.fa-cannabis:before {
  content: "\f55f";
}

/* line 1154, ../scss/_legacy.scss */
.fa-capsules:before {
  content: "\f46b";
}

/* line 1157, ../scss/_legacy.scss */
.fa-car:before {
  content: "\f1b9";
}

/* line 1160, ../scss/_legacy.scss */
.fa-car-alt:before {
  content: "\f5de";
}

/* line 1163, ../scss/_legacy.scss */
.fa-car-battery:before {
  content: "\f5df";
}

/* line 1166, ../scss/_legacy.scss */
.fa-car-bump:before {
  content: "\f5e0";
}

/* line 1169, ../scss/_legacy.scss */
.fa-car-crash:before {
  content: "\f5e1";
}

/* line 1172, ../scss/_legacy.scss */
.fa-car-garage:before {
  content: "\f5e2";
}

/* line 1175, ../scss/_legacy.scss */
.fa-car-mechanic:before {
  content: "\f5e3";
}

/* line 1178, ../scss/_legacy.scss */
.fa-car-side:before {
  content: "\f5e4";
}

/* line 1181, ../scss/_legacy.scss */
.fa-car-tilt:before {
  content: "\f5e5";
}

/* line 1184, ../scss/_legacy.scss */
.fa-car-wash:before {
  content: "\f5e6";
}

/* line 1187, ../scss/_legacy.scss */
.fa-caret-circle-down:before {
  content: "\f32d";
}

/* line 1190, ../scss/_legacy.scss */
.fa-caret-circle-left:before {
  content: "\f32e";
}

/* line 1193, ../scss/_legacy.scss */
.fa-caret-circle-right:before {
  content: "\f330";
}

/* line 1196, ../scss/_legacy.scss */
.fa-caret-circle-up:before {
  content: "\f331";
}

/* line 1199, ../scss/_legacy.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 1202, ../scss/_legacy.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 1205, ../scss/_legacy.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 1208, ../scss/_legacy.scss */
.fa-caret-square-down:before {
  content: "\f150";
}

/* line 1211, ../scss/_legacy.scss */
.fa-caret-square-left:before {
  content: "\f191";
}

/* line 1214, ../scss/_legacy.scss */
.fa-caret-square-right:before {
  content: "\f152";
}

/* line 1217, ../scss/_legacy.scss */
.fa-caret-square-up:before {
  content: "\f151";
}

/* line 1220, ../scss/_legacy.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 1223, ../scss/_legacy.scss */
.fa-carrot:before {
  content: "\f787";
}

/* line 1226, ../scss/_legacy.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1229, ../scss/_legacy.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1232, ../scss/_legacy.scss */
.fa-cash-register:before {
  content: "\f788";
}

/* line 1235, ../scss/_legacy.scss */
.fa-cat:before {
  content: "\f6be";
}

/* line 1238, ../scss/_legacy.scss */
.fa-cauldron:before {
  content: "\f6bf";
}

/* line 1241, ../scss/_legacy.scss */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 1244, ../scss/_legacy.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1247, ../scss/_legacy.scss */
.fa-cc-apple-pay:before {
  content: "\f416";
}

/* line 1250, ../scss/_legacy.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1253, ../scss/_legacy.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1256, ../scss/_legacy.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1259, ../scss/_legacy.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1262, ../scss/_legacy.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1265, ../scss/_legacy.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1268, ../scss/_legacy.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1271, ../scss/_legacy.scss */
.fa-centercode:before {
  content: "\f380";
}

/* line 1274, ../scss/_legacy.scss */
.fa-centos:before {
  content: "\f789";
}

/* line 1277, ../scss/_legacy.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 1280, ../scss/_legacy.scss */
.fa-chair:before {
  content: "\f6c0";
}

/* line 1283, ../scss/_legacy.scss */
.fa-chair-office:before {
  content: "\f6c1";
}

/* line 1286, ../scss/_legacy.scss */
.fa-chalkboard:before {
  content: "\f51b";
}

/* line 1289, ../scss/_legacy.scss */
.fa-chalkboard-teacher:before {
  content: "\f51c";
}

/* line 1292, ../scss/_legacy.scss */
.fa-charging-station:before {
  content: "\f5e7";
}

/* line 1295, ../scss/_legacy.scss */
.fa-chart-area:before {
  content: "\f1fe";
}

/* line 1298, ../scss/_legacy.scss */
.fa-chart-bar:before {
  content: "\f080";
}

/* line 1301, ../scss/_legacy.scss */
.fa-chart-line:before {
  content: "\f201";
}

/* line 1304, ../scss/_legacy.scss */
.fa-chart-line-down:before {
  content: "\f64d";
}

/* line 1307, ../scss/_legacy.scss */
.fa-chart-network:before {
  content: "\f78a";
}

/* line 1310, ../scss/_legacy.scss */
.fa-chart-pie:before {
  content: "\f200";
}

/* line 1313, ../scss/_legacy.scss */
.fa-chart-pie-alt:before {
  content: "\f64e";
}

/* line 1316, ../scss/_legacy.scss */
.fa-chart-scatter:before {
  content: "\f7ee";
}

/* line 1319, ../scss/_legacy.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 1322, ../scss/_legacy.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 1325, ../scss/_legacy.scss */
.fa-check-double:before {
  content: "\f560";
}

/* line 1328, ../scss/_legacy.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1331, ../scss/_legacy.scss */
.fa-cheese:before {
  content: "\f7ef";
}

/* line 1334, ../scss/_legacy.scss */
.fa-cheese-swiss:before {
  content: "\f7f0";
}

/* line 1337, ../scss/_legacy.scss */
.fa-cheeseburger:before {
  content: "\f7f1";
}

/* line 1340, ../scss/_legacy.scss */
.fa-chess:before {
  content: "\f439";
}

/* line 1343, ../scss/_legacy.scss */
.fa-chess-bishop:before {
  content: "\f43a";
}

/* line 1346, ../scss/_legacy.scss */
.fa-chess-bishop-alt:before {
  content: "\f43b";
}

/* line 1349, ../scss/_legacy.scss */
.fa-chess-board:before {
  content: "\f43c";
}

/* line 1352, ../scss/_legacy.scss */
.fa-chess-clock:before {
  content: "\f43d";
}

/* line 1355, ../scss/_legacy.scss */
.fa-chess-clock-alt:before {
  content: "\f43e";
}

/* line 1358, ../scss/_legacy.scss */
.fa-chess-king:before {
  content: "\f43f";
}

/* line 1361, ../scss/_legacy.scss */
.fa-chess-king-alt:before {
  content: "\f440";
}

/* line 1364, ../scss/_legacy.scss */
.fa-chess-knight:before {
  content: "\f441";
}

/* line 1367, ../scss/_legacy.scss */
.fa-chess-knight-alt:before {
  content: "\f442";
}

/* line 1370, ../scss/_legacy.scss */
.fa-chess-pawn:before {
  content: "\f443";
}

/* line 1373, ../scss/_legacy.scss */
.fa-chess-pawn-alt:before {
  content: "\f444";
}

/* line 1376, ../scss/_legacy.scss */
.fa-chess-queen:before {
  content: "\f445";
}

/* line 1379, ../scss/_legacy.scss */
.fa-chess-queen-alt:before {
  content: "\f446";
}

/* line 1382, ../scss/_legacy.scss */
.fa-chess-rook:before {
  content: "\f447";
}

/* line 1385, ../scss/_legacy.scss */
.fa-chess-rook-alt:before {
  content: "\f448";
}

/* line 1388, ../scss/_legacy.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1391, ../scss/_legacy.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1394, ../scss/_legacy.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1397, ../scss/_legacy.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1400, ../scss/_legacy.scss */
.fa-chevron-double-down:before {
  content: "\f322";
}

/* line 1403, ../scss/_legacy.scss */
.fa-chevron-double-left:before {
  content: "\f323";
}

/* line 1406, ../scss/_legacy.scss */
.fa-chevron-double-right:before {
  content: "\f324";
}

/* line 1409, ../scss/_legacy.scss */
.fa-chevron-double-up:before {
  content: "\f325";
}

/* line 1412, ../scss/_legacy.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 1415, ../scss/_legacy.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 1418, ../scss/_legacy.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 1421, ../scss/_legacy.scss */
.fa-chevron-square-down:before {
  content: "\f329";
}

/* line 1424, ../scss/_legacy.scss */
.fa-chevron-square-left:before {
  content: "\f32a";
}

/* line 1427, ../scss/_legacy.scss */
.fa-chevron-square-right:before {
  content: "\f32b";
}

/* line 1430, ../scss/_legacy.scss */
.fa-chevron-square-up:before {
  content: "\f32c";
}

/* line 1433, ../scss/_legacy.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 1436, ../scss/_legacy.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 1439, ../scss/_legacy.scss */
.fa-chimney:before {
  content: "\f78b";
}

/* line 1442, ../scss/_legacy.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 1445, ../scss/_legacy.scss */
.fa-church:before {
  content: "\f51d";
}

/* line 1448, ../scss/_legacy.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 1451, ../scss/_legacy.scss */
.fa-circle-notch:before {
  content: "\f1ce";
}

/* line 1454, ../scss/_legacy.scss */
.fa-city:before {
  content: "\f64f";
}

/* line 1457, ../scss/_legacy.scss */
.fa-claw-marks:before {
  content: "\f6c2";
}

/* line 1460, ../scss/_legacy.scss */
.fa-clinic-medical:before {
  content: "\f7f2";
}

/* line 1463, ../scss/_legacy.scss */
.fa-clipboard:before {
  content: "\f328";
}

/* line 1466, ../scss/_legacy.scss */
.fa-clipboard-check:before {
  content: "\f46c";
}

/* line 1469, ../scss/_legacy.scss */
.fa-clipboard-list:before {
  content: "\f46d";
}

/* line 1472, ../scss/_legacy.scss */
.fa-clipboard-list-check:before {
  content: "\f737";
}

/* line 1475, ../scss/_legacy.scss */
.fa-clipboard-prescription:before {
  content: "\f5e8";
}

/* line 1478, ../scss/_legacy.scss */
.fa-clipboard-user:before {
  content: "\f7f3";
}

/* line 1481, ../scss/_legacy.scss */
.fa-clock:before {
  content: "\f017";
}

/* line 1484, ../scss/_legacy.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 1487, ../scss/_legacy.scss */
.fa-closed-captioning:before {
  content: "\f20a";
}

/* line 1490, ../scss/_legacy.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 1493, ../scss/_legacy.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 1496, ../scss/_legacy.scss */
.fa-cloud-download-alt:before {
  content: "\f381";
}

/* line 1499, ../scss/_legacy.scss */
.fa-cloud-drizzle:before {
  content: "\f738";
}

/* line 1502, ../scss/_legacy.scss */
.fa-cloud-hail:before {
  content: "\f739";
}

/* line 1505, ../scss/_legacy.scss */
.fa-cloud-hail-mixed:before {
  content: "\f73a";
}

/* line 1508, ../scss/_legacy.scss */
.fa-cloud-meatball:before {
  content: "\f73b";
}

/* line 1511, ../scss/_legacy.scss */
.fa-cloud-moon:before {
  content: "\f6c3";
}

/* line 1514, ../scss/_legacy.scss */
.fa-cloud-moon-rain:before {
  content: "\f73c";
}

/* line 1517, ../scss/_legacy.scss */
.fa-cloud-rain:before {
  content: "\f73d";
}

/* line 1520, ../scss/_legacy.scss */
.fa-cloud-rainbow:before {
  content: "\f73e";
}

/* line 1523, ../scss/_legacy.scss */
.fa-cloud-showers:before {
  content: "\f73f";
}

/* line 1526, ../scss/_legacy.scss */
.fa-cloud-showers-heavy:before {
  content: "\f740";
}

/* line 1529, ../scss/_legacy.scss */
.fa-cloud-sleet:before {
  content: "\f741";
}

/* line 1532, ../scss/_legacy.scss */
.fa-cloud-snow:before {
  content: "\f742";
}

/* line 1535, ../scss/_legacy.scss */
.fa-cloud-sun:before {
  content: "\f6c4";
}

/* line 1538, ../scss/_legacy.scss */
.fa-cloud-sun-rain:before {
  content: "\f743";
}

/* line 1541, ../scss/_legacy.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 1544, ../scss/_legacy.scss */
.fa-cloud-upload-alt:before {
  content: "\f382";
}

/* line 1547, ../scss/_legacy.scss */
.fa-clouds:before {
  content: "\f744";
}

/* line 1550, ../scss/_legacy.scss */
.fa-clouds-moon:before {
  content: "\f745";
}

/* line 1553, ../scss/_legacy.scss */
.fa-clouds-sun:before {
  content: "\f746";
}

/* line 1556, ../scss/_legacy.scss */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 1559, ../scss/_legacy.scss */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 1562, ../scss/_legacy.scss */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 1565, ../scss/_legacy.scss */
.fa-club:before {
  content: "\f327";
}

/* line 1568, ../scss/_legacy.scss */
.fa-cocktail:before {
  content: "\f561";
}

/* line 1571, ../scss/_legacy.scss */
.fa-code:before {
  content: "\f121";
}

/* line 1574, ../scss/_legacy.scss */
.fa-code-branch:before {
  content: "\f126";
}

/* line 1577, ../scss/_legacy.scss */
.fa-code-commit:before {
  content: "\f386";
}

/* line 1580, ../scss/_legacy.scss */
.fa-code-merge:before {
  content: "\f387";
}

/* line 1583, ../scss/_legacy.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1586, ../scss/_legacy.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 1589, ../scss/_legacy.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 1592, ../scss/_legacy.scss */
.fa-coffee-togo:before {
  content: "\f6c5";
}

/* line 1595, ../scss/_legacy.scss */
.fa-coffin:before {
  content: "\f6c6";
}

/* line 1598, ../scss/_legacy.scss */
.fa-cog:before {
  content: "\f013";
}

/* line 1601, ../scss/_legacy.scss */
.fa-cogs:before {
  content: "\f085";
}

/* line 1604, ../scss/_legacy.scss */
.fa-coins:before {
  content: "\f51e";
}

/* line 1607, ../scss/_legacy.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 1610, ../scss/_legacy.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 1613, ../scss/_legacy.scss */
.fa-comment-alt:before {
  content: "\f27a";
}

/* line 1616, ../scss/_legacy.scss */
.fa-comment-alt-check:before {
  content: "\f4a2";
}

/* line 1619, ../scss/_legacy.scss */
.fa-comment-alt-dollar:before {
  content: "\f650";
}

/* line 1622, ../scss/_legacy.scss */
.fa-comment-alt-dots:before {
  content: "\f4a3";
}

/* line 1625, ../scss/_legacy.scss */
.fa-comment-alt-edit:before {
  content: "\f4a4";
}

/* line 1628, ../scss/_legacy.scss */
.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}

/* line 1631, ../scss/_legacy.scss */
.fa-comment-alt-lines:before {
  content: "\f4a6";
}

/* line 1634, ../scss/_legacy.scss */
.fa-comment-alt-medical:before {
  content: "\f7f4";
}

/* line 1637, ../scss/_legacy.scss */
.fa-comment-alt-minus:before {
  content: "\f4a7";
}

/* line 1640, ../scss/_legacy.scss */
.fa-comment-alt-plus:before {
  content: "\f4a8";
}

/* line 1643, ../scss/_legacy.scss */
.fa-comment-alt-slash:before {
  content: "\f4a9";
}

/* line 1646, ../scss/_legacy.scss */
.fa-comment-alt-smile:before {
  content: "\f4aa";
}

/* line 1649, ../scss/_legacy.scss */
.fa-comment-alt-times:before {
  content: "\f4ab";
}

/* line 1652, ../scss/_legacy.scss */
.fa-comment-check:before {
  content: "\f4ac";
}

/* line 1655, ../scss/_legacy.scss */
.fa-comment-dollar:before {
  content: "\f651";
}

/* line 1658, ../scss/_legacy.scss */
.fa-comment-dots:before {
  content: "\f4ad";
}

/* line 1661, ../scss/_legacy.scss */
.fa-comment-edit:before {
  content: "\f4ae";
}

/* line 1664, ../scss/_legacy.scss */
.fa-comment-exclamation:before {
  content: "\f4af";
}

/* line 1667, ../scss/_legacy.scss */
.fa-comment-lines:before {
  content: "\f4b0";
}

/* line 1670, ../scss/_legacy.scss */
.fa-comment-medical:before {
  content: "\f7f5";
}

/* line 1673, ../scss/_legacy.scss */
.fa-comment-minus:before {
  content: "\f4b1";
}

/* line 1676, ../scss/_legacy.scss */
.fa-comment-plus:before {
  content: "\f4b2";
}

/* line 1679, ../scss/_legacy.scss */
.fa-comment-slash:before {
  content: "\f4b3";
}

/* line 1682, ../scss/_legacy.scss */
.fa-comment-smile:before {
  content: "\f4b4";
}

/* line 1685, ../scss/_legacy.scss */
.fa-comment-times:before {
  content: "\f4b5";
}

/* line 1688, ../scss/_legacy.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 1691, ../scss/_legacy.scss */
.fa-comments-alt:before {
  content: "\f4b6";
}

/* line 1694, ../scss/_legacy.scss */
.fa-comments-alt-dollar:before {
  content: "\f652";
}

/* line 1697, ../scss/_legacy.scss */
.fa-comments-dollar:before {
  content: "\f653";
}

/* line 1700, ../scss/_legacy.scss */
.fa-compact-disc:before {
  content: "\f51f";
}

/* line 1703, ../scss/_legacy.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 1706, ../scss/_legacy.scss */
.fa-compass-slash:before {
  content: "\f5e9";
}

/* line 1709, ../scss/_legacy.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 1712, ../scss/_legacy.scss */
.fa-compress-alt:before {
  content: "\f422";
}

/* line 1715, ../scss/_legacy.scss */
.fa-compress-arrows-alt:before {
  content: "\f78c";
}

/* line 1718, ../scss/_legacy.scss */
.fa-compress-wide:before {
  content: "\f326";
}

/* line 1721, ../scss/_legacy.scss */
.fa-concierge-bell:before {
  content: "\f562";
}

/* line 1724, ../scss/_legacy.scss */
.fa-confluence:before {
  content: "\f78d";
}

/* line 1727, ../scss/_legacy.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1730, ../scss/_legacy.scss */
.fa-container-storage:before {
  content: "\f4b7";
}

/* line 1733, ../scss/_legacy.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 1736, ../scss/_legacy.scss */
.fa-conveyor-belt:before {
  content: "\f46e";
}

/* line 1739, ../scss/_legacy.scss */
.fa-conveyor-belt-alt:before {
  content: "\f46f";
}

/* line 1742, ../scss/_legacy.scss */
.fa-cookie:before {
  content: "\f563";
}

/* line 1745, ../scss/_legacy.scss */
.fa-cookie-bite:before {
  content: "\f564";
}

/* line 1748, ../scss/_legacy.scss */
.fa-copy:before {
  content: "\f0c5";
}

/* line 1751, ../scss/_legacy.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1754, ../scss/_legacy.scss */
.fa-corn:before {
  content: "\f6c7";
}

/* line 1757, ../scss/_legacy.scss */
.fa-couch:before {
  content: "\f4b8";
}

/* line 1760, ../scss/_legacy.scss */
.fa-cow:before {
  content: "\f6c8";
}

/* line 1763, ../scss/_legacy.scss */
.fa-cpanel:before {
  content: "\f388";
}

/* line 1766, ../scss/_legacy.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1769, ../scss/_legacy.scss */
.fa-creative-commons-by:before {
  content: "\f4e7";
}

/* line 1772, ../scss/_legacy.scss */
.fa-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 1775, ../scss/_legacy.scss */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 1778, ../scss/_legacy.scss */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 1781, ../scss/_legacy.scss */
.fa-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 1784, ../scss/_legacy.scss */
.fa-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 1787, ../scss/_legacy.scss */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 1790, ../scss/_legacy.scss */
.fa-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 1793, ../scss/_legacy.scss */
.fa-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 1796, ../scss/_legacy.scss */
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 1799, ../scss/_legacy.scss */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 1802, ../scss/_legacy.scss */
.fa-creative-commons-share:before {
  content: "\f4f2";
}

/* line 1805, ../scss/_legacy.scss */
.fa-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 1808, ../scss/_legacy.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 1811, ../scss/_legacy.scss */
.fa-credit-card-blank:before {
  content: "\f389";
}

/* line 1814, ../scss/_legacy.scss */
.fa-credit-card-front:before {
  content: "\f38a";
}

/* line 1817, ../scss/_legacy.scss */
.fa-cricket:before {
  content: "\f449";
}

/* line 1820, ../scss/_legacy.scss */
.fa-critical-role:before {
  content: "\f6c9";
}

/* line 1823, ../scss/_legacy.scss */
.fa-croissant:before {
  content: "\f7f6";
}

/* line 1826, ../scss/_legacy.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 1829, ../scss/_legacy.scss */
.fa-crop-alt:before {
  content: "\f565";
}

/* line 1832, ../scss/_legacy.scss */
.fa-cross:before {
  content: "\f654";
}

/* line 1835, ../scss/_legacy.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 1838, ../scss/_legacy.scss */
.fa-crow:before {
  content: "\f520";
}

/* line 1841, ../scss/_legacy.scss */
.fa-crown:before {
  content: "\f521";
}

/* line 1844, ../scss/_legacy.scss */
.fa-crutch:before {
  content: "\f7f7";
}

/* line 1847, ../scss/_legacy.scss */
.fa-crutches:before {
  content: "\f7f8";
}

/* line 1850, ../scss/_legacy.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 1853, ../scss/_legacy.scss */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 1856, ../scss/_legacy.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1859, ../scss/_legacy.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1862, ../scss/_legacy.scss */
.fa-curling:before {
  content: "\f44a";
}

/* line 1865, ../scss/_legacy.scss */
.fa-cut:before {
  content: "\f0c4";
}

/* line 1868, ../scss/_legacy.scss */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 1871, ../scss/_legacy.scss */
.fa-d-and-d:before {
  content: "\f38d";
}

/* line 1874, ../scss/_legacy.scss */
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

/* line 1877, ../scss/_legacy.scss */
.fa-dagger:before {
  content: "\f6cb";
}

/* line 1880, ../scss/_legacy.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1883, ../scss/_legacy.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 1886, ../scss/_legacy.scss */
.fa-deaf:before {
  content: "\f2a4";
}

/* line 1889, ../scss/_legacy.scss */
.fa-debug:before {
  content: "\f7f9";
}

/* line 1892, ../scss/_legacy.scss */
.fa-deer:before {
  content: "\f78e";
}

/* line 1895, ../scss/_legacy.scss */
.fa-deer-rudolph:before {
  content: "\f78f";
}

/* line 1898, ../scss/_legacy.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1901, ../scss/_legacy.scss */
.fa-democrat:before {
  content: "\f747";
}

/* line 1904, ../scss/_legacy.scss */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 1907, ../scss/_legacy.scss */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 1910, ../scss/_legacy.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 1913, ../scss/_legacy.scss */
.fa-desktop-alt:before {
  content: "\f390";
}

/* line 1916, ../scss/_legacy.scss */
.fa-dev:before {
  content: "\f6cc";
}

/* line 1919, ../scss/_legacy.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1922, ../scss/_legacy.scss */
.fa-dewpoint:before {
  content: "\f748";
}

/* line 1925, ../scss/_legacy.scss */
.fa-dharmachakra:before {
  content: "\f655";
}

/* line 1928, ../scss/_legacy.scss */
.fa-dhl:before {
  content: "\f790";
}

/* line 1931, ../scss/_legacy.scss */
.fa-diagnoses:before {
  content: "\f470";
}

/* line 1934, ../scss/_legacy.scss */
.fa-diamond:before {
  content: "\f219";
}

/* line 1937, ../scss/_legacy.scss */
.fa-diaspora:before {
  content: "\f791";
}

/* line 1940, ../scss/_legacy.scss */
.fa-dice:before {
  content: "\f522";
}

/* line 1943, ../scss/_legacy.scss */
.fa-dice-d10:before {
  content: "\f6cd";
}

/* line 1946, ../scss/_legacy.scss */
.fa-dice-d12:before {
  content: "\f6ce";
}

/* line 1949, ../scss/_legacy.scss */
.fa-dice-d20:before {
  content: "\f6cf";
}

/* line 1952, ../scss/_legacy.scss */
.fa-dice-d4:before {
  content: "\f6d0";
}

/* line 1955, ../scss/_legacy.scss */
.fa-dice-d6:before {
  content: "\f6d1";
}

/* line 1958, ../scss/_legacy.scss */
.fa-dice-d8:before {
  content: "\f6d2";
}

/* line 1961, ../scss/_legacy.scss */
.fa-dice-five:before {
  content: "\f523";
}

/* line 1964, ../scss/_legacy.scss */
.fa-dice-four:before {
  content: "\f524";
}

/* line 1967, ../scss/_legacy.scss */
.fa-dice-one:before {
  content: "\f525";
}

/* line 1970, ../scss/_legacy.scss */
.fa-dice-six:before {
  content: "\f526";
}

/* line 1973, ../scss/_legacy.scss */
.fa-dice-three:before {
  content: "\f527";
}

/* line 1976, ../scss/_legacy.scss */
.fa-dice-two:before {
  content: "\f528";
}

/* line 1979, ../scss/_legacy.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1982, ../scss/_legacy.scss */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 1985, ../scss/_legacy.scss */
.fa-digital-tachograph:before {
  content: "\f566";
}

/* line 1988, ../scss/_legacy.scss */
.fa-diploma:before {
  content: "\f5ea";
}

/* line 1991, ../scss/_legacy.scss */
.fa-directions:before {
  content: "\f5eb";
}

/* line 1994, ../scss/_legacy.scss */
.fa-discord:before {
  content: "\f392";
}

/* line 1997, ../scss/_legacy.scss */
.fa-discourse:before {
  content: "\f393";
}

/* line 2000, ../scss/_legacy.scss */
.fa-disease:before {
  content: "\f7fa";
}

/* line 2003, ../scss/_legacy.scss */
.fa-divide:before {
  content: "\f529";
}

/* line 2006, ../scss/_legacy.scss */
.fa-dizzy:before {
  content: "\f567";
}

/* line 2009, ../scss/_legacy.scss */
.fa-dna:before {
  content: "\f471";
}

/* line 2012, ../scss/_legacy.scss */
.fa-do-not-enter:before {
  content: "\f5ec";
}

/* line 2015, ../scss/_legacy.scss */
.fa-dochub:before {
  content: "\f394";
}

/* line 2018, ../scss/_legacy.scss */
.fa-docker:before {
  content: "\f395";
}

/* line 2021, ../scss/_legacy.scss */
.fa-dog:before {
  content: "\f6d3";
}

/* line 2024, ../scss/_legacy.scss */
.fa-dog-leashed:before {
  content: "\f6d4";
}

/* line 2027, ../scss/_legacy.scss */
.fa-dollar-sign:before {
  content: "\f155";
}

/* line 2030, ../scss/_legacy.scss */
.fa-dolly:before {
  content: "\f472";
}

/* line 2033, ../scss/_legacy.scss */
.fa-dolly-empty:before {
  content: "\f473";
}

/* line 2036, ../scss/_legacy.scss */
.fa-dolly-flatbed:before {
  content: "\f474";
}

/* line 2039, ../scss/_legacy.scss */
.fa-dolly-flatbed-alt:before {
  content: "\f475";
}

/* line 2042, ../scss/_legacy.scss */
.fa-dolly-flatbed-empty:before {
  content: "\f476";
}

/* line 2045, ../scss/_legacy.scss */
.fa-donate:before {
  content: "\f4b9";
}

/* line 2048, ../scss/_legacy.scss */
.fa-door-closed:before {
  content: "\f52a";
}

/* line 2051, ../scss/_legacy.scss */
.fa-door-open:before {
  content: "\f52b";
}

/* line 2054, ../scss/_legacy.scss */
.fa-dot-circle:before {
  content: "\f192";
}

/* line 2057, ../scss/_legacy.scss */
.fa-dove:before {
  content: "\f4ba";
}

/* line 2060, ../scss/_legacy.scss */
.fa-download:before {
  content: "\f019";
}

/* line 2063, ../scss/_legacy.scss */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 2066, ../scss/_legacy.scss */
.fa-drafting-compass:before {
  content: "\f568";
}

/* line 2069, ../scss/_legacy.scss */
.fa-dragon:before {
  content: "\f6d5";
}

/* line 2072, ../scss/_legacy.scss */
.fa-draw-circle:before {
  content: "\f5ed";
}

/* line 2075, ../scss/_legacy.scss */
.fa-draw-polygon:before {
  content: "\f5ee";
}

/* line 2078, ../scss/_legacy.scss */
.fa-draw-square:before {
  content: "\f5ef";
}

/* line 2081, ../scss/_legacy.scss */
.fa-dreidel:before {
  content: "\f792";
}

/* line 2084, ../scss/_legacy.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 2087, ../scss/_legacy.scss */
.fa-dribbble-square:before {
  content: "\f397";
}

/* line 2090, ../scss/_legacy.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 2093, ../scss/_legacy.scss */
.fa-drum:before {
  content: "\f569";
}

/* line 2096, ../scss/_legacy.scss */
.fa-drum-steelpan:before {
  content: "\f56a";
}

/* line 2099, ../scss/_legacy.scss */
.fa-drumstick:before {
  content: "\f6d6";
}

/* line 2102, ../scss/_legacy.scss */
.fa-drumstick-bite:before {
  content: "\f6d7";
}

/* line 2105, ../scss/_legacy.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 2108, ../scss/_legacy.scss */
.fa-duck:before {
  content: "\f6d8";
}

/* line 2111, ../scss/_legacy.scss */
.fa-dumbbell:before {
  content: "\f44b";
}

/* line 2114, ../scss/_legacy.scss */
.fa-dumpster:before {
  content: "\f793";
}

/* line 2117, ../scss/_legacy.scss */
.fa-dumpster-fire:before {
  content: "\f794";
}

/* line 2120, ../scss/_legacy.scss */
.fa-dungeon:before {
  content: "\f6d9";
}

/* line 2123, ../scss/_legacy.scss */
.fa-dyalog:before {
  content: "\f399";
}

/* line 2126, ../scss/_legacy.scss */
.fa-ear:before {
  content: "\f5f0";
}

/* line 2129, ../scss/_legacy.scss */
.fa-ear-muffs:before {
  content: "\f795";
}

/* line 2132, ../scss/_legacy.scss */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 2135, ../scss/_legacy.scss */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 2138, ../scss/_legacy.scss */
.fa-eclipse:before {
  content: "\f749";
}

/* line 2141, ../scss/_legacy.scss */
.fa-eclipse-alt:before {
  content: "\f74a";
}

/* line 2144, ../scss/_legacy.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 2147, ../scss/_legacy.scss */
.fa-edit:before {
  content: "\f044";
}

/* line 2150, ../scss/_legacy.scss */
.fa-egg:before {
  content: "\f7fb";
}

/* line 2153, ../scss/_legacy.scss */
.fa-egg-fried:before {
  content: "\f7fc";
}

/* line 2156, ../scss/_legacy.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 2159, ../scss/_legacy.scss */
.fa-elementor:before {
  content: "\f430";
}

/* line 2162, ../scss/_legacy.scss */
.fa-elephant:before {
  content: "\f6da";
}

/* line 2165, ../scss/_legacy.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 2168, ../scss/_legacy.scss */
.fa-ellipsis-h-alt:before {
  content: "\f39b";
}

/* line 2171, ../scss/_legacy.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 2174, ../scss/_legacy.scss */
.fa-ellipsis-v-alt:before {
  content: "\f39c";
}

/* line 2177, ../scss/_legacy.scss */
.fa-ello:before {
  content: "\f5f1";
}

/* line 2180, ../scss/_legacy.scss */
.fa-ember:before {
  content: "\f423";
}

/* line 2183, ../scss/_legacy.scss */
.fa-empire:before {
  content: "\f1d1";
}

/* line 2186, ../scss/_legacy.scss */
.fa-empty-set:before {
  content: "\f656";
}

/* line 2189, ../scss/_legacy.scss */
.fa-engine-warning:before {
  content: "\f5f2";
}

/* line 2192, ../scss/_legacy.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 2195, ../scss/_legacy.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 2198, ../scss/_legacy.scss */
.fa-envelope-open-dollar:before {
  content: "\f657";
}

/* line 2201, ../scss/_legacy.scss */
.fa-envelope-open-text:before {
  content: "\f658";
}

/* line 2204, ../scss/_legacy.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 2207, ../scss/_legacy.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 2210, ../scss/_legacy.scss */
.fa-equals:before {
  content: "\f52c";
}

/* line 2213, ../scss/_legacy.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 2216, ../scss/_legacy.scss */
.fa-erlang:before {
  content: "\f39d";
}

/* line 2219, ../scss/_legacy.scss */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 2222, ../scss/_legacy.scss */
.fa-ethernet:before {
  content: "\f796";
}

/* line 2225, ../scss/_legacy.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 2228, ../scss/_legacy.scss */
.fa-euro-sign:before {
  content: "\f153";
}

/* line 2231, ../scss/_legacy.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 2234, ../scss/_legacy.scss */
.fa-exchange-alt:before {
  content: "\f362";
}

/* line 2237, ../scss/_legacy.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 2240, ../scss/_legacy.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 2243, ../scss/_legacy.scss */
.fa-exclamation-square:before {
  content: "\f321";
}

/* line 2246, ../scss/_legacy.scss */
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 2249, ../scss/_legacy.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 2252, ../scss/_legacy.scss */
.fa-expand-alt:before {
  content: "\f424";
}

/* line 2255, ../scss/_legacy.scss */
.fa-expand-arrows:before {
  content: "\f31d";
}

/* line 2258, ../scss/_legacy.scss */
.fa-expand-arrows-alt:before {
  content: "\f31e";
}

/* line 2261, ../scss/_legacy.scss */
.fa-expand-wide:before {
  content: "\f320";
}

/* line 2264, ../scss/_legacy.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 2267, ../scss/_legacy.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 2270, ../scss/_legacy.scss */
.fa-external-link-alt:before {
  content: "\f35d";
}

/* line 2273, ../scss/_legacy.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 2276, ../scss/_legacy.scss */
.fa-external-link-square-alt:before {
  content: "\f360";
}

/* line 2279, ../scss/_legacy.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 2282, ../scss/_legacy.scss */
.fa-eye-dropper:before {
  content: "\f1fb";
}

/* line 2285, ../scss/_legacy.scss */
.fa-eye-evil:before {
  content: "\f6db";
}

/* line 2288, ../scss/_legacy.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 2291, ../scss/_legacy.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 2294, ../scss/_legacy.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 2297, ../scss/_legacy.scss */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 2300, ../scss/_legacy.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 2303, ../scss/_legacy.scss */
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 2306, ../scss/_legacy.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 2309, ../scss/_legacy.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 2312, ../scss/_legacy.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 2315, ../scss/_legacy.scss */
.fa-feather:before {
  content: "\f52d";
}

/* line 2318, ../scss/_legacy.scss */
.fa-feather-alt:before {
  content: "\f56b";
}

/* line 2321, ../scss/_legacy.scss */
.fa-fedex:before {
  content: "\f797";
}

/* line 2324, ../scss/_legacy.scss */
.fa-fedora:before {
  content: "\f798";
}

/* line 2327, ../scss/_legacy.scss */
.fa-female:before {
  content: "\f182";
}

/* line 2330, ../scss/_legacy.scss */
.fa-field-hockey:before {
  content: "\f44c";
}

/* line 2333, ../scss/_legacy.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 2336, ../scss/_legacy.scss */
.fa-figma:before {
  content: "\f799";
}

/* line 2339, ../scss/_legacy.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 2342, ../scss/_legacy.scss */
.fa-file-alt:before {
  content: "\f15c";
}

/* line 2345, ../scss/_legacy.scss */
.fa-file-archive:before {
  content: "\f1c6";
}

/* line 2348, ../scss/_legacy.scss */
.fa-file-audio:before {
  content: "\f1c7";
}

/* line 2351, ../scss/_legacy.scss */
.fa-file-certificate:before {
  content: "\f5f3";
}

/* line 2354, ../scss/_legacy.scss */
.fa-file-chart-line:before {
  content: "\f659";
}

/* line 2357, ../scss/_legacy.scss */
.fa-file-chart-pie:before {
  content: "\f65a";
}

/* line 2360, ../scss/_legacy.scss */
.fa-file-check:before {
  content: "\f316";
}

/* line 2363, ../scss/_legacy.scss */
.fa-file-code:before {
  content: "\f1c9";
}

/* line 2366, ../scss/_legacy.scss */
.fa-file-contract:before {
  content: "\f56c";
}

/* line 2369, ../scss/_legacy.scss */
.fa-file-csv:before {
  content: "\f6dd";
}

/* line 2372, ../scss/_legacy.scss */
.fa-file-download:before {
  content: "\f56d";
}

/* line 2375, ../scss/_legacy.scss */
.fa-file-edit:before {
  content: "\f31c";
}

/* line 2378, ../scss/_legacy.scss */
.fa-file-excel:before {
  content: "\f1c3";
}

/* line 2381, ../scss/_legacy.scss */
.fa-file-exclamation:before {
  content: "\f31a";
}

/* line 2384, ../scss/_legacy.scss */
.fa-file-export:before {
  content: "\f56e";
}

/* line 2387, ../scss/_legacy.scss */
.fa-file-image:before {
  content: "\f1c5";
}

/* line 2390, ../scss/_legacy.scss */
.fa-file-import:before {
  content: "\f56f";
}

/* line 2393, ../scss/_legacy.scss */
.fa-file-invoice:before {
  content: "\f570";
}

/* line 2396, ../scss/_legacy.scss */
.fa-file-invoice-dollar:before {
  content: "\f571";
}

/* line 2399, ../scss/_legacy.scss */
.fa-file-medical:before {
  content: "\f477";
}

/* line 2402, ../scss/_legacy.scss */
.fa-file-medical-alt:before {
  content: "\f478";
}

/* line 2405, ../scss/_legacy.scss */
.fa-file-minus:before {
  content: "\f318";
}

/* line 2408, ../scss/_legacy.scss */
.fa-file-pdf:before {
  content: "\f1c1";
}

/* line 2411, ../scss/_legacy.scss */
.fa-file-plus:before {
  content: "\f319";
}

/* line 2414, ../scss/_legacy.scss */
.fa-file-powerpoint:before {
  content: "\f1c4";
}

/* line 2417, ../scss/_legacy.scss */
.fa-file-prescription:before {
  content: "\f572";
}

/* line 2420, ../scss/_legacy.scss */
.fa-file-signature:before {
  content: "\f573";
}

/* line 2423, ../scss/_legacy.scss */
.fa-file-spreadsheet:before {
  content: "\f65b";
}

/* line 2426, ../scss/_legacy.scss */
.fa-file-times:before {
  content: "\f317";
}

/* line 2429, ../scss/_legacy.scss */
.fa-file-upload:before {
  content: "\f574";
}

/* line 2432, ../scss/_legacy.scss */
.fa-file-user:before {
  content: "\f65c";
}

/* line 2435, ../scss/_legacy.scss */
.fa-file-video:before {
  content: "\f1c8";
}

/* line 2438, ../scss/_legacy.scss */
.fa-file-word:before {
  content: "\f1c2";
}

/* line 2441, ../scss/_legacy.scss */
.fa-files-medical:before {
  content: "\f7fd";
}

/* line 2444, ../scss/_legacy.scss */
.fa-fill:before {
  content: "\f575";
}

/* line 2447, ../scss/_legacy.scss */
.fa-fill-drip:before {
  content: "\f576";
}

/* line 2450, ../scss/_legacy.scss */
.fa-film:before {
  content: "\f008";
}

/* line 2453, ../scss/_legacy.scss */
.fa-film-alt:before {
  content: "\f3a0";
}

/* line 2456, ../scss/_legacy.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 2459, ../scss/_legacy.scss */
.fa-fingerprint:before {
  content: "\f577";
}

/* line 2462, ../scss/_legacy.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 2465, ../scss/_legacy.scss */
.fa-fire-alt:before {
  content: "\f7e4";
}

/* line 2468, ../scss/_legacy.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 2471, ../scss/_legacy.scss */
.fa-fire-smoke:before {
  content: "\f74b";
}

/* line 2474, ../scss/_legacy.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 2477, ../scss/_legacy.scss */
.fa-fireplace:before {
  content: "\f79a";
}

/* line 2480, ../scss/_legacy.scss */
.fa-first-aid:before {
  content: "\f479";
}

/* line 2483, ../scss/_legacy.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2486, ../scss/_legacy.scss */
.fa-first-order-alt:before {
  content: "\f50a";
}

/* line 2489, ../scss/_legacy.scss */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 2492, ../scss/_legacy.scss */
.fa-fish:before {
  content: "\f578";
}

/* line 2495, ../scss/_legacy.scss */
.fa-fish-cooked:before {
  content: "\f7fe";
}

/* line 2498, ../scss/_legacy.scss */
.fa-fist-raised:before {
  content: "\f6de";
}

/* line 2501, ../scss/_legacy.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 2504, ../scss/_legacy.scss */
.fa-flag-alt:before {
  content: "\f74c";
}

/* line 2507, ../scss/_legacy.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 2510, ../scss/_legacy.scss */
.fa-flag-usa:before {
  content: "\f74d";
}

/* line 2513, ../scss/_legacy.scss */
.fa-flame:before {
  content: "\f6df";
}

/* line 2516, ../scss/_legacy.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 2519, ../scss/_legacy.scss */
.fa-flask-poison:before {
  content: "\f6e0";
}

/* line 2522, ../scss/_legacy.scss */
.fa-flask-potion:before {
  content: "\f6e1";
}

/* line 2525, ../scss/_legacy.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 2528, ../scss/_legacy.scss */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 2531, ../scss/_legacy.scss */
.fa-flower:before {
  content: "\f7ff";
}

/* line 2534, ../scss/_legacy.scss */
.fa-flower-daffodil:before {
  content: "\f800";
}

/* line 2537, ../scss/_legacy.scss */
.fa-flower-tulip:before {
  content: "\f801";
}

/* line 2540, ../scss/_legacy.scss */
.fa-flushed:before {
  content: "\f579";
}

/* line 2543, ../scss/_legacy.scss */
.fa-fly:before {
  content: "\f417";
}

/* line 2546, ../scss/_legacy.scss */
.fa-fog:before {
  content: "\f74e";
}

/* line 2549, ../scss/_legacy.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 2552, ../scss/_legacy.scss */
.fa-folder-minus:before {
  content: "\f65d";
}

/* line 2555, ../scss/_legacy.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 2558, ../scss/_legacy.scss */
.fa-folder-plus:before {
  content: "\f65e";
}

/* line 2561, ../scss/_legacy.scss */
.fa-folder-times:before {
  content: "\f65f";
}

/* line 2564, ../scss/_legacy.scss */
.fa-folder-tree:before {
  content: "\f802";
}

/* line 2567, ../scss/_legacy.scss */
.fa-folders:before {
  content: "\f660";
}

/* line 2570, ../scss/_legacy.scss */
.fa-font:before {
  content: "\f031";
}

/* line 2573, ../scss/_legacy.scss */
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2576, ../scss/_legacy.scss */
.fa-font-awesome-alt:before {
  content: "\f35c";
}

/* line 2579, ../scss/_legacy.scss */
.fa-font-awesome-flag:before {
  content: "\f425";
}

/* line 2582, ../scss/_legacy.scss */
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

/* line 2585, ../scss/_legacy.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2588, ../scss/_legacy.scss */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 2591, ../scss/_legacy.scss */
.fa-football-ball:before {
  content: "\f44e";
}

/* line 2594, ../scss/_legacy.scss */
.fa-football-helmet:before {
  content: "\f44f";
}

/* line 2597, ../scss/_legacy.scss */
.fa-forklift:before {
  content: "\f47a";
}

/* line 2600, ../scss/_legacy.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2603, ../scss/_legacy.scss */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 2606, ../scss/_legacy.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 2609, ../scss/_legacy.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 2612, ../scss/_legacy.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 2615, ../scss/_legacy.scss */
.fa-fragile:before {
  content: "\f4bb";
}

/* line 2618, ../scss/_legacy.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 2621, ../scss/_legacy.scss */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 2624, ../scss/_legacy.scss */
.fa-french-fries:before {
  content: "\f803";
}

/* line 2627, ../scss/_legacy.scss */
.fa-frog:before {
  content: "\f52e";
}

/* line 2630, ../scss/_legacy.scss */
.fa-frosty-head:before {
  content: "\f79b";
}

/* line 2633, ../scss/_legacy.scss */
.fa-frown:before {
  content: "\f119";
}

/* line 2636, ../scss/_legacy.scss */
.fa-frown-open:before {
  content: "\f57a";
}

/* line 2639, ../scss/_legacy.scss */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 2642, ../scss/_legacy.scss */
.fa-function:before {
  content: "\f661";
}

/* line 2645, ../scss/_legacy.scss */
.fa-funnel-dollar:before {
  content: "\f662";
}

/* line 2648, ../scss/_legacy.scss */
.fa-futbol:before {
  content: "\f1e3";
}

/* line 2651, ../scss/_legacy.scss */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 2654, ../scss/_legacy.scss */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 2657, ../scss/_legacy.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 2660, ../scss/_legacy.scss */
.fa-gas-pump:before {
  content: "\f52f";
}

/* line 2663, ../scss/_legacy.scss */
.fa-gas-pump-slash:before {
  content: "\f5f4";
}

/* line 2666, ../scss/_legacy.scss */
.fa-gavel:before {
  content: "\f0e3";
}

/* line 2669, ../scss/_legacy.scss */
.fa-gem:before {
  content: "\f3a5";
}

/* line 2672, ../scss/_legacy.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 2675, ../scss/_legacy.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 2678, ../scss/_legacy.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 2681, ../scss/_legacy.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 2684, ../scss/_legacy.scss */
.fa-ghost:before {
  content: "\f6e2";
}

/* line 2687, ../scss/_legacy.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 2690, ../scss/_legacy.scss */
.fa-gift-card:before {
  content: "\f663";
}

/* line 2693, ../scss/_legacy.scss */
.fa-gifts:before {
  content: "\f79c";
}

/* line 2696, ../scss/_legacy.scss */
.fa-gingerbread-man:before {
  content: "\f79d";
}

/* line 2699, ../scss/_legacy.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 2702, ../scss/_legacy.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 2705, ../scss/_legacy.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 2708, ../scss/_legacy.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 2711, ../scss/_legacy.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 2714, ../scss/_legacy.scss */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 2717, ../scss/_legacy.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2720, ../scss/_legacy.scss */
.fa-gitter:before {
  content: "\f426";
}

/* line 2723, ../scss/_legacy.scss */
.fa-glass:before {
  content: "\f804";
}

/* line 2726, ../scss/_legacy.scss */
.fa-glass-champagne:before {
  content: "\f79e";
}

/* line 2729, ../scss/_legacy.scss */
.fa-glass-cheers:before {
  content: "\f79f";
}

/* line 2732, ../scss/_legacy.scss */
.fa-glass-martini:before {
  content: "\f000";
}

/* line 2735, ../scss/_legacy.scss */
.fa-glass-martini-alt:before {
  content: "\f57b";
}

/* line 2738, ../scss/_legacy.scss */
.fa-glass-whiskey:before {
  content: "\f7a0";
}

/* line 2741, ../scss/_legacy.scss */
.fa-glass-whiskey-rocks:before {
  content: "\f7a1";
}

/* line 2744, ../scss/_legacy.scss */
.fa-glasses:before {
  content: "\f530";
}

/* line 2747, ../scss/_legacy.scss */
.fa-glasses-alt:before {
  content: "\f5f5";
}

/* line 2750, ../scss/_legacy.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2753, ../scss/_legacy.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2756, ../scss/_legacy.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 2759, ../scss/_legacy.scss */
.fa-globe-africa:before {
  content: "\f57c";
}

/* line 2762, ../scss/_legacy.scss */
.fa-globe-americas:before {
  content: "\f57d";
}

/* line 2765, ../scss/_legacy.scss */
.fa-globe-asia:before {
  content: "\f57e";
}

/* line 2768, ../scss/_legacy.scss */
.fa-globe-europe:before {
  content: "\f7a2";
}

/* line 2771, ../scss/_legacy.scss */
.fa-globe-snow:before {
  content: "\f7a3";
}

/* line 2774, ../scss/_legacy.scss */
.fa-globe-stand:before {
  content: "\f5f6";
}

/* line 2777, ../scss/_legacy.scss */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 2780, ../scss/_legacy.scss */
.fa-golf-ball:before {
  content: "\f450";
}

/* line 2783, ../scss/_legacy.scss */
.fa-golf-club:before {
  content: "\f451";
}

/* line 2786, ../scss/_legacy.scss */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 2789, ../scss/_legacy.scss */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 2792, ../scss/_legacy.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 2795, ../scss/_legacy.scss */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 2798, ../scss/_legacy.scss */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 2801, ../scss/_legacy.scss */
.fa-google-plus:before {
  content: "\f2b3";
}

/* line 2804, ../scss/_legacy.scss */
.fa-google-plus-g:before {
  content: "\f0d5";
}

/* line 2807, ../scss/_legacy.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 2810, ../scss/_legacy.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 2813, ../scss/_legacy.scss */
.fa-gopuram:before {
  content: "\f664";
}

/* line 2816, ../scss/_legacy.scss */
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 2819, ../scss/_legacy.scss */
.fa-gratipay:before {
  content: "\f184";
}

/* line 2822, ../scss/_legacy.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 2825, ../scss/_legacy.scss */
.fa-greater-than:before {
  content: "\f531";
}

/* line 2828, ../scss/_legacy.scss */
.fa-greater-than-equal:before {
  content: "\f532";
}

/* line 2831, ../scss/_legacy.scss */
.fa-grimace:before {
  content: "\f57f";
}

/* line 2834, ../scss/_legacy.scss */
.fa-grin:before {
  content: "\f580";
}

/* line 2837, ../scss/_legacy.scss */
.fa-grin-alt:before {
  content: "\f581";
}

/* line 2840, ../scss/_legacy.scss */
.fa-grin-beam:before {
  content: "\f582";
}

/* line 2843, ../scss/_legacy.scss */
.fa-grin-beam-sweat:before {
  content: "\f583";
}

/* line 2846, ../scss/_legacy.scss */
.fa-grin-hearts:before {
  content: "\f584";
}

/* line 2849, ../scss/_legacy.scss */
.fa-grin-squint:before {
  content: "\f585";
}

/* line 2852, ../scss/_legacy.scss */
.fa-grin-squint-tears:before {
  content: "\f586";
}

/* line 2855, ../scss/_legacy.scss */
.fa-grin-stars:before {
  content: "\f587";
}

/* line 2858, ../scss/_legacy.scss */
.fa-grin-tears:before {
  content: "\f588";
}

/* line 2861, ../scss/_legacy.scss */
.fa-grin-tongue:before {
  content: "\f589";
}

/* line 2864, ../scss/_legacy.scss */
.fa-grin-tongue-squint:before {
  content: "\f58a";
}

/* line 2867, ../scss/_legacy.scss */
.fa-grin-tongue-wink:before {
  content: "\f58b";
}

/* line 2870, ../scss/_legacy.scss */
.fa-grin-wink:before {
  content: "\f58c";
}

/* line 2873, ../scss/_legacy.scss */
.fa-grip-horizontal:before {
  content: "\f58d";
}

/* line 2876, ../scss/_legacy.scss */
.fa-grip-lines:before {
  content: "\f7a4";
}

/* line 2879, ../scss/_legacy.scss */
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

/* line 2882, ../scss/_legacy.scss */
.fa-grip-vertical:before {
  content: "\f58e";
}

/* line 2885, ../scss/_legacy.scss */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 2888, ../scss/_legacy.scss */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 2891, ../scss/_legacy.scss */
.fa-guitar:before {
  content: "\f7a6";
}

/* line 2894, ../scss/_legacy.scss */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 2897, ../scss/_legacy.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 2900, ../scss/_legacy.scss */
.fa-h1:before {
  content: "\f313";
}

/* line 2903, ../scss/_legacy.scss */
.fa-h2:before {
  content: "\f314";
}

/* line 2906, ../scss/_legacy.scss */
.fa-h3:before {
  content: "\f315";
}

/* line 2909, ../scss/_legacy.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 2912, ../scss/_legacy.scss */
.fa-hacker-news-square:before {
  content: "\f3af";
}

/* line 2915, ../scss/_legacy.scss */
.fa-hackerrank:before {
  content: "\f5f7";
}

/* line 2918, ../scss/_legacy.scss */
.fa-hamburger:before {
  content: "\f805";
}

/* line 2921, ../scss/_legacy.scss */
.fa-hammer:before {
  content: "\f6e3";
}

/* line 2924, ../scss/_legacy.scss */
.fa-hammer-war:before {
  content: "\f6e4";
}

/* line 2927, ../scss/_legacy.scss */
.fa-hamsa:before {
  content: "\f665";
}

/* line 2930, ../scss/_legacy.scss */
.fa-hand-heart:before {
  content: "\f4bc";
}

/* line 2933, ../scss/_legacy.scss */
.fa-hand-holding:before {
  content: "\f4bd";
}

/* line 2936, ../scss/_legacy.scss */
.fa-hand-holding-box:before {
  content: "\f47b";
}

/* line 2939, ../scss/_legacy.scss */
.fa-hand-holding-heart:before {
  content: "\f4be";
}

/* line 2942, ../scss/_legacy.scss */
.fa-hand-holding-magic:before {
  content: "\f6e5";
}

/* line 2945, ../scss/_legacy.scss */
.fa-hand-holding-seedling:before {
  content: "\f4bf";
}

/* line 2948, ../scss/_legacy.scss */
.fa-hand-holding-usd:before {
  content: "\f4c0";
}

/* line 2951, ../scss/_legacy.scss */
.fa-hand-holding-water:before {
  content: "\f4c1";
}

/* line 2954, ../scss/_legacy.scss */
.fa-hand-lizard:before {
  content: "\f258";
}

/* line 2957, ../scss/_legacy.scss */
.fa-hand-middle-finger:before {
  content: "\f806";
}

/* line 2960, ../scss/_legacy.scss */
.fa-hand-paper:before {
  content: "\f256";
}

/* line 2963, ../scss/_legacy.scss */
.fa-hand-peace:before {
  content: "\f25b";
}

/* line 2966, ../scss/_legacy.scss */
.fa-hand-point-down:before {
  content: "\f0a7";
}

/* line 2969, ../scss/_legacy.scss */
.fa-hand-point-left:before {
  content: "\f0a5";
}

/* line 2972, ../scss/_legacy.scss */
.fa-hand-point-right:before {
  content: "\f0a4";
}

/* line 2975, ../scss/_legacy.scss */
.fa-hand-point-up:before {
  content: "\f0a6";
}

/* line 2978, ../scss/_legacy.scss */
.fa-hand-pointer:before {
  content: "\f25a";
}

/* line 2981, ../scss/_legacy.scss */
.fa-hand-receiving:before {
  content: "\f47c";
}

/* line 2984, ../scss/_legacy.scss */
.fa-hand-rock:before {
  content: "\f255";
}

/* line 2987, ../scss/_legacy.scss */
.fa-hand-scissors:before {
  content: "\f257";
}

/* line 2990, ../scss/_legacy.scss */
.fa-hand-spock:before {
  content: "\f259";
}

/* line 2993, ../scss/_legacy.scss */
.fa-hands:before {
  content: "\f4c2";
}

/* line 2996, ../scss/_legacy.scss */
.fa-hands-heart:before {
  content: "\f4c3";
}

/* line 2999, ../scss/_legacy.scss */
.fa-hands-helping:before {
  content: "\f4c4";
}

/* line 3002, ../scss/_legacy.scss */
.fa-hands-usd:before {
  content: "\f4c5";
}

/* line 3005, ../scss/_legacy.scss */
.fa-handshake:before {
  content: "\f2b5";
}

/* line 3008, ../scss/_legacy.scss */
.fa-handshake-alt:before {
  content: "\f4c6";
}

/* line 3011, ../scss/_legacy.scss */
.fa-hanukiah:before {
  content: "\f6e6";
}

/* line 3014, ../scss/_legacy.scss */
.fa-hard-hat:before {
  content: "\f807";
}

/* line 3017, ../scss/_legacy.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 3020, ../scss/_legacy.scss */
.fa-hat-santa:before {
  content: "\f7a7";
}

/* line 3023, ../scss/_legacy.scss */
.fa-hat-winter:before {
  content: "\f7a8";
}

/* line 3026, ../scss/_legacy.scss */
.fa-hat-witch:before {
  content: "\f6e7";
}

/* line 3029, ../scss/_legacy.scss */
.fa-hat-wizard:before {
  content: "\f6e8";
}

/* line 3032, ../scss/_legacy.scss */
.fa-haykal:before {
  content: "\f666";
}

/* line 3035, ../scss/_legacy.scss */
.fa-hdd:before {
  content: "\f0a0";
}

/* line 3038, ../scss/_legacy.scss */
.fa-head-side:before {
  content: "\f6e9";
}

/* line 3041, ../scss/_legacy.scss */
.fa-head-side-brain:before {
  content: "\f808";
}

/* line 3044, ../scss/_legacy.scss */
.fa-head-side-medical:before {
  content: "\f809";
}

/* line 3047, ../scss/_legacy.scss */
.fa-head-vr:before {
  content: "\f6ea";
}

/* line 3050, ../scss/_legacy.scss */
.fa-heading:before {
  content: "\f1dc";
}

/* line 3053, ../scss/_legacy.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 3056, ../scss/_legacy.scss */
.fa-headphones-alt:before {
  content: "\f58f";
}

/* line 3059, ../scss/_legacy.scss */
.fa-headset:before {
  content: "\f590";
}

/* line 3062, ../scss/_legacy.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 3065, ../scss/_legacy.scss */
.fa-heart-broken:before {
  content: "\f7a9";
}

/* line 3068, ../scss/_legacy.scss */
.fa-heart-circle:before {
  content: "\f4c7";
}

/* line 3071, ../scss/_legacy.scss */
.fa-heart-rate:before {
  content: "\f5f8";
}

/* line 3074, ../scss/_legacy.scss */
.fa-heart-square:before {
  content: "\f4c8";
}

/* line 3077, ../scss/_legacy.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 3080, ../scss/_legacy.scss */
.fa-helicopter:before {
  content: "\f533";
}

/* line 3083, ../scss/_legacy.scss */
.fa-helmet-battle:before {
  content: "\f6eb";
}

/* line 3086, ../scss/_legacy.scss */
.fa-hexagon:before {
  content: "\f312";
}

/* line 3089, ../scss/_legacy.scss */
.fa-highlighter:before {
  content: "\f591";
}

/* line 3092, ../scss/_legacy.scss */
.fa-hiking:before {
  content: "\f6ec";
}

/* line 3095, ../scss/_legacy.scss */
.fa-hippo:before {
  content: "\f6ed";
}

/* line 3098, ../scss/_legacy.scss */
.fa-hips:before {
  content: "\f452";
}

/* line 3101, ../scss/_legacy.scss */
.fa-hire-a-helper:before {
  content: "\f3b0";
}

/* line 3104, ../scss/_legacy.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 3107, ../scss/_legacy.scss */
.fa-hockey-mask:before {
  content: "\f6ee";
}

/* line 3110, ../scss/_legacy.scss */
.fa-hockey-puck:before {
  content: "\f453";
}

/* line 3113, ../scss/_legacy.scss */
.fa-hockey-sticks:before {
  content: "\f454";
}

/* line 3116, ../scss/_legacy.scss */
.fa-holly-berry:before {
  content: "\f7aa";
}

/* line 3119, ../scss/_legacy.scss */
.fa-home:before {
  content: "\f015";
}

/* line 3122, ../scss/_legacy.scss */
.fa-home-alt:before {
  content: "\f80a";
}

/* line 3125, ../scss/_legacy.scss */
.fa-home-heart:before {
  content: "\f4c9";
}

/* line 3128, ../scss/_legacy.scss */
.fa-home-lg:before {
  content: "\f80b";
}

/* line 3131, ../scss/_legacy.scss */
.fa-home-lg-alt:before {
  content: "\f80c";
}

/* line 3134, ../scss/_legacy.scss */
.fa-hood-cloak:before {
  content: "\f6ef";
}

/* line 3137, ../scss/_legacy.scss */
.fa-hooli:before {
  content: "\f427";
}

/* line 3140, ../scss/_legacy.scss */
.fa-hornbill:before {
  content: "\f592";
}

/* line 3143, ../scss/_legacy.scss */
.fa-horse:before {
  content: "\f6f0";
}

/* line 3146, ../scss/_legacy.scss */
.fa-horse-head:before {
  content: "\f7ab";
}

/* line 3149, ../scss/_legacy.scss */
.fa-hospital:before {
  content: "\f0f8";
}

/* line 3152, ../scss/_legacy.scss */
.fa-hospital-alt:before {
  content: "\f47d";
}

/* line 3155, ../scss/_legacy.scss */
.fa-hospital-symbol:before {
  content: "\f47e";
}

/* line 3158, ../scss/_legacy.scss */
.fa-hospital-user:before {
  content: "\f80d";
}

/* line 3161, ../scss/_legacy.scss */
.fa-hospitals:before {
  content: "\f80e";
}

/* line 3164, ../scss/_legacy.scss */
.fa-hot-tub:before {
  content: "\f593";
}

/* line 3167, ../scss/_legacy.scss */
.fa-hotdog:before {
  content: "\f80f";
}

/* line 3170, ../scss/_legacy.scss */
.fa-hotel:before {
  content: "\f594";
}

/* line 3173, ../scss/_legacy.scss */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 3176, ../scss/_legacy.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 3179, ../scss/_legacy.scss */
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 3182, ../scss/_legacy.scss */
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 3185, ../scss/_legacy.scss */
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 3188, ../scss/_legacy.scss */
.fa-house-damage:before {
  content: "\f6f1";
}

/* line 3191, ../scss/_legacy.scss */
.fa-house-flood:before {
  content: "\f74f";
}

/* line 3194, ../scss/_legacy.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 3197, ../scss/_legacy.scss */
.fa-hryvnia:before {
  content: "\f6f2";
}

/* line 3200, ../scss/_legacy.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 3203, ../scss/_legacy.scss */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 3206, ../scss/_legacy.scss */
.fa-humidity:before {
  content: "\f750";
}

/* line 3209, ../scss/_legacy.scss */
.fa-hurricane:before {
  content: "\f751";
}

/* line 3212, ../scss/_legacy.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 3215, ../scss/_legacy.scss */
.fa-ice-cream:before {
  content: "\f810";
}

/* line 3218, ../scss/_legacy.scss */
.fa-ice-skate:before {
  content: "\f7ac";
}

/* line 3221, ../scss/_legacy.scss */
.fa-icicles:before {
  content: "\f7ad";
}

/* line 3224, ../scss/_legacy.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 3227, ../scss/_legacy.scss */
.fa-id-card:before {
  content: "\f2c2";
}

/* line 3230, ../scss/_legacy.scss */
.fa-id-card-alt:before {
  content: "\f47f";
}

/* line 3233, ../scss/_legacy.scss */
.fa-igloo:before {
  content: "\f7ae";
}

/* line 3236, ../scss/_legacy.scss */
.fa-image:before {
  content: "\f03e";
}

/* line 3239, ../scss/_legacy.scss */
.fa-images:before {
  content: "\f302";
}

/* line 3242, ../scss/_legacy.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 3245, ../scss/_legacy.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 3248, ../scss/_legacy.scss */
.fa-inbox-in:before {
  content: "\f310";
}

/* line 3251, ../scss/_legacy.scss */
.fa-inbox-out:before {
  content: "\f311";
}

/* line 3254, ../scss/_legacy.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 3257, ../scss/_legacy.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 3260, ../scss/_legacy.scss */
.fa-industry-alt:before {
  content: "\f3b3";
}

/* line 3263, ../scss/_legacy.scss */
.fa-infinity:before {
  content: "\f534";
}

/* line 3266, ../scss/_legacy.scss */
.fa-info:before {
  content: "\f129";
}

/* line 3269, ../scss/_legacy.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 3272, ../scss/_legacy.scss */
.fa-info-square:before {
  content: "\f30f";
}

/* line 3275, ../scss/_legacy.scss */
.fa-inhaler:before {
  content: "\f5f9";
}

/* line 3278, ../scss/_legacy.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 3281, ../scss/_legacy.scss */
.fa-integral:before {
  content: "\f667";
}

/* line 3284, ../scss/_legacy.scss */
.fa-intercom:before {
  content: "\f7af";
}

/* line 3287, ../scss/_legacy.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 3290, ../scss/_legacy.scss */
.fa-intersection:before {
  content: "\f668";
}

/* line 3293, ../scss/_legacy.scss */
.fa-inventory:before {
  content: "\f480";
}

/* line 3296, ../scss/_legacy.scss */
.fa-invision:before {
  content: "\f7b0";
}

/* line 3299, ../scss/_legacy.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 3302, ../scss/_legacy.scss */
.fa-island-tropical:before {
  content: "\f811";
}

/* line 3305, ../scss/_legacy.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 3308, ../scss/_legacy.scss */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 3311, ../scss/_legacy.scss */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 3314, ../scss/_legacy.scss */
.fa-jack-o-lantern:before {
  content: "\f30e";
}

/* line 3317, ../scss/_legacy.scss */
.fa-java:before {
  content: "\f4e4";
}

/* line 3320, ../scss/_legacy.scss */
.fa-jedi:before {
  content: "\f669";
}

/* line 3323, ../scss/_legacy.scss */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 3326, ../scss/_legacy.scss */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 3329, ../scss/_legacy.scss */
.fa-jira:before {
  content: "\f7b1";
}

/* line 3332, ../scss/_legacy.scss */
.fa-joget:before {
  content: "\f3b7";
}

/* line 3335, ../scss/_legacy.scss */
.fa-joint:before {
  content: "\f595";
}

/* line 3338, ../scss/_legacy.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 3341, ../scss/_legacy.scss */
.fa-journal-whills:before {
  content: "\f66a";
}

/* line 3344, ../scss/_legacy.scss */
.fa-js:before {
  content: "\f3b8";
}

/* line 3347, ../scss/_legacy.scss */
.fa-js-square:before {
  content: "\f3b9";
}

/* line 3350, ../scss/_legacy.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 3353, ../scss/_legacy.scss */
.fa-kaaba:before {
  content: "\f66b";
}

/* line 3356, ../scss/_legacy.scss */
.fa-kaggle:before {
  content: "\f5fa";
}

/* line 3359, ../scss/_legacy.scss */
.fa-key:before {
  content: "\f084";
}

/* line 3362, ../scss/_legacy.scss */
.fa-key-skeleton:before {
  content: "\f6f3";
}

/* line 3365, ../scss/_legacy.scss */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 3368, ../scss/_legacy.scss */
.fa-keyboard:before {
  content: "\f11c";
}

/* line 3371, ../scss/_legacy.scss */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 3374, ../scss/_legacy.scss */
.fa-keynote:before {
  content: "\f66c";
}

/* line 3377, ../scss/_legacy.scss */
.fa-khanda:before {
  content: "\f66d";
}

/* line 3380, ../scss/_legacy.scss */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 3383, ../scss/_legacy.scss */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 3386, ../scss/_legacy.scss */
.fa-kidneys:before {
  content: "\f5fb";
}

/* line 3389, ../scss/_legacy.scss */
.fa-kiss:before {
  content: "\f596";
}

/* line 3392, ../scss/_legacy.scss */
.fa-kiss-beam:before {
  content: "\f597";
}

/* line 3395, ../scss/_legacy.scss */
.fa-kiss-wink-heart:before {
  content: "\f598";
}

/* line 3398, ../scss/_legacy.scss */
.fa-kite:before {
  content: "\f6f4";
}

/* line 3401, ../scss/_legacy.scss */
.fa-kiwi-bird:before {
  content: "\f535";
}

/* line 3404, ../scss/_legacy.scss */
.fa-knife-kitchen:before {
  content: "\f6f5";
}

/* line 3407, ../scss/_legacy.scss */
.fa-korvue:before {
  content: "\f42f";
}

/* line 3410, ../scss/_legacy.scss */
.fa-lambda:before {
  content: "\f66e";
}

/* line 3413, ../scss/_legacy.scss */
.fa-lamp:before {
  content: "\f4ca";
}

/* line 3416, ../scss/_legacy.scss */
.fa-landmark:before {
  content: "\f66f";
}

/* line 3419, ../scss/_legacy.scss */
.fa-landmark-alt:before {
  content: "\f752";
}

/* line 3422, ../scss/_legacy.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 3425, ../scss/_legacy.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 3428, ../scss/_legacy.scss */
.fa-laptop-code:before {
  content: "\f5fc";
}

/* line 3431, ../scss/_legacy.scss */
.fa-laptop-medical:before {
  content: "\f812";
}

/* line 3434, ../scss/_legacy.scss */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 3437, ../scss/_legacy.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 3440, ../scss/_legacy.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 3443, ../scss/_legacy.scss */
.fa-laugh:before {
  content: "\f599";
}

/* line 3446, ../scss/_legacy.scss */
.fa-laugh-beam:before {
  content: "\f59a";
}

/* line 3449, ../scss/_legacy.scss */
.fa-laugh-squint:before {
  content: "\f59b";
}

/* line 3452, ../scss/_legacy.scss */
.fa-laugh-wink:before {
  content: "\f59c";
}

/* line 3455, ../scss/_legacy.scss */
.fa-layer-group:before {
  content: "\f5fd";
}

/* line 3458, ../scss/_legacy.scss */
.fa-layer-minus:before {
  content: "\f5fe";
}

/* line 3461, ../scss/_legacy.scss */
.fa-layer-plus:before {
  content: "\f5ff";
}

/* line 3464, ../scss/_legacy.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 3467, ../scss/_legacy.scss */
.fa-leaf-heart:before {
  content: "\f4cb";
}

/* line 3470, ../scss/_legacy.scss */
.fa-leaf-maple:before {
  content: "\f6f6";
}

/* line 3473, ../scss/_legacy.scss */
.fa-leaf-oak:before {
  content: "\f6f7";
}

/* line 3476, ../scss/_legacy.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 3479, ../scss/_legacy.scss */
.fa-lemon:before {
  content: "\f094";
}

/* line 3482, ../scss/_legacy.scss */
.fa-less:before {
  content: "\f41d";
}

/* line 3485, ../scss/_legacy.scss */
.fa-less-than:before {
  content: "\f536";
}

/* line 3488, ../scss/_legacy.scss */
.fa-less-than-equal:before {
  content: "\f537";
}

/* line 3491, ../scss/_legacy.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 3494, ../scss/_legacy.scss */
.fa-level-down-alt:before {
  content: "\f3be";
}

/* line 3497, ../scss/_legacy.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 3500, ../scss/_legacy.scss */
.fa-level-up-alt:before {
  content: "\f3bf";
}

/* line 3503, ../scss/_legacy.scss */
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 3506, ../scss/_legacy.scss */
.fa-lightbulb:before {
  content: "\f0eb";
}

/* line 3509, ../scss/_legacy.scss */
.fa-lightbulb-dollar:before {
  content: "\f670";
}

/* line 3512, ../scss/_legacy.scss */
.fa-lightbulb-exclamation:before {
  content: "\f671";
}

/* line 3515, ../scss/_legacy.scss */
.fa-lightbulb-on:before {
  content: "\f672";
}

/* line 3518, ../scss/_legacy.scss */
.fa-lightbulb-slash:before {
  content: "\f673";
}

/* line 3521, ../scss/_legacy.scss */
.fa-lights-holiday:before {
  content: "\f7b2";
}

/* line 3524, ../scss/_legacy.scss */
.fa-line:before {
  content: "\f3c0";
}

/* line 3527, ../scss/_legacy.scss */
.fa-link:before {
  content: "\f0c1";
}

/* line 3530, ../scss/_legacy.scss */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 3533, ../scss/_legacy.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 3536, ../scss/_legacy.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 3539, ../scss/_legacy.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 3542, ../scss/_legacy.scss */
.fa-lips:before {
  content: "\f600";
}

/* line 3545, ../scss/_legacy.scss */
.fa-lira-sign:before {
  content: "\f195";
}

/* line 3548, ../scss/_legacy.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 3551, ../scss/_legacy.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 3554, ../scss/_legacy.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 3557, ../scss/_legacy.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 3560, ../scss/_legacy.scss */
.fa-location:before {
  content: "\f601";
}

/* line 3563, ../scss/_legacy.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 3566, ../scss/_legacy.scss */
.fa-location-circle:before {
  content: "\f602";
}

/* line 3569, ../scss/_legacy.scss */
.fa-location-slash:before {
  content: "\f603";
}

/* line 3572, ../scss/_legacy.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 3575, ../scss/_legacy.scss */
.fa-lock-alt:before {
  content: "\f30d";
}

/* line 3578, ../scss/_legacy.scss */
.fa-lock-open:before {
  content: "\f3c1";
}

/* line 3581, ../scss/_legacy.scss */
.fa-lock-open-alt:before {
  content: "\f3c2";
}

/* line 3584, ../scss/_legacy.scss */
.fa-long-arrow-alt-down:before {
  content: "\f309";
}

/* line 3587, ../scss/_legacy.scss */
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

/* line 3590, ../scss/_legacy.scss */
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

/* line 3593, ../scss/_legacy.scss */
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

/* line 3596, ../scss/_legacy.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 3599, ../scss/_legacy.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 3602, ../scss/_legacy.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 3605, ../scss/_legacy.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 3608, ../scss/_legacy.scss */
.fa-loveseat:before {
  content: "\f4cc";
}

/* line 3611, ../scss/_legacy.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 3614, ../scss/_legacy.scss */
.fa-luchador:before {
  content: "\f455";
}

/* line 3617, ../scss/_legacy.scss */
.fa-luggage-cart:before {
  content: "\f59d";
}

/* line 3620, ../scss/_legacy.scss */
.fa-lungs:before {
  content: "\f604";
}

/* line 3623, ../scss/_legacy.scss */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 3626, ../scss/_legacy.scss */
.fa-mace:before {
  content: "\f6f8";
}

/* line 3629, ../scss/_legacy.scss */
.fa-magento:before {
  content: "\f3c4";
}

/* line 3632, ../scss/_legacy.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 3635, ../scss/_legacy.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 3638, ../scss/_legacy.scss */
.fa-mail-bulk:before {
  content: "\f674";
}

/* line 3641, ../scss/_legacy.scss */
.fa-mailbox:before {
  content: "\f813";
}

/* line 3644, ../scss/_legacy.scss */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 3647, ../scss/_legacy.scss */
.fa-male:before {
  content: "\f183";
}

/* line 3650, ../scss/_legacy.scss */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 3653, ../scss/_legacy.scss */
.fa-mandolin:before {
  content: "\f6f9";
}

/* line 3656, ../scss/_legacy.scss */
.fa-map:before {
  content: "\f279";
}

/* line 3659, ../scss/_legacy.scss */
.fa-map-marked:before {
  content: "\f59f";
}

/* line 3662, ../scss/_legacy.scss */
.fa-map-marked-alt:before {
  content: "\f5a0";
}

/* line 3665, ../scss/_legacy.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 3668, ../scss/_legacy.scss */
.fa-map-marker-alt:before {
  content: "\f3c5";
}

/* line 3671, ../scss/_legacy.scss */
.fa-map-marker-alt-slash:before {
  content: "\f605";
}

/* line 3674, ../scss/_legacy.scss */
.fa-map-marker-check:before {
  content: "\f606";
}

/* line 3677, ../scss/_legacy.scss */
.fa-map-marker-edit:before {
  content: "\f607";
}

/* line 3680, ../scss/_legacy.scss */
.fa-map-marker-exclamation:before {
  content: "\f608";
}

/* line 3683, ../scss/_legacy.scss */
.fa-map-marker-minus:before {
  content: "\f609";
}

/* line 3686, ../scss/_legacy.scss */
.fa-map-marker-plus:before {
  content: "\f60a";
}

/* line 3689, ../scss/_legacy.scss */
.fa-map-marker-question:before {
  content: "\f60b";
}

/* line 3692, ../scss/_legacy.scss */
.fa-map-marker-slash:before {
  content: "\f60c";
}

/* line 3695, ../scss/_legacy.scss */
.fa-map-marker-smile:before {
  content: "\f60d";
}

/* line 3698, ../scss/_legacy.scss */
.fa-map-marker-times:before {
  content: "\f60e";
}

/* line 3701, ../scss/_legacy.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 3704, ../scss/_legacy.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 3707, ../scss/_legacy.scss */
.fa-markdown:before {
  content: "\f60f";
}

/* line 3710, ../scss/_legacy.scss */
.fa-marker:before {
  content: "\f5a1";
}

/* line 3713, ../scss/_legacy.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 3716, ../scss/_legacy.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 3719, ../scss/_legacy.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 3722, ../scss/_legacy.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 3725, ../scss/_legacy.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 3728, ../scss/_legacy.scss */
.fa-mask:before {
  content: "\f6fa";
}

/* line 3731, ../scss/_legacy.scss */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 3734, ../scss/_legacy.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 3737, ../scss/_legacy.scss */
.fa-meat:before {
  content: "\f814";
}

/* line 3740, ../scss/_legacy.scss */
.fa-medal:before {
  content: "\f5a2";
}

/* line 3743, ../scss/_legacy.scss */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 3746, ../scss/_legacy.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 3749, ../scss/_legacy.scss */
.fa-medium-m:before {
  content: "\f3c7";
}

/* line 3752, ../scss/_legacy.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 3755, ../scss/_legacy.scss */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 3758, ../scss/_legacy.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 3761, ../scss/_legacy.scss */
.fa-megaphone:before {
  content: "\f675";
}

/* line 3764, ../scss/_legacy.scss */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 3767, ../scss/_legacy.scss */
.fa-meh:before {
  content: "\f11a";
}

/* line 3770, ../scss/_legacy.scss */
.fa-meh-blank:before {
  content: "\f5a4";
}

/* line 3773, ../scss/_legacy.scss */
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

/* line 3776, ../scss/_legacy.scss */
.fa-memory:before {
  content: "\f538";
}

/* line 3779, ../scss/_legacy.scss */
.fa-mendeley:before {
  content: "\f7b3";
}

/* line 3782, ../scss/_legacy.scss */
.fa-menorah:before {
  content: "\f676";
}

/* line 3785, ../scss/_legacy.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 3788, ../scss/_legacy.scss */
.fa-meteor:before {
  content: "\f753";
}

/* line 3791, ../scss/_legacy.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 3794, ../scss/_legacy.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 3797, ../scss/_legacy.scss */
.fa-microphone-alt:before {
  content: "\f3c9";
}

/* line 3800, ../scss/_legacy.scss */
.fa-microphone-alt-slash:before {
  content: "\f539";
}

/* line 3803, ../scss/_legacy.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 3806, ../scss/_legacy.scss */
.fa-microscope:before {
  content: "\f610";
}

/* line 3809, ../scss/_legacy.scss */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 3812, ../scss/_legacy.scss */
.fa-mind-share:before {
  content: "\f677";
}

/* line 3815, ../scss/_legacy.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 3818, ../scss/_legacy.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 3821, ../scss/_legacy.scss */
.fa-minus-hexagon:before {
  content: "\f307";
}

/* line 3824, ../scss/_legacy.scss */
.fa-minus-octagon:before {
  content: "\f308";
}

/* line 3827, ../scss/_legacy.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 3830, ../scss/_legacy.scss */
.fa-mistletoe:before {
  content: "\f7b4";
}

/* line 3833, ../scss/_legacy.scss */
.fa-mitten:before {
  content: "\f7b5";
}

/* line 3836, ../scss/_legacy.scss */
.fa-mix:before {
  content: "\f3cb";
}

/* line 3839, ../scss/_legacy.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 3842, ../scss/_legacy.scss */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 3845, ../scss/_legacy.scss */
.fa-mobile:before {
  content: "\f10b";
}

/* line 3848, ../scss/_legacy.scss */
.fa-mobile-alt:before {
  content: "\f3cd";
}

/* line 3851, ../scss/_legacy.scss */
.fa-mobile-android:before {
  content: "\f3ce";
}

/* line 3854, ../scss/_legacy.scss */
.fa-mobile-android-alt:before {
  content: "\f3cf";
}

/* line 3857, ../scss/_legacy.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 3860, ../scss/_legacy.scss */
.fa-monero:before {
  content: "\f3d0";
}

/* line 3863, ../scss/_legacy.scss */
.fa-money-bill:before {
  content: "\f0d6";
}

/* line 3866, ../scss/_legacy.scss */
.fa-money-bill-alt:before {
  content: "\f3d1";
}

/* line 3869, ../scss/_legacy.scss */
.fa-money-bill-wave:before {
  content: "\f53a";
}

/* line 3872, ../scss/_legacy.scss */
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

/* line 3875, ../scss/_legacy.scss */
.fa-money-check:before {
  content: "\f53c";
}

/* line 3878, ../scss/_legacy.scss */
.fa-money-check-alt:before {
  content: "\f53d";
}

/* line 3881, ../scss/_legacy.scss */
.fa-monitor-heart-rate:before {
  content: "\f611";
}

/* line 3884, ../scss/_legacy.scss */
.fa-monkey:before {
  content: "\f6fb";
}

/* line 3887, ../scss/_legacy.scss */
.fa-monument:before {
  content: "\f5a6";
}

/* line 3890, ../scss/_legacy.scss */
.fa-moon:before {
  content: "\f186";
}

/* line 3893, ../scss/_legacy.scss */
.fa-moon-cloud:before {
  content: "\f754";
}

/* line 3896, ../scss/_legacy.scss */
.fa-moon-stars:before {
  content: "\f755";
}

/* line 3899, ../scss/_legacy.scss */
.fa-mortar-pestle:before {
  content: "\f5a7";
}

/* line 3902, ../scss/_legacy.scss */
.fa-mosque:before {
  content: "\f678";
}

/* line 3905, ../scss/_legacy.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 3908, ../scss/_legacy.scss */
.fa-mountain:before {
  content: "\f6fc";
}

/* line 3911, ../scss/_legacy.scss */
.fa-mountains:before {
  content: "\f6fd";
}

/* line 3914, ../scss/_legacy.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 3917, ../scss/_legacy.scss */
.fa-mug-hot:before {
  content: "\f7b6";
}

/* line 3920, ../scss/_legacy.scss */
.fa-mug-marshmallows:before {
  content: "\f7b7";
}

/* line 3923, ../scss/_legacy.scss */
.fa-music:before {
  content: "\f001";
}

/* line 3926, ../scss/_legacy.scss */
.fa-napster:before {
  content: "\f3d2";
}

/* line 3929, ../scss/_legacy.scss */
.fa-narwhal:before {
  content: "\f6fe";
}

/* line 3932, ../scss/_legacy.scss */
.fa-neos:before {
  content: "\f612";
}

/* line 3935, ../scss/_legacy.scss */
.fa-network-wired:before {
  content: "\f6ff";
}

/* line 3938, ../scss/_legacy.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 3941, ../scss/_legacy.scss */
.fa-newspaper:before {
  content: "\f1ea";
}

/* line 3944, ../scss/_legacy.scss */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 3947, ../scss/_legacy.scss */
.fa-nintendo-switch:before {
  content: "\f418";
}

/* line 3950, ../scss/_legacy.scss */
.fa-node:before {
  content: "\f419";
}

/* line 3953, ../scss/_legacy.scss */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 3956, ../scss/_legacy.scss */
.fa-not-equal:before {
  content: "\f53e";
}

/* line 3959, ../scss/_legacy.scss */
.fa-notes-medical:before {
  content: "\f481";
}

/* line 3962, ../scss/_legacy.scss */
.fa-npm:before {
  content: "\f3d4";
}

/* line 3965, ../scss/_legacy.scss */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 3968, ../scss/_legacy.scss */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 3971, ../scss/_legacy.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 3974, ../scss/_legacy.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 3977, ../scss/_legacy.scss */
.fa-octagon:before {
  content: "\f306";
}

/* line 3980, ../scss/_legacy.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 3983, ../scss/_legacy.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 3986, ../scss/_legacy.scss */
.fa-oil-can:before {
  content: "\f613";
}

/* line 3989, ../scss/_legacy.scss */
.fa-oil-temp:before {
  content: "\f614";
}

/* line 3992, ../scss/_legacy.scss */
.fa-old-republic:before {
  content: "\f510";
}

/* line 3995, ../scss/_legacy.scss */
.fa-om:before {
  content: "\f679";
}

/* line 3998, ../scss/_legacy.scss */
.fa-omega:before {
  content: "\f67a";
}

/* line 4001, ../scss/_legacy.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 4004, ../scss/_legacy.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 4007, ../scss/_legacy.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 4010, ../scss/_legacy.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 4013, ../scss/_legacy.scss */
.fa-ornament:before {
  content: "\f7b8";
}

/* line 4016, ../scss/_legacy.scss */
.fa-osi:before {
  content: "\f41a";
}

/* line 4019, ../scss/_legacy.scss */
.fa-otter:before {
  content: "\f700";
}

/* line 4022, ../scss/_legacy.scss */
.fa-outdent:before {
  content: "\f03b";
}

/* line 4025, ../scss/_legacy.scss */
.fa-page4:before {
  content: "\f3d7";
}

/* line 4028, ../scss/_legacy.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 4031, ../scss/_legacy.scss */
.fa-pager:before {
  content: "\f815";
}

/* line 4034, ../scss/_legacy.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 4037, ../scss/_legacy.scss */
.fa-paint-brush-alt:before {
  content: "\f5a9";
}

/* line 4040, ../scss/_legacy.scss */
.fa-paint-roller:before {
  content: "\f5aa";
}

/* line 4043, ../scss/_legacy.scss */
.fa-palette:before {
  content: "\f53f";
}

/* line 4046, ../scss/_legacy.scss */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 4049, ../scss/_legacy.scss */
.fa-pallet:before {
  content: "\f482";
}

/* line 4052, ../scss/_legacy.scss */
.fa-pallet-alt:before {
  content: "\f483";
}

/* line 4055, ../scss/_legacy.scss */
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 4058, ../scss/_legacy.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 4061, ../scss/_legacy.scss */
.fa-parachute-box:before {
  content: "\f4cd";
}

/* line 4064, ../scss/_legacy.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 4067, ../scss/_legacy.scss */
.fa-parking:before {
  content: "\f540";
}

/* line 4070, ../scss/_legacy.scss */
.fa-parking-circle:before {
  content: "\f615";
}

/* line 4073, ../scss/_legacy.scss */
.fa-parking-circle-slash:before {
  content: "\f616";
}

/* line 4076, ../scss/_legacy.scss */
.fa-parking-slash:before {
  content: "\f617";
}

/* line 4079, ../scss/_legacy.scss */
.fa-passport:before {
  content: "\f5ab";
}

/* line 4082, ../scss/_legacy.scss */
.fa-pastafarianism:before {
  content: "\f67b";
}

/* line 4085, ../scss/_legacy.scss */
.fa-paste:before {
  content: "\f0ea";
}

/* line 4088, ../scss/_legacy.scss */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 4091, ../scss/_legacy.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 4094, ../scss/_legacy.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 4097, ../scss/_legacy.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 4100, ../scss/_legacy.scss */
.fa-paw-alt:before {
  content: "\f701";
}

/* line 4103, ../scss/_legacy.scss */
.fa-paw-claws:before {
  content: "\f702";
}

/* line 4106, ../scss/_legacy.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 4109, ../scss/_legacy.scss */
.fa-peace:before {
  content: "\f67c";
}

/* line 4112, ../scss/_legacy.scss */
.fa-pegasus:before {
  content: "\f703";
}

/* line 4115, ../scss/_legacy.scss */
.fa-pen:before {
  content: "\f304";
}

/* line 4118, ../scss/_legacy.scss */
.fa-pen-alt:before {
  content: "\f305";
}

/* line 4121, ../scss/_legacy.scss */
.fa-pen-fancy:before {
  content: "\f5ac";
}

/* line 4124, ../scss/_legacy.scss */
.fa-pen-nib:before {
  content: "\f5ad";
}

/* line 4127, ../scss/_legacy.scss */
.fa-pen-square:before {
  content: "\f14b";
}

/* line 4130, ../scss/_legacy.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 4133, ../scss/_legacy.scss */
.fa-pencil-alt:before {
  content: "\f303";
}

/* line 4136, ../scss/_legacy.scss */
.fa-pencil-paintbrush:before {
  content: "\f618";
}

/* line 4139, ../scss/_legacy.scss */
.fa-pencil-ruler:before {
  content: "\f5ae";
}

/* line 4142, ../scss/_legacy.scss */
.fa-pennant:before {
  content: "\f456";
}

/* line 4145, ../scss/_legacy.scss */
.fa-penny-arcade:before {
  content: "\f704";
}

/* line 4148, ../scss/_legacy.scss */
.fa-people-carry:before {
  content: "\f4ce";
}

/* line 4151, ../scss/_legacy.scss */
.fa-pepper-hot:before {
  content: "\f816";
}

/* line 4154, ../scss/_legacy.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 4157, ../scss/_legacy.scss */
.fa-percentage:before {
  content: "\f541";
}

/* line 4160, ../scss/_legacy.scss */
.fa-periscope:before {
  content: "\f3da";
}

/* line 4163, ../scss/_legacy.scss */
.fa-person-booth:before {
  content: "\f756";
}

/* line 4166, ../scss/_legacy.scss */
.fa-person-carry:before {
  content: "\f4cf";
}

/* line 4169, ../scss/_legacy.scss */
.fa-person-dolly:before {
  content: "\f4d0";
}

/* line 4172, ../scss/_legacy.scss */
.fa-person-dolly-empty:before {
  content: "\f4d1";
}

/* line 4175, ../scss/_legacy.scss */
.fa-person-sign:before {
  content: "\f757";
}

/* line 4178, ../scss/_legacy.scss */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 4181, ../scss/_legacy.scss */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 4184, ../scss/_legacy.scss */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 4187, ../scss/_legacy.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 4190, ../scss/_legacy.scss */
.fa-phone-office:before {
  content: "\f67d";
}

/* line 4193, ../scss/_legacy.scss */
.fa-phone-plus:before {
  content: "\f4d2";
}

/* line 4196, ../scss/_legacy.scss */
.fa-phone-slash:before {
  content: "\f3dd";
}

/* line 4199, ../scss/_legacy.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 4202, ../scss/_legacy.scss */
.fa-phone-volume:before {
  content: "\f2a0";
}

/* line 4205, ../scss/_legacy.scss */
.fa-php:before {
  content: "\f457";
}

/* line 4208, ../scss/_legacy.scss */
.fa-pi:before {
  content: "\f67e";
}

/* line 4211, ../scss/_legacy.scss */
.fa-pie:before {
  content: "\f705";
}

/* line 4214, ../scss/_legacy.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 4217, ../scss/_legacy.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 4220, ../scss/_legacy.scss */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 4223, ../scss/_legacy.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 4226, ../scss/_legacy.scss */
.fa-pig:before {
  content: "\f706";
}

/* line 4229, ../scss/_legacy.scss */
.fa-piggy-bank:before {
  content: "\f4d3";
}

/* line 4232, ../scss/_legacy.scss */
.fa-pills:before {
  content: "\f484";
}

/* line 4235, ../scss/_legacy.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 4238, ../scss/_legacy.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 4241, ../scss/_legacy.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 4244, ../scss/_legacy.scss */
.fa-pizza:before {
  content: "\f817";
}

/* line 4247, ../scss/_legacy.scss */
.fa-pizza-slice:before {
  content: "\f818";
}

/* line 4250, ../scss/_legacy.scss */
.fa-place-of-worship:before {
  content: "\f67f";
}

/* line 4253, ../scss/_legacy.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 4256, ../scss/_legacy.scss */
.fa-plane-alt:before {
  content: "\f3de";
}

/* line 4259, ../scss/_legacy.scss */
.fa-plane-arrival:before {
  content: "\f5af";
}

/* line 4262, ../scss/_legacy.scss */
.fa-plane-departure:before {
  content: "\f5b0";
}

/* line 4265, ../scss/_legacy.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 4268, ../scss/_legacy.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 4271, ../scss/_legacy.scss */
.fa-playstation:before {
  content: "\f3df";
}

/* line 4274, ../scss/_legacy.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 4277, ../scss/_legacy.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 4280, ../scss/_legacy.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 4283, ../scss/_legacy.scss */
.fa-plus-hexagon:before {
  content: "\f300";
}

/* line 4286, ../scss/_legacy.scss */
.fa-plus-octagon:before {
  content: "\f301";
}

/* line 4289, ../scss/_legacy.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 4292, ../scss/_legacy.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 4295, ../scss/_legacy.scss */
.fa-podium:before {
  content: "\f680";
}

/* line 4298, ../scss/_legacy.scss */
.fa-podium-star:before {
  content: "\f758";
}

/* line 4301, ../scss/_legacy.scss */
.fa-poll:before {
  content: "\f681";
}

/* line 4304, ../scss/_legacy.scss */
.fa-poll-h:before {
  content: "\f682";
}

/* line 4307, ../scss/_legacy.scss */
.fa-poll-people:before {
  content: "\f759";
}

/* line 4310, ../scss/_legacy.scss */
.fa-poo:before {
  content: "\f2fe";
}

/* line 4313, ../scss/_legacy.scss */
.fa-poo-storm:before {
  content: "\f75a";
}

/* line 4316, ../scss/_legacy.scss */
.fa-poop:before {
  content: "\f619";
}

/* line 4319, ../scss/_legacy.scss */
.fa-popcorn:before {
  content: "\f819";
}

/* line 4322, ../scss/_legacy.scss */
.fa-portrait:before {
  content: "\f3e0";
}

/* line 4325, ../scss/_legacy.scss */
.fa-pound-sign:before {
  content: "\f154";
}

/* line 4328, ../scss/_legacy.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 4331, ../scss/_legacy.scss */
.fa-pray:before {
  content: "\f683";
}

/* line 4334, ../scss/_legacy.scss */
.fa-praying-hands:before {
  content: "\f684";
}

/* line 4337, ../scss/_legacy.scss */
.fa-prescription:before {
  content: "\f5b1";
}

/* line 4340, ../scss/_legacy.scss */
.fa-prescription-bottle:before {
  content: "\f485";
}

/* line 4343, ../scss/_legacy.scss */
.fa-prescription-bottle-alt:before {
  content: "\f486";
}

/* line 4346, ../scss/_legacy.scss */
.fa-presentation:before {
  content: "\f685";
}

/* line 4349, ../scss/_legacy.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 4352, ../scss/_legacy.scss */
.fa-print-search:before {
  content: "\f81a";
}

/* line 4355, ../scss/_legacy.scss */
.fa-print-slash:before {
  content: "\f686";
}

/* line 4358, ../scss/_legacy.scss */
.fa-procedures:before {
  content: "\f487";
}

/* line 4361, ../scss/_legacy.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 4364, ../scss/_legacy.scss */
.fa-project-diagram:before {
  content: "\f542";
}

/* line 4367, ../scss/_legacy.scss */
.fa-pumpkin:before {
  content: "\f707";
}

/* line 4370, ../scss/_legacy.scss */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 4373, ../scss/_legacy.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 4376, ../scss/_legacy.scss */
.fa-python:before {
  content: "\f3e2";
}

/* line 4379, ../scss/_legacy.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 4382, ../scss/_legacy.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 4385, ../scss/_legacy.scss */
.fa-question:before {
  content: "\f128";
}

/* line 4388, ../scss/_legacy.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 4391, ../scss/_legacy.scss */
.fa-question-square:before {
  content: "\f2fd";
}

/* line 4394, ../scss/_legacy.scss */
.fa-quidditch:before {
  content: "\f458";
}

/* line 4397, ../scss/_legacy.scss */
.fa-quinscape:before {
  content: "\f459";
}

/* line 4400, ../scss/_legacy.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 4403, ../scss/_legacy.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 4406, ../scss/_legacy.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 4409, ../scss/_legacy.scss */
.fa-quran:before {
  content: "\f687";
}

/* line 4412, ../scss/_legacy.scss */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 4415, ../scss/_legacy.scss */
.fa-rabbit:before {
  content: "\f708";
}

/* line 4418, ../scss/_legacy.scss */
.fa-rabbit-fast:before {
  content: "\f709";
}

/* line 4421, ../scss/_legacy.scss */
.fa-racquet:before {
  content: "\f45a";
}

/* line 4424, ../scss/_legacy.scss */
.fa-radiation:before {
  content: "\f7b9";
}

/* line 4427, ../scss/_legacy.scss */
.fa-radiation-alt:before {
  content: "\f7ba";
}

/* line 4430, ../scss/_legacy.scss */
.fa-rainbow:before {
  content: "\f75b";
}

/* line 4433, ../scss/_legacy.scss */
.fa-raindrops:before {
  content: "\f75c";
}

/* line 4436, ../scss/_legacy.scss */
.fa-ram:before {
  content: "\f70a";
}

/* line 4439, ../scss/_legacy.scss */
.fa-ramp-loading:before {
  content: "\f4d4";
}

/* line 4442, ../scss/_legacy.scss */
.fa-random:before {
  content: "\f074";
}

/* line 4445, ../scss/_legacy.scss */
.fa-raspberry-pi:before {
  content: "\f7bb";
}

/* line 4448, ../scss/_legacy.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 4451, ../scss/_legacy.scss */
.fa-react:before {
  content: "\f41b";
}

/* line 4454, ../scss/_legacy.scss */
.fa-reacteurope:before {
  content: "\f75d";
}

/* line 4457, ../scss/_legacy.scss */
.fa-readme:before {
  content: "\f4d5";
}

/* line 4460, ../scss/_legacy.scss */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 4463, ../scss/_legacy.scss */
.fa-receipt:before {
  content: "\f543";
}

/* line 4466, ../scss/_legacy.scss */
.fa-rectangle-landscape:before {
  content: "\f2fa";
}

/* line 4469, ../scss/_legacy.scss */
.fa-rectangle-portrait:before {
  content: "\f2fb";
}

/* line 4472, ../scss/_legacy.scss */
.fa-rectangle-wide:before {
  content: "\f2fc";
}

/* line 4475, ../scss/_legacy.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 4478, ../scss/_legacy.scss */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 4481, ../scss/_legacy.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 4484, ../scss/_legacy.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 4487, ../scss/_legacy.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 4490, ../scss/_legacy.scss */
.fa-redhat:before {
  content: "\f7bc";
}

/* line 4493, ../scss/_legacy.scss */
.fa-redo:before {
  content: "\f01e";
}

/* line 4496, ../scss/_legacy.scss */
.fa-redo-alt:before {
  content: "\f2f9";
}

/* line 4499, ../scss/_legacy.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 4502, ../scss/_legacy.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 4505, ../scss/_legacy.scss */
.fa-repeat:before {
  content: "\f363";
}

/* line 4508, ../scss/_legacy.scss */
.fa-repeat-1:before {
  content: "\f365";
}

/* line 4511, ../scss/_legacy.scss */
.fa-repeat-1-alt:before {
  content: "\f366";
}

/* line 4514, ../scss/_legacy.scss */
.fa-repeat-alt:before {
  content: "\f364";
}

/* line 4517, ../scss/_legacy.scss */
.fa-reply:before {
  content: "\f3e5";
}

/* line 4520, ../scss/_legacy.scss */
.fa-reply-all:before {
  content: "\f122";
}

/* line 4523, ../scss/_legacy.scss */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 4526, ../scss/_legacy.scss */
.fa-republican:before {
  content: "\f75e";
}

/* line 4529, ../scss/_legacy.scss */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 4532, ../scss/_legacy.scss */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 4535, ../scss/_legacy.scss */
.fa-restroom:before {
  content: "\f7bd";
}

/* line 4538, ../scss/_legacy.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 4541, ../scss/_legacy.scss */
.fa-retweet-alt:before {
  content: "\f361";
}

/* line 4544, ../scss/_legacy.scss */
.fa-rev:before {
  content: "\f5b2";
}

/* line 4547, ../scss/_legacy.scss */
.fa-ribbon:before {
  content: "\f4d6";
}

/* line 4550, ../scss/_legacy.scss */
.fa-ring:before {
  content: "\f70b";
}

/* line 4553, ../scss/_legacy.scss */
.fa-rings-wedding:before {
  content: "\f81b";
}

/* line 4556, ../scss/_legacy.scss */
.fa-road:before {
  content: "\f018";
}

/* line 4559, ../scss/_legacy.scss */
.fa-robot:before {
  content: "\f544";
}

/* line 4562, ../scss/_legacy.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 4565, ../scss/_legacy.scss */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 4568, ../scss/_legacy.scss */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 4571, ../scss/_legacy.scss */
.fa-route:before {
  content: "\f4d7";
}

/* line 4574, ../scss/_legacy.scss */
.fa-route-highway:before {
  content: "\f61a";
}

/* line 4577, ../scss/_legacy.scss */
.fa-route-interstate:before {
  content: "\f61b";
}

/* line 4580, ../scss/_legacy.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 4583, ../scss/_legacy.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 4586, ../scss/_legacy.scss */
.fa-ruble-sign:before {
  content: "\f158";
}

/* line 4589, ../scss/_legacy.scss */
.fa-ruler:before {
  content: "\f545";
}

/* line 4592, ../scss/_legacy.scss */
.fa-ruler-combined:before {
  content: "\f546";
}

/* line 4595, ../scss/_legacy.scss */
.fa-ruler-horizontal:before {
  content: "\f547";
}

/* line 4598, ../scss/_legacy.scss */
.fa-ruler-triangle:before {
  content: "\f61c";
}

/* line 4601, ../scss/_legacy.scss */
.fa-ruler-vertical:before {
  content: "\f548";
}

/* line 4604, ../scss/_legacy.scss */
.fa-running:before {
  content: "\f70c";
}

/* line 4607, ../scss/_legacy.scss */
.fa-rupee-sign:before {
  content: "\f156";
}

/* line 4610, ../scss/_legacy.scss */
.fa-rv:before {
  content: "\f7be";
}

/* line 4613, ../scss/_legacy.scss */
.fa-sack:before {
  content: "\f81c";
}

/* line 4616, ../scss/_legacy.scss */
.fa-sack-dollar:before {
  content: "\f81d";
}

/* line 4619, ../scss/_legacy.scss */
.fa-sad-cry:before {
  content: "\f5b3";
}

/* line 4622, ../scss/_legacy.scss */
.fa-sad-tear:before {
  content: "\f5b4";
}

/* line 4625, ../scss/_legacy.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 4628, ../scss/_legacy.scss */
.fa-salad:before {
  content: "\f81e";
}

/* line 4631, ../scss/_legacy.scss */
.fa-sandwich:before {
  content: "\f81f";
}

/* line 4634, ../scss/_legacy.scss */
.fa-sass:before {
  content: "\f41e";
}

/* line 4637, ../scss/_legacy.scss */
.fa-satellite:before {
  content: "\f7bf";
}

/* line 4640, ../scss/_legacy.scss */
.fa-satellite-dish:before {
  content: "\f7c0";
}

/* line 4643, ../scss/_legacy.scss */
.fa-sausage:before {
  content: "\f820";
}

/* line 4646, ../scss/_legacy.scss */
.fa-save:before {
  content: "\f0c7";
}

/* line 4649, ../scss/_legacy.scss */
.fa-scalpel:before {
  content: "\f61d";
}

/* line 4652, ../scss/_legacy.scss */
.fa-scalpel-path:before {
  content: "\f61e";
}

/* line 4655, ../scss/_legacy.scss */
.fa-scanner:before {
  content: "\f488";
}

/* line 4658, ../scss/_legacy.scss */
.fa-scanner-keyboard:before {
  content: "\f489";
}

/* line 4661, ../scss/_legacy.scss */
.fa-scanner-touchscreen:before {
  content: "\f48a";
}

/* line 4664, ../scss/_legacy.scss */
.fa-scarecrow:before {
  content: "\f70d";
}

/* line 4667, ../scss/_legacy.scss */
.fa-scarf:before {
  content: "\f7c1";
}

/* line 4670, ../scss/_legacy.scss */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 4673, ../scss/_legacy.scss */
.fa-school:before {
  content: "\f549";
}

/* line 4676, ../scss/_legacy.scss */
.fa-screwdriver:before {
  content: "\f54a";
}

/* line 4679, ../scss/_legacy.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 4682, ../scss/_legacy.scss */
.fa-scroll:before {
  content: "\f70e";
}

/* line 4685, ../scss/_legacy.scss */
.fa-scroll-old:before {
  content: "\f70f";
}

/* line 4688, ../scss/_legacy.scss */
.fa-scrubber:before {
  content: "\f2f8";
}

/* line 4691, ../scss/_legacy.scss */
.fa-scythe:before {
  content: "\f710";
}

/* line 4694, ../scss/_legacy.scss */
.fa-sd-card:before {
  content: "\f7c2";
}

/* line 4697, ../scss/_legacy.scss */
.fa-search:before {
  content: "\f002";
}

/* line 4700, ../scss/_legacy.scss */
.fa-search-dollar:before {
  content: "\f688";
}

/* line 4703, ../scss/_legacy.scss */
.fa-search-location:before {
  content: "\f689";
}

/* line 4706, ../scss/_legacy.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 4709, ../scss/_legacy.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 4712, ../scss/_legacy.scss */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 4715, ../scss/_legacy.scss */
.fa-seedling:before {
  content: "\f4d8";
}

/* line 4718, ../scss/_legacy.scss */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 4721, ../scss/_legacy.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 4724, ../scss/_legacy.scss */
.fa-server:before {
  content: "\f233";
}

/* line 4727, ../scss/_legacy.scss */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 4730, ../scss/_legacy.scss */
.fa-shapes:before {
  content: "\f61f";
}

/* line 4733, ../scss/_legacy.scss */
.fa-share:before {
  content: "\f064";
}

/* line 4736, ../scss/_legacy.scss */
.fa-share-all:before {
  content: "\f367";
}

/* line 4739, ../scss/_legacy.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 4742, ../scss/_legacy.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 4745, ../scss/_legacy.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 4748, ../scss/_legacy.scss */
.fa-sheep:before {
  content: "\f711";
}

/* line 4751, ../scss/_legacy.scss */
.fa-shekel-sign:before {
  content: "\f20b";
}

/* line 4754, ../scss/_legacy.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 4757, ../scss/_legacy.scss */
.fa-shield-alt:before {
  content: "\f3ed";
}

/* line 4760, ../scss/_legacy.scss */
.fa-shield-check:before {
  content: "\f2f7";
}

/* line 4763, ../scss/_legacy.scss */
.fa-shield-cross:before {
  content: "\f712";
}

/* line 4766, ../scss/_legacy.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 4769, ../scss/_legacy.scss */
.fa-shipping-fast:before {
  content: "\f48b";
}

/* line 4772, ../scss/_legacy.scss */
.fa-shipping-timed:before {
  content: "\f48c";
}

/* line 4775, ../scss/_legacy.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 4778, ../scss/_legacy.scss */
.fa-shish-kebab:before {
  content: "\f821";
}

/* line 4781, ../scss/_legacy.scss */
.fa-shoe-prints:before {
  content: "\f54b";
}

/* line 4784, ../scss/_legacy.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 4787, ../scss/_legacy.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 4790, ../scss/_legacy.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 4793, ../scss/_legacy.scss */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 4796, ../scss/_legacy.scss */
.fa-shovel:before {
  content: "\f713";
}

/* line 4799, ../scss/_legacy.scss */
.fa-shovel-snow:before {
  content: "\f7c3";
}

/* line 4802, ../scss/_legacy.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 4805, ../scss/_legacy.scss */
.fa-shredder:before {
  content: "\f68a";
}

/* line 4808, ../scss/_legacy.scss */
.fa-shuttle-van:before {
  content: "\f5b6";
}

/* line 4811, ../scss/_legacy.scss */
.fa-shuttlecock:before {
  content: "\f45b";
}

/* line 4814, ../scss/_legacy.scss */
.fa-sickle:before {
  content: "\f822";
}

/* line 4817, ../scss/_legacy.scss */
.fa-sigma:before {
  content: "\f68b";
}

/* line 4820, ../scss/_legacy.scss */
.fa-sign:before {
  content: "\f4d9";
}

/* line 4823, ../scss/_legacy.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 4826, ../scss/_legacy.scss */
.fa-sign-in-alt:before {
  content: "\f2f6";
}

/* line 4829, ../scss/_legacy.scss */
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 4832, ../scss/_legacy.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 4835, ../scss/_legacy.scss */
.fa-sign-out-alt:before {
  content: "\f2f5";
}

/* line 4838, ../scss/_legacy.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 4841, ../scss/_legacy.scss */
.fa-signal-1:before {
  content: "\f68c";
}

/* line 4844, ../scss/_legacy.scss */
.fa-signal-2:before {
  content: "\f68d";
}

/* line 4847, ../scss/_legacy.scss */
.fa-signal-3:before {
  content: "\f68e";
}

/* line 4850, ../scss/_legacy.scss */
.fa-signal-4:before {
  content: "\f68f";
}

/* line 4853, ../scss/_legacy.scss */
.fa-signal-alt:before {
  content: "\f690";
}

/* line 4856, ../scss/_legacy.scss */
.fa-signal-alt-1:before {
  content: "\f691";
}

/* line 4859, ../scss/_legacy.scss */
.fa-signal-alt-2:before {
  content: "\f692";
}

/* line 4862, ../scss/_legacy.scss */
.fa-signal-alt-3:before {
  content: "\f693";
}

/* line 4865, ../scss/_legacy.scss */
.fa-signal-alt-slash:before {
  content: "\f694";
}

/* line 4868, ../scss/_legacy.scss */
.fa-signal-slash:before {
  content: "\f695";
}

/* line 4871, ../scss/_legacy.scss */
.fa-signature:before {
  content: "\f5b7";
}

/* line 4874, ../scss/_legacy.scss */
.fa-sim-card:before {
  content: "\f7c4";
}

/* line 4877, ../scss/_legacy.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 4880, ../scss/_legacy.scss */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 4883, ../scss/_legacy.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 4886, ../scss/_legacy.scss */
.fa-sith:before {
  content: "\f512";
}

/* line 4889, ../scss/_legacy.scss */
.fa-skating:before {
  content: "\f7c5";
}

/* line 4892, ../scss/_legacy.scss */
.fa-skeleton:before {
  content: "\f620";
}

/* line 4895, ../scss/_legacy.scss */
.fa-sketch:before {
  content: "\f7c6";
}

/* line 4898, ../scss/_legacy.scss */
.fa-ski-jump:before {
  content: "\f7c7";
}

/* line 4901, ../scss/_legacy.scss */
.fa-ski-lift:before {
  content: "\f7c8";
}

/* line 4904, ../scss/_legacy.scss */
.fa-skiing:before {
  content: "\f7c9";
}

/* line 4907, ../scss/_legacy.scss */
.fa-skiing-nordic:before {
  content: "\f7ca";
}

/* line 4910, ../scss/_legacy.scss */
.fa-skull:before {
  content: "\f54c";
}

/* line 4913, ../scss/_legacy.scss */
.fa-skull-crossbones:before {
  content: "\f714";
}

/* line 4916, ../scss/_legacy.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 4919, ../scss/_legacy.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 4922, ../scss/_legacy.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 4925, ../scss/_legacy.scss */
.fa-slack-hash:before {
  content: "\f3ef";
}

/* line 4928, ../scss/_legacy.scss */
.fa-slash:before {
  content: "\f715";
}

/* line 4931, ../scss/_legacy.scss */
.fa-sledding:before {
  content: "\f7cb";
}

/* line 4934, ../scss/_legacy.scss */
.fa-sleigh:before {
  content: "\f7cc";
}

/* line 4937, ../scss/_legacy.scss */
.fa-sliders-h:before {
  content: "\f1de";
}

/* line 4940, ../scss/_legacy.scss */
.fa-sliders-h-square:before {
  content: "\f3f0";
}

/* line 4943, ../scss/_legacy.scss */
.fa-sliders-v:before {
  content: "\f3f1";
}

/* line 4946, ../scss/_legacy.scss */
.fa-sliders-v-square:before {
  content: "\f3f2";
}

/* line 4949, ../scss/_legacy.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 4952, ../scss/_legacy.scss */
.fa-smile:before {
  content: "\f118";
}

/* line 4955, ../scss/_legacy.scss */
.fa-smile-beam:before {
  content: "\f5b8";
}

/* line 4958, ../scss/_legacy.scss */
.fa-smile-plus:before {
  content: "\f5b9";
}

/* line 4961, ../scss/_legacy.scss */
.fa-smile-wink:before {
  content: "\f4da";
}

/* line 4964, ../scss/_legacy.scss */
.fa-smog:before {
  content: "\f75f";
}

/* line 4967, ../scss/_legacy.scss */
.fa-smoke:before {
  content: "\f760";
}

/* line 4970, ../scss/_legacy.scss */
.fa-smoking:before {
  content: "\f48d";
}

/* line 4973, ../scss/_legacy.scss */
.fa-smoking-ban:before {
  content: "\f54d";
}

/* line 4976, ../scss/_legacy.scss */
.fa-sms:before {
  content: "\f7cd";
}

/* line 4979, ../scss/_legacy.scss */
.fa-snake:before {
  content: "\f716";
}

/* line 4982, ../scss/_legacy.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 4985, ../scss/_legacy.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 4988, ../scss/_legacy.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 4991, ../scss/_legacy.scss */
.fa-snow-blowing:before {
  content: "\f761";
}

/* line 4994, ../scss/_legacy.scss */
.fa-snowboarding:before {
  content: "\f7ce";
}

/* line 4997, ../scss/_legacy.scss */
.fa-snowflake:before {
  content: "\f2dc";
}

/* line 5000, ../scss/_legacy.scss */
.fa-snowflakes:before {
  content: "\f7cf";
}

/* line 5003, ../scss/_legacy.scss */
.fa-snowman:before {
  content: "\f7d0";
}

/* line 5006, ../scss/_legacy.scss */
.fa-snowmobile:before {
  content: "\f7d1";
}

/* line 5009, ../scss/_legacy.scss */
.fa-snowplow:before {
  content: "\f7d2";
}

/* line 5012, ../scss/_legacy.scss */
.fa-socks:before {
  content: "\f696";
}

/* line 5015, ../scss/_legacy.scss */
.fa-solar-panel:before {
  content: "\f5ba";
}

/* line 5018, ../scss/_legacy.scss */
.fa-sort:before {
  content: "\f0dc";
}

/* line 5021, ../scss/_legacy.scss */
.fa-sort-alpha-down:before {
  content: "\f15d";
}

/* line 5024, ../scss/_legacy.scss */
.fa-sort-alpha-up:before {
  content: "\f15e";
}

/* line 5027, ../scss/_legacy.scss */
.fa-sort-amount-down:before {
  content: "\f160";
}

/* line 5030, ../scss/_legacy.scss */
.fa-sort-amount-up:before {
  content: "\f161";
}

/* line 5033, ../scss/_legacy.scss */
.fa-sort-down:before {
  content: "\f0dd";
}

/* line 5036, ../scss/_legacy.scss */
.fa-sort-numeric-down:before {
  content: "\f162";
}

/* line 5039, ../scss/_legacy.scss */
.fa-sort-numeric-up:before {
  content: "\f163";
}

/* line 5042, ../scss/_legacy.scss */
.fa-sort-up:before {
  content: "\f0de";
}

/* line 5045, ../scss/_legacy.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 5048, ../scss/_legacy.scss */
.fa-soup:before {
  content: "\f823";
}

/* line 5051, ../scss/_legacy.scss */
.fa-sourcetree:before {
  content: "\f7d3";
}

/* line 5054, ../scss/_legacy.scss */
.fa-spa:before {
  content: "\f5bb";
}

/* line 5057, ../scss/_legacy.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 5060, ../scss/_legacy.scss */
.fa-spade:before {
  content: "\f2f4";
}

/* line 5063, ../scss/_legacy.scss */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 5066, ../scss/_legacy.scss */
.fa-spider:before {
  content: "\f717";
}

/* line 5069, ../scss/_legacy.scss */
.fa-spider-black-widow:before {
  content: "\f718";
}

/* line 5072, ../scss/_legacy.scss */
.fa-spider-web:before {
  content: "\f719";
}

/* line 5075, ../scss/_legacy.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 5078, ../scss/_legacy.scss */
.fa-spinner-third:before {
  content: "\f3f4";
}

/* line 5081, ../scss/_legacy.scss */
.fa-splotch:before {
  content: "\f5bc";
}

/* line 5084, ../scss/_legacy.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 5087, ../scss/_legacy.scss */
.fa-spray-can:before {
  content: "\f5bd";
}

/* line 5090, ../scss/_legacy.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 5093, ../scss/_legacy.scss */
.fa-square-full:before {
  content: "\f45c";
}

/* line 5096, ../scss/_legacy.scss */
.fa-square-root:before {
  content: "\f697";
}

/* line 5099, ../scss/_legacy.scss */
.fa-square-root-alt:before {
  content: "\f698";
}

/* line 5102, ../scss/_legacy.scss */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 5105, ../scss/_legacy.scss */
.fa-squirrel:before {
  content: "\f71a";
}

/* line 5108, ../scss/_legacy.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 5111, ../scss/_legacy.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 5114, ../scss/_legacy.scss */
.fa-staff:before {
  content: "\f71b";
}

/* line 5117, ../scss/_legacy.scss */
.fa-stamp:before {
  content: "\f5bf";
}

/* line 5120, ../scss/_legacy.scss */
.fa-star:before {
  content: "\f005";
}

/* line 5123, ../scss/_legacy.scss */
.fa-star-and-crescent:before {
  content: "\f699";
}

/* line 5126, ../scss/_legacy.scss */
.fa-star-christmas:before {
  content: "\f7d4";
}

/* line 5129, ../scss/_legacy.scss */
.fa-star-exclamation:before {
  content: "\f2f3";
}

/* line 5132, ../scss/_legacy.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 5135, ../scss/_legacy.scss */
.fa-star-half-alt:before {
  content: "\f5c0";
}

/* line 5138, ../scss/_legacy.scss */
.fa-star-of-david:before {
  content: "\f69a";
}

/* line 5141, ../scss/_legacy.scss */
.fa-star-of-life:before {
  content: "\f621";
}

/* line 5144, ../scss/_legacy.scss */
.fa-stars:before {
  content: "\f762";
}

/* line 5147, ../scss/_legacy.scss */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 5150, ../scss/_legacy.scss */
.fa-steak:before {
  content: "\f824";
}

/* line 5153, ../scss/_legacy.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 5156, ../scss/_legacy.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 5159, ../scss/_legacy.scss */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* line 5162, ../scss/_legacy.scss */
.fa-steering-wheel:before {
  content: "\f622";
}

/* line 5165, ../scss/_legacy.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 5168, ../scss/_legacy.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 5171, ../scss/_legacy.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 5174, ../scss/_legacy.scss */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 5177, ../scss/_legacy.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 5180, ../scss/_legacy.scss */
.fa-stocking:before {
  content: "\f7d5";
}

/* line 5183, ../scss/_legacy.scss */
.fa-stomach:before {
  content: "\f623";
}

/* line 5186, ../scss/_legacy.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 5189, ../scss/_legacy.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 5192, ../scss/_legacy.scss */
.fa-stopwatch:before {
  content: "\f2f2";
}

/* line 5195, ../scss/_legacy.scss */
.fa-store:before {
  content: "\f54e";
}

/* line 5198, ../scss/_legacy.scss */
.fa-store-alt:before {
  content: "\f54f";
}

/* line 5201, ../scss/_legacy.scss */
.fa-strava:before {
  content: "\f428";
}

/* line 5204, ../scss/_legacy.scss */
.fa-stream:before {
  content: "\f550";
}

/* line 5207, ../scss/_legacy.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 5210, ../scss/_legacy.scss */
.fa-stretcher:before {
  content: "\f825";
}

/* line 5213, ../scss/_legacy.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 5216, ../scss/_legacy.scss */
.fa-stripe:before {
  content: "\f429";
}

/* line 5219, ../scss/_legacy.scss */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 5222, ../scss/_legacy.scss */
.fa-stroopwafel:before {
  content: "\f551";
}

/* line 5225, ../scss/_legacy.scss */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 5228, ../scss/_legacy.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 5231, ../scss/_legacy.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 5234, ../scss/_legacy.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 5237, ../scss/_legacy.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 5240, ../scss/_legacy.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 5243, ../scss/_legacy.scss */
.fa-suitcase-rolling:before {
  content: "\f5c1";
}

/* line 5246, ../scss/_legacy.scss */
.fa-sun:before {
  content: "\f185";
}

/* line 5249, ../scss/_legacy.scss */
.fa-sun-cloud:before {
  content: "\f763";
}

/* line 5252, ../scss/_legacy.scss */
.fa-sun-dust:before {
  content: "\f764";
}

/* line 5255, ../scss/_legacy.scss */
.fa-sun-haze:before {
  content: "\f765";
}

/* line 5258, ../scss/_legacy.scss */
.fa-sunrise:before {
  content: "\f766";
}

/* line 5261, ../scss/_legacy.scss */
.fa-sunset:before {
  content: "\f767";
}

/* line 5264, ../scss/_legacy.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 5267, ../scss/_legacy.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 5270, ../scss/_legacy.scss */
.fa-supple:before {
  content: "\f3f9";
}

/* line 5273, ../scss/_legacy.scss */
.fa-surprise:before {
  content: "\f5c2";
}

/* line 5276, ../scss/_legacy.scss */
.fa-suse:before {
  content: "\f7d6";
}

/* line 5279, ../scss/_legacy.scss */
.fa-swatchbook:before {
  content: "\f5c3";
}

/* line 5282, ../scss/_legacy.scss */
.fa-swimmer:before {
  content: "\f5c4";
}

/* line 5285, ../scss/_legacy.scss */
.fa-swimming-pool:before {
  content: "\f5c5";
}

/* line 5288, ../scss/_legacy.scss */
.fa-sword:before {
  content: "\f71c";
}

/* line 5291, ../scss/_legacy.scss */
.fa-swords:before {
  content: "\f71d";
}

/* line 5294, ../scss/_legacy.scss */
.fa-synagogue:before {
  content: "\f69b";
}

/* line 5297, ../scss/_legacy.scss */
.fa-sync:before {
  content: "\f021";
}

/* line 5300, ../scss/_legacy.scss */
.fa-sync-alt:before {
  content: "\f2f1";
}

/* line 5303, ../scss/_legacy.scss */
.fa-syringe:before {
  content: "\f48e";
}

/* line 5306, ../scss/_legacy.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 5309, ../scss/_legacy.scss */
.fa-table-tennis:before {
  content: "\f45d";
}

/* line 5312, ../scss/_legacy.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 5315, ../scss/_legacy.scss */
.fa-tablet-alt:before {
  content: "\f3fa";
}

/* line 5318, ../scss/_legacy.scss */
.fa-tablet-android:before {
  content: "\f3fb";
}

/* line 5321, ../scss/_legacy.scss */
.fa-tablet-android-alt:before {
  content: "\f3fc";
}

/* line 5324, ../scss/_legacy.scss */
.fa-tablet-rugged:before {
  content: "\f48f";
}

/* line 5327, ../scss/_legacy.scss */
.fa-tablets:before {
  content: "\f490";
}

/* line 5330, ../scss/_legacy.scss */
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 5333, ../scss/_legacy.scss */
.fa-tachometer-alt:before {
  content: "\f3fd";
}

/* line 5336, ../scss/_legacy.scss */
.fa-tachometer-alt-average:before {
  content: "\f624";
}

/* line 5339, ../scss/_legacy.scss */
.fa-tachometer-alt-fast:before {
  content: "\f625";
}

/* line 5342, ../scss/_legacy.scss */
.fa-tachometer-alt-fastest:before {
  content: "\f626";
}

/* line 5345, ../scss/_legacy.scss */
.fa-tachometer-alt-slow:before {
  content: "\f627";
}

/* line 5348, ../scss/_legacy.scss */
.fa-tachometer-alt-slowest:before {
  content: "\f628";
}

/* line 5351, ../scss/_legacy.scss */
.fa-tachometer-average:before {
  content: "\f629";
}

/* line 5354, ../scss/_legacy.scss */
.fa-tachometer-fast:before {
  content: "\f62a";
}

/* line 5357, ../scss/_legacy.scss */
.fa-tachometer-fastest:before {
  content: "\f62b";
}

/* line 5360, ../scss/_legacy.scss */
.fa-tachometer-slow:before {
  content: "\f62c";
}

/* line 5363, ../scss/_legacy.scss */
.fa-tachometer-slowest:before {
  content: "\f62d";
}

/* line 5366, ../scss/_legacy.scss */
.fa-taco:before {
  content: "\f826";
}

/* line 5369, ../scss/_legacy.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 5372, ../scss/_legacy.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 5375, ../scss/_legacy.scss */
.fa-tally:before {
  content: "\f69c";
}

/* line 5378, ../scss/_legacy.scss */
.fa-tanakh:before {
  content: "\f827";
}

/* line 5381, ../scss/_legacy.scss */
.fa-tape:before {
  content: "\f4db";
}

/* line 5384, ../scss/_legacy.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 5387, ../scss/_legacy.scss */
.fa-tasks-alt:before {
  content: "\f828";
}

/* line 5390, ../scss/_legacy.scss */
.fa-taxi:before {
  content: "\f1ba";
}

/* line 5393, ../scss/_legacy.scss */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 5396, ../scss/_legacy.scss */
.fa-teeth:before {
  content: "\f62e";
}

/* line 5399, ../scss/_legacy.scss */
.fa-teeth-open:before {
  content: "\f62f";
}

/* line 5402, ../scss/_legacy.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 5405, ../scss/_legacy.scss */
.fa-telegram-plane:before {
  content: "\f3fe";
}

/* line 5408, ../scss/_legacy.scss */
.fa-temperature-frigid:before {
  content: "\f768";
}

/* line 5411, ../scss/_legacy.scss */
.fa-temperature-high:before {
  content: "\f769";
}

/* line 5414, ../scss/_legacy.scss */
.fa-temperature-hot:before {
  content: "\f76a";
}

/* line 5417, ../scss/_legacy.scss */
.fa-temperature-low:before {
  content: "\f76b";
}

/* line 5420, ../scss/_legacy.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 5423, ../scss/_legacy.scss */
.fa-tenge:before {
  content: "\f7d7";
}

/* line 5426, ../scss/_legacy.scss */
.fa-tennis-ball:before {
  content: "\f45e";
}

/* line 5429, ../scss/_legacy.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 5432, ../scss/_legacy.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 5435, ../scss/_legacy.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 5438, ../scss/_legacy.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 5441, ../scss/_legacy.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 5444, ../scss/_legacy.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 5447, ../scss/_legacy.scss */
.fa-the-red-yeti:before {
  content: "\f69d";
}

/* line 5450, ../scss/_legacy.scss */
.fa-theater-masks:before {
  content: "\f630";
}

/* line 5453, ../scss/_legacy.scss */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 5456, ../scss/_legacy.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 5459, ../scss/_legacy.scss */
.fa-thermometer:before {
  content: "\f491";
}

/* line 5462, ../scss/_legacy.scss */
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 5465, ../scss/_legacy.scss */
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 5468, ../scss/_legacy.scss */
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 5471, ../scss/_legacy.scss */
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 5474, ../scss/_legacy.scss */
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 5477, ../scss/_legacy.scss */
.fa-theta:before {
  content: "\f69e";
}

/* line 5480, ../scss/_legacy.scss */
.fa-think-peaks:before {
  content: "\f731";
}

/* line 5483, ../scss/_legacy.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 5486, ../scss/_legacy.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 5489, ../scss/_legacy.scss */
.fa-thumbtack:before {
  content: "\f08d";
}

/* line 5492, ../scss/_legacy.scss */
.fa-thunderstorm:before {
  content: "\f76c";
}

/* line 5495, ../scss/_legacy.scss */
.fa-thunderstorm-moon:before {
  content: "\f76d";
}

/* line 5498, ../scss/_legacy.scss */
.fa-thunderstorm-sun:before {
  content: "\f76e";
}

/* line 5501, ../scss/_legacy.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 5504, ../scss/_legacy.scss */
.fa-ticket-alt:before {
  content: "\f3ff";
}

/* line 5507, ../scss/_legacy.scss */
.fa-tilde:before {
  content: "\f69f";
}

/* line 5510, ../scss/_legacy.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 5513, ../scss/_legacy.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 5516, ../scss/_legacy.scss */
.fa-times-hexagon:before {
  content: "\f2ee";
}

/* line 5519, ../scss/_legacy.scss */
.fa-times-octagon:before {
  content: "\f2f0";
}

/* line 5522, ../scss/_legacy.scss */
.fa-times-square:before {
  content: "\f2d3";
}

/* line 5525, ../scss/_legacy.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 5528, ../scss/_legacy.scss */
.fa-tint-slash:before {
  content: "\f5c7";
}

/* line 5531, ../scss/_legacy.scss */
.fa-tire:before {
  content: "\f631";
}

/* line 5534, ../scss/_legacy.scss */
.fa-tire-flat:before {
  content: "\f632";
}

/* line 5537, ../scss/_legacy.scss */
.fa-tire-pressure-warning:before {
  content: "\f633";
}

/* line 5540, ../scss/_legacy.scss */
.fa-tire-rugged:before {
  content: "\f634";
}

/* line 5543, ../scss/_legacy.scss */
.fa-tired:before {
  content: "\f5c8";
}

/* line 5546, ../scss/_legacy.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 5549, ../scss/_legacy.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 5552, ../scss/_legacy.scss */
.fa-toilet:before {
  content: "\f7d8";
}

/* line 5555, ../scss/_legacy.scss */
.fa-toilet-paper:before {
  content: "\f71e";
}

/* line 5558, ../scss/_legacy.scss */
.fa-toilet-paper-alt:before {
  content: "\f71f";
}

/* line 5561, ../scss/_legacy.scss */
.fa-tombstone:before {
  content: "\f720";
}

/* line 5564, ../scss/_legacy.scss */
.fa-tombstone-alt:before {
  content: "\f721";
}

/* line 5567, ../scss/_legacy.scss */
.fa-toolbox:before {
  content: "\f552";
}

/* line 5570, ../scss/_legacy.scss */
.fa-tools:before {
  content: "\f7d9";
}

/* line 5573, ../scss/_legacy.scss */
.fa-tooth:before {
  content: "\f5c9";
}

/* line 5576, ../scss/_legacy.scss */
.fa-toothbrush:before {
  content: "\f635";
}

/* line 5579, ../scss/_legacy.scss */
.fa-torah:before {
  content: "\f6a0";
}

/* line 5582, ../scss/_legacy.scss */
.fa-torii-gate:before {
  content: "\f6a1";
}

/* line 5585, ../scss/_legacy.scss */
.fa-tornado:before {
  content: "\f76f";
}

/* line 5588, ../scss/_legacy.scss */
.fa-tractor:before {
  content: "\f722";
}

/* line 5591, ../scss/_legacy.scss */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 5594, ../scss/_legacy.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 5597, ../scss/_legacy.scss */
.fa-traffic-cone:before {
  content: "\f636";
}

/* line 5600, ../scss/_legacy.scss */
.fa-traffic-light:before {
  content: "\f637";
}

/* line 5603, ../scss/_legacy.scss */
.fa-traffic-light-go:before {
  content: "\f638";
}

/* line 5606, ../scss/_legacy.scss */
.fa-traffic-light-slow:before {
  content: "\f639";
}

/* line 5609, ../scss/_legacy.scss */
.fa-traffic-light-stop:before {
  content: "\f63a";
}

/* line 5612, ../scss/_legacy.scss */
.fa-train:before {
  content: "\f238";
}

/* line 5615, ../scss/_legacy.scss */
.fa-tram:before {
  content: "\f7da";
}

/* line 5618, ../scss/_legacy.scss */
.fa-transgender:before {
  content: "\f224";
}

/* line 5621, ../scss/_legacy.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 5624, ../scss/_legacy.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 5627, ../scss/_legacy.scss */
.fa-trash-alt:before {
  content: "\f2ed";
}

/* line 5630, ../scss/_legacy.scss */
.fa-trash-restore:before {
  content: "\f829";
}

/* line 5633, ../scss/_legacy.scss */
.fa-trash-restore-alt:before {
  content: "\f82a";
}

/* line 5636, ../scss/_legacy.scss */
.fa-treasure-chest:before {
  content: "\f723";
}

/* line 5639, ../scss/_legacy.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 5642, ../scss/_legacy.scss */
.fa-tree-alt:before {
  content: "\f400";
}

/* line 5645, ../scss/_legacy.scss */
.fa-tree-christmas:before {
  content: "\f7db";
}

/* line 5648, ../scss/_legacy.scss */
.fa-tree-decorated:before {
  content: "\f7dc";
}

/* line 5651, ../scss/_legacy.scss */
.fa-tree-large:before {
  content: "\f7dd";
}

/* line 5654, ../scss/_legacy.scss */
.fa-tree-palm:before {
  content: "\f82b";
}

/* line 5657, ../scss/_legacy.scss */
.fa-trees:before {
  content: "\f724";
}

/* line 5660, ../scss/_legacy.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 5663, ../scss/_legacy.scss */
.fa-triangle:before {
  content: "\f2ec";
}

/* line 5666, ../scss/_legacy.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 5669, ../scss/_legacy.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 5672, ../scss/_legacy.scss */
.fa-trophy-alt:before {
  content: "\f2eb";
}

/* line 5675, ../scss/_legacy.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 5678, ../scss/_legacy.scss */
.fa-truck-container:before {
  content: "\f4dc";
}

/* line 5681, ../scss/_legacy.scss */
.fa-truck-couch:before {
  content: "\f4dd";
}

/* line 5684, ../scss/_legacy.scss */
.fa-truck-loading:before {
  content: "\f4de";
}

/* line 5687, ../scss/_legacy.scss */
.fa-truck-monster:before {
  content: "\f63b";
}

/* line 5690, ../scss/_legacy.scss */
.fa-truck-moving:before {
  content: "\f4df";
}

/* line 5693, ../scss/_legacy.scss */
.fa-truck-pickup:before {
  content: "\f63c";
}

/* line 5696, ../scss/_legacy.scss */
.fa-truck-plow:before {
  content: "\f7de";
}

/* line 5699, ../scss/_legacy.scss */
.fa-truck-ramp:before {
  content: "\f4e0";
}

/* line 5702, ../scss/_legacy.scss */
.fa-tshirt:before {
  content: "\f553";
}

/* line 5705, ../scss/_legacy.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 5708, ../scss/_legacy.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 5711, ../scss/_legacy.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 5714, ../scss/_legacy.scss */
.fa-turkey:before {
  content: "\f725";
}

/* line 5717, ../scss/_legacy.scss */
.fa-turtle:before {
  content: "\f726";
}

/* line 5720, ../scss/_legacy.scss */
.fa-tv:before {
  content: "\f26c";
}

/* line 5723, ../scss/_legacy.scss */
.fa-tv-retro:before {
  content: "\f401";
}

/* line 5726, ../scss/_legacy.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 5729, ../scss/_legacy.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 5732, ../scss/_legacy.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 5735, ../scss/_legacy.scss */
.fa-typo3:before {
  content: "\f42b";
}

/* line 5738, ../scss/_legacy.scss */
.fa-uber:before {
  content: "\f402";
}

/* line 5741, ../scss/_legacy.scss */
.fa-ubuntu:before {
  content: "\f7df";
}

/* line 5744, ../scss/_legacy.scss */
.fa-uikit:before {
  content: "\f403";
}

/* line 5747, ../scss/_legacy.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 5750, ../scss/_legacy.scss */
.fa-umbrella-beach:before {
  content: "\f5ca";
}

/* line 5753, ../scss/_legacy.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 5756, ../scss/_legacy.scss */
.fa-undo:before {
  content: "\f0e2";
}

/* line 5759, ../scss/_legacy.scss */
.fa-undo-alt:before {
  content: "\f2ea";
}

/* line 5762, ../scss/_legacy.scss */
.fa-unicorn:before {
  content: "\f727";
}

/* line 5765, ../scss/_legacy.scss */
.fa-union:before {
  content: "\f6a2";
}

/* line 5768, ../scss/_legacy.scss */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 5771, ../scss/_legacy.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 5774, ../scss/_legacy.scss */
.fa-university:before {
  content: "\f19c";
}

/* line 5777, ../scss/_legacy.scss */
.fa-unlink:before {
  content: "\f127";
}

/* line 5780, ../scss/_legacy.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 5783, ../scss/_legacy.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 5786, ../scss/_legacy.scss */
.fa-untappd:before {
  content: "\f405";
}

/* line 5789, ../scss/_legacy.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 5792, ../scss/_legacy.scss */
.fa-ups:before {
  content: "\f7e0";
}

/* line 5795, ../scss/_legacy.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 5798, ../scss/_legacy.scss */
.fa-usd-circle:before {
  content: "\f2e8";
}

/* line 5801, ../scss/_legacy.scss */
.fa-usd-square:before {
  content: "\f2e9";
}

/* line 5804, ../scss/_legacy.scss */
.fa-user:before {
  content: "\f007";
}

/* line 5807, ../scss/_legacy.scss */
.fa-user-alt:before {
  content: "\f406";
}

/* line 5810, ../scss/_legacy.scss */
.fa-user-alt-slash:before {
  content: "\f4fa";
}

/* line 5813, ../scss/_legacy.scss */
.fa-user-astronaut:before {
  content: "\f4fb";
}

/* line 5816, ../scss/_legacy.scss */
.fa-user-chart:before {
  content: "\f6a3";
}

/* line 5819, ../scss/_legacy.scss */
.fa-user-check:before {
  content: "\f4fc";
}

/* line 5822, ../scss/_legacy.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 5825, ../scss/_legacy.scss */
.fa-user-clock:before {
  content: "\f4fd";
}

/* line 5828, ../scss/_legacy.scss */
.fa-user-cog:before {
  content: "\f4fe";
}

/* line 5831, ../scss/_legacy.scss */
.fa-user-crown:before {
  content: "\f6a4";
}

/* line 5834, ../scss/_legacy.scss */
.fa-user-edit:before {
  content: "\f4ff";
}

/* line 5837, ../scss/_legacy.scss */
.fa-user-friends:before {
  content: "\f500";
}

/* line 5840, ../scss/_legacy.scss */
.fa-user-graduate:before {
  content: "\f501";
}

/* line 5843, ../scss/_legacy.scss */
.fa-user-hard-hat:before {
  content: "\f82c";
}

/* line 5846, ../scss/_legacy.scss */
.fa-user-headset:before {
  content: "\f82d";
}

/* line 5849, ../scss/_legacy.scss */
.fa-user-injured:before {
  content: "\f728";
}

/* line 5852, ../scss/_legacy.scss */
.fa-user-lock:before {
  content: "\f502";
}

/* line 5855, ../scss/_legacy.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 5858, ../scss/_legacy.scss */
.fa-user-md-chat:before {
  content: "\f82e";
}

/* line 5861, ../scss/_legacy.scss */
.fa-user-minus:before {
  content: "\f503";
}

/* line 5864, ../scss/_legacy.scss */
.fa-user-ninja:before {
  content: "\f504";
}

/* line 5867, ../scss/_legacy.scss */
.fa-user-nurse:before {
  content: "\f82f";
}

/* line 5870, ../scss/_legacy.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 5873, ../scss/_legacy.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 5876, ../scss/_legacy.scss */
.fa-user-shield:before {
  content: "\f505";
}

/* line 5879, ../scss/_legacy.scss */
.fa-user-slash:before {
  content: "\f506";
}

/* line 5882, ../scss/_legacy.scss */
.fa-user-tag:before {
  content: "\f507";
}

/* line 5885, ../scss/_legacy.scss */
.fa-user-tie:before {
  content: "\f508";
}

/* line 5888, ../scss/_legacy.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 5891, ../scss/_legacy.scss */
.fa-users:before {
  content: "\f0c0";
}

/* line 5894, ../scss/_legacy.scss */
.fa-users-class:before {
  content: "\f63d";
}

/* line 5897, ../scss/_legacy.scss */
.fa-users-cog:before {
  content: "\f509";
}

/* line 5900, ../scss/_legacy.scss */
.fa-users-crown:before {
  content: "\f6a5";
}

/* line 5903, ../scss/_legacy.scss */
.fa-users-medical:before {
  content: "\f830";
}

/* line 5906, ../scss/_legacy.scss */
.fa-usps:before {
  content: "\f7e1";
}

/* line 5909, ../scss/_legacy.scss */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 5912, ../scss/_legacy.scss */
.fa-utensil-fork:before {
  content: "\f2e3";
}

/* line 5915, ../scss/_legacy.scss */
.fa-utensil-knife:before {
  content: "\f2e4";
}

/* line 5918, ../scss/_legacy.scss */
.fa-utensil-spoon:before {
  content: "\f2e5";
}

/* line 5921, ../scss/_legacy.scss */
.fa-utensils:before {
  content: "\f2e7";
}

/* line 5924, ../scss/_legacy.scss */
.fa-utensils-alt:before {
  content: "\f2e6";
}

/* line 5927, ../scss/_legacy.scss */
.fa-vaadin:before {
  content: "\f408";
}

/* line 5930, ../scss/_legacy.scss */
.fa-value-absolute:before {
  content: "\f6a6";
}

/* line 5933, ../scss/_legacy.scss */
.fa-vector-square:before {
  content: "\f5cb";
}

/* line 5936, ../scss/_legacy.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 5939, ../scss/_legacy.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 5942, ../scss/_legacy.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 5945, ../scss/_legacy.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 5948, ../scss/_legacy.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 5951, ../scss/_legacy.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 5954, ../scss/_legacy.scss */
.fa-vial:before {
  content: "\f492";
}

/* line 5957, ../scss/_legacy.scss */
.fa-vials:before {
  content: "\f493";
}

/* line 5960, ../scss/_legacy.scss */
.fa-viber:before {
  content: "\f409";
}

/* line 5963, ../scss/_legacy.scss */
.fa-video:before {
  content: "\f03d";
}

/* line 5966, ../scss/_legacy.scss */
.fa-video-plus:before {
  content: "\f4e1";
}

/* line 5969, ../scss/_legacy.scss */
.fa-video-slash:before {
  content: "\f4e2";
}

/* line 5972, ../scss/_legacy.scss */
.fa-vihara:before {
  content: "\f6a7";
}

/* line 5975, ../scss/_legacy.scss */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 5978, ../scss/_legacy.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 5981, ../scss/_legacy.scss */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 5984, ../scss/_legacy.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 5987, ../scss/_legacy.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 5990, ../scss/_legacy.scss */
.fa-vnv:before {
  content: "\f40b";
}

/* line 5993, ../scss/_legacy.scss */
.fa-volcano:before {
  content: "\f770";
}

/* line 5996, ../scss/_legacy.scss */
.fa-volleyball-ball:before {
  content: "\f45f";
}

/* line 5999, ../scss/_legacy.scss */
.fa-volume:before {
  content: "\f6a8";
}

/* line 6002, ../scss/_legacy.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 6005, ../scss/_legacy.scss */
.fa-volume-mute:before {
  content: "\f6a9";
}

/* line 6008, ../scss/_legacy.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 6011, ../scss/_legacy.scss */
.fa-volume-slash:before {
  content: "\f2e2";
}

/* line 6014, ../scss/_legacy.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 6017, ../scss/_legacy.scss */
.fa-vote-nay:before {
  content: "\f771";
}

/* line 6020, ../scss/_legacy.scss */
.fa-vote-yea:before {
  content: "\f772";
}

/* line 6023, ../scss/_legacy.scss */
.fa-vr-cardboard:before {
  content: "\f729";
}

/* line 6026, ../scss/_legacy.scss */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 6029, ../scss/_legacy.scss */
.fa-walker:before {
  content: "\f831";
}

/* line 6032, ../scss/_legacy.scss */
.fa-walking:before {
  content: "\f554";
}

/* line 6035, ../scss/_legacy.scss */
.fa-wallet:before {
  content: "\f555";
}

/* line 6038, ../scss/_legacy.scss */
.fa-wand:before {
  content: "\f72a";
}

/* line 6041, ../scss/_legacy.scss */
.fa-wand-magic:before {
  content: "\f72b";
}

/* line 6044, ../scss/_legacy.scss */
.fa-warehouse:before {
  content: "\f494";
}

/* line 6047, ../scss/_legacy.scss */
.fa-warehouse-alt:before {
  content: "\f495";
}

/* line 6050, ../scss/_legacy.scss */
.fa-watch:before {
  content: "\f2e1";
}

/* line 6053, ../scss/_legacy.scss */
.fa-watch-fitness:before {
  content: "\f63e";
}

/* line 6056, ../scss/_legacy.scss */
.fa-water:before {
  content: "\f773";
}

/* line 6059, ../scss/_legacy.scss */
.fa-water-lower:before {
  content: "\f774";
}

/* line 6062, ../scss/_legacy.scss */
.fa-water-rise:before {
  content: "\f775";
}

/* line 6065, ../scss/_legacy.scss */
.fa-webcam:before {
  content: "\f832";
}

/* line 6068, ../scss/_legacy.scss */
.fa-webcam-slash:before {
  content: "\f833";
}

/* line 6071, ../scss/_legacy.scss */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 6074, ../scss/_legacy.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 6077, ../scss/_legacy.scss */
.fa-weight:before {
  content: "\f496";
}

/* line 6080, ../scss/_legacy.scss */
.fa-weight-hanging:before {
  content: "\f5cd";
}

/* line 6083, ../scss/_legacy.scss */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 6086, ../scss/_legacy.scss */
.fa-whale:before {
  content: "\f72c";
}

/* line 6089, ../scss/_legacy.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 6092, ../scss/_legacy.scss */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 6095, ../scss/_legacy.scss */
.fa-wheat:before {
  content: "\f72d";
}

/* line 6098, ../scss/_legacy.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 6101, ../scss/_legacy.scss */
.fa-whistle:before {
  content: "\f460";
}

/* line 6104, ../scss/_legacy.scss */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 6107, ../scss/_legacy.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 6110, ../scss/_legacy.scss */
.fa-wifi-1:before {
  content: "\f6aa";
}

/* line 6113, ../scss/_legacy.scss */
.fa-wifi-2:before {
  content: "\f6ab";
}

/* line 6116, ../scss/_legacy.scss */
.fa-wifi-slash:before {
  content: "\f6ac";
}

/* line 6119, ../scss/_legacy.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 6122, ../scss/_legacy.scss */
.fa-wind:before {
  content: "\f72e";
}

/* line 6125, ../scss/_legacy.scss */
.fa-wind-warning:before {
  content: "\f776";
}

/* line 6128, ../scss/_legacy.scss */
.fa-window:before {
  content: "\f40e";
}

/* line 6131, ../scss/_legacy.scss */
.fa-window-alt:before {
  content: "\f40f";
}

/* line 6134, ../scss/_legacy.scss */
.fa-window-close:before {
  content: "\f410";
}

/* line 6137, ../scss/_legacy.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 6140, ../scss/_legacy.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 6143, ../scss/_legacy.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 6146, ../scss/_legacy.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 6149, ../scss/_legacy.scss */
.fa-windsock:before {
  content: "\f777";
}

/* line 6152, ../scss/_legacy.scss */
.fa-wine-bottle:before {
  content: "\f72f";
}

/* line 6155, ../scss/_legacy.scss */
.fa-wine-glass:before {
  content: "\f4e3";
}

/* line 6158, ../scss/_legacy.scss */
.fa-wine-glass-alt:before {
  content: "\f5ce";
}

/* line 6161, ../scss/_legacy.scss */
.fa-wix:before {
  content: "\f5cf";
}

/* line 6164, ../scss/_legacy.scss */
.fa-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 6167, ../scss/_legacy.scss */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 6170, ../scss/_legacy.scss */
.fa-won-sign:before {
  content: "\f159";
}

/* line 6173, ../scss/_legacy.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 6176, ../scss/_legacy.scss */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 6179, ../scss/_legacy.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 6182, ../scss/_legacy.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 6185, ../scss/_legacy.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 6188, ../scss/_legacy.scss */
.fa-wpressr:before {
  content: "\f3e4";
}

/* line 6191, ../scss/_legacy.scss */
.fa-wreath:before {
  content: "\f7e2";
}

/* line 6194, ../scss/_legacy.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 6197, ../scss/_legacy.scss */
.fa-x-ray:before {
  content: "\f497";
}

/* line 6200, ../scss/_legacy.scss */
.fa-xbox:before {
  content: "\f412";
}

/* line 6203, ../scss/_legacy.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 6206, ../scss/_legacy.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 6209, ../scss/_legacy.scss */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 6212, ../scss/_legacy.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 6215, ../scss/_legacy.scss */
.fa-yandex:before {
  content: "\f413";
}

/* line 6218, ../scss/_legacy.scss */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 6221, ../scss/_legacy.scss */
.fa-yarn:before {
  content: "\f7e3";
}

/* line 6224, ../scss/_legacy.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 6227, ../scss/_legacy.scss */
.fa-yen-sign:before {
  content: "\f157";
}

/* line 6230, ../scss/_legacy.scss */
.fa-yin-yang:before {
  content: "\f6ad";
}

/* line 6233, ../scss/_legacy.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 6236, ../scss/_legacy.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 6239, ../scss/_legacy.scss */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 6242, ../scss/_legacy.scss */
.fa-zhihu:before {
  content: "\f63f";
}

/* line 6245, ../scss/_legacy.scss */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 6255, ../scss/_legacy.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url("../fonts/webfonts/fa-light-300.eot");
  src: url("../fonts/webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/fa-light-300.woff2") format("woff2"), url("../fonts/webfonts/fa-light-300.woff") format("woff"), url("../fonts/webfonts/fa-light-300.ttf") format("truetype"), url("../fonts/webfonts/fa-light-300.svg#fontawesome") format("svg");
}
/* line 6271, ../scss/_legacy.scss */
.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../fonts/webfonts/fa-regular-400.eot");
  src: url("../fonts/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/fa-regular-400.woff2") format("woff2"), url("../fonts/webfonts/fa-regular-400.woff") format("woff"), url("../fonts/webfonts/fa-regular-400.ttf") format("truetype"), url("../fonts/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
/* line 6283, ../scss/_legacy.scss */
.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../fonts/webfonts/fa-solid-900.eot");
  src: url("../fonts/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/fa-solid-900.woff2") format("woff2"), url("../fonts/webfonts/fa-solid-900.woff") format("woff"), url("../fonts/webfonts/fa-solid-900.ttf") format("truetype"), url("../fonts/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
/* line 6295, ../scss/_legacy.scss */
.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/webfonts/fa-brands-400.eot");
  src: url("../fonts/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/fa-brands-400.woff2") format("woff2"), url("../fonts/webfonts/fa-brands-400.woff") format("woff"), url("../fonts/webfonts/fa-brands-400.ttf") format("truetype"), url("../fonts/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
/* line 6308, ../scss/_legacy.scss */
.fab {
  font-family: 'Font Awesome 5 Brands';
}

/* line 6311, ../scss/_legacy.scss */
#emergoHomeSlider {
  position: relative;
  width: 100%;
  height: 86vh;
  background: #0B3C61;
  background-image: linear-gradient(-45deg, #67B1E2 0%, #00518A 100%);
}

@media (min-width: 768px) {
  /* line 6318, ../scss/_legacy.scss */
  #emergoHomeSlider {
    height: 400px;
  }
}
@media (min-width: 1280px) {
  /* line 6321, ../scss/_legacy.scss */
  #emergoHomeSlider {
    height: 700px;
  }
}
/* line 6323, ../scss/_legacy.scss */
#emergoHomeSlider .carousel-slider {
  position: relative;
  width: 100%;
  height: 100%;
  list-style: none;
  padding: 0;
}

@media (min-width: 768px) {
  /* line 6330, ../scss/_legacy.scss */
  #emergoHomeSlider .carousel-slider {
    padding: 32px 32px 48px;
  }
}
@media (min-width: 1280px) {
  /* line 6333, ../scss/_legacy.scss */
  #emergoHomeSlider .carousel-slider {
    padding: 56px;
  }
}
/* line 6335, ../scss/_legacy.scss */
#emergoHomeSlider .carousel-slider .carousel-content {
  position: absolute;
  width: 100%;
  top: 152px;
  padding-left: 20px;
  color: #fff;
}

@media (min-width: 768px) {
  /* line 6342, ../scss/_legacy.scss */
  #emergoHomeSlider .carousel-slider .carousel-content {
    top: 40px;
    width: 56%;
    padding-left: 40px;
  }
}
@media (min-width: 1280px) {
  /* line 6347, ../scss/_legacy.scss */
  #emergoHomeSlider .carousel-slider .carousel-content {
    top: 88px;
    width: 50%;
    padding-left: 96px;
  }
}
@media (min-width: 1440px) {
  /* line 6352, ../scss/_legacy.scss */
  #emergoHomeSlider .carousel-slider .carousel-content {
    top: 88px;
  }
}
@media (min-width: 1600px) {
  /* line 6355, ../scss/_legacy.scss */
  #emergoHomeSlider .carousel-slider .carousel-content {
    top: 118px;
  }
}
@media (min-width: 1920px) {
  /* line 6358, ../scss/_legacy.scss */
  #emergoHomeSlider .carousel-slider .carousel-content {
    max-width: 880px;
    top: 130px;
  }
}
/* line 6361, ../scss/_legacy.scss */
#emergoHomeSlider .carousel-slider .carousel-content .label {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  /* line 6368, ../scss/_legacy.scss */
  #emergoHomeSlider .carousel-slider .carousel-content .label {
    font-size: 10px;
  }
}
@media (min-width: 1280px) {
  /* line 6371, ../scss/_legacy.scss */
  #emergoHomeSlider .carousel-slider .carousel-content .label {
    font-size: 12px;
  }
}
/* line 6373, ../scss/_legacy.scss */
#emergoHomeSlider .carousel-slider .carousel-content .title {
  position: relative;
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  padding-top: 24px;
}

@media (min-width: 768px) {
  /* line 6380, ../scss/_legacy.scss */
  #emergoHomeSlider .carousel-slider .carousel-content .title {
    font-size: 28px;
    line-height: 36px;
    padding-top: 16px;
  }
}
@media (min-width: 1280px) {
  /* line 6385, ../scss/_legacy.scss */
  #emergoHomeSlider .carousel-slider .carousel-content .title {
    font-size: 48px;
    line-height: 62px;
    padding-top: 24px;
  }
}
/* line 6389, ../scss/_legacy.scss */
#emergoHomeSlider .carousel-slider .carousel-content .sub-copy {
  position: relative;
  width: 88%;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  padding: 24px 0 40px;
}

@media (min-width: 768px) {
  /* line 6397, ../scss/_legacy.scss */
  #emergoHomeSlider .carousel-slider .carousel-content .sub-copy {
    width: 64%;
    font-size: 12px;
    line-height: 18px;
    padding: 16px 0 24px;
  }
}
@media (min-width: 1280px) {
  /* line 6403, ../scss/_legacy.scss */
  #emergoHomeSlider .carousel-slider .carousel-content .sub-copy {
    font-size: 18px;
    line-height: 25px;
    padding: 24px 0 40px;
  }
}
/* line 6407, ../scss/_legacy.scss */
#emergoHomeSlider .carousel-slider .carousel-content .cta {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #fff;
  color: #404040;
  width: 224px;
  height: 50px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .75px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  /* line 6422, ../scss/_legacy.scss */
  #emergoHomeSlider .carousel-slider .carousel-content .cta {
    width: 128px;
    height: 30px;
    border-radius: 6px;
    font-size: 8px;
  }
}
@media (min-width: 1280px) {
  /* line 6428, ../scss/_legacy.scss */
  #emergoHomeSlider .carousel-slider .carousel-content .cta {
    width: 224px;
    height: 50px;
    border-radius: 6px;
    font-size: 14px;
    box-shadow: 0 20px 16px -8px rgba(11, 60, 97, 0);
    transition: all 0.4s ease-out;
  }
}
/* line 6435, ../scss/_legacy.scss */
#emergoHomeSlider .carousel-slider .carousel-content .bg-color-blue {
  background: #fff;
  color: #404040;
}

@media (min-width: 768px) {
  /* line 6439, ../scss/_legacy.scss */
  #emergoHomeSlider .carousel-slider .carousel-content .bg-color-blue {
    background: #0A3B60;
    color: #fff;
  }
}
/* line 6442, ../scss/_legacy.scss */
#emergoHomeSlider .carousel-slider .color-blue {
  color: #fff;
}

@media (min-width: 768px) {
  /* line 6445, ../scss/_legacy.scss */
  #emergoHomeSlider .carousel-slider .color-blue {
    color: #0A3B60;
  }
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/*Swiper*/
/* line 6451, ../scss/_legacy.scss */
.swiper-container {
  width: 100%;
  height: 100%;
  background: #003A63;
}

@media (min-width: 768px) {
  /* line 6456, ../scss/_legacy.scss */
  .swiper-container {
    height: 320px;
    box-shadow: 0 2px 40px 0 #0B3C61;
    transition: all 0.2s ease-out;
  }
}
@media (min-width: 1280px) {
  /* line 6461, ../scss/_legacy.scss */
  .swiper-container {
    height: 588px;
  }
}
/* line 6464, ../scss/_legacy.scss */
.carousel-slider:hover .swiper-container {
  box-shadow: 0 8px 64px 0 #03233C;
}

/* line 6467, ../scss/_legacy.scss */
#emergoHomeSlider .carousel-slider:hover .carousel-content .cta {
  box-shadow: 0 20px 16px -8px rgba(11, 60, 97, 0.6);
}

/* line 6470, ../scss/_legacy.scss */
.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* line 6480, ../scss/_legacy.scss */
.slider-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  background-size: cover !important;
  background-position: center center !important;
  opacity: .32;
}

@media (min-width: 768px) {
  /* line 6489, ../scss/_legacy.scss */
  .slider-img {
    opacity: 1;
  }
}
/* line 6492, ../scss/_legacy.scss */
.carousel-slider .slide-hotspot {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  cursor: pointer;
}

/* line 6499, ../scss/_legacy.scss */
.d-l-gradient {
  display: none;
}

@media (min-width: 1280px) {
  /* line 6502, ../scss/_legacy.scss */
  .d-l-gradient {
    display: block;
    /*opacity: .1; transition: all 0.2s ease-out;*/
    position: absolute;
    top: 0px;
    left: 0px;
    width: 182px;
    height: 100%;
    background-image: linear-gradient(270deg, rgba(11, 60, 97, 0) 0%, #042640 100%);
  }
}
/* line 6512, ../scss/_legacy.scss */
.d-r-gradient {
  display: none;
}

@media (min-width: 1280px) {
  /* line 6515, ../scss/_legacy.scss */
  .d-r-gradient {
    display: block;
    /*opacity: .1; transition: all 0.2s ease-out;*/
    position: absolute;
    top: 0px;
    right: 0px;
    width: 182px;
    height: 100%;
    background-image: linear-gradient(270deg, #042640 0%, rgba(11, 60, 97, 0) 100%);
  }
}
/* line 6525, ../scss/_legacy.scss */
.swiper-clickspot {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
}

/* line 6531, ../scss/_legacy.scss */
.carousel-slider .swiper-button-prev, .carousel-slider .swiper-button-next {
  display: none;
}

@media (min-width: 1280px) {
  /* line 6534, ../scss/_legacy.scss */
  .carousel-slider .swiper-button-prev, .carousel-slider .swiper-button-next {
    display: block;
    opacity: 0;
    transition: all 0.2s ease-out;
    background-image: none !important;
    background: #fff;
    color: #4BA8F5;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    line-height: 96px;
    font-size: 36px;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
  }
}
/* line 6549, ../scss/_legacy.scss */
.carousel-slider:hover .swiper-button-prev, .carousel-slider:hover .swiper-button-next {
  opacity: .7;
}

/* line 6552, ../scss/_legacy.scss */
.carousel-slider .swiper-button-prev:hover, .carousel-slider .swiper-button-next:hover {
  opacity: 1;
}

/* line 6555, ../scss/_legacy.scss */
.carousel-slider .swiper-button-prev:hover .d-l-gradient {
  display: none;
}

/* line 6558, ../scss/_legacy.scss */
.carousel-slider .swiper-pagination {
  width: 100%;
  bottom: 16px;
}

@media (min-width: 768px) {
  /* line 6562, ../scss/_legacy.scss */
  .carousel-slider .swiper-pagination {
    bottom: 12px;
    padding-right: 64px;
  }
}
@media (min-width: 1280px) {
  /* line 6566, ../scss/_legacy.scss */
  .carousel-slider .swiper-pagination {
    bottom: 16px;
    padding-right: 140px;
  }
}
/* line 6570, ../scss/_legacy.scss */
.carousel-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  background: transparent;
  margin: 0 6px;
}

/* line 6577, ../scss/_legacy.scss */
.carousel-slider .swiper-pagination-bullet-active {
  background: #fff;
}

/* line 6580, ../scss/_legacy.scss */
.action-sec {
  width: 100%;
  float: left;
  background: #222;
}

/* line 6585, ../scss/_legacy.scss */
.action-box {
  float: left;
  width: 100%;
  text-align: center;
}

/* line 6590, ../scss/_legacy.scss */
.action-box h2 {
  color: #fff;
  font-size: 20px;
}

/* line 6594, ../scss/_legacy.scss */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* line 6601, ../scss/_legacy.scss */
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

/* line 6604, ../scss/_legacy.scss */
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 6611, ../scss/_legacy.scss */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 6630, ../scss/_legacy.scss */
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 6638, ../scss/_legacy.scss */
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 6645, ../scss/_legacy.scss */
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/* line 6653, ../scss/_legacy.scss */
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 6661, ../scss/_legacy.scss */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

/* line 6665, ../scss/_legacy.scss */
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform,height;
}

/* line 6676, ../scss/_legacy.scss */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* line 6684, ../scss/_legacy.scss */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/* line 6688, ../scss/_legacy.scss */
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* line 6692, ../scss/_legacy.scss */
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -45px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 6707, ../scss/_legacy.scss */
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

/* line 6713, ../scss/_legacy.scss */
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 16px;
  right: auto;
}

/* line 6719, ../scss/_legacy.scss */
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

/* line 6723, ../scss/_legacy.scss */
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* line 6727, ../scss/_legacy.scss */
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 16px;
  left: auto;
}

/* line 6733, ../scss/_legacy.scss */
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

/* line 6737, ../scss/_legacy.scss */
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* line 6741, ../scss/_legacy.scss */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

/* line 6754, ../scss/_legacy.scss */
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* line 6757, ../scss/_legacy.scss */
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* line 6764, ../scss/_legacy.scss */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

/* line 6772, ../scss/_legacy.scss */
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

/* line 6782, ../scss/_legacy.scss */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

/* line 6785, ../scss/_legacy.scss */
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

/* line 6788, ../scss/_legacy.scss */
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

/* line 6792, ../scss/_legacy.scss */
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

/* line 6795, ../scss/_legacy.scss */
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

/* line 6798, ../scss/_legacy.scss */
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/* line 6807, ../scss/_legacy.scss */
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

/* line 6811, ../scss/_legacy.scss */
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* line 6814, ../scss/_legacy.scss */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

/* line 6818, ../scss/_legacy.scss */
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

/* line 6835, ../scss/_legacy.scss */
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

/* line 6842, ../scss/_legacy.scss */
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

/* line 6848, ../scss/_legacy.scss */
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

/* line 6854, ../scss/_legacy.scss */
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

/* line 6857, ../scss/_legacy.scss */
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

/* line 6860, ../scss/_legacy.scss */
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* line 6863, ../scss/_legacy.scss */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

/* line 6869, ../scss/_legacy.scss */
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 6881, ../scss/_legacy.scss */
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

/* line 6893, ../scss/_legacy.scss */
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

/* line 6900, ../scss/_legacy.scss */
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

/* line 6907, ../scss/_legacy.scss */
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

/* line 6914, ../scss/_legacy.scss */
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

/* line 6921, ../scss/_legacy.scss */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

/* line 6925, ../scss/_legacy.scss */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

/* line 6929, ../scss/_legacy.scss */
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

/* line 6938, ../scss/_legacy.scss */
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 6942, ../scss/_legacy.scss */
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 6948, ../scss/_legacy.scss */
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 6962, ../scss/_legacy.scss */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

/* line 6971, ../scss/_legacy.scss */
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

/* line 6977, ../scss/_legacy.scss */
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

/* line 6984, ../scss/_legacy.scss */
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* line 6996, ../scss/_legacy.scss */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 7003, ../scss/_legacy.scss */
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

/* line 7010, ../scss/_legacy.scss */
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 7013, ../scss/_legacy.scss */
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 7017, ../scss/_legacy.scss */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

/* line 7037, ../scss/_legacy.scss */
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* line 7044, ../scss/_legacy.scss */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

/* line 7050, ../scss/_legacy.scss */
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

/* line 7058, ../scss/_legacy.scss */
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

/* line 7066, ../scss/_legacy.scss */
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

/* line 7075, ../scss/_legacy.scss */
.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* line 7078, ../scss/_legacy.scss */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

/* line 7094, ../scss/_legacy.scss */
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* line 7105, ../scss/_legacy.scss */
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* line 7116, ../scss/_legacy.scss */
.btn-outline-blue {
  background: #F4F9FF;
  border: 2px solid #00518A;
  color: #00518A;
  font-weight: 700;
}

/* line 7122, ../scss/_legacy.scss */
.btn-outline-blue:hover {
  background: #00518A;
  color: #fff;
}

/* line 7126, ../scss/_legacy.scss */
.block-bean img.c-shadow-jumbo {
  height: auto;
}

/* line 7130, ../scss/_legacy.scss */
.card-border-bottom-teal {
  border-bottom: 10px solid #00518A;
}

/* line 7134, ../scss/_legacy.scss */
.card-border-bottom-light-teal {
  border-bottom: 10px solid #67B1E2;
}

/* line 7138, ../scss/_legacy.scss */
.banner .banner__conent {
  min-height: 230px;
}

/* line 7142, ../scss/_legacy.scss */
.c-services .owl-dots {
  text-align: center;
}

/* line 7146, ../scss/_legacy.scss */
.c-services .owl-dots .owl-dot {
  cursor: pointer;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  background: #C0C0C0;
  margin: 0 6px;
  border-radius: 50px;
}

/* line 7156, ../scss/_legacy.scss */
.c-services .owl-dots .owl-dot.active {
  background: #1397E1;
}

@font-face {
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
  src: url("../fonts/webfonts/noto-sans-jp/NotoSansCJKjp-Regular.otf");
}
/* line 9, ../scss/_polycot.scss */
body.i18n-ja {
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans", "Noto Sans CJK SC", sans-serif;
  src: url("../fonts/webfonts/Noto_Sans_SC/NotoSansSC-Regular.otf");
}
/* line 18, ../scss/_polycot.scss */
body.i18n-zh-hans {
  font-family: "Noto Sans", "Noto Sans CJK SC", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* line 25, ../scss/_polycot.scss */
.i18n-ja.front #block-bean-about-us.py-5, .i18n-ko.front #block-bean-about-us.py-5 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/* line 28, ../scss/_polycot.scss */
.i18n-ja.front #block-bean-about-us.py-5 .py-3, .i18n-ko.front #block-bean-about-us.py-5 .py-3 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 39, ../scss/_polycot.scss */
.i18n-ja #mainMenu .dropdown-menu .btn-list-dropdown a.btn {
  white-space: normal;
}

/* line 47, ../scss/_polycot.scss */
body.page-resources .view-library.eq-h.container {
  padding: 0 20px;
}

/* line 51, ../scss/_polycot.scss */
body.page-resources .view-library.eq-h.container .view-content {
  padding: 20px 0;
}

/* line 56, ../scss/_polycot.scss */
body.page-node-4249 .field-name-field-pardot {
  padding: 0 20px;
}

/* line 60, ../scss/_polycot.scss */
body.page-node-4249 .field-name-field-pardot iframe.pardot-embed {
  height: 1040px;
}

/* line 63, ../scss/_polycot.scss */
.bg-gradient-6 {
  background: linear-gradient(225deg, #0065a6 0%, #003d6d 100%);
}

/* line 68, ../scss/_polycot.scss */
#pardotModal .modal-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}

/* line 79, ../scss/_polycot.scss */
.page-services-market-compliance-how-we-help .view-filters .control-label {
  color: #59646C;
}

/* line 85, ../scss/_polycot.scss */
.z-10 {
  z-index: 10;
}

/* line 96, ../scss/_polycot.scss */
.page-events-1796 .banner__caption .btn-link {
  display: none;
}

/* line 102, ../scss/_polycot.scss */
div.messages {
  width: 80%;
  margin: 1em auto;
}

/* line 109, ../scss/_polycot.scss */
.node-type-service .btn-primary,
.page-taxonomy-term .btn-primary {
  color: #404040;
  background-color: white;
}

/* line 118, ../scss/_polycot.scss */
.page-resources-united-states-fda-510k-calculator .form-required {
  display: none;
}
/* line 122, ../scss/_polycot.scss */
.page-resources-united-states-fda-510k-calculator .form-item input.error {
  border-width: 1px;
  border-color: #cccccc;
}
/* line 128, ../scss/_polycot.scss */
.page-resources-united-states-fda-510k-calculator .view-content td {
  white-space: nowrap;
}

/* line 138, ../scss/_polycot.scss */
.attachment .view-fda-calc .view-empty p {
  display: none;
}
/* line 143, ../scss/_polycot.scss */
.attachment .view-fda-calc .view-footer h2 {
  padding-top: 2em;
}
/* line 147, ../scss/_polycot.scss */
.attachment .view-fda-calc .fda-calc-summary {
  height: 4em;
}
/* line 149, ../scss/_polycot.scss */
.attachment .view-fda-calc .fda-calc-summary .fda-calc {
  width: 25%;
  float: left;
  text-align: center;
}
/* line 153, ../scss/_polycot.scss */
.attachment .view-fda-calc .fda-calc-summary .fda-calc p {
  margin: 0;
  padding: 0.5em 0;
}
/* line 157, ../scss/_polycot.scss */
.attachment .view-fda-calc .fda-calc-summary .fda-calc .fda-calc-heading {
  background-color: #0E3556;
  color: white;
  font-weight: bold;
  border: 1px solid white;
}
/* line 163, ../scss/_polycot.scss */
.attachment .view-fda-calc .fda-calc-summary .fda-calc .fda-calc-calc {
  background: #7ab6e9;
  color: #333333;
  font-style: italic;
  border: 1px solid white;
}

/* line 174, ../scss/_polycot.scss */
.view-fda-calc.view-display-id-page {
  margin: 3em;
}
/* line 176, ../scss/_polycot.scss */
.view-fda-calc.view-display-id-page table {
  width: 100%;
}
/* line 179, ../scss/_polycot.scss */
.view-fda-calc.view-display-id-page label {
  color: #333333;
  padding: 7px 8px;
  display: inline-block;
}
/* line 184, ../scss/_polycot.scss */
.view-fda-calc.view-display-id-page .views-exposed-widget {
  float: none;
  padding: 0;
}
/* line 188, ../scss/_polycot.scss */
.view-fda-calc.view-display-id-page #edit-field-date-received-value-wrapper {
  display: inline-block;
}
/* line 190, ../scss/_polycot.scss */
.view-fda-calc.view-display-id-page #edit-field-date-received-value-wrapper div {
  display: inline-block;
}
/* line 193, ../scss/_polycot.scss */
.view-fda-calc.view-display-id-page #edit-field-date-received-value-wrapper input {
  color: #333333;
  width: 60px;
  margin: 0;
  padding: 5px;
}
/* line 198, ../scss/_polycot.scss */
.view-fda-calc.view-display-id-page #edit-field-date-received-value-wrapper input#edit-field-date-received-value-max-date {
  margin-right: 5px;
}
/* line 204, ../scss/_polycot.scss */
.view-fda-calc.view-display-id-page #edit-field-date-received-value-wrapper .description {
  display: none;
}
/* line 207, ../scss/_polycot.scss */
.view-fda-calc.view-display-id-page #edit-field-date-received-value-wrapper .form-type-date-text {
  margin: 0;
}
/* line 211, ../scss/_polycot.scss */
.view-fda-calc.view-display-id-page #edit-field-date-received-value-wrapper .form-item-field-date-received-value-min label {
  background-color: inherit;
  color: #333333;
}
/* line 215, ../scss/_polycot.scss */
.view-fda-calc.view-display-id-page #edit-field-date-received-value-wrapper .form-item-field-date-received-value-min .help-block {
  display: none;
}
/* line 220, ../scss/_polycot.scss */
.view-fda-calc.view-display-id-page #edit-field-date-received-value-wrapper .form-item-field-date-received-value-max label {
  background-color: inherit;
  color: #CCCCCC;
}
/* line 224, ../scss/_polycot.scss */
.view-fda-calc.view-display-id-page #edit-field-date-received-value-wrapper .form-item-field-date-received-value-max .help-block {
  display: none;
}
/* line 229, ../scss/_polycot.scss */
.view-fda-calc.view-display-id-page #edit-field-product-code-value-wrapper {
  display: inline-block;
}
/* line 231, ../scss/_polycot.scss */
.view-fda-calc.view-display-id-page #edit-field-product-code-value-wrapper div {
  display: inline-block;
}
/* line 234, ../scss/_polycot.scss */
.view-fda-calc.view-display-id-page #edit-field-product-code-value-wrapper label {
  display: none;
}
/* line 237, ../scss/_polycot.scss */
.view-fda-calc.view-display-id-page #edit-field-product-code-value-wrapper input {
  color: #333333;
  width: 60px;
  margin: 0;
  padding: 5px;
  display: inline;
}
/* line 245, ../scss/_polycot.scss */
.view-fda-calc.view-display-id-page #edit-field-product-code-value-wrapper .form-item-field-product-code-value label {
  display: inline-block;
}
/* line 251, ../scss/_polycot.scss */
.view-fda-calc.view-display-id-page .views-submit-button {
  clear: left;
  padding: 0;
}
/* line 254, ../scss/_polycot.scss */
.view-fda-calc.view-display-id-page .views-submit-button .btn {
  background-color: #0E3556;
  color: white;
  margin: 0;
}
/* line 260, ../scss/_polycot.scss */
.view-fda-calc.view-display-id-page .views-reset-button {
  display: inline-block;
  margin: 0 0 0 20px;
}
/* line 263, ../scss/_polycot.scss */
.view-fda-calc.view-display-id-page .views-reset-button #edit-reset {
  color: #0E3556;
  border: none;
  text-decoration: underline;
  font-size: 14px;
  margin-top: 2.4em;
}

/* line 277, ../scss/_polycot.scss */
.c-events .container .col-md-4 .card img {
  height: auto !important;
}
/* line 280, ../scss/_polycot.scss */
.c-events .container .col-md-4 .card .card-body {
  min-height: auto;
}

/* line 290, ../scss/_polycot.scss */
.c-blog .container .col-md-4 .card {
  height: 100%;
  border: 1px solid #E3E3E3 !important;
}
/* line 293, ../scss/_polycot.scss */
.c-blog .container .col-md-4 .card .card-body {
  border: none;
}
/* line 298, ../scss/_polycot.scss */
.c-blog .container .btn-card-shadow {
  height: 100%;
  float: left;
}
/* line 302, ../scss/_polycot.scss */
.c-blog .container .card .position-relative {
  padding-bottom: 0;
  padding-top: 0px;
  height: auto;
}
/* line 306, ../scss/_polycot.scss */
.c-blog .container .card .position-relative img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

/* line 318, ../scss/_polycot.scss */
#summary.text-white {
  column-rule: #fff;
}
/* line 320, ../scss/_polycot.scss */
#summary.text-white h1, #summary.text-white h1, #summary.text-white h3 {
  color: #fff;
}

/* line 325, ../scss/_polycot.scss */
.c-news .card {
  border: 1px solid #E3E3E3;
}
/* line 329, ../scss/_polycot.scss */
.c-news .btn-card-shadow:hover .card {
  border: 1px solid #c7d1e4;
}

/* line 335, ../scss/_polycot.scss */
#block-emergo-contact-emergo-sidebar-contact label {
  color: #fff;
}
/* line 338, ../scss/_polycot.scss */
#block-emergo-contact-emergo-sidebar-contact .btn-primary {
  color: #404040;
  background-color: white;
}

/* line 344, ../scss/_polycot.scss */
.eq-h.container.webinar {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 100%;
}
/* line 348, ../scss/_polycot.scss */
.eq-h.container.webinar .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
/* line 356, ../scss/_polycot.scss */
.eq-h.container.webinar .view-content .card {
  border: #E3E3E3 solid 1px;
}
/* line 358, ../scss/_polycot.scss */
.eq-h.container.webinar .view-content .card .card-badge {
  position: absolute;
  margin: 1.25rem;
  top: 0;
  right: 0;
}
/* line 367, ../scss/_polycot.scss */
.eq-h.container.webinar .view-content .card img {
  max-width: 100%;
  height: auto;
}

/* line 377, ../scss/_polycot.scss */
.cta-dark-blue-bg {
  position: relative;
}
/* line 379, ../scss/_polycot.scss */
.cta-dark-blue-bg a {
  text-decoration: none;
}
/* line 380, ../scss/_polycot.scss */
.cta-dark-blue-bg a:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
/* line 388, ../scss/_polycot.scss */
.cta-dark-blue-bg a:hover {
  text-decoration: none;
}

@media (max-width: 576px) {
  /* line 395, ../scss/_polycot.scss */
  body.page-node-4249 .field-name-field-pardot iframe.pardot-embed {
    height: 1540px;
  }
}
@media (min-width: 992px) {
  /* line 403, ../scss/_polycot.scss */
  .page-taxonomy-term-1974 .section-overview .row, .page-taxonomy-term-1796 .section-overview .row {
    display: block;
    float: left;
  }
  /* line 409, ../scss/_polycot.scss */
  .page-taxonomy-term-1974 .section-overview #term-img img, .page-taxonomy-term-1796 .section-overview #term-img img {
    margin-top: -120px;
    max-width: 100%;
    height: auto;
  }
  /* line 415, ../scss/_polycot.scss */
  .page-taxonomy-term-1974 .section-overview .body-text, .page-taxonomy-term-1974 .section-overview .mt-lg-neg, .page-taxonomy-term-1796 .section-overview .body-text, .page-taxonomy-term-1796 .section-overview .mt-lg-neg {
    float: left;
  }
  /* line 419, ../scss/_polycot.scss */
  .page-taxonomy-term-1974 .c-how-help, .page-taxonomy-term-1796 .c-how-help {
    clear: both;
  }

  /* line 424, ../scss/_polycot.scss */
  .page-taxonomy-term-2203 #move-up {
    z-index: 10;
    left: -75px;
    top: -200px;
  }

  /* line 430, ../scss/_polycot.scss */
  .main-menu .navbar-nav .nav-item.active .nav-link:before {
    background: #fff;
  }

  /* line 434, ../scss/_polycot.scss */
  .container .region-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 438, ../scss/_polycot.scss */
  .page-node-1370 .node-page {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 441, ../scss/_polycot.scss */
  .page-node-1370 .node-page .field-name-field-pardot {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 446, ../scss/_polycot.scss */
  section.c-services.container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  /* line 451, ../scss/_polycot.scss */
  .footer-credits .container, .c-blog .container, .c-events .container, .c-news .container, .block-views .container, .page-taxonomy-term-1973 .container, .page-services-market-compliance .container, .page-blog .container, .page-resources .container, .page-events .container, .page-contact .container, .page-search .container, .page-taxonomy-term .container, .page-node .container, .page-locations .container, .page-news-page .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  /* line 454, ../scss/_polycot.scss */
  .footer-credits .container .col-lg, .c-blog .container .col-lg, .c-events .container .col-lg, .c-news .container .col-lg, .block-views .container .col-lg, .page-taxonomy-term-1973 .container .col-lg, .page-services-market-compliance .container .col-lg, .page-blog .container .col-lg, .page-resources .container .col-lg, .page-events .container .col-lg, .page-contact .container .col-lg, .page-search .container .col-lg, .page-taxonomy-term .container .col-lg, .page-node .container .col-lg, .page-locations .container .col-lg, .page-news-page .container .col-lg {
    padding-left: 0;
  }

  /* line 460, ../scss/_polycot.scss */
  .navbar.navbar-expand-lg {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  /* line 464, ../scss/_polycot.scss */
  .page-user #block-system-main, .page-node .node-page {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 992px) {
  /* line 474, ../scss/_polycot.scss */
  .node-type-article .banner .banner__caption .w-100.row.align-items-center {
    margin: auto !important;
  }
  /* line 477, ../scss/_polycot.scss */
  .node-type-article .banner .banner__caption .w-100.row.align-items-center .col-lg-7 h2.text-white.fs-48.ml-5.pl-5 {
    padding: 0 !important;
    margin-left: 0 !important;
  }
  /* line 483, ../scss/_polycot.scss */
  .node-type-article .banner .banner__caption .w-100.row.align-items-center .col-lg-4 .bg-gradient-2.shadow.p-5.position-relative {
    top: inherit !important;
    padding: 20px !important;
  }

  /* line 492, ../scss/_polycot.scss */
  .micro-site-nav a.navbar-brand {
    border-right: none !important;
  }

  /* line 498, ../scss/_polycot.scss */
  #block-menu-menu-footer-menu-redesign ul li a {
    text-decoration: underline;
  }

  /* line 505, ../scss/_polycot.scss */
  #block-menu-menu-services-menu, #block-menu-menu-industry-focus {
    display: none;
  }
}
/* resources for mdr*/
/* line 513, ../scss/_polycot.scss */
.our-experts .col-auto img {
  border: solid #093C61 3px;
}

/* line 520, ../scss/_polycot.scss */
.view-resources-for-mdr .position-absolute.resource-wrapper {
  top: 1.25em;
  left: 1.25em;
}

/*hfrd card blog items */
/* line 529, ../scss/_polycot.scss */
.page-taxonomy-term-1975 .blog-by-service-items .btn-card-shadow {
  height: 100%;
}
/* line 532, ../scss/_polycot.scss */
.page-taxonomy-term-1975 .blog-by-service-items .card {
  border: 1px solid #E3E3E3 !important;
  height: 100%;
}
/* line 535, ../scss/_polycot.scss */
.page-taxonomy-term-1975 .blog-by-service-items .card .card-img-top {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
/* line 539, ../scss/_polycot.scss */
.page-taxonomy-term-1975 .blog-by-service-items .card .card-footer {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 551, ../scss/_polycot.scss */
.node-type-staff .staff-hero .content {
  overflow-x: visible !important;
}
@media (min-width: 992px) {
  /* line 550, ../scss/_polycot.scss */
  .node-type-staff .staff-hero {
    padding-bottom: 48px;
  }
}
/* line 558, ../scss/_polycot.scss */
.node-type-staff .staff-hero .bg-gradient-dh {
  background: linear-gradient(0deg, rgba(103, 177, 226, 0.2) 0%, #00518a 100%);
}
/* line 560, ../scss/_polycot.scss */
.node-type-staff .staff-hero .bg-gradient-dh a {
  text-decoration: none;
}
/* line 564, ../scss/_polycot.scss */
.node-type-staff .staff-hero .background-image-formatter {
  width: 100%;
  height: 100%;
  background-size: cover;
}
@media (max-width: 991px) {
  /* line 564, ../scss/_polycot.scss */
  .node-type-staff .staff-hero .background-image-formatter {
    min-height: 400px;
  }
}
@media (min-width: 992px) {
  /* line 572, ../scss/_polycot.scss */
  .node-type-staff .staff-hero .contact {
    position: absolute;
    top: -69px;
    right: 30px;
    width: 100%;
  }
  /* line 578, ../scss/_polycot.scss */
  .node-type-staff .staff-hero .contact .col-lg-4 {
    margin-top: 230px;
  }
}
@media (max-width: 991px) {
  /* line 572, ../scss/_polycot.scss */
  .node-type-staff .staff-hero .contact {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
  }
  /* line 587, ../scss/_polycot.scss */
  .node-type-staff .staff-hero .contact .col-lg-4 {
    margin-top: 150px;
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  /* line 572, ../scss/_polycot.scss */
  .node-type-staff .staff-hero .contact {
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%;
  }
  /* line 597, ../scss/_polycot.scss */
  .node-type-staff .staff-hero .contact .col-lg-4 {
    margin-top: 40px;
    padding: 0 20px;
  }
}
/* line 605, ../scss/_polycot.scss */
.node-type-staff .user-picture-big-1 img {
  width: 360px;
  max-width: 100%;
  height: auto;
  border-radius: 50%;
  float: right;
  border: solid 4px #6fa860;
  height: auto;
}
@media (max-width: 576px) {
  /* line 605, ../scss/_polycot.scss */
  .node-type-staff .user-picture-big-1 img {
    float: none;
    margin: auto;
    display: table;
  }
}
/* line 621, ../scss/_polycot.scss */
.node-type-staff .user-picture-big-1 .field-name-field-staff-name-first {
  float: left;
  padding-right: .5em;
}

/* line 628, ../scss/_polycot.scss */
.sub-menu-side-column.featured-resource h4.title:hover {
  color: #00518A;
}

/* line 34, ../scss/_vars.scss */
.bg-c-gray-1 {
  background: #FAFBFE;
}

/* line 38, ../scss/_vars.scss */
.bg-c-gray-gradient {
  background: -moz-linear-gradient(top, #fafbfe 0%, rgba(250, 251, 254, 0) 25%);
  background: -webkit-linear-gradient(top, #fafbfe 0%, rgba(250, 251, 254, 0) 25%);
  background: linear-gradient(to bottom, #fafbfe 0%, rgba(250, 251, 254, 0) 25%);
}

/* line 44, ../scss/_vars.scss */
.bg-green {
  background-color: #5EB64D !important;
}

/* line 48, ../scss/_vars.scss */
.bg-gradient {
  background: linear-gradient(315deg, #FFFFFF 0%, #BFE8FF 100%);
}

/* line 52, ../scss/_vars.scss */
.bg-gradient-2 {
  -webkit-transition: all .07s ease-out;
  -moz-transition: all .07s ease-out;
  -o-transition: all .07s ease-out;
  transition: all .07s ease-out;
  background: linear-gradient(225deg, #0065a6 0%, #003d6d 100%);
}

/* line 60, ../scss/_vars.scss */
.bg-gradient-2:hover {
  -webkit-transition: all .07s ease-out;
  -moz-transition: all .07s ease-out;
  -o-transition: all .07s ease-out;
  transition: all .07s ease-out;
  background: linear-gradient(225deg, #03609c 0%, #012e52 100%);
}

/* line 68, ../scss/_vars.scss */
.bg-gradient-3 {
  background: linear-gradient(0deg, #E5F3E2 0%, #B3DDAB 100%);
}

/* line 72, ../scss/_vars.scss */
.bg-gradient-4 {
  background: linear-gradient(225.19deg, #38A597 0%, #5CB54E 100%);
}

/* line 76, ../scss/_vars.scss */
.bg-gradient-5 {
  position: relative;
}
/* line 79, ../scss/_vars.scss */
.bg-gradient-5:before {
  background: linear-gradient(0deg, rgba(0, 81, 138, 0) 0%, #00518A 100%);
  opacity: .5;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
}

/* line 92, ../scss/_vars.scss */
.bg-blue-sky {
  background-color: #1397E1 !important;
}

/* line 96, ../scss/_vars.scss */
.bg-blue-light {
  background-color: rgba(103, 177, 226, 0.1) !important;
}

/* line 100, ../scss/_vars.scss */
.bg-gradient-banner {
  background: linear-gradient(0deg, rgba(19, 151, 225, 0.1) 0%, rgba(19, 151, 225, 0.5) 100%);
}

/* line 121, ../scss/_vars.scss */
.bg-blue {
  background: #0B3C61;
}

/* Chevron mixin for creating chevrons
*
*  @param {Size} $size - the size of the chevron
*  @param {Thickness} $thickness - thickness
*  @param {Color} $color - color
*  @param {Direction} $direction - direction chevron faces
*
*  Example Usage:
*
*     .chevron {
*       @include chevron(12px, 12px, #000, 'down');
*     }
*
*/
/* line 5, ../scss/_rams.scss */
.node-type-rams {
  background-color: #f0f7fc;
  line-height: 1.5;
}
/* line 9, ../scss/_rams.scss */
.node-type-rams .navbar-brand {
  font-size: 0;
}
/* line 12, ../scss/_rams.scss */
.node-type-rams .block-system > .content {
  overflow: hidden;
}
/* line 16, ../scss/_rams.scss */
.node-type-rams .login-container {
  display: inline-flex;
}
/* line 19, ../scss/_rams.scss */
.node-type-rams .login-container a:first-child,
.node-type-rams .login-container .login-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  width: 100px;
  border: 2px solid #ffffff;
  border-radius: 6px;
  background-color: transparent;
  color: #ffffff;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.75rem !important;
  font-weight: bold;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}
/* line 36, ../scss/_rams.scss */
.node-type-rams .login-container a:last-child,
.node-type-rams .login-container .sign-up-button {
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  width: 96px;
  border-radius: 6px;
  background-color: #ffffff;
  color: #00518a;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.75rem !important;
  font-weight: bold;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}
@media (min-width: 993px) {
  /* line 16, ../scss/_rams.scss */
  .node-type-rams .login-container {
    position: absolute;
    right: 30px;
    top: 25px;
  }
}
/* line 61, ../scss/_rams.scss */
.node-type-rams .first-div {
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: ellipse(150% 100% at 0% 0%);
  -webkit-clip-path: ellipse(165% 95% at 0% 0%);
}
/* line 69, ../scss/_rams.scss */
.node-type-rams .first-div .first-container-column,
.node-type-rams .first-div .first-image-container {
  height: 100%;
  float: left;
}
/* line 74, ../scss/_rams.scss */
.node-type-rams .first-div .first-container-column .title-container,
.node-type-rams .first-div .first-image-container .title-container {
  margin: 0;
  margin-top: 95px;
  margin-left: 18%;
  display: inline-block;
}
/* line 80, ../scss/_rams.scss */
.node-type-rams .first-div .first-container-column .title-container .title-container-text,
.node-type-rams .first-div .first-image-container .title-container .title-container-text {
  background-position: center;
  height: 100px;
  width: 250px;
  background-repeat: no-repeat;
  background-size: auto;
}
/* line 89, ../scss/_rams.scss */
.node-type-rams .first-div .first-container-column .first-image,
.node-type-rams .first-div .first-image-container .first-image {
  margin: 0 auto;
  height: 75%;
  margin-top: 95px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}
/* line 98, ../scss/_rams.scss */
.node-type-rams .first-div .first-container-column .second-title-text,
.node-type-rams .first-div .first-image-container .second-title-text {
  margin: 4% 0 0 18%;
  color: white;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
}
/* line 107, ../scss/_rams.scss */
.node-type-rams .first-div .first-container-column .third-text,
.node-type-rams .first-div .first-image-container .third-text {
  margin: 4% 0 0 18%;
  color: white;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 23px;
  line-height: 36px;
}
@media (max-width: 991px) {
  /* line 61, ../scss/_rams.scss */
  .node-type-rams .first-div {
    clip-path: ellipse(175% 100% at 0% 0%);
    -webkit-clip-path: ellipse(175% 100% at 0% 0%);
  }
}
/* line 121, ../scss/_rams.scss */
.node-type-rams .second-div {
  display: flex;
  background-color: #f0f7fc;
  padding-bottom: 70px;
  padding-top: 70px;
}
/* line 127, ../scss/_rams.scss */
.node-type-rams .second-div .special-video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
/* line 133, ../scss/_rams.scss */
.node-type-rams .second-div .special-video-container .video-container {
  padding: 0 !important;
}
/* line 136, ../scss/_rams.scss */
.node-type-rams .second-div .special-video-container .video-container .video-container-mp4 {
  width: 100%;
  height: 250px;
}
/* line 143, ../scss/_rams.scss */
.node-type-rams .second-div .mid-container-page {
  position: relative;
  height: 100%;
}
/* line 147, ../scss/_rams.scss */
.node-type-rams .second-div .mid-container-page .general-view-video {
  width: 100%;
  height: 100%;
  padding: 0 6%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
/* line 156, ../scss/_rams.scss */
.node-type-rams .second-div .mid-container-page .general-view-video .video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25% !important;
}
/* line 161, ../scss/_rams.scss */
.node-type-rams .second-div .mid-container-page .general-view-video .video-container .wistia_embed {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 767px) {
  /* line 175, ../scss/_rams.scss */
  .node-type-rams .second-div .mid-container-page .general-view-video .video-container {
    width: 100%;
  }
  /* line 178, ../scss/_rams.scss */
  .node-type-rams .second-div .mid-container-page .general-view-video .video-container .wistia_embed {
    width: 100% !important;
  }
}
/* line 185, ../scss/_rams.scss */
.node-type-rams .second-div .mid-container-page .mobile-view-text,
.node-type-rams .second-div .mid-container-page .mobile-view-video {
  display: none;
}
/* line 190, ../scss/_rams.scss */
.node-type-rams .second-div .mid-container-page .title-mid-container {
  color: #00518a;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 32px;
  font-weight: 600;
}
/* line 197, ../scss/_rams.scss */
.node-type-rams .second-div .mid-container-page .text-mid-container {
  color: #404040;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 21px;
  line-height: 36px;
  margin: 2% 0 3%;
}
/* line 206, ../scss/_rams.scss */
.node-type-rams .second-div .mid-container-page .button-mid-container a {
  width: 211px;
  color: #00518a;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: transparent;
  border: 2px solid #00518a;
  border-radius: 6px;
  display: block;
  padding: 16px;
  text-transform: uppercase;
}
/* line 220, ../scss/_rams.scss */
.node-type-rams .second-div .mid-container-page .button-mid-container a:hover {
  background: #00518a;
  color: #ffffff;
}
@media (max-width: 767px) {
  /* line 121, ../scss/_rams.scss */
  .node-type-rams .second-div {
    flex-direction: column;
  }
}
/* line 233, ../scss/_rams.scss */
.node-type-rams .statistics-div-container {
  background-color: #1397E1;
  display: flex;
}
/* line 236, ../scss/_rams.scss */
.node-type-rams .statistics-div-container .statistics-div {
  display: flex;
  flex-direction: column;
}
/* line 240, ../scss/_rams.scss */
.node-type-rams .statistics-div-container .statistics-div .circles-container {
  position: relative;
  float: left;
}
/* line 250, ../scss/_rams.scss */
.node-type-rams .statistics-div-container .statistics-div .title-statistics-div {
  color: white;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 3%;
  margin-left: 10px;
}
/* line 259, ../scss/_rams.scss */
.node-type-rams .statistics-div-container .statistics-div .img-circle-container {
  float: left;
  height: auto;
  position: relative;
}
/* line 265, ../scss/_rams.scss */
.node-type-rams .statistics-div-container .statistics-div .img-circle-container .img-circle-blue {
  height: 226px;
  width: 226px;
  border-radius: 100%;
  margin: auto;
  margin-bottom: 8%;
  background-color: #1397e1;
  position: relative;
}
/* line 274, ../scss/_rams.scss */
.node-type-rams .statistics-div-container .statistics-div .img-circle-container .img-circle-blue img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-width: 125px;
}
/* line 283, ../scss/_rams.scss */
.node-type-rams .statistics-div-container .statistics-div .img-circle-container .image-insights::before {
  content: "";
  display: block;
  width: 226px;
  height: 226px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
/* line 295, ../scss/_rams.scss */
.node-type-rams .statistics-div-container .statistics-div .img-circle-container .image-tools::before {
  content: "";
  display: block;
  width: 226px;
  height: 226px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
/* line 306, ../scss/_rams.scss */
.node-type-rams .statistics-div-container .statistics-div .img-circle-container .image-updates {
  float: left;
}
/* line 307, ../scss/_rams.scss */
.node-type-rams .statistics-div-container .statistics-div .img-circle-container .image-updates::before {
  content: "";
  display: block;
  width: 226px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
/* line 319, ../scss/_rams.scss */
.node-type-rams .statistics-div-container .statistics-div .img-circle-container .image-answers::before {
  content: "";
  display: block;
  width: 226px;
  height: 226px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
/* line 331, ../scss/_rams.scss */
.node-type-rams .statistics-div-container .statistics-div .img-circle-container .image-marketExpansion::before {
  content: "";
  display: block;
  width: 226px;
  height: 226px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
/* line 342, ../scss/_rams.scss */
.node-type-rams .statistics-div-container .statistics-div .img-circle-container .title-circle {
  color: white;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 28px;
  margin-bottom: 0.5rem;
  margin-top: 3rem;
  line-height: 46px;
}
/* line 351, ../scss/_rams.scss */
.node-type-rams .statistics-div-container .statistics-div .img-circle-container .text-circle {
  color: white;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  margin-bottom: 3rem;
  text-transform: uppercase;
}
/* line 360, ../scss/_rams.scss */
.node-type-rams .statistics-div-container .statistics-div .img-circle-container .link-circle a {
  color: #00518a;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  text-decoration: none;
  outline: none;
  line-height: 27px;
  padding-right: 20px;
  position: absolute;
  bottom: 0;
  display: block;
}
/* line 376, ../scss/_rams.scss */
.node-type-rams .statistics-div-container .statistics-div .img-circle-container .link-circle-arrow a::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../assets/arrow-point-to-right.png);
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  left: 95px;
  bottom: 6px;
}
@media (max-width: 990px) {
  /* line 391, ../scss/_rams.scss */
  .node-type-rams .statistics-div-container .statistics-div .img-circle-container.last-child {
    height: 100%;
  }
}
@media (max-width: 540px) {
  /* line 396, ../scss/_rams.scss */
  .node-type-rams .statistics-div-container .statistics-div .img-circle-container.last-child {
    height: auto;
  }
}
/* line 402, ../scss/_rams.scss */
.node-type-rams .statistics-div-container .statistics-div .height-divs {
  margin-top: 6%;
}
/* line 406, ../scss/_rams.scss */
.node-type-rams .statistics-div-container .statistics-div .publicity-container {
  position: relative;
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 20px;
}
/* line 414, ../scss/_rams.scss */
.node-type-rams .statistics-div-container .statistics-div .publicity-container .publicity-rams {
  margin-top: 330px;
  padding-bottom: 20px;
}
/* line 418, ../scss/_rams.scss */
.node-type-rams .statistics-div-container .statistics-div .publicity-container .publicity-rams .publicity-title {
  color: #ffffff;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 28px;
  line-height: 36px;
  padding-left: 40px;
  margin-bottom: 15px;
  width: auto;
}
/* line 428, ../scss/_rams.scss */
.node-type-rams .statistics-div-container .statistics-div .publicity-container .publicity-rams a {
  color: #ffffff;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 44px;
  padding-left: 40px;
  display: block;
  text-transform: uppercase;
}
/* line 438, ../scss/_rams.scss */
.node-type-rams .statistics-div-container .statistics-div .publicity-container .publicity-rams a::before {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  left: 315px;
  bottom: 36px;
  background-image: url(../assets/arrow-point-to-right-2.png);
}
/* line 456, ../scss/_rams.scss */
.node-type-rams .third-div-container {
  height: 100%;
  width: 100%;
}
/* line 460, ../scss/_rams.scss */
.node-type-rams .third-div-container .third-div {
  padding-top: 4%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 140px;
}
/* line 467, ../scss/_rams.scss */
.node-type-rams .third-div-container .third-div .circles-container {
  position: relative;
  float: left;
}
/* line 472, ../scss/_rams.scss */
.node-type-rams .third-div-container .third-div .circles-container .ltablet-view .img-circle-container {
  margin-top: 50px;
}
/* line 478, ../scss/_rams.scss */
.node-type-rams .third-div-container .third-div .title-third-div {
  color: #00518a;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 3%;
  margin-left: 10px;
}
/* line 487, ../scss/_rams.scss */
.node-type-rams .third-div-container .third-div .img-circle-container {
  position: relative;
  float: left;
  height: auto;
}
/* line 492, ../scss/_rams.scss */
.node-type-rams .third-div-container .third-div .img-circle-container .img-circle-blue {
  height: 226px;
  width: 226px;
  border-radius: 100%;
  margin: auto;
  margin-bottom: 8%;
  background-color: #1397e1;
  position: relative;
}
/* line 501, ../scss/_rams.scss */
.node-type-rams .third-div-container .third-div .img-circle-container .img-circle-blue img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-width: 125px;
}
/* line 510, ../scss/_rams.scss */
.node-type-rams .third-div-container .third-div .img-circle-container .image-insights::before {
  content: "";
  display: block;
  width: 226px;
  height: 226px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
/* line 522, ../scss/_rams.scss */
.node-type-rams .third-div-container .third-div .img-circle-container .image-tools::before {
  content: "";
  display: block;
  width: 226px;
  height: 226px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
/* line 534, ../scss/_rams.scss */
.node-type-rams .third-div-container .third-div .img-circle-container .image-updates::before {
  content: "";
  display: block;
  width: 226px;
  height: 226px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
/* line 546, ../scss/_rams.scss */
.node-type-rams .third-div-container .third-div .img-circle-container .image-answers::before {
  content: "";
  display: block;
  width: 226px;
  height: 226px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
/* line 558, ../scss/_rams.scss */
.node-type-rams .third-div-container .third-div .img-circle-container .image-marketExpansion::before {
  content: "";
  display: block;
  width: 226px;
  height: 226px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
/* line 569, ../scss/_rams.scss */
.node-type-rams .third-div-container .third-div .img-circle-container .title-circle {
  color: #000000;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 28px;
  margin-bottom: 0.5rem;
  line-height: 46px;
}
/* line 577, ../scss/_rams.scss */
.node-type-rams .third-div-container .third-div .img-circle-container .text-circle {
  color: #404040;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  margin-bottom: 3rem;
}
/* line 585, ../scss/_rams.scss */
.node-type-rams .third-div-container .third-div .img-circle-container .link-circle a {
  color: #00518a;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  text-decoration: none;
  outline: none;
  line-height: 27px;
  padding-right: 20px;
  position: absolute;
  bottom: 0;
  display: block;
}
/* line 601, ../scss/_rams.scss */
.node-type-rams .third-div-container .third-div .img-circle-container .link-circle-arrow a::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../assets/arrow-point-to-right.png);
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  left: 95px;
  bottom: 6px;
}
@media (max-width: 990px) {
  /* line 616, ../scss/_rams.scss */
  .node-type-rams .third-div-container .third-div .img-circle-container.last-child {
    height: 100%;
  }
}
@media (max-width: 540px) {
  /* line 621, ../scss/_rams.scss */
  .node-type-rams .third-div-container .third-div .img-circle-container.last-child {
    height: auto;
  }
}
/* line 627, ../scss/_rams.scss */
.node-type-rams .third-div-container .third-div .height-divs {
  margin-top: 6%;
}
/* line 631, ../scss/_rams.scss */
.node-type-rams .third-div-container .third-div .publicity-container {
  position: relative;
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 20px;
}
/* line 639, ../scss/_rams.scss */
.node-type-rams .third-div-container .third-div .publicity-container .publicity-rams {
  margin-top: 330px;
  padding-bottom: 20px;
}
/* line 643, ../scss/_rams.scss */
.node-type-rams .third-div-container .third-div .publicity-container .publicity-rams .publicity-title {
  color: #ffffff;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 28px;
  line-height: 36px;
  padding-left: 40px;
  margin-bottom: 15px;
  width: auto;
}
/* line 653, ../scss/_rams.scss */
.node-type-rams .third-div-container .third-div .publicity-container .publicity-rams a {
  color: #ffffff;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 44px;
  padding-left: 40px;
  display: block;
  text-transform: uppercase;
}
/* line 663, ../scss/_rams.scss */
.node-type-rams .third-div-container .third-div .publicity-container .publicity-rams a::before {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  left: 315px;
  bottom: 36px;
  background-image: url(../assets/arrow-point-to-right-2.png);
}
/* line 681, ../scss/_rams.scss */
.node-type-rams .space-pre-carousel {
  position: relative;
  height: 180px;
  background-color: #fff;
}
/* line 687, ../scss/_rams.scss */
.node-type-rams .container-carousel-comments {
  height: auto;
  padding-bottom: 100px;
  padding-top: 90px;
  background-color: rgba(103, 177, 226, 0.1);
}
/* line 693, ../scss/_rams.scss */
.node-type-rams .container-carousel-comments .comments-title-container {
  color: #0B3C61;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
}
/* line 702, ../scss/_rams.scss */
.node-type-rams .container-carousel-comments .coment-text {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  width: 990px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 60px;
  min-height: 160px;
}
/* line 714, ../scss/_rams.scss */
.node-type-rams .container-carousel-comments .img-comment-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 150px;
}
/* line 721, ../scss/_rams.scss */
.node-type-rams .container-carousel-comments .img-comment-wrapper .img-comment-container {
  display: inline-block;
  position: relative;
  height: 150px;
  width: 150px;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
}
/* line 730, ../scss/_rams.scss */
.node-type-rams .container-carousel-comments .img-comment-wrapper .img-comment-container img {
  width: auto;
  height: 100%;
}
/* line 738, ../scss/_rams.scss */
.node-type-rams .container-carousel-comments .name-of-person {
  margin-top: 20px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  color: #000;
}
/* line 748, ../scss/_rams.scss */
.node-type-rams .container-carousel-comments .quality-comment {
  color: #939598;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.33px;
  line-height: 30px;
  text-align: center;
}
/* line 758, ../scss/_rams.scss */
.node-type-rams .container-registration {
  position: relative;
  height: 200px;
  background-color: #1397e1;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 766, ../scss/_rams.scss */
.node-type-rams .container-registration .title-registration-mobile {
  display: none;
}
/* line 770, ../scss/_rams.scss */
.node-type-rams .container-registration .title-registration {
  color: #ffffff;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 32px;
  line-height: 36px;
  margin-right: 20px;
}
/* line 778, ../scss/_rams.scss */
.node-type-rams .container-registration a {
  border-radius: 4.4px;
  background-color: #ffffff;
  padding: 12px 20px;
  border: none;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
/* line 788, ../scss/_rams.scss */
.node-type-rams .container-registration .button-mobile-registration {
  display: none;
}
/* line 793, ../scss/_rams.scss */
.node-type-rams .carousel-indicators {
  margin-bottom: 1rem;
}
/* line 796, ../scss/_rams.scss */
.node-type-rams .carousel-indicators li {
  width: 10px !important;
  height: 10px !important;
  border-radius: 100% !important;
  margin-right: 8px !important;
  margin-left: 8px !important;
  border: 2px solid #00518a !important;
}
/* line 805, ../scss/_rams.scss */
.node-type-rams .carousel-indicators .active {
  background-color: #00518a !important;
}
/* line 811, ../scss/_rams.scss */
.node-type-rams .carousel {
  width: 100% !important;
}
@media only screen and (max-width: 990px) {
  /* line 816, ../scss/_rams.scss */
  .node-type-rams .first-div {
    height: 500px;
  }
  /* line 820, ../scss/_rams.scss */
  .node-type-rams .first-div .first-container-column .second-title-text {
    margin: 4% 0 0 18%;
    color: white;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 28px;
    line-height: 42px;
  }
  /* line 828, ../scss/_rams.scss */
  .node-type-rams .first-div .first-container-column .third-text {
    color: #ffffff;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    line-height: 28px;
  }
  /* line 839, ../scss/_rams.scss */
  .node-type-rams .second-div .special-video-container .video-container .video-container-mp4 {
    height: 220px;
  }
  /* line 846, ../scss/_rams.scss */
  .node-type-rams .second-div .mid-container-page .title-mid-container {
    color: #00518a;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 24px;
    letter-spacing: -0.06px;
    line-height: 32px;
  }
  /* line 854, ../scss/_rams.scss */
  .node-type-rams .second-div .mid-container-page .text-mid-container {
    color: #4a4a4a;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    line-height: 21px;
    margin: 2% 0 3%;
  }
  /* line 864, ../scss/_rams.scss */
  .node-type-rams .third-div {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  /* line 868, ../scss/_rams.scss */
  .node-type-rams .third-div .circles-container {
    padding: 0 !important;
  }
  /* line 871, ../scss/_rams.scss */
  .node-type-rams .third-div .circles-container .tablet-view-circle {
    max-width: 50%;
    margin-top: 10%;
  }
  /* line 880, ../scss/_rams.scss */
  .node-type-rams .publicity-container .publicity-rams .publicity-title {
    color: #ffffff;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 28px;
    padding-left: 5px !important;
    width: 100%;
  }
  /* line 890, ../scss/_rams.scss */
  .node-type-rams .publicity-container .publicity-rams a {
    color: #ffffff;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px !important;
    font-weight: bold;
    line-height: 44px;
    padding-left: 5px !important;
  }
  /* line 898, ../scss/_rams.scss */
  .node-type-rams .publicity-container .publicity-rams a::before {
    left: 250px !important;
  }
  /* line 906, ../scss/_rams.scss */
  .node-type-rams .container-carousel-comments .coment-text {
    width: 100%;
    font-size: 30px;
  }
}
@media only screen and (max-width: 413px) {
  /* line 913, ../scss/_rams.scss */
  .node-type-rams .first-div {
    height: 700px;
  }
  /* line 917, ../scss/_rams.scss */
  .node-type-rams .first-div .first-container-column .title-container {
    margin-top: 20%;
    margin-left: 5%;
  }
  /* line 921, ../scss/_rams.scss */
  .node-type-rams .first-div .first-container-column .title-container .title-container-text {
    width: 200px;
  }
  /* line 926, ../scss/_rams.scss */
  .node-type-rams .first-div .first-container-column .second-title-text {
    margin: 4% 0 0 5%;
    font-size: 24px;
    line-height: 36px;
  }
  /* line 932, ../scss/_rams.scss */
  .node-type-rams .first-div .first-container-column .third-text {
    margin: 4% 0 0 5%;
    font-size: 14px;
    line-height: 28px;
  }
  /* line 939, ../scss/_rams.scss */
  .node-type-rams .first-div .first-container-column {
    height: 50%;
  }
  /* line 943, ../scss/_rams.scss */
  .node-type-rams .first-div .first-image-container {
    height: 50%;
  }
  /* line 946, ../scss/_rams.scss */
  .node-type-rams .first-div .first-image-container .first-image {
    margin-top: 4%;
  }
  /* line 951, ../scss/_rams.scss */
  .node-type-rams .first-div .different-border-white::after {
    bottom: -1px;
  }
  /* line 957, ../scss/_rams.scss */
  .node-type-rams .second-div .mid-container-page {
    height: 50% !important;
    display: block;
  }
  /* line 963, ../scss/_rams.scss */
  .node-type-rams .second-div .mid-container-page .general-view-text {
    display: none;
  }
  /* line 967, ../scss/_rams.scss */
  .node-type-rams .second-div .mid-container-page .mobile-view-text,
  .node-type-rams .second-div .mid-container-page .mobile-view-video {
    display: block;
    padding: 20px 0 !important;
  }
  /* line 973, ../scss/_rams.scss */
  .node-type-rams .second-div .mid-container-page .title-mid-container {
    font-size: 24px;
    letter-spacing: -0.06px;
    line-height: 32px;
  }
  /* line 979, ../scss/_rams.scss */
  .node-type-rams .second-div .mid-container-page .text-mid-container {
    margin: 2% 0 5%;
  }
  /* line 983, ../scss/_rams.scss */
  .node-type-rams .second-div .mid-container-page .button-mid-container {
    margin: auto;
  }
  /* line 986, ../scss/_rams.scss */
  .node-type-rams .second-div .mid-container-page .button-mid-container a {
    margin: auto;
  }
  /* line 994, ../scss/_rams.scss */
  .node-type-rams .third-div .title-third-div {
    margin-bottom: 10%;
    text-align: center;
  }
  /* line 999, ../scss/_rams.scss */
  .node-type-rams .third-div .img-circle-container {
    margin-bottom: 10%;
  }
  /* line 1006, ../scss/_rams.scss */
  .node-type-rams .third-div .publicity-container .publicity-rams a::before {
    right: 130px;
  }
  /* line 1014, ../scss/_rams.scss */
  .node-type-rams .space-pre-carousel {
    height: 80px;
  }
  /* line 1018, ../scss/_rams.scss */
  .node-type-rams .container-carousel-comments {
    height: 980px;
  }
  /* line 1021, ../scss/_rams.scss */
  .node-type-rams .container-carousel-comments .coment-text {
    font-size: 24px;
    padding: 0 10px;
  }
  /* line 1027, ../scss/_rams.scss */
  .node-type-rams .container-registration {
    display: block;
    height: 260px;
  }
  /* line 1031, ../scss/_rams.scss */
  .node-type-rams .container-registration .mobile-container-register {
    position: relative;
    float: left;
  }
  /* line 1035, ../scss/_rams.scss */
  .node-type-rams .container-registration .mobile-container-register .title-registration-general {
    display: none;
  }
  /* line 1039, ../scss/_rams.scss */
  .node-type-rams .container-registration .mobile-container-register .title-registration-mobile {
    display: block;
  }
  /* line 1043, ../scss/_rams.scss */
  .node-type-rams .container-registration .mobile-container-register .title-registration {
    margin: 40px 0 30px 10px;
  }
  /* line 1048, ../scss/_rams.scss */
  .node-type-rams .container-registration .button-mobile {
    width: 100%;
    padding: 0 10px;
  }
  /* line 1052, ../scss/_rams.scss */
  .node-type-rams .container-registration .button-mobile .button-registration {
    width: 100%;
  }
  /* line 1056, ../scss/_rams.scss */
  .node-type-rams .container-registration .button-mobile .button-general-registration {
    display: none;
  }
  /* line 1060, ../scss/_rams.scss */
  .node-type-rams .container-registration .button-mobile .button-mobile-registration {
    display: block;
  }
}
@media only screen and (max-width: 540px) {
  /* line 1068, ../scss/_rams.scss */
  .node-type-rams .img-circle-container,
  .node-type-rams .publicity-container {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 766px) and (min-width: 414px) {
  /* line 1076, ../scss/_rams.scss */
  .node-type-rams .first-div {
    height: 700px;
  }
  /* line 1080, ../scss/_rams.scss */
  .node-type-rams .first-div .first-container-column .title-container {
    margin-top: 16%;
    margin-left: 6%;
  }
  /* line 1087, ../scss/_rams.scss */
  .node-type-rams .first-div .first-image-container .title-container {
    margin-left: 6%;
  }
  /* line 1091, ../scss/_rams.scss */
  .node-type-rams .first-div .first-image-container .first-image {
    margin-top: 6%;
  }
  /* line 1097, ../scss/_rams.scss */
  .node-type-rams .first-div .second-title-container .second-title-text {
    margin: 4% 0 0 6%;
  }
  /* line 1103, ../scss/_rams.scss */
  .node-type-rams .first-div .third-text-container .third-text {
    margin: 4% 0 0 6%;
  }
  /* line 1108, ../scss/_rams.scss */
  .node-type-rams .first-div .first-container-column {
    height: 50%;
  }
  /* line 1111, ../scss/_rams.scss */
  .node-type-rams .first-div .first-image-container {
    height: 50%;
  }
  /* line 1117, ../scss/_rams.scss */
  .node-type-rams .third-div .title-third-div {
    text-align: center;
  }
  /* line 1122, ../scss/_rams.scss */
  .node-type-rams .container-registration {
    display: block;
    padding: 30px 0;
    height: auto;
  }
  /* line 1127, ../scss/_rams.scss */
  .node-type-rams .container-registration .mobile-container-register {
    position: relative;
    width: 100%;
  }
  /* line 1131, ../scss/_rams.scss */
  .node-type-rams .container-registration .mobile-container-register .title-registration-general {
    width: 80%;
    text-align: left;
    margin: 0 auto;
  }
  /* line 1137, ../scss/_rams.scss */
  .node-type-rams .container-registration .mobile-container-register .button-general-registration {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* line 1142, ../scss/_rams.scss */
  .node-type-rams .container-registration .mobile-container-register .button-general-registration a {
    width: 80%;
    height: 70px;
    margin-top: 1rem;
    display: block;
    padding: 25px 0.25rem;
  }
  /* line 1154, ../scss/_rams.scss */
  .node-type-rams .second-div .mid-container-page {
    height: 60%;
  }
  /* line 1158, ../scss/_rams.scss */
  .node-type-rams .second-div .general-view-text {
    padding: 0 6%;
  }
}

@media only screen and (max-width: 766px) and (min-width: 414px) and (max-width: 767px) {
  /* line 1158, ../scss/_rams.scss */
  .node-type-rams .second-div .general-view-text {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 766px) and (min-width: 414px) {
  /* line 1169, ../scss/_rams.scss */
  .node-type-rams .third-div .circles-container .img-circle-container {
    margin-bottom: 60px;
  }
  /* line 1177, ../scss/_rams.scss */
  .node-type-rams .third-div .publicity-container .publicity-rams a::before {
    left: 312px;
    right: 0;
  }
  /* line 1185, ../scss/_rams.scss */
  .node-type-rams .third-div .space-pre-carousel {
    height: 80px;
  }
  /* line 1193, ../scss/_rams.scss */
  .node-type-rams .container-registration .mobile-container-register .title-registration-general .title-registration {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  /* line 1205, ../scss/_rams.scss */
  .node-type-rams .second-div .mid-container-page .general-view-text {
    padding: 0 0 0 15%;
  }
}
@media only screen and (max-width: 980px) and (min-width: 767px) {
  /* line 1214, ../scss/_rams.scss */
  .node-type-rams .first-div {
    height: 500px;
  }
  /* line 1217, ../scss/_rams.scss */
  .node-type-rams .first-div .first-image-container {
    height: 100%;
  }
  /* line 1223, ../scss/_rams.scss */
  .node-type-rams .third-div .title-third-div {
    text-align: center;
  }
  /* line 1227, ../scss/_rams.scss */
  .node-type-rams .third-div .circles-container .tablet-view-circle {
    max-width: 50% !important;
    margin-top: 10%;
  }
}

@media only screen and (max-width: 1050px) and (min-width: 768px) {
  /* line 1238, ../scss/_rams.scss */
  .node-type-rams .col-md-4 {
    max-width: 50% !important;
  }
  /* line 1243, ../scss/_rams.scss */
  .node-type-rams .third-div .title-third-div {
    text-align: center;
  }
  /* line 1248, ../scss/_rams.scss */
  .node-type-rams .container-registration {
    display: block;
    padding: 30px 0;
    height: auto;
  }
  /* line 1253, ../scss/_rams.scss */
  .node-type-rams .container-registration .mobile-container-register {
    position: relative;
    width: 100%;
  }
  /* line 1257, ../scss/_rams.scss */
  .node-type-rams .container-registration .mobile-container-register .title-registration-general {
    width: 45%;
    text-align: left;
    margin: 0 auto;
  }
  /* line 1263, ../scss/_rams.scss */
  .node-type-rams .container-registration .mobile-container-register .button-general-registration {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* line 1268, ../scss/_rams.scss */
  .node-type-rams .container-registration .mobile-container-register .button-general-registration a {
    width: 45%;
    height: 70px;
    margin-top: 10px;
    display: block;
  }
}

@media only screen and (max-width: 1500px) and (min-width: 991px) {
  /* line 1285, ../scss/_rams.scss */
  .node-type-rams .third-div .publicity-container .publicity-rams .publicity-title {
    font-size: 24px;
    line-height: 30px;
    padding-left: 20px;
    width: auto;
  }
  /* line 1292, ../scss/_rams.scss */
  .node-type-rams .third-div .publicity-container .publicity-rams a {
    line-height: 44px;
    padding-left: 20px;
  }
  /* line 1300, ../scss/_rams.scss */
  .node-type-rams .ltablet-view {
    position: relative;
  }
}

@media (max-width: 991px) {
  /* line 1307, ../scss/_rams.scss */
  .node-type-rams .logo-responsive-container {
    padding: 0 !important;
    border: none !important;
  }
  /* line 1311, ../scss/_rams.scss */
  .node-type-rams .logo-responsive-container .logo-responsive {
    margin: 0;
    height: 40px;
    width: 138px;
  }
}
@media (max-width: 520px) {
  /* line 1321, ../scss/_rams.scss */
  .node-type-rams .logo-responsive-container .logo-responsive {
    height: 30px;
    width: 102.86px;
  }
}
/* line 1328, ../scss/_rams.scss */
.node-type-rams .section-header {
  width: 100%;
  height: 338px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  clip-path: ellipse(150% 100% at 0% 0%);
  -webkit-clip-path: ellipse(150% 100% at 0% 0%);
  padding: 78px 0 0 30px;
}
/* line 1338, ../scss/_rams.scss */
.node-type-rams .section-header .title {
  color: #ffffff;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 3rem !important;
}
/* line 1344, ../scss/_rams.scss */
.node-type-rams .section-header .text {
  color: #ffffff;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.3125rem !important;
  margin-top: 14px;
  max-width: 586px;
}
/* line 1351, ../scss/_rams.scss */
.node-type-rams .section-header .login-container {
  display: none;
  margin-top: 32px;
}
/* line 1355, ../scss/_rams.scss */
.node-type-rams .section-header .login-container a:first-child,
.node-type-rams .section-header .login-container .login-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  width: 100px;
  border: 2px solid #ffffff;
  border-radius: 6px;
  background-color: transparent;
  color: #ffffff;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.75rem !important;
  font-weight: bold;
  letter-spacing: 0.75px;
}
/* line 1372, ../scss/_rams.scss */
.node-type-rams .section-header .login-container a:last-child,
.node-type-rams .section-header .login-container .sign-up-button {
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  width: 96px;
  border-radius: 6px;
  background-color: #ffffff;
  color: #00518a;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.75rem !important;
  font-weight: bold;
  letter-spacing: 0.75px;
}
@media (max-width: 991px) {
  /* line 1328, ../scss/_rams.scss */
  .node-type-rams .section-header {
    clip-path: ellipse(175% 100% at 0% 0%);
    -webkit-clip-path: ellipse(175% 100% at 0% 0%);
  }
  /* line 1394, ../scss/_rams.scss */
  .node-type-rams .section-header .title {
    font-size: 2.25rem !important;
  }
  /* line 1398, ../scss/_rams.scss */
  .node-type-rams .section-header .text {
    font-size: 1.125rem !important;
  }
  /* line 1402, ../scss/_rams.scss */
  .node-type-rams .section-header .login-container {
    display: flex;
  }
}
@media (max-width: 520px) {
  /* line 1408, ../scss/_rams.scss */
  .node-type-rams .section-header .title {
    font-size: 2rem !important;
  }
}
/* line 1413, ../scss/_rams.scss */
.node-type-rams .accordion-container {
  width: 62%;
  margin: 0 auto;
}
/* line 1417, ../scss/_rams.scss */
.node-type-rams .accordion-container .faq-clickable {
  width: 100%;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  background-color: white;
}
/* line 1427, ../scss/_rams.scss */
.node-type-rams .accordion-container .faq-clickable.collapsed {
  min-height: 171px;
}
/* line 1429, ../scss/_rams.scss */
.node-type-rams .accordion-container .faq-clickable.collapsed .faq-icon-blue {
  display: none;
}
/* line 1433, ../scss/_rams.scss */
.node-type-rams .accordion-container .faq-clickable.collapsed .faq-icon {
  display: flex;
}
/* line 1438, ../scss/_rams.scss */
.node-type-rams .accordion-container .faq-clickable .faq-text {
  color: #000000;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 28px;
  line-height: 36px;
  max-width: 80%;
}
/* line 1445, ../scss/_rams.scss */
.node-type-rams .accordion-container .faq-clickable .faq-icon {
  display: none;
  flex-shrink: 0;
  height: 53px;
  width: 53px;
  background-color: white;
  border-radius: 26.5px;
  justify-content: center;
  align-items: center;
}
/* line 1455, ../scss/_rams.scss */
.node-type-rams .accordion-container .faq-clickable .faq-icon i {
  color: #404040;
  font-size: 28px;
}
/* line 1461, ../scss/_rams.scss */
.node-type-rams .accordion-container .faq-clickable .faq-icon-blue {
  display: flex;
  flex-shrink: 0;
  height: 53px;
  width: 53px;
  background-color: #1397e1;
  border-radius: 26.5px;
  justify-content: center;
  align-items: center;
}
/* line 1471, ../scss/_rams.scss */
.node-type-rams .accordion-container .faq-clickable .faq-icon-blue i {
  color: white;
  font-size: 28px;
}
/* line 1478, ../scss/_rams.scss */
.node-type-rams .accordion-container .faq-clickable:hover.collapsed {
  padding: 0.95rem 2.5rem 0.95rem 2rem;
}
/* line 1480, ../scss/_rams.scss */
.node-type-rams .accordion-container .faq-clickable:hover.collapsed .faq-text {
  background-color: #f0f7fc;
  padding: 0px 0.5rem;
  border-radius: 8px;
  max-width: calc(80% + 0.5rem);
}
/* line 1486, ../scss/_rams.scss */
.node-type-rams .accordion-container .faq-clickable:hover.collapsed .faq-icon {
  background-color: #f0f7fc;
}
/* line 1492, ../scss/_rams.scss */
.node-type-rams .accordion-container .faq-card {
  border-bottom: 1px solid #c0c0c0 !important;
}
/* line 1495, ../scss/_rams.scss */
.node-type-rams .accordion-container .faq-card .faq-body {
  width: 80%;
  color: #4a4a4a;
  font-size: 18px;
  line-height: 30px;
  padding-top: 0;
}
@media (max-width: 991px) {
  /* line 1413, ../scss/_rams.scss */
  .node-type-rams .accordion-container {
    width: 90%;
  }
}
@media (max-width: 520px) {
  /* line 1509, ../scss/_rams.scss */
  .node-type-rams .accordion-container .faq-clickable {
    padding: 0.95rem 0;
  }
  /* line 1512, ../scss/_rams.scss */
  .node-type-rams .accordion-container .faq-clickable:hover.collapsed {
    padding: 0.95rem 0;
  }
  /* line 1514, ../scss/_rams.scss */
  .node-type-rams .accordion-container .faq-clickable:hover.collapsed .faq-text {
    background-color: white;
    padding: 0;
    border-radius: 8px;
    max-width: 80%;
  }
  /* line 1520, ../scss/_rams.scss */
  .node-type-rams .accordion-container .faq-clickable:hover.collapsed .faq-icon {
    background-color: white;
  }
  /* line 1526, ../scss/_rams.scss */
  .node-type-rams .accordion-container .faq-clickable.collapsed .faq-icon {
    display: flex;
    align-self: flex-start !important;
  }
  /* line 1531, ../scss/_rams.scss */
  .node-type-rams .accordion-container .faq-clickable .faq-icon,
  .node-type-rams .accordion-container .faq-clickable .faq-icon-blue {
    align-self: flex-start !important;
  }
  /* line 1536, ../scss/_rams.scss */
  .node-type-rams .accordion-container .faq-body {
    padding: 0.95rem 0;
  }
}
/* line 1542, ../scss/_rams.scss */
.node-type-rams .container-registration {
  position: relative;
  height: 200px;
  background-color: #1397e1;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 1550, ../scss/_rams.scss */
.node-type-rams .container-registration .title-registration-mobile {
  display: none;
}
/* line 1554, ../scss/_rams.scss */
.node-type-rams .container-registration .title-registration {
  color: #ffffff;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 32px;
  line-height: 36px;
  margin-right: 20px;
}
/* line 1562, ../scss/_rams.scss */
.node-type-rams .container-registration .button-registration {
  border-radius: 4.4px;
  background-color: #ffffff;
  padding: 12px 20px;
  border: none;
  text-align: center;
}
/* line 1570, ../scss/_rams.scss */
.node-type-rams .container-registration .button-mobile-registration {
  display: none;
}
/* line 1575, ../scss/_rams.scss */
.node-type-rams .info-container {
  margin: 60px 0 0 0;
}
/* line 1578, ../scss/_rams.scss */
.node-type-rams .info-container.reverse {
  flex-direction: row-reverse;
}
/* line 1581, ../scss/_rams.scss */
.node-type-rams .info-container.reverse .text-container {
  padding: 30px 0 0 45px;
}
/* line 1586, ../scss/_rams.scss */
.node-type-rams .info-container .image-container {
  height: fit-content;
  display: flex;
  justify-content: center;
  position: relative;
  padding: 0;
}
/* line 1593, ../scss/_rams.scss */
.node-type-rams .info-container .image-container .background-image {
  z-index: 1;
  position: absolute;
  bottom: 0;
  width: 85%;
  height: 90%;
  background-color: #f0f7fc;
}
/* line 1602, ../scss/_rams.scss */
.node-type-rams .info-container .image-container img {
  object-fit: contain;
  z-index: 2;
  width: 70%;
  height: 100%;
  box-shadow: 0 2px 30px 0 rgba(11, 60, 97, 0.5);
}
@media (max-width: 991px) {
  /* line 1611, ../scss/_rams.scss */
  .node-type-rams .info-container .image-container .background-image {
    width: 100%;
  }
  /* line 1615, ../scss/_rams.scss */
  .node-type-rams .info-container .image-container .image {
    width: 85%;
  }
}
/* line 1621, ../scss/_rams.scss */
.node-type-rams .info-container .text-container {
  padding: 30px 45px 0 0;
}
/* line 1624, ../scss/_rams.scss */
.node-type-rams .info-container .text-container .title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 2rem !important;
  color: #00518A;
}
/* line 1631, ../scss/_rams.scss */
.node-type-rams .info-container .text-container .text {
  font-weight: normal;
  font-size: 1.3125rem !important;
  color: #404040;
}
/* line 1637, ../scss/_rams.scss */
.node-type-rams .info-container .text-container hr {
  background-color: #c0c0c0;
}
@media (max-width: 991px) {
  /* line 1643, ../scss/_rams.scss */
  .node-type-rams .info-container.reverse {
    flex-direction: row;
  }
  /* line 1647, ../scss/_rams.scss */
  .node-type-rams .info-container .text-container {
    padding: 60px 15% 0 15% !important;
  }
}
@media (max-width: 520px) {
  /* line 1652, ../scss/_rams.scss */
  .node-type-rams .info-container .text-container {
    padding: 60px 5% 0 5% !important;
  }
}
@media only screen and (max-width: 413px) {
  /* line 1659, ../scss/_rams.scss */
  .node-type-rams .container-registration {
    display: block;
    height: 260px;
  }
  /* line 1663, ../scss/_rams.scss */
  .node-type-rams .container-registration .mobile-container-register {
    position: relative;
    float: left;
  }
  /* line 1667, ../scss/_rams.scss */
  .node-type-rams .container-registration .mobile-container-register .title-registration-general {
    display: none;
  }
  /* line 1671, ../scss/_rams.scss */
  .node-type-rams .container-registration .mobile-container-register .title-registration-mobile {
    display: block;
  }
  /* line 1675, ../scss/_rams.scss */
  .node-type-rams .container-registration .mobile-container-register .title-registration {
    margin: 40px 0 30px 10px;
  }
  /* line 1680, ../scss/_rams.scss */
  .node-type-rams .container-registration .button-mobile {
    width: 100%;
    padding: 0 10px;
  }
  /* line 1684, ../scss/_rams.scss */
  .node-type-rams .container-registration .button-mobile .button-registration {
    width: 100%;
  }
  /* line 1688, ../scss/_rams.scss */
  .node-type-rams .container-registration .button-mobile .button-general-registration {
    display: none;
  }
  /* line 1692, ../scss/_rams.scss */
  .node-type-rams .container-registration .button-mobile .button-mobile-registration {
    display: block;
  }
}
@media only screen and (max-width: 766px) and (min-width: 414px) {
  /* line 1701, ../scss/_rams.scss */
  .node-type-rams .container-registration {
    display: block;
    padding: 30px 0;
    height: auto;
  }
  /* line 1706, ../scss/_rams.scss */
  .node-type-rams .container-registration .mobile-container-register {
    position: relative;
    width: 100%;
  }
  /* line 1710, ../scss/_rams.scss */
  .node-type-rams .container-registration .mobile-container-register .title-registration-general {
    width: 80%;
    text-align: left;
    margin: 0 auto;
  }
  /* line 1716, ../scss/_rams.scss */
  .node-type-rams .container-registration .mobile-container-register .button-general-registration {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* line 1721, ../scss/_rams.scss */
  .node-type-rams .container-registration .mobile-container-register .button-general-registration a {
    width: 80%;
    height: 70px;
    margin-top: 10px;
    display: block;
  }
  /* line 1734, ../scss/_rams.scss */
  .node-type-rams .container-registration .mobile-container-register .title-registration-general .title-registration {
    width: 100%;
  }
}

@media only screen and (max-width: 1050px) and (min-width: 768px) {
  /* line 1745, ../scss/_rams.scss */
  .node-type-rams .container-registration {
    display: block;
    padding: 30px 0;
    height: auto;
  }
  /* line 1750, ../scss/_rams.scss */
  .node-type-rams .container-registration .mobile-container-register {
    position: relative;
    width: 100%;
  }
  /* line 1754, ../scss/_rams.scss */
  .node-type-rams .container-registration .mobile-container-register .title-registration-general {
    width: 45%;
    text-align: left;
    margin: 0 auto;
  }
  /* line 1760, ../scss/_rams.scss */
  .node-type-rams .container-registration .mobile-container-register .button-general-registration {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* line 1765, ../scss/_rams.scss */
  .node-type-rams .container-registration .mobile-container-register .button-general-registration a {
    width: 45%;
    height: 70px;
    margin-top: 10px;
    display: block;
  }
}

@media (max-width: 991px) {
  /* line 1778, ../scss/_rams.scss */
  .node-type-rams .logo-responsive-container {
    padding: 0 !important;
    border: none !important;
  }
  /* line 1782, ../scss/_rams.scss */
  .node-type-rams .logo-responsive-container .logo-responsive {
    margin: 0;
    height: 40px;
    width: 138px;
  }
  /* line 1790, ../scss/_rams.scss */
  .node-type-rams #block-menu-menu-rams .navbar-nav .nav-link.active {
    color: #00518A;
    text-decoration: underline;
  }
  /* line 1796, ../scss/_rams.scss */
  .node-type-rams .container-sup {
    margin-top: 0;
  }
}
@media (max-width: 520px) {
  /* line 1803, ../scss/_rams.scss */
  .node-type-rams .logo-responsive-container .logo-responsive {
    height: 30px;
    width: 102.86px;
  }
  /* line 1809, ../scss/_rams.scss */
  .node-type-rams .login-container {
    background: #0B3C61;
    padding: 10px 0;
    width: 100%;
    margin: 80px auto 0 auto;
    align-items: center;
    justify-content: center;
  }
  /* line 1818, ../scss/_rams.scss */
  .node-type-rams .section-header .login-container {
    background: transparent;
    justify-content: left;
  }
}
/* line 1826, ../scss/_rams.scss */
.node-type-rams .video-container .wistia_embed {
  max-width: 100%;
}
/* line 1831, ../scss/_rams.scss */
.node-type-rams .paragraphs-item-rams-faq {
  background: #ffffff;
}

/* line 1835, ../scss/_rams.scss */
.i18n-ja.node-type-rams .third-div-container .third-div .img-circle-container .link-circle-arrow a::before {
  left: auto;
  right: 0;
}

/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:
 * <!--[if IE]>
 *   <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
 * <![endif]--> */
/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
