@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,700|Raleway:400,100,300,700,500");
@import "https://fonts.googleapis.com/icon?family=Material+Icons";
:root {
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --amber: #ffc107;
  --blue: #2196f3;
  --blue-grey: #607d8b;
  --brown: #795548;
  --cyan: #00bcd4;
  --deep-orange: #ff5722;
  --deep-purple: #673ab7;
  --green: #4caf50;
  --grey: #9e9e9e;
  --indigo: #3f51b5;
  --light-blue: #03a9f4;
  --light-green: #8bc34a;
  --lime: #cddc39;
  --orange: #ff9800;
  --pink: #e91e63;
  --purple: #9c27b0;
  --red: #f44336;
  --teal: #009688;
  --yellow: #ffeb3b;
  --primary: #9c27b0;
  --primary-dark: #7b1fa2;
  --primary-light: #e1bee7;
  --secondary: #ff4081;
  --secondary-dark: #f50057;
  --secondary-light: #ff80ab;
  --danger: #f44336;
  --danger-dark: #d32f2f;
  --danger-light: #ffcdd2;
  --info: #2196f3;
  --info-dark: #1976d2;
  --info-light: #bbdefb;
  --success: #4caf50;
  --success-dark: #388e3c;
  --success-light: #c8e6c9;
  --warning: #ff9800;
  --warning-dark: #f57c00;
  --warning-light: #ffe0b2;
  --dark: #424242;
  --dark-dark: #212121;
  --dark-light: #757575;
  --light: #f5f5f5;
  --light-dark: #e0e0e0;
  --light-light: #fafafa;
  --font-family-monospace: "Roboto Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --font-family-sans-serif: "Open Sans", "Helvetica", "sans-serif";
  --font-family-serif: "Roboto Slab", Georgia, "Times New Roman", Times, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

@-ms-viewport {
  width: device-width; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  text-align: left;
  text-align: start;
  background-color: #F4F4F4;
  color: rgba(0, 0, 0, 0.87);
  font-family: "Open Sans", "Helvetica", "sans-serif";
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.428572;
  margin: 0; }

[dir='rtl'] body {
  text-align: right;
  text-align: start; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

[tabindex='-1']:focus {
  outline: 0 !important; }

code, kbd, pre, samp {
  font-family: "Roboto Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0; }

button, html [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0; }

input[type='checkbox'], input[type='radio'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type='date'], input[type='datetime-local'], input[type='month'], input[type='time'] {
  -webkit-appearance: listbox; }

label {
  font-size: 0.857143rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.38);
  display: inline-block; }

legend {
  font-size: 1.714286rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.333334;
  color: inherit;
  display: block;
  margin-bottom: 0.5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%; }

output {
  display: inline-block; }

progress {
  vertical-align: baseline; }

select[multiple], select[size] {
  overflow: auto; }

textarea {
  overflow: auto;
  resize: vertical; }

[type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button {
  height: auto; }

[type='search'] {
  -webkit-appearance: none;
  outline-offset: -2px; }

[type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

[hidden] {
  display: none !important; }

img {
  border-style: none;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

summary {
  cursor: pointer;
  display: list-item; }

a {
  background-color: transparent;
  color: #ff4081;
  text-decoration: none;
  -webkit-text-decoration-skip: objects; }

a:active, a:focus, a:hover {
  color: #ff4081;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):active, a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

template {
  display: none; }

caption {
  text-align: left;
  text-align: start;
  font-size: 0.857143rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  caption-side: bottom;
  color: rgba(0, 0, 0, 0.38);
  min-height: 3.5rem;
  padding: 1.2142855rem 1.5rem; }

[dir='rtl'] caption {
  text-align: right;
  text-align: start; }

table {
  border-collapse: collapse; }

th {
  text-align: left;
  text-align: start; }

[dir='rtl'] th {
  text-align: right;
  text-align: start; }

abbr[data-original-title], abbr[title] {
  border-bottom: 0;
  cursor: help;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem; }

b, strong {
  font-weight: bolder; }

blockquote {
  margin: 0 0 1rem; }

dd {
  margin-bottom: 0.5rem;
  margin-left: 0; }

dfn {
  font-style: italic; }

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem; }

dt {
  font-weight: 500; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

mark {
  background-color: #ffeb3b;
  color: rgba(0, 0, 0, 0.87); }

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

.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 {
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: none;
  width: auto; }

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

@media (min-width: 576px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }

  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: none;
    width: auto; }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; } }
@media (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }

  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: none;
    width: auto; }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; } }
@media (min-width: 992px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }

  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: none;
    width: auto; }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; } }
@media (min-width: 1200px) {
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }

  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: none;
    width: auto; }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; } }
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.blockquote {
  font-size: 1.428571rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  border-left: 0.3125rem solid #9c27b0;
  margin-bottom: 1rem;
  padding: 0 1rem; }

.blockquote-footer {
  font-size: 0.857143rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.38);
  display: block;
  margin-top: 0.25rem; }

.blockquote-footer::before {
  content: '\2014 \00A0'; }

mark, .mark {
  background-color: #ffeb3b;
  color: rgba(0, 0, 0, 0.87);
  padding: 0.2em; }

small, .small {
  font-size: 80%;
  font-weight: 400; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.typography-display-4 {
  font-size: 8rem;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1; }

.typography-display-3 {
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.035715; }

.typography-display-2 {
  font-size: 3.214286rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.066667; }

.typography-display-1 {
  font-size: 2.428571rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.176471; }

.typography-headline {
  font-size: 1.714286rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.333334; }

.typography-title {
  font-size: 1.428571rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4; }

.typography-subheading {
  font-size: 1.142857rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5; }

.typography-body-2 {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.428572; }

.typography-body-1 {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.428572; }

.typography-caption {
  font-size: 0.857143rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: inherit;
  font-family: "Raleway", "Helvetica", "sans-serif";
  margin-bottom: 0.5rem; }

h1, .h1 {
  font-size: 3.214286rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.066667; }

h2, .h2 {
  font-size: 2.428571rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.176471; }

h3, .h3 {
  font-size: 1.714286rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.333334; }

h4, .h4 {
  font-size: 1.428571rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4; }

h5, .h5 {
  font-size: 1.142857rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5; }

h6, .h6 {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.428572; }

.display-1 {
  font-size: 8rem;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1; }

.display-2 {
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.035715; }

.display-3 {
  font-size: 3.214286rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.066667; }

.display-4 {
  font-size: 2.428571rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.176471; }

.lead {
  font-size: 1.428571rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4; }

hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin-top: 1rem;
  margin-bottom: 1rem; }

.list-inline {
  list-style: none;
  padding-left: 0; }

.list-inline-item {
  display: inline-block; }

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem; }

.list-unstyled {
  list-style: none;
  padding-left: 0; }

.alert {
  border-radius: 2px;
  border: 0;
  display: block;
  margin-bottom: 1rem;
  padding: 1rem 1rem;
  position: relative; }

.alert-primary {
  background-color: #e1bee7;
  color: rgba(0, 0, 0, 0.87); }

.alert-secondary {
  background-color: #ff80ab;
  color: rgba(0, 0, 0, 0.87); }

.alert-danger {
  background-color: #ffcdd2;
  color: rgba(0, 0, 0, 0.87); }

.alert-info {
  background-color: #bbdefb;
  color: rgba(0, 0, 0, 0.87); }

.alert-success {
  background-color: #c8e6c9;
  color: rgba(0, 0, 0, 0.87); }

.alert-warning {
  background-color: #ffe0b2;
  color: rgba(0, 0, 0, 0.87); }

.alert-dark {
  background-color: #757575;
  color: white; }

.alert-light {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87); }

.alert-dismissible {
  padding-right: 3.5rem; }

.alert-dismissible .close {
  color: inherit;
  padding: 0.964286rem 1rem;
  position: absolute;
  top: 0;
  right: 0; }

.alert-heading {
  color: inherit; }

.alert-link {
  color: inherit;
  font-weight: 500; }

.alert-link:active, .alert-link:focus, .alert-link:hover {
  color: inherit; }

.badge {
  border-radius: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
  padding-right: 0.5em;
  padding-left: 0.5em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap; }

.badge:empty {
  display: none; }

.btn .badge {
  margin-top: -1px;
  margin-bottom: -1px;
  padding-top: 1px;
  padding-bottom: 1px; }

.badge-primary {
  background-color: #9c27b0;
  color: white; }

.badge-primary[href]:active, .badge-primary[href]:focus, .badge-primary[href]:hover {
  background-color: #7b1fa2;
  color: white;
  text-decoration: none; }

.badge-secondary {
  background-color: #ff4081;
  color: white; }

.badge-secondary[href]:active, .badge-secondary[href]:focus, .badge-secondary[href]:hover {
  background-color: #f50057;
  color: white;
  text-decoration: none; }

.badge-danger {
  background-color: #f44336;
  color: white; }

.badge-danger[href]:active, .badge-danger[href]:focus, .badge-danger[href]:hover {
  background-color: #d32f2f;
  color: white;
  text-decoration: none; }

.badge-info {
  background-color: #2196f3;
  color: white; }

.badge-info[href]:active, .badge-info[href]:focus, .badge-info[href]:hover {
  background-color: #1976d2;
  color: white;
  text-decoration: none; }

.badge-success {
  background-color: #4caf50;
  color: white; }

.badge-success[href]:active, .badge-success[href]:focus, .badge-success[href]:hover {
  background-color: #388e3c;
  color: white;
  text-decoration: none; }

.badge-warning {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87); }

.badge-warning[href]:active, .badge-warning[href]:focus, .badge-warning[href]:hover {
  background-color: #f57c00;
  color: white;
  text-decoration: none; }

.badge-dark {
  background-color: #424242;
  color: white; }

.badge-dark[href]:active, .badge-dark[href]:focus, .badge-dark[href]:hover {
  background-color: #212121;
  color: white;
  text-decoration: none; }

.badge-light {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.87); }

.badge-light[href]:active, .badge-light[href]:focus, .badge-light[href]:hover {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none; }

.badge-pill {
  border-radius: 1em; }

.breadcrumb {
  border-radius: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin-bottom: 1rem;
  min-height: 3.5rem;
  padding: 0.625rem 1rem; }

.breadcrumb-item {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(0, 0, 0, 0.54);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (min-width: 576px) {
  .breadcrumb-item {
    -webkit-transition-duration: 0.39s;
            transition-duration: 0.39s; } }
@media (min-width: 992px) {
  .breadcrumb-item {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .breadcrumb-item {
    -webkit-transition: none;
    transition: none; } }
.breadcrumb-item:active, .breadcrumb-item:focus, .breadcrumb-item:hover {
  color: rgba(0, 0, 0, 0.87); }

.breadcrumb-item.active {
  color: rgba(0, 0, 0, 0.87);
  font-weight: bolder; }

.breadcrumb-item a {
  color: inherit;
  text-decoration: none; }

.breadcrumb-item + .breadcrumb-item {
  margin-left: 0.5rem; }

.breadcrumb-item + .breadcrumb-item::before {
  font-size: 1.5em;
  line-height: 0.6666666667em;
  vertical-align: -0.3453690549em;
  font-family: 'Material Icons';
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  color: rgba(0, 0, 0, 0.54);
  content: "chevron_right";
  display: inline-block;
  margin-right: 0.5rem; }

.carousel {
  position: relative; }

.carousel:hover .carousel-control-next, .carousel:hover .carousel-control-prev {
  opacity: 1; }

.carousel-inner {
  overflow: hidden;
  position: relative;
  width: 100%; }

.carousel-item {
  -webkit-transition-duration: 0.375s;
          transition-duration: 0.375s;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  position: relative;
  width: 100%; }

@media (min-width: 576px) {
  .carousel-item {
    -webkit-transition-duration: 0.4875s;
            transition-duration: 0.4875s; } }
@media (min-width: 992px) {
  .carousel-item {
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none; } }
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.carousel-item-left.active, .carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-left.active, .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.carousel-item-left.carousel-item-next, .carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-left.carousel-item-next, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.carousel-item-next, .carousel-item-right.active {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next, .carousel-item-right.active {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-fade .carousel-item {
  -webkit-transition-duration: 0.375s;
          transition-duration: 0.375s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0; }

@media (min-width: 576px) {
  .carousel-fade .carousel-item {
    -webkit-transition-duration: 0.4875s;
            transition-duration: 0.4875s; } }
@media (min-width: 992px) {
  .carousel-fade .carousel-item {
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-fade .carousel-item {
    -webkit-transition: none;
    transition: none; } }
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }

.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-fade .carousel-item.active, .carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
  opacity: 0; }

.carousel-control-next, .carousel-control-prev {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  color: white;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8125rem;
  height: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  margin-top: -1.25rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 2.5rem; }

.carousel-control-next:active, .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:active, .carousel-control-prev:focus, .carousel-control-prev:hover {
  background-color: rgba(204, 204, 204, 0.25);
  color: white;
  text-decoration: none; }

.carousel-control-next:active, .carousel-control-prev:active {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }

.carousel-control-next:focus, .carousel-control-prev:focus {
  opacity: 1;
  outline: 0; }

.carousel-control-next {
  right: 1.25rem; }

.carousel-control-prev {
  left: 1.25rem; }

.carousel-control-next-icon, .carousel-control-prev-icon {
  font-size: 1.5em;
  line-height: 0.6666666667em;
  vertical-align: -0.3453690549em;
  font-family: 'Material Icons';
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal; }

.carousel-control-next-icon::before {
  content: "chevron_right"; }

.carousel-control-prev-icon::before {
  content: "chevron_left"; }

.carousel-caption {
  color: white;
  position: absolute;
  right: 25%;
  bottom: 1.5rem;
  left: 25%;
  text-align: center;
  z-index: 1; }

.carousel-indicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  position: absolute;
  right: 5rem;
  bottom: 0.5rem;
  left: 5rem;
  z-index: 1; }

.carousel-indicators li {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.5rem;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 0.5rem;
  margin-right: 1px;
  margin-left: 1px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 0.5rem; }

.carousel-indicators .active {
  background-color: rgba(204, 204, 204, 0.25); }

.close {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 0;
  color: rgba(0, 0, 0, 0.38);
  float: right;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  padding: 0; }

@media (min-width: 576px) {
  .close {
    -webkit-transition-duration: 0.39s;
            transition-duration: 0.39s; } }
@media (min-width: 992px) {
  .close {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .close {
    -webkit-transition: none;
    transition: none; } }
.close:active, .close:focus, .close:hover {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none; }

.close:focus {
  outline: 0; }

.close:not(:disabled):not(.disabled) {
  cursor: pointer; }

code {
  border-radius: 2px;
  background-color: #f5f5f5;
  color: #bd4147;
  font-size: 87.5%;
  padding: 0.2rem 0.4rem;
  word-break: break-word; }

a > code {
  color: inherit; }

kbd {
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.87);
  color: white;
  font-size: 87.5%;
  padding: 0.2rem 0.4rem; }

kbd kbd {
  font-size: 100%;
  font-weight: bolder;
  padding: 0; }

pre {
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 87.5%; }

pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.form-check {
  display: block;
  margin-bottom: 0.5rem;
  padding-left: 1.25rem;
  position: relative; }

.form-check-inline {
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0; }

.form-check-input {
  margin-top: 0.2857146667rem;
  margin-left: -1.25rem;
  position: absolute; }

.form-check-input:disabled ~ .form-check-label {
  color: rgba(0, 0, 0, 0.38); }

.form-check-label {
  color: inherit;
  font-size: inherit;
  line-height: inherit; }

.form-group {
  margin-bottom: 1rem; }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.form-row > .col, .form-row > [class*='col-'] {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.form-inline {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.form-inline .custom-file, .form-inline .custom-select {
  width: auto; }

.form-inline .form-check {
  margin-bottom: 0;
  width: auto; }

.form-inline .form-control, .form-inline .form-control-file {
  display: inline-block;
  vertical-align: middle;
  width: auto; }

.form-inline .form-control-plaintext {
  display: inline-block; }

.form-inline .form-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 0; }

.form-inline .input-group {
  width: auto; }

.col-form-label {
  color: inherit;
  font-size: 1rem;
  line-height: 1.5;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem; }

.col-form-label-lg {
  font-size: 2.125rem;
  line-height: 1.176471;
  padding-top: 0.6249995625rem;
  padding-bottom: 0.6249995625rem; }

.col-form-label-sm {
  font-size: 0.8125rem;
  line-height: 1.538462;
  padding-top: 0.3749998125rem;
  padding-bottom: 0.3749998125rem; }

.form-text {
  font-size: 0.857143rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.38);
  display: block;
  margin-top: 0.5rem; }

.custom-select-lg + .form-text, .floating-label-lg + .form-text, .input-group-lg > .floating-label + .form-text, .floating-label-lg .custom-select + .form-text, .input-group-lg > .floating-label .custom-select + .form-text, .floating-label-lg .form-control + .form-text, .input-group-lg > .floating-label .form-control + .form-text, .floating-label-lg .form-control-file + .form-text, .input-group-lg > .floating-label .form-control-file + .form-text, .form-control-lg + .form-text, .textfield-box-lg + .form-text, .input-group-lg > .textfield-box + .form-text, .textfield-box-lg .custom-select + .form-text, .input-group-lg > .textfield-box .custom-select + .form-text, .textfield-box-lg .form-control + .form-text, .input-group-lg > .textfield-box .form-control + .form-text, .textfield-box-lg .form-control-file + .form-text, .input-group-lg > .textfield-box .form-control-file + .form-text {
  margin-top: 0.75rem; }

.custom-select-sm + .form-text, .floating-label-sm + .form-text, .input-group-sm > .floating-label + .form-text, .floating-label-sm .custom-select + .form-text, .input-group-sm > .floating-label .custom-select + .form-text, .floating-label-sm .form-control + .form-text, .input-group-sm > .floating-label .form-control + .form-text, .floating-label-sm .form-control-file + .form-text, .input-group-sm > .floating-label .form-control-file + .form-text, .form-control-sm + .form-text, .textfield-box-sm + .form-text, .input-group-sm > .textfield-box + .form-text, .textfield-box-sm .custom-select + .form-text, .input-group-sm > .textfield-box .custom-select + .form-text, .textfield-box-sm .form-control + .form-text, .input-group-sm > .textfield-box .form-control + .form-text, .textfield-box-sm .form-control-file + .form-text, .input-group-sm > .textfield-box .form-control-file + .form-text {
  margin-top: 0.25rem; }

.form-control-plaintext {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.375rem 0 calc(0.375rem - 1px);
  width: 100%; }

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0; }

.figure {
  display: inline-block; }

.figure-caption {
  font-size: 0.857143rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.38); }

.figure-img {
  line-height: 1;
  margin-bottom: 0.5rem; }

.img-fluid {
  height: auto;
  max-width: 100%; }

.img-thumbnail {
  height: auto;
  max-width: 100%;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }

.jumbotron {
  border-radius: 2px;
  background-color: white;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.87);
  padding: 3rem 2rem; }

.jumbotron-fluid {
  border-radius: 0;
  padding-right: 0;
  padding-left: 0; }

.media {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }

.nav-link:active, .nav-link:focus, .nav-link:hover {
  text-decoration: none; }

.nav-link.disabled {
  color: rgba(0, 0, 0, 0.38);
  cursor: default; }

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

.nav-pills .nav-link {
  border-radius: 2px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: background-color, color, opacity;
  transition-property: background-color, color, opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.7; }

@media (min-width: 576px) {
  .nav-pills .nav-link {
    -webkit-transition-duration: 0.39s;
            transition-duration: 0.39s; } }
@media (min-width: 992px) {
  .nav-pills .nav-link {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .nav-pills .nav-link {
    -webkit-transition: none;
    transition: none; } }
.nav-pills .nav-link:active, .nav-pills .nav-link:focus, .nav-pills .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.12); }

.nav-pills .nav-link.active {
  color: #ff4081;
  opacity: 1; }

.nav-pills .nav-link.disabled {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.38);
  opacity: 1; }

.nav-pills .nav-link:active {
  opacity: 1; }

.nav-pills .show > .nav-link {
  background-color: rgba(0, 0, 0, 0.12);
  opacity: 1; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.pagination {
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0.625rem 0.5rem; }

.page-link {
  border-radius: 2px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  margin-left: 1px;
  padding: 0.6875rem 1rem;
  position: relative;
  text-align: center;
  white-space: nowrap; }

@media (min-width: 576px) {
  .page-link {
    -webkit-transition-duration: 0.39s;
            transition-duration: 0.39s; } }
@media (min-width: 992px) {
  .page-link {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .page-link {
    -webkit-transition: none;
    transition: none; } }
.page-link:active, .page-link:focus, .page-link:hover {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none; }

.page-link:focus, .page-link:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.12)), to(rgba(0, 0, 0, 0.12)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)); }

.page-link.active, .page-link:active {
  background-color: rgba(153, 153, 153, 0.4);
  background-image: none; }

.page-link:focus {
  outline: 0; }

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0; }

.page-item.active .page-link {
  background-color: rgba(153, 153, 153, 0.4); }

.page-item.disabled .page-link {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.38);
  cursor: auto;
  pointer-events: none; }

.pagination-lg .page-link {
  font-size: 0.9375rem;
  padding: 0.78125rem 1rem; }

.pagination-sm .page-link {
  font-size: 0.8125rem;
  padding: 0.59375rem 1rem; }

.popover {
  text-align: left;
  text-align: start;
  font-family: "Open Sans", "Helvetica", "sans-serif";
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428572;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  display: block;
  font-size: 1rem;
  margin: 1.5rem;
  max-width: 17.5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 240; }

[dir='rtl'] .popover {
  text-align: right;
  text-align: start; }

.popover-body {
  padding: 1.25rem 1.5rem; }

.popover-body > :last-child {
  margin-bottom: 0; }

.popover-header {
  font-size: 1.428571rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin-bottom: 0;
  padding: 1.25rem 1.5rem 0; }

.popover-header:empty {
  display: none; }

.popover-header:last-child {
  padding-bottom: 1.25rem; }

@media (min-width: 768px) {
  .popover {
    margin: 0.875rem; } }
.embed-responsive {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%; }

.embed-responsive::before {
  content: '';
  display: block; }

.embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video, .embed-responsive .embed-responsive-item {
  border: 0;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.collapse {
  display: none; }

.collapse.show {
  display: block; }

tbody.collapse.show {
  display: table-row-group; }

tr.collapse.show {
  display: table-row; }

.collapsing {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  height: 0;
  overflow: hidden;
  position: relative; }

@media (min-width: 576px) {
  .collapsing {
    -webkit-transition-duration: 0.39s;
            transition-duration: 0.39s; } }
@media (min-width: 992px) {
  .collapsing {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none; } }
.fade {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0; }

@media (min-width: 576px) {
  .fade {
    -webkit-transition-duration: 0.39s;
            transition-duration: 0.39s; } }
@media (min-width: 992px) {
  .fade {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none; } }
.fade.show {
  opacity: 1; }

.btn {
  border-radius: 2px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: transparent;
  background-image: none;
  border: 0;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.87);
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  max-width: 100%;
  min-width: 5.5rem;
  padding: 0.6875rem 1rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

@media (min-width: 576px) {
  .btn {
    -webkit-transition-duration: 0.39s;
            transition-duration: 0.39s; } }
@media (min-width: 992px) {
  .btn {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none; } }
.btn:active, .btn:focus, .btn:hover {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none; }

.btn:focus, .btn:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.12)), to(rgba(0, 0, 0, 0.12)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)); }

.btn.active, .btn:active {
  background-color: rgba(153, 153, 153, 0.4);
  background-image: none;
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2); }

.btn.disabled, .btn:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgba(0, 0, 0, 0.26);
  opacity: 1; }

.btn:focus {
  outline: 0; }

.btn:not(:disabled):not(.disabled) {
  cursor: pointer; }

.show > .btn.dropdown-toggle {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.12)), to(rgba(0, 0, 0, 0.12)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)); }

a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  background-color: #9c27b0;
  color: white; }

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  color: white; }

.btn-primary.active, .btn-primary:active {
  background-color: #7b1fa2; }

.btn-primary.disabled, .btn-primary:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26); }

.btn-secondary {
  background-color: #ff4081;
  color: white; }

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  color: white; }

.btn-secondary.active, .btn-secondary:active {
  background-color: #f50057; }

.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26); }

.btn-danger {
  background-color: #f44336;
  color: white; }

.btn-danger:active, .btn-danger:focus, .btn-danger:hover {
  color: white; }

.btn-danger.active, .btn-danger:active {
  background-color: #d32f2f; }

.btn-danger.disabled, .btn-danger:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26); }

.btn-info {
  background-color: #2196f3;
  color: white; }

.btn-info:active, .btn-info:focus, .btn-info:hover {
  color: white; }

.btn-info.active, .btn-info:active {
  background-color: #1976d2; }

.btn-info.disabled, .btn-info:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26); }

.btn-success {
  background-color: #4caf50;
  color: white; }

.btn-success:active, .btn-success:focus, .btn-success:hover {
  color: white; }

.btn-success.active, .btn-success:active {
  background-color: #388e3c; }

.btn-success.disabled, .btn-success:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26); }

.btn-warning {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87); }

.btn-warning:active, .btn-warning:focus, .btn-warning:hover {
  color: rgba(0, 0, 0, 0.87); }

.btn-warning.active, .btn-warning:active {
  background-color: #f57c00; }

.btn-warning.disabled, .btn-warning:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26); }

.btn-dark {
  background-color: #424242;
  color: white; }

.btn-dark:active, .btn-dark:focus, .btn-dark:hover {
  color: white; }

.btn-dark.active, .btn-dark:active {
  background-color: #212121; }

.btn-dark.disabled, .btn-dark:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26); }

.btn-light {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.87); }

.btn-light:active, .btn-light:focus, .btn-light:hover {
  color: rgba(0, 0, 0, 0.87); }

.btn-light.active, .btn-light:active {
  background-color: #e0e0e0; }

.btn-light.disabled, .btn-light:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26); }

[class*='bg-dark'] :not([class*='bg-light']) .btn.disabled, [class*='bg-dark'] :not([class*='bg-light']) .btn:disabled {
  background-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.3); }

.btn-lg, .btn-group-lg > .btn, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-prepend > .btn {
  font-size: 0.9375rem;
  padding: 0.78125rem 1rem; }

.btn-sm, .btn-group-sm > .btn, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-prepend > .btn {
  font-size: 0.8125rem;
  padding: 0.59375rem 1rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 0.25rem; }

[type='button'].btn-block, [type='reset'].btn-block, [type='submit'].btn-block {
  width: 100%; }

.btn-link {
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ff4081;
  font-weight: 400;
  text-decoration: none;
  text-transform: none; }

.btn-link:active, .btn-link:focus, .btn-link:hover {
  color: #ff4081;
  text-decoration: underline; }

.btn-link:focus, .btn-link:hover {
  background-image: none; }

.btn-link.active, .btn-link:active {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none; }

.btn-link.disabled, .btn-link:disabled {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.26);
  text-decoration: none; }

.btn-fluid {
  min-width: 0; }

[class*='btn-flat'], [class*='btn-outline'] {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none; }

[class*='btn-flat'].active, [class*='btn-flat']:active, [class*='btn-outline'].active, [class*='btn-outline']:active {
  -webkit-box-shadow: none;
          box-shadow: none; }

[class*='btn-flat'].disabled, [class*='btn-flat']:disabled, [class*='btn-outline'].disabled, [class*='btn-outline']:disabled {
  background-color: transparent; }

.btn-flat-primary, .btn-flat-primary:active, .btn-flat-primary:focus, .btn-flat-primary:hover, .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary:hover {
  color: #9c27b0; }

.btn-flat-primary.disabled, .btn-flat-primary:disabled, .btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: rgba(0, 0, 0, 0.26); }

.btn-flat-secondary, .btn-flat-secondary:active, .btn-flat-secondary:focus, .btn-flat-secondary:hover, .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary:focus, .btn-outline-secondary:hover {
  color: #ff4081; }

.btn-flat-secondary.disabled, .btn-flat-secondary:disabled, .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: rgba(0, 0, 0, 0.26); }

.btn-flat-danger, .btn-flat-danger:active, .btn-flat-danger:focus, .btn-flat-danger:hover, .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger:focus, .btn-outline-danger:hover {
  color: #f44336; }

.btn-flat-danger.disabled, .btn-flat-danger:disabled, .btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: rgba(0, 0, 0, 0.26); }

.btn-flat-info, .btn-flat-info:active, .btn-flat-info:focus, .btn-flat-info:hover, .btn-outline-info, .btn-outline-info:active, .btn-outline-info:focus, .btn-outline-info:hover {
  color: #2196f3; }

.btn-flat-info.disabled, .btn-flat-info:disabled, .btn-outline-info.disabled, .btn-outline-info:disabled {
  color: rgba(0, 0, 0, 0.26); }

.btn-flat-success, .btn-flat-success:active, .btn-flat-success:focus, .btn-flat-success:hover, .btn-outline-success, .btn-outline-success:active, .btn-outline-success:focus, .btn-outline-success:hover {
  color: #4caf50; }

.btn-flat-success.disabled, .btn-flat-success:disabled, .btn-outline-success.disabled, .btn-outline-success:disabled {
  color: rgba(0, 0, 0, 0.26); }

.btn-flat-warning, .btn-flat-warning:active, .btn-flat-warning:focus, .btn-flat-warning:hover, .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning:focus, .btn-outline-warning:hover {
  color: #ff9800; }

.btn-flat-warning.disabled, .btn-flat-warning:disabled, .btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: rgba(0, 0, 0, 0.26); }

.btn-flat-dark, .btn-flat-dark:active, .btn-flat-dark:focus, .btn-flat-dark:hover, .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark:focus, .btn-outline-dark:hover {
  color: #424242; }

.btn-flat-dark.disabled, .btn-flat-dark:disabled, .btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: rgba(0, 0, 0, 0.26); }

.btn-flat-light, .btn-flat-light:active, .btn-flat-light:focus, .btn-flat-light:hover, .btn-outline-light, .btn-outline-light:active, .btn-outline-light:focus, .btn-outline-light:hover {
  color: #f5f5f5; }

.btn-flat-light.disabled, .btn-flat-light:disabled, .btn-outline-light.disabled, .btn-outline-light:disabled {
  color: rgba(0, 0, 0, 0.26); }

.btn-flat-light:focus, .btn-flat-light:hover, .btn-outline-light:focus, .btn-outline-light:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.12)), to(rgba(255, 255, 255, 0.12)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)); }

.btn-flat-light.active, .btn-flat-light:active, .btn-outline-light.active, .btn-outline-light:active {
  background-color: rgba(204, 204, 204, 0.25); }

.btn-float {
  border-radius: 50%;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  height: 3.5rem;
  line-height: 3.5rem;
  min-width: 0;
  padding: 0;
  width: 3.5rem; }

.btn-float.active, .btn-float:active {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }

.btn-float.disabled, .btn-float:disabled {
  -webkit-box-shadow: none;
          box-shadow: none; }

.btn-float.btn-sm {
  height: 2.5rem;
  line-height: 2.5rem;
  width: 2.5rem; }

.btn-float-dropdown .dropdown-menu {
  border-radius: 0;
  margin-top: 1rem;
  min-width: 3.5rem;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center; }

.btn-float-dropdown .dropdown-menu::before {
  display: none; }

.btn-float-dropdown .dropdown-menu .btn-float {
  display: block;
  margin-right: auto;
  margin-bottom: 1rem;
  margin-left: auto; }

.btn-group, .btn-group-vertical {
  border-radius: 2px;
  background-color: white;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  vertical-align: middle; }

.btn-group > .btn-primary.disabled, .btn-group > .btn-primary:disabled, .btn-group-vertical > .btn-primary.disabled, .btn-group-vertical > .btn-primary:disabled {
  background-color: #e1bee7;
  color: rgba(0, 0, 0, 0.87); }

.btn-group > .btn-secondary.disabled, .btn-group > .btn-secondary:disabled, .btn-group-vertical > .btn-secondary.disabled, .btn-group-vertical > .btn-secondary:disabled {
  background-color: #ff80ab;
  color: rgba(0, 0, 0, 0.87); }

.btn-group > .btn-danger.disabled, .btn-group > .btn-danger:disabled, .btn-group-vertical > .btn-danger.disabled, .btn-group-vertical > .btn-danger:disabled {
  background-color: #ffcdd2;
  color: rgba(0, 0, 0, 0.87); }

.btn-group > .btn-info.disabled, .btn-group > .btn-info:disabled, .btn-group-vertical > .btn-info.disabled, .btn-group-vertical > .btn-info:disabled {
  background-color: #bbdefb;
  color: rgba(0, 0, 0, 0.87); }

.btn-group > .btn-success.disabled, .btn-group > .btn-success:disabled, .btn-group-vertical > .btn-success.disabled, .btn-group-vertical > .btn-success:disabled {
  background-color: #c8e6c9;
  color: rgba(0, 0, 0, 0.87); }

.btn-group > .btn-warning.disabled, .btn-group > .btn-warning:disabled, .btn-group-vertical > .btn-warning.disabled, .btn-group-vertical > .btn-warning:disabled {
  background-color: #ffe0b2;
  color: rgba(0, 0, 0, 0.87); }

.btn-group > .btn-dark.disabled, .btn-group > .btn-dark:disabled, .btn-group-vertical > .btn-dark.disabled, .btn-group-vertical > .btn-dark:disabled {
  background-color: #757575;
  color: white; }

.btn-group > .btn-light.disabled, .btn-group > .btn-light:disabled, .btn-group-vertical > .btn-light.disabled, .btn-group-vertical > .btn-light:disabled {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87); }

.btn-group > .btn, .btn-group-vertical > .btn {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: border-color, opacity;
  transition-property: border-color, opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 0; }

@media (min-width: 576px) {
  .btn-group > .btn, .btn-group-vertical > .btn {
    -webkit-transition-duration: 0.39s;
            transition-duration: 0.39s; } }
@media (min-width: 992px) {
  .btn-group > .btn, .btn-group-vertical > .btn {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .btn-group > .btn, .btn-group-vertical > .btn {
    -webkit-transition: none;
    transition: none; } }
.btn-group > .btn.active, .btn-group > .btn:active, .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active {
  -webkit-box-shadow: none;
          box-shadow: none; }

.btn-group > .btn.disabled, .btn-group > .btn:disabled, .btn-group-vertical > .btn.disabled, .btn-group-vertical > .btn:disabled {
  opacity: 0.7; }

.btn-group > .btn[class*='btn-outline'], .btn-group-vertical > .btn[class*='btn-outline'] {
  opacity: 0.7; }

.btn-group > .btn[class*='btn-outline'].active, .btn-group > .btn[class*='btn-outline']:active, .btn-group-vertical > .btn[class*='btn-outline'].active, .btn-group-vertical > .btn[class*='btn-outline']:active {
  opacity: 1; }

.btn-group > .btn[class*='btn-outline'].disabled, .btn-group > .btn[class*='btn-outline']:disabled, .btn-group-vertical > .btn[class*='btn-outline'].disabled, .btn-group-vertical > .btn[class*='btn-outline']:disabled {
  opacity: 1; }

.btn-group > .btn-group, .btn-group > .btn-group-vertical, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group-vertical {
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none; }

.btn-group.show > .btn.dropdown-toggle {
  -webkit-box-shadow: none;
          box-shadow: none; }

.btn-group > .btn, .btn-group > .btn-group {
  margin-left: -1px; }

.btn-group > .btn:first-child, .btn-group > .btn-group:first-child {
  margin-left: 0; }

.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .dropdown-toggle:not(:last-of-type) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group-vertical {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  margin-top: -1px;
  margin-left: 0;
  width: 100%; }

.btn-group-vertical > .btn:first-child, .btn-group-vertical > .btn-group:first-child {
  margin-top: 0; }

.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; }

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .dropdown-toggle:not(:last-of-type) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-fluid {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none; }

[data-toggle='buttons'] > .btn, [data-toggle='buttons'] > .btn-group > .btn {
  margin-bottom: 0; }

[data-toggle='buttons'] > .btn [type='checkbox'], [data-toggle='buttons'] > .btn [type='radio'], [data-toggle='buttons'] > .btn-group > .btn [type='checkbox'], [data-toggle='buttons'] > .btn-group > .btn [type='radio'] {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute; }

.dropdown-toggle.dropdown-toggle-split {
  padding-right: 0.2em;
  padding-left: 0.2em; }

.dropdown-toggle.dropdown-toggle-split::after {
  margin-right: 0;
  margin-left: 0; }

.dropleft .dropdown-toggle.dropdown-toggle-split::before {
  margin-right: 0;
  margin-left: 0; }

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.btn-toolbar .input-group {
  width: auto; }

.card {
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  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;
  position: relative;
  word-wrap: break-word; }

.card.border-primary {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #9c27b0;
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #9c27b0; }

.card.border-primary[href]:active, .card.border-primary[href]:focus, .card.border-primary[href]:hover, .card.border-primary[tabindex]:active, .card.border-primary[tabindex]:focus, .card.border-primary[tabindex]:hover {
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #9c27b0;
          box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #9c27b0; }

.card.border-secondary {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #ff4081;
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #ff4081; }

.card.border-secondary[href]:active, .card.border-secondary[href]:focus, .card.border-secondary[href]:hover, .card.border-secondary[tabindex]:active, .card.border-secondary[tabindex]:focus, .card.border-secondary[tabindex]:hover {
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #ff4081;
          box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #ff4081; }

.card.border-danger {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #f44336;
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #f44336; }

.card.border-danger[href]:active, .card.border-danger[href]:focus, .card.border-danger[href]:hover, .card.border-danger[tabindex]:active, .card.border-danger[tabindex]:focus, .card.border-danger[tabindex]:hover {
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #f44336;
          box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #f44336; }

.card.border-info {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #2196f3;
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #2196f3; }

.card.border-info[href]:active, .card.border-info[href]:focus, .card.border-info[href]:hover, .card.border-info[tabindex]:active, .card.border-info[tabindex]:focus, .card.border-info[tabindex]:hover {
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #2196f3;
          box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #2196f3; }

.card.border-success {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #4caf50;
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #4caf50; }

.card.border-success[href]:active, .card.border-success[href]:focus, .card.border-success[href]:hover, .card.border-success[tabindex]:active, .card.border-success[tabindex]:focus, .card.border-success[tabindex]:hover {
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #4caf50;
          box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #4caf50; }

.card.border-warning {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #ff9800;
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #ff9800; }

.card.border-warning[href]:active, .card.border-warning[href]:focus, .card.border-warning[href]:hover, .card.border-warning[tabindex]:active, .card.border-warning[tabindex]:focus, .card.border-warning[tabindex]:hover {
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #ff9800;
          box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #ff9800; }

.card.border-dark {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #424242;
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #424242; }

.card.border-dark[href]:active, .card.border-dark[href]:focus, .card.border-dark[href]:hover, .card.border-dark[tabindex]:active, .card.border-dark[tabindex]:focus, .card.border-dark[tabindex]:hover {
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #424242;
          box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #424242; }

.card.border-light {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #f5f5f5;
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #f5f5f5; }

.card.border-light[href]:active, .card.border-light[href]:focus, .card.border-light[href]:hover, .card.border-light[tabindex]:active, .card.border-light[tabindex]:focus, .card.border-light[tabindex]:hover {
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #f5f5f5;
          box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #f5f5f5; }

.card[href]:active, .card[href]:focus, .card[href]:hover, .card[tabindex]:active, .card[tabindex]:focus, .card[tabindex]:hover {
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none; }

.card[href]:focus, .card[tabindex]:focus {
  outline: 0; }

.accordion .card:first-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-body:first-child, .accordion .card:not(:first-of-type) .card-footer:first-child, .accordion .card:not(:first-of-type) .card-header:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.accordion .card:not(:last-of-type) .card-body:last-child, .accordion .card:not(:last-of-type) .card-footer:last-child, .accordion .card:not(:last-of-type) .card-header:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .collapse .card-body:first-child, .accordion .collapse .card-footer:first-child, .accordion .collapse .card-header:first-child, .accordion .collapsing .card-body:first-child, .accordion .collapsing .card-footer:first-child, .accordion .collapsing .card-header:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.card-actions {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 0rem 0.25rem 0.5rem; }

.card-actions:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.card-actions:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.card-actions .btn {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
  min-width: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.card-actions .dropdown-toggle::after {
  margin-right: 0; }

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem 1rem; }

.card-body:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.card-body:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.card-body > :last-child {
  margin-bottom: 0; }

.card-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding: 1rem 1rem; }

.card-footer:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-top: 0; }

.card-footer:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.card-footer > :last-child {
  margin-bottom: 0; }

.card-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 0;
  padding: 1rem 1rem; }

.card-header:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.card-header:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom: 0; }

.card-header + .list-group .list-group-item:first-child {
  border-top: 0; }

.card-header-pills {
  margin: -1rem -1rem;
  padding: 0.5rem 0rem 0.25rem 0.5rem; }

.card-header-pills .nav-link {
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.card-header-tabs {
  margin: -1rem -1rem calc(-1rem - 1px); }

.card-img {
  border-radius: 2px; }

.card-img-bottom {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.card-img-top {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.card-img-overlay {
  max-height: 100%;
  padding: 1rem 1rem;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0; }

.card-columns {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0.5rem;
  column-gap: 0.5rem;
  margin-top: -0.25rem;
  margin-bottom: 0.25rem;
  orphans: 1;
  widows: 1; }

@media (min-width: 768px) {
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3; } }
.card-columns .card {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  width: 100%; }

@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -0.25rem;
    margin-left: -0.25rem; } }
.card-deck .card {
  margin-bottom: 0.5rem; }

@media (min-width: 576px) {
  .card-deck .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    margin-right: 0.25rem;
    margin-left: 0.25rem; } }
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; } }
.card-group .card {
  margin-bottom: 0.5rem; }

@media (min-width: 576px) {
  .card-group .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0; }

  .card-group .card:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

  .card-group .card:first-child:not(:last-child) .card-actions, .card-group .card:first-child:not(:last-child) .card-body, .card-group .card:first-child:not(:last-child) .card-footer, .card-group .card:first-child:not(:last-child) .card-header, .card-group .card:first-child:not(:last-child) .card-img, .card-group .card:first-child:not(:last-child) .card-img-bottom, .card-group .card:first-child:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

  .card-group .card:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

  .card-group .card:last-child:not(:first-child) .card-actions, .card-group .card:last-child:not(:first-child) .card-body, .card-group .card:last-child:not(:first-child) .card-footer, .card-group .card:last-child:not(:first-child) .card-header, .card-group .card:last-child:not(:first-child) .card-img, .card-group .card:last-child:not(:first-child) .card-img-bottom, .card-group .card:last-child:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0; }

  .card-group .card:not(:first-child):not(:last-child) .card-actions, .card-group .card:not(:first-child):not(:last-child) .card-body, .card-group .card:not(:first-child):not(:last-child) .card-footer, .card-group .card:not(:first-child):not(:last-child) .card-header, .card-group .card:not(:first-child):not(:last-child) .card-img, .card-group .card:not(:first-child):not(:last-child) .card-img-bottom, .card-group .card:not(:first-child):not(:last-child) .card-img-top {
    border-radius: 0; } }
.card-link:active, .card-link:focus, .card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1rem; }

.card-subtitle {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.428572;
  margin-top: -1rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-title {
  font-size: 1.714286rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.333334;
  margin-bottom: 1rem; }

.card-title:last-child {
  margin-bottom: 0; }

.chip {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e0e0e0;
  border: 0;
  border-radius: 1rem;
  color: rgba(0, 0, 0, 0.87);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 400;
  height: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  position: relative;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap; }

.chip:empty {
  display: none; }

.chip .close {
  font-size: inherit;
  line-height: inherit;
  margin-right: -0.5rem;
  margin-left: 0.25rem;
  min-height: 1.5rem;
  min-width: 1.5rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.chip-primary {
  background-color: #9c27b0;
  color: white; }

.chip-secondary {
  background-color: #ff4081;
  color: white; }

.chip-danger {
  background-color: #f44336;
  color: white; }

.chip-info {
  background-color: #2196f3;
  color: white; }

.chip-success {
  background-color: #4caf50;
  color: white; }

.chip-warning {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87); }

.chip-dark {
  background-color: #424242;
  color: white; }

.chip-light {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.87); }

.chip-action {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: background-color, -webkit-box-shadow;
  transition-property: background-color, -webkit-box-shadow;
  transition-property: background-color, box-shadow;
  transition-property: background-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

@media (min-width: 576px) {
  .chip-action {
    -webkit-transition-duration: 0.39s;
            transition-duration: 0.39s; } }
@media (min-width: 992px) {
  .chip-action {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .chip-action {
    -webkit-transition: none;
    transition: none; } }
.chip-action:active, .chip-action:focus, .chip-action:hover {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none; }

.chip-action:active {
  background-color: #bdbdbd; }

.chip-action:focus {
  outline: 0; }

.chip-icon {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ff4081;
  border-radius: 1rem;
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  height: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0.5rem;
  margin-left: -0.75rem;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  text-align: center;
  width: 2rem; }

.chip-img {
  border-radius: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 2rem;
  margin-right: 0.5rem;
  margin-left: -0.75rem;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: auto; }

.table {
  background-color: #ffffff;
  border: 0;
  margin-bottom: 1rem;
  max-width: 100%;
  width: 100%; }

.table td, .table th {
  border-top: 1px solid #e1e1e1;
  line-height: 1.428572;
  padding-right: 1.75rem;
  padding-left: 1.75rem;
  vertical-align: top; }

.table td:first-child, .table th:first-child {
  padding-left: 1.5rem; }

.table td:last-child, .table th:last-child {
  padding-right: 1.5rem; }

.table tbody {
  color: rgba(0, 0, 0, 0.87); }

.table tbody td, .table tbody th {
  font-size: 0.8125rem;
  font-weight: 400;
  height: 3rem;
  padding-top: 0.919642625rem;
  padding-bottom: 0.919642625rem; }

.table tfoot {
  color: rgba(0, 0, 0, 0.54); }

.table tfoot td, .table tfoot th {
  font-size: 0.75rem;
  font-weight: 400;
  height: 3.5rem;
  padding-top: 1.2142855rem;
  padding-bottom: 1.2142855rem; }

.table thead {
  color: rgba(0, 0, 0, 0.54); }

.table thead td, .table thead th {
  font-size: 0.75rem;
  font-weight: 500;
  height: 3.5rem;
  padding-top: 1.2142855rem;
  padding-bottom: 1.2142855rem; }

.card > .table:first-child, .card > .table:first-child > :first-child, .card > .table:first-child > :first-child > tr:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.card > .table:first-child > :first-child > tr:first-child td:first-child, .card > .table:first-child > :first-child > tr:first-child th:first-child {
  border-top-left-radius: 2px; }

.card > .table:first-child > :first-child > tr:first-child td:last-child, .card > .table:first-child > :first-child > tr:first-child th:last-child {
  border-top-right-radius: 2px; }

.card > .table:last-child, .card > .table:last-child > :last-child, .card > .table:last-child > :last-child > tr:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.card > .table:last-child > :last-child > tr:last-child td:first-child, .card > .table:last-child > :last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 2px; }

.card > .table:last-child > :last-child > tr:last-child td:last-child, .card > .table:last-child > :last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 2px; }

.table .table {
  border-top: 1px solid #e1e1e1; }

.table > :first-child > tr:first-child td, .table > :first-child > tr:first-child th {
  border-top: 0; }

.table-borderless td, .table-borderless th, .table-borderless .table {
  border: 0; }

.table-bordered {
  border: 1px solid #e1e1e1; }

.card > .table-bordered {
  border: 0; }

.table-sm td, .table-sm th {
  padding-right: 1rem;
  padding-left: 1rem; }

.table-sm td:first-child, .table-sm th:first-child {
  padding-left: 1rem; }

.table-sm td:last-child, .table-sm th:last-child {
  padding-right: 1rem; }

.table-sm tbody td, .table-sm tbody th {
  height: 2.25rem;
  padding-top: 0.544642625rem;
  padding-bottom: 0.544642625rem; }

.table-sm tfoot td, .table-sm tfoot th {
  padding-top: 0.7142855rem;
  padding-bottom: 0.7142855rem; }

.table-sm thead td, .table-sm thead th {
  height: 2.5rem;
  padding-top: 0.7142855rem;
  padding-bottom: 0.7142855rem; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f5f5f5; }

.table-hover tbody tr:hover {
  background-color: #eeeeee; }

.table-primary, .table-primary > td, .table-primary > th {
  background-color: #e1bee7;
  color: rgba(0, 0, 0, 0.87); }

.table-hover .table-primary:hover, .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #9c27b0;
  color: white; }

.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #ff80ab;
  color: rgba(0, 0, 0, 0.87); }

.table-hover .table-secondary:hover, .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #ff4081;
  color: white; }

.table-danger, .table-danger > td, .table-danger > th {
  background-color: #ffcdd2;
  color: rgba(0, 0, 0, 0.87); }

.table-hover .table-danger:hover, .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f44336;
  color: white; }

.table-info, .table-info > td, .table-info > th {
  background-color: #bbdefb;
  color: rgba(0, 0, 0, 0.87); }

.table-hover .table-info:hover, .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #2196f3;
  color: white; }

.table-success, .table-success > td, .table-success > th {
  background-color: #c8e6c9;
  color: rgba(0, 0, 0, 0.87); }

.table-hover .table-success:hover, .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #4caf50;
  color: white; }

.table-warning, .table-warning > td, .table-warning > th {
  background-color: #ffe0b2;
  color: rgba(0, 0, 0, 0.87); }

.table-hover .table-warning:hover, .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87); }

.table-dark, .table-dark > td, .table-dark > th {
  background-color: #757575;
  color: white; }

.table-hover .table-dark:hover, .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #424242;
  color: white; }

.table-light, .table-light > td, .table-light > th {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87); }

.table-hover .table-light:hover, .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.87); }

.table-active, .table-active > td, .table-active > th {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.87); }

.table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87); }

.table .thead-dark td, .table .thead-dark th {
  background-color: #424242;
  color: white; }

.table .thead-light td, .table .thead-light th {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.54); }

.table-dark {
  background-color: #424242;
  color: white; }

.table-dark.table-bordered {
  border-color: #303030; }

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: #303030; }

.table-dark.table-hover tbody tr:hover {
  background-color: #212121; }

.table-dark tbody, .table-dark tfoot, .table-dark thead {
  color: inherit; }

.table-dark td, .table-dark th, .table-dark .table {
  border-color: #303030; }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    overflow-x: auto;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    overflow-x: auto;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    overflow-x: auto;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    overflow-x: auto;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }
.table-responsive {
  display: block;
  overflow-x: auto;
  width: 100%;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.modal {
  display: none;
  outline: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 240; }

.modal.fade {
  -webkit-transition-duration: 0.375s;
          transition-duration: 0.375s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

@media (min-width: 576px) {
  .modal.fade {
    -webkit-transition-duration: 0.4875s;
            transition-duration: 0.4875s; } }
@media (min-width: 992px) {
  .modal.fade {
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade {
    -webkit-transition: none;
    transition: none; } }
.modal.fade .modal-dialog {
  -webkit-transition-duration: 0.375s;
          transition-duration: 0.375s;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: scale(0.87);
  transform: scale(0.87); }

@media (min-width: 576px) {
  .modal.fade .modal-dialog {
    -webkit-transition-duration: 0.4875s;
            transition-duration: 0.4875s; } }
@media (min-width: 992px) {
  .modal.fade .modal-dialog {
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none; } }
.modal.show .modal-dialog {
  -webkit-transform: scale(1);
  transform: scale(1); }

.modal-open {
  overflow: hidden; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.38);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 239; }

.modal-content {
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  vertical-align: baseline;
  width: 100%; }

.modal-dialog {
  margin: 1.5rem auto;
  max-width: 35rem;
  pointer-events: none;
  position: relative;
  width: calc(100% - 1.5rem * 2); }

.modal-dialog-centered {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100% - 1.5rem * 2); }

.modal-lg {
  max-width: 52.5rem; }

.modal-sm {
  max-width: 17.5rem; }

.modal-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem 1.5rem;
  position: relative; }

.modal-body:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.modal-body:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.modal-header + .modal-body {
  padding-top: 0; }

.modal-body > :last-child {
  margin-bottom: 0; }

.modal-footer {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.5rem 0.5rem 0.5rem 0rem; }

.modal-footer:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.modal-footer:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.modal-footer .btn {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: calc(50% - 0.5rem);
  min-width: 4rem;
  overflow: hidden;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  text-overflow: ellipsis; }

.modal-footer .btn-primary, .modal-footer .btn-primary:active, .modal-footer .btn-primary:focus, .modal-footer .btn-primary:hover {
  color: #9c27b0; }

.modal-footer .btn-primary.disabled, .modal-footer .btn-primary:disabled {
  color: rgba(0, 0, 0, 0.26); }

.modal-footer .btn-secondary, .modal-footer .btn-secondary:active, .modal-footer .btn-secondary:focus, .modal-footer .btn-secondary:hover {
  color: #ff4081; }

.modal-footer .btn-secondary.disabled, .modal-footer .btn-secondary:disabled {
  color: rgba(0, 0, 0, 0.26); }

.modal-footer .btn-danger, .modal-footer .btn-danger:active, .modal-footer .btn-danger:focus, .modal-footer .btn-danger:hover {
  color: #f44336; }

.modal-footer .btn-danger.disabled, .modal-footer .btn-danger:disabled {
  color: rgba(0, 0, 0, 0.26); }

.modal-footer .btn-info, .modal-footer .btn-info:active, .modal-footer .btn-info:focus, .modal-footer .btn-info:hover {
  color: #2196f3; }

.modal-footer .btn-info.disabled, .modal-footer .btn-info:disabled {
  color: rgba(0, 0, 0, 0.26); }

.modal-footer .btn-success, .modal-footer .btn-success:active, .modal-footer .btn-success:focus, .modal-footer .btn-success:hover {
  color: #4caf50; }

.modal-footer .btn-success.disabled, .modal-footer .btn-success:disabled {
  color: rgba(0, 0, 0, 0.26); }

.modal-footer .btn-warning, .modal-footer .btn-warning:active, .modal-footer .btn-warning:focus, .modal-footer .btn-warning:hover {
  color: #ff9800; }

.modal-footer .btn-warning.disabled, .modal-footer .btn-warning:disabled {
  color: rgba(0, 0, 0, 0.26); }

.modal-footer .btn-dark, .modal-footer .btn-dark:active, .modal-footer .btn-dark:focus, .modal-footer .btn-dark:hover {
  color: #424242; }

.modal-footer .btn-dark.disabled, .modal-footer .btn-dark:disabled {
  color: rgba(0, 0, 0, 0.26); }

.modal-footer .btn-light, .modal-footer .btn-light:active, .modal-footer .btn-light:focus, .modal-footer .btn-light:hover {
  color: #f5f5f5; }

.modal-footer .btn-light.disabled, .modal-footer .btn-light:disabled {
  color: rgba(0, 0, 0, 0.26); }

.modal-footer .btn.active, .modal-footer .btn:active {
  background-color: rgba(153, 153, 153, 0.4);
  -webkit-box-shadow: none;
          box-shadow: none; }

.modal-footer .btn.disabled, .modal-footer .btn:disabled {
  background-color: transparent; }

.modal-footer > * {
  margin-left: 0.5rem; }

.modal-footer-stacked {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0; }

.modal-footer-stacked .btn {
  text-align: right;
  text-align: end;
  border-radius: 0;
  margin-left: 0;
  max-width: none;
  padding: 1.0625rem 1rem; }

[dir='rtl'] .modal-footer-stacked .btn {
  text-align: left;
  text-align: end; }

.modal-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.25rem 1.5rem; }

.modal-header:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.modal-header:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.modal-title {
  font-size: 1.428571rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin: 0; }

.modal-scrollbar-measure {
  height: 50px;
  overflow: scroll;
  position: absolute;
  top: -99999px;
  width: 50px; }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
  padding-left: 0; }

.list-group-item {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 0.9375rem;
  line-height: 1.428572;
  min-height: 3rem;
  padding: 0.830356875rem 1.5rem;
  position: relative; }

@media (min-width: 576px) {
  .list-group-item {
    -webkit-transition-duration: 0.39s;
            transition-duration: 0.39s; } }
@media (min-width: 992px) {
  .list-group-item {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .list-group-item {
    -webkit-transition: none;
    transition: none; } }
.list-group-item:active, .list-group-item:focus, .list-group-item:hover {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none; }

.list-group-item.active {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.87); }

.list-group-item.disabled, .list-group-item:disabled {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.38); }

.list-group-item:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.list-group-item:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.card .list-group-item {
  padding-right: 1rem;
  padding-left: 1rem; }

.list-group-item-action {
  color: rgba(0, 0, 0, 0.87);
  text-align: inherit;
  width: 100%; }

.list-group-item-action:active, .list-group-item-action:focus, .list-group-item-action:hover {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none; }

.list-group-item-action.disabled, .list-group-item-action:disabled {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.38); }

.list-group-item-action:focus {
  outline: 0; }

.list-group-item-primary {
  background-color: #e1bee7;
  color: rgba(0, 0, 0, 0.87); }

.list-group-item-primary.active {
  background-color: #9c27b0;
  color: white; }

.list-group-item-primary.list-group-item-action:active, .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  background-color: #9c27b0;
  color: white; }

.list-group-item-secondary {
  background-color: #ff80ab;
  color: rgba(0, 0, 0, 0.87); }

.list-group-item-secondary.active {
  background-color: #ff4081;
  color: white; }

.list-group-item-secondary.list-group-item-action:active, .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  background-color: #ff4081;
  color: white; }

.list-group-item-danger {
  background-color: #ffcdd2;
  color: rgba(0, 0, 0, 0.87); }

.list-group-item-danger.active {
  background-color: #f44336;
  color: white; }

.list-group-item-danger.list-group-item-action:active, .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  background-color: #f44336;
  color: white; }

.list-group-item-info {
  background-color: #bbdefb;
  color: rgba(0, 0, 0, 0.87); }

.list-group-item-info.active {
  background-color: #2196f3;
  color: white; }

.list-group-item-info.list-group-item-action:active, .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  background-color: #2196f3;
  color: white; }

.list-group-item-success {
  background-color: #c8e6c9;
  color: rgba(0, 0, 0, 0.87); }

.list-group-item-success.active {
  background-color: #4caf50;
  color: white; }

.list-group-item-success.list-group-item-action:active, .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  background-color: #4caf50;
  color: white; }

.list-group-item-warning {
  background-color: #ffe0b2;
  color: rgba(0, 0, 0, 0.87); }

.list-group-item-warning.active {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87); }

.list-group-item-warning.list-group-item-action:active, .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87); }

.list-group-item-dark {
  background-color: #757575;
  color: white; }

.list-group-item-dark.active {
  background-color: #424242;
  color: white; }

.list-group-item-dark.list-group-item-action:active, .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  background-color: #424242;
  color: white; }

.list-group-item-light {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87); }

.list-group-item-light.active {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.87); }

.list-group-item-light.list-group-item-action:active, .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.87); }

.expansion-panel {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: background-color, color, margin;
  transition-property: background-color, color, margin;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0; }

@media (min-width: 576px) {
  .expansion-panel {
    -webkit-transition-duration: 0.39s;
            transition-duration: 0.39s; } }
@media (min-width: 992px) {
  .expansion-panel {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .expansion-panel {
    -webkit-transition: none;
    transition: none; } }
.expansion-panel.show {
  border-radius: 2px; }

.expansion-panel.show:not(:first-child) {
  margin-top: 1rem; }

.card .expansion-panel.show:not(:first-child) {
  margin-top: 0; }

.expansion-panel.show:not(:last-child) {
  margin-bottom: 1rem; }

.card .expansion-panel.show:not(:last-child) {
  margin-bottom: 0; }

.expansion-panel.show + .expansion-panel {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.expansion-panel.show + .expansion-panel.show {
  margin-top: 0; }

.card .expansion-panel.show + .expansion-panel {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.expansion-panel.show-predecessor {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.card .expansion-panel.show-predecessor {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.card .expansion-panel {
  padding-right: 0;
  padding-left: 0; }

.expansion-panel-body {
  padding: 1rem 1.5rem; }

.card .expansion-panel-body {
  padding-right: 1rem;
  padding-left: 1rem; }

.expansion-panel-footer {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem 0.5rem 0.75rem 0rem; }

.card .expansion-panel-footer {
  padding-right: 1rem;
  padding-left: 0.5rem; }

.expansion-panel-footer .btn {
  margin-bottom: 0.25rem;
  margin-left: 0.5rem;
  min-width: 4rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.card .expansion-panel-footer .btn {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.expansion-panel-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 1rem; }

[data-toggle='collapse'].collapsed .expansion-panel-icon .collapsed-hide {
  display: none; }

[data-toggle='collapse']:not(.collapsed) .expansion-panel-icon .collapsed-show {
  display: none; }

.expansion-panel-toggler {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 3rem;
  padding: 0.830356875rem 1.5rem;
  text-align: inherit;
  width: 100%; }

.expansion-panel-toggler:active, .expansion-panel-toggler:focus, .expansion-panel-toggler:hover {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none; }

.expansion-panel-toggler.disabled, .expansion-panel-toggler:disabled {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.38); }

.expansion-panel-toggler:focus {
  outline: 0; }

.card .expansion-panel-toggler {
  padding-right: 1rem;
  padding-left: 1rem; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-flush .list-group-item {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.list-group-flush .list-group-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

.dropdown, .dropleft, .dropright, .dropup {
  position: relative; }

.dropdown-menu {
  border-radius: 2px;
  text-align: left;
  text-align: start;
  background-color: transparent;
  color: inherit;
  display: none;
  float: left;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  list-style: none;
  margin: 0;
  min-width: 7rem;
  padding: 0.5rem 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 80; }

[dir='rtl'] .dropdown-menu {
  text-align: right;
  text-align: start; }

.dropdown-menu.show {
  display: block; }

.dropdown-menu.show::before, .dropdown-menu.show > * {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

@media (min-width: 576px) {
  .dropdown-menu.show::before, .dropdown-menu.show > * {
    -webkit-animation-duration: 0.39s;
    animation-duration: 0.39s; } }
@media (min-width: 992px) {
  .dropdown-menu.show::before, .dropdown-menu.show > * {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .dropdown-menu.show::before, .dropdown-menu.show > * {
    -webkit-animation: none;
    animation: none; } }
.dropdown-menu.show::before {
  -webkit-animation-name: dropdown-menu-show;
  animation-name: dropdown-menu-show; }

.dropdown-menu.show > * {
  -webkit-animation-name: dropdown-item-show;
  animation-name: dropdown-item-show; }

.dropdown-menu.show > :nth-child(1) {
  -webkit-animation-name: dropdown-item-show-1;
  animation-name: dropdown-item-show-1; }

.dropdown-menu.show > :nth-child(2) {
  -webkit-animation-name: dropdown-item-show-2;
  animation-name: dropdown-item-show-2; }

.dropdown-menu.show > :nth-child(3) {
  -webkit-animation-name: dropdown-item-show-3;
  animation-name: dropdown-item-show-3; }

.dropdown-menu::before {
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  z-index: -1; }

.nav:not(.flex-column):not(.flex-column-reverse) .dropdown-menu {
  min-width: 100%; }

.menu {
  margin-top: -3.125rem; }

.menu::before {
  -webkit-transform-origin: 0 2rem;
  transform-origin: 0 2rem; }

.show > a {
  outline: 0; }

.dropdown-menu-right:not([x-placement]) {
  right: 0;
  left: auto; }

.dropdown-menu-right:not([x-placement]).menu::before {
  -webkit-transform-origin: 100% 2rem;
  transform-origin: 100% 2rem; }

.dropdown-menu-right:not([x-placement])::before {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.dropleft .dropdown-menu:not([x-placement]) {
  top: 0;
  right: 100%;
  left: auto; }

.dropleft .dropdown-menu:not([x-placement]).menu {
  margin-top: 0; }

.dropleft .dropdown-menu:not([x-placement])::before {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.dropright .dropdown-menu:not([x-placement]) {
  top: 0;
  left: 100%; }

.dropright .dropdown-menu:not([x-placement]).menu {
  margin-top: 0; }

.dropright .dropdown-menu:not([x-placement])::before {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

.dropup .dropdown-menu:not([x-placement]) {
  top: auto;
  bottom: 100%; }

.dropup .dropdown-menu:not([x-placement]).menu {
  margin-top: 0;
  margin-bottom: -3.125rem; }

.dropup .dropdown-menu:not([x-placement]).menu::before {
  -webkit-transform-origin: 0 calc(100% - 2rem);
  transform-origin: 0 calc(100% - 2rem); }

.dropup .dropdown-menu:not([x-placement])::before {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }

.dropup .dropdown-menu:not([x-placement]) > :nth-child(1), .dropup .dropdown-menu:not([x-placement]) > :nth-child(2), .dropup .dropdown-menu:not([x-placement]) > :nth-child(3) {
  -webkit-animation-name: dropdown-item-show;
  animation-name: dropdown-item-show; }

.dropup .dropdown-menu:not([x-placement]) > :nth-last-child(1) {
  -webkit-animation-name: dropdown-item-show-1;
  animation-name: dropdown-item-show-1; }

.dropup .dropdown-menu:not([x-placement]) > :nth-last-child(2) {
  -webkit-animation-name: dropdown-item-show-2;
  animation-name: dropdown-item-show-2; }

.dropup .dropdown-menu:not([x-placement]) > :nth-last-child(3) {
  -webkit-animation-name: dropdown-item-show-3;
  animation-name: dropdown-item-show-3; }

.dropup .dropdown-menu-right:not([x-placement]).menu::before {
  -webkit-transform-origin: 100% calc(100% - 2rem);
  transform-origin: 100% calc(100% - 2rem); }

.dropup .dropdown-menu-right:not([x-placement])::before {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.dropdown-menu[x-placement='bottom-end']::before, .dropdown-menu[x-placement='left-start']::before {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.dropdown-menu[x-placement='top-end'].show > :nth-child(1), .dropdown-menu[x-placement='top-end'].show > :nth-child(2), .dropdown-menu[x-placement='top-end'].show > :nth-child(3), .dropdown-menu[x-placement='top-start'].show > :nth-child(1), .dropdown-menu[x-placement='top-start'].show > :nth-child(2), .dropdown-menu[x-placement='top-start'].show > :nth-child(3) {
  -webkit-animation-name: dropdown-item-show;
  animation-name: dropdown-item-show; }

.dropdown-menu[x-placement='top-end'].show > :nth-last-child(1), .dropdown-menu[x-placement='top-start'].show > :nth-last-child(1) {
  -webkit-animation-name: dropdown-item-show-1;
  animation-name: dropdown-item-show-1; }

.dropdown-menu[x-placement='top-end'].show > :nth-last-child(2), .dropdown-menu[x-placement='top-start'].show > :nth-last-child(2) {
  -webkit-animation-name: dropdown-item-show-2;
  animation-name: dropdown-item-show-2; }

.dropdown-menu[x-placement='top-end'].show > :nth-last-child(3), .dropdown-menu[x-placement='top-start'].show > :nth-last-child(3) {
  -webkit-animation-name: dropdown-item-show-3;
  animation-name: dropdown-item-show-3; }

.dropdown-menu[x-placement='top-end']::before {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.dropdown-menu[x-placement='top-start']::before {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }

.menu[x-placement='bottom-end']::before {
  -webkit-transform-origin: 100% 2rem;
  transform-origin: 100% 2rem; }

.menu[x-placement='left-start'], .menu[x-placement='right-start'] {
  margin-top: 0; }

.menu[x-placement='left-start']::before {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.menu[x-placement='right-start']::before {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

.menu[x-placement='top-end'], .menu[x-placement='top-start'] {
  margin-top: 0;
  margin-bottom: -3.125rem; }

.menu[x-placement='top-end']::before {
  -webkit-transform-origin: 100% calc(100% - 2rem);
  transform-origin: 100% calc(100% - 2rem); }

.menu[x-placement='top-start']::before {
  -webkit-transform-origin: 0 calc(100% - 2rem);
  transform-origin: 0 calc(100% - 2rem); }

@-webkit-keyframes dropdown-item-show {
  0% {
    opacity: 0; }
  99% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes dropdown-item-show {
  0% {
    opacity: 0; }
  99% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes dropdown-item-show-1 {
  0% {
    opacity: 0; }
  40% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes dropdown-item-show-1 {
  0% {
    opacity: 0; }
  40% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes dropdown-item-show-2 {
  0% {
    opacity: 0; }
  60% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes dropdown-item-show-2 {
  0% {
    opacity: 0; }
  60% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes dropdown-item-show-3 {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes dropdown-item-show-3 {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes dropdown-menu-show {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0); }
  20% {
    -webkit-transform: scale(0.33333, 0);
    transform: scale(0.33333, 0); }
  40% {
    -webkit-transform: scale(0.66667, 0.25);
    transform: scale(0.66667, 0.25); }
  60% {
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5); }
  80% {
    -webkit-transform: scale(1, 0.75);
    transform: scale(1, 0.75); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes dropdown-menu-show {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0); }
  20% {
    -webkit-transform: scale(0.33333, 0);
    transform: scale(0.33333, 0); }
  40% {
    -webkit-transform: scale(0.66667, 0.25);
    transform: scale(0.66667, 0.25); }
  60% {
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5); }
  80% {
    -webkit-transform: scale(1, 0.75);
    transform: scale(1, 0.75); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-webkit-keyframes menu-animation {
  0% {
    margin-top: -3.5rem; }
  100% {
    margin-top: 0; } }
@keyframes menu-animation {
  0% {
    margin-top: -3.5rem; }
  100% {
    margin-top: 0; } }
.dropdown-menu-sm, .menu-cascading {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem; }

@media (min-width: 576px) {
  .dropdown-menu-sm, .menu-cascading {
    min-width: 20rem; } }
.menu-cascading {
  margin-top: -2.75rem; }

.menu-cascading[x-placement='top-end'], .menu-cascading[x-placement='top-start'] {
  margin-top: 0;
  margin-bottom: -2.75rem; }

.menu-cascading[x-placement='top-end']::before {
  -webkit-transform-origin: 100% calc(100% - 2rem);
  transform-origin: 100% calc(100% - 2rem); }

.menu-cascading[x-placement='top-start']::before {
  -webkit-transform-origin: 0 calc(100% - 2rem);
  transform-origin: 0 calc(100% - 2rem); }

.dropdown-divider {
  background-color: rgba(0, 0, 0, 0.12);
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden; }

.dropdown-header {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 1rem;
  font-weight: bolder;
  line-height: 1.5rem;
  margin: 0;
  padding: 0.75rem 1rem;
  white-space: nowrap; }

.dropdown-menu-sm .dropdown-header, .menu-cascading .dropdown-header {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  padding: 0.25rem 1.5rem; }

.dropdown-item {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background: none;
  border: 0;
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-weight: inherit;
  padding: 0.75rem 1rem;
  position: relative;
  text-align: inherit;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  white-space: nowrap;
  width: 100%; }

@media (min-width: 576px) {
  .dropdown-item {
    -webkit-transition-duration: 0.39s;
            transition-duration: 0.39s; } }
@media (min-width: 992px) {
  .dropdown-item {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .dropdown-item {
    -webkit-transition: none;
    transition: none; } }
.dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none; }

.dropdown-item.active {
  background-color: #f5f5f5; }

.dropdown-item.disabled, .dropdown-item:disabled {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.38);
  pointer-events: none; }

.dropdown-menu-sm .dropdown-item, .menu-cascading .dropdown-item {
  padding: 0.25rem 1.5rem; }

.dropdown-item-text {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-weight: inherit;
  padding: 0.75rem 1rem;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

.dropdown-menu-sm .dropdown-item-text, .menu-cascading .dropdown-item-text {
  padding: 0.25rem 1.5rem; }

.dropdown-toggle::after {
  font-size: 1.5em;
  line-height: 0.6666666667em;
  vertical-align: -0.3453690549em;
  font-family: 'Material Icons';
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  content: "expand_more";
  display: inline-block;
  margin-right: -0.2em;
  margin-left: 0.2em;
  vertical-align: top; }

.dropright .dropdown-toggle::after {
  content: "keyboard_arrow_right"; }

.dropup .dropdown-toggle::after {
  content: "expand_less"; }

.dropdown-toggle:empty::after {
  margin-left: -0.2em; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  font-size: 1.5em;
  line-height: 0.6666666667em;
  vertical-align: -0.3453690549em;
  font-family: 'Material Icons';
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  content: "keyboard_arrow_left";
  display: inline-block;
  margin-right: 0.2em;
  margin-left: -0.2em; }

.navdrawer {
  display: none;
  outline: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 160; }

.navdrawer-backdrop {
  -webkit-transition-duration: 0.375s;
          transition-duration: 0.375s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgba(0, 0, 0, 0.38);
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 159; }

@media (min-width: 576px) {
  .navdrawer-backdrop {
    -webkit-transition-duration: 0.4875s;
            transition-duration: 0.4875s; } }
@media (min-width: 992px) {
  .navdrawer-backdrop {
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .navdrawer-backdrop {
    -webkit-transition: none;
    transition: none; } }
.navdrawer-backdrop.show {
  opacity: 1; }

.navdrawer-content {
  -webkit-transition-duration: 0.195s;
          transition-duration: 0.195s;
  transition-property: box-shadow, -webkit-transform;
  -webkit-transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: box-shadow, transform;
  transition-property: box-shadow, transform, -webkit-box-shadow, -webkit-transform;
  transition-property: box-shadow, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  background-color: #ffffff;
  max-width: calc(100% - 3.5rem);
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  width: 17.5rem; }

@media (min-width: 576px) {
  .navdrawer-content {
    -webkit-transition-duration: 0.2535s;
            transition-duration: 0.2535s; } }
@media (min-width: 992px) {
  .navdrawer-content {
    -webkit-transition-duration: 0.13s;
            transition-duration: 0.13s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .navdrawer-content {
    -webkit-transition: none;
    transition: none; } }
.navdrawer-right .navdrawer-content {
  right: 0;
  left: auto;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.navdrawer.show .navdrawer-content {
  -webkit-transition-duration: 0.225s;
          transition-duration: 0.225s;
  transition-property: box-shadow, -webkit-transform;
  -webkit-transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: box-shadow, transform;
  transition-property: box-shadow, transform, -webkit-box-shadow, -webkit-transform;
  transition-property: box-shadow, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

@media (min-width: 576px) {
  .navdrawer.show .navdrawer-content {
    -webkit-transition-duration: 0.2925s;
            transition-duration: 0.2925s; } }
@media (min-width: 992px) {
  .navdrawer.show .navdrawer-content {
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .navdrawer.show .navdrawer-content {
    -webkit-transition: none;
    transition: none; } }
.navdrawer-body {
  margin-bottom: 0.5rem;
  padding-right: 1rem;
  padding-left: 1rem; }

.navdrawer-divider {
  background-color: rgba(0, 0, 0, 0.12);
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden; }

.navdrawer-header {
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  display: block;
  margin-bottom: 0.5rem;
  padding: 0.625rem 1rem; }

.navdrawer-subheader {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.38);
  display: block;
  font-weight: 500;
  height: 3rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1.0625rem 1rem; }

.navdrawer-divider + .navdrawer-subheader {
  margin-top: -0.5rem; }

.navdrawer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0; }

.navdrawer-header + .navdrawer-nav, .navdrawer-subheader + .navdrawer-nav {
  margin-top: 0; }

.navdrawer-nav .nav-link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  padding: 1.0625rem 1rem; }

@media (min-width: 576px) {
  .navdrawer-nav .nav-link {
    -webkit-transition-duration: 0.39s;
            transition-duration: 0.39s; } }
@media (min-width: 992px) {
  .navdrawer-nav .nav-link {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .navdrawer-nav .nav-link {
    -webkit-transition: none;
    transition: none; } }
.navdrawer-nav .nav-link:active, .navdrawer-nav .nav-link:focus, .navdrawer-nav .nav-link:hover {
  background-color: #f5f5f5; }

.navdrawer-nav .nav-link.active, .navdrawer-nav .nav-link:active {
  color: #9c27b0; }

.navdrawer-nav .nav-link.disabled {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.38); }

.navdrawer-nav .nav-link:focus {
  outline: 0; }

.navdrawer-nav .active > .nav-link {
  color: #9c27b0; }

.navdrawer-nav-icon {
  color: rgba(0, 0, 0, 0.54);
  width: 3.5rem; }

.nav-link:active .navdrawer-nav-icon, .nav-link.active .navdrawer-nav-icon {
  color: #9c27b0; }

.active > .nav-link .navdrawer-nav-icon {
  color: #9c27b0; }

@media (min-width: 576px) {
  .navdrawer-backdrop-permanent-sm {
    display: none;
    -webkit-transition: none;
    transition: none; }

  .navdrawer-backdrop-persistent-sm {
    display: none;
    -webkit-transition: none;
    transition: none; }

  .navdrawer-backdrop-temporary-sm {
    display: none;
    -webkit-transition: none;
    transition: none; }

  .navdrawer-permanent-sm {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    display: block !important;
    right: auto;
    width: 17.5rem;
    z-index: auto; }

  .navdrawer-permanent-sm.navdrawer-permanent-clipped, .navdrawer-permanent-sm.navdrawer-permanent-float {
    top: 3.5rem; }

  .navdrawer-permanent-sm.navdrawer-permanent-float {
    border-right: 0; }

  .navdrawer-permanent-sm.navdrawer-permanent-float.navdrawer-right {
    border-left: 0; }

  .navdrawer-permanent-sm.navdrawer-permanent-float .navdrawer-content {
    background-color: transparent; }

  .navdrawer-permanent-sm.navdrawer-right {
    border-right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    right: 0;
    left: auto; }

  .navdrawer-permanent-sm.show .navdrawer-content {
    -webkit-box-shadow: none;
            box-shadow: none; }

  .navdrawer-permanent-sm .navdrawer-content {
    max-width: none;
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%; }

  .navdrawer-persistent-sm {
    right: auto;
    width: 17.5rem;
    z-index: auto; }

  .navdrawer-persistent-sm.navdrawer-persistent-clipped {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    margin-top: -1px;
    top: 3.5rem;
    z-index: 39; }

  .navdrawer-persistent-sm.navdrawer-right {
    right: 0;
    left: auto; }

  .navdrawer-persistent-sm.navdrawer-right .navdrawer-content {
    border-right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.12); }

  .navdrawer-persistent-sm.show .navdrawer-content {
    -webkit-box-shadow: none;
            box-shadow: none; }

  .navdrawer-persistent-sm .navdrawer-content {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    max-width: none;
    position: absolute;
    width: 100%; }

  .navdrawer-temporary-sm {
    overflow: visible;
    right: auto;
    width: 17.5rem; }

  .navdrawer-temporary-sm.navdrawer-right {
    right: 0;
    left: auto; }

  .navdrawer-temporary-sm .navdrawer-content {
    max-width: none;
    position: absolute;
    width: 100%; } }
@media (min-width: 768px) {
  .navdrawer-backdrop-permanent-md {
    display: none;
    -webkit-transition: none;
    transition: none; }

  .navdrawer-backdrop-persistent-md {
    display: none;
    -webkit-transition: none;
    transition: none; }

  .navdrawer-backdrop-temporary-md {
    display: none;
    -webkit-transition: none;
    transition: none; }

  .navdrawer-permanent-md {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    display: block !important;
    right: auto;
    width: 17.5rem;
    z-index: auto; }

  .navdrawer-permanent-md.navdrawer-permanent-clipped, .navdrawer-permanent-md.navdrawer-permanent-float {
    top: 3.5rem; }

  .navdrawer-permanent-md.navdrawer-permanent-float {
    border-right: 0; }

  .navdrawer-permanent-md.navdrawer-permanent-float.navdrawer-right {
    border-left: 0; }

  .navdrawer-permanent-md.navdrawer-permanent-float .navdrawer-content {
    background-color: transparent; }

  .navdrawer-permanent-md.navdrawer-right {
    border-right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    right: 0;
    left: auto; }

  .navdrawer-permanent-md.show .navdrawer-content {
    -webkit-box-shadow: none;
            box-shadow: none; }

  .navdrawer-permanent-md .navdrawer-content {
    max-width: none;
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%; }

  .navdrawer-persistent-md {
    right: auto;
    width: 17.5rem;
    z-index: auto; }

  .navdrawer-persistent-md.navdrawer-persistent-clipped {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    margin-top: -1px;
    top: 3.5rem;
    z-index: 39; }

  .navdrawer-persistent-md.navdrawer-right {
    right: 0;
    left: auto; }

  .navdrawer-persistent-md.navdrawer-right .navdrawer-content {
    border-right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.12); }

  .navdrawer-persistent-md.show .navdrawer-content {
    -webkit-box-shadow: none;
            box-shadow: none; }

  .navdrawer-persistent-md .navdrawer-content {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    max-width: none;
    position: absolute;
    width: 100%; }

  .navdrawer-temporary-md {
    overflow: visible;
    right: auto;
    width: 17.5rem; }

  .navdrawer-temporary-md.navdrawer-right {
    right: 0;
    left: auto; }

  .navdrawer-temporary-md .navdrawer-content {
    max-width: none;
    position: absolute;
    width: 100%; } }
@media (min-width: 992px) {
  .navdrawer-backdrop-permanent-lg {
    display: none;
    -webkit-transition: none;
    transition: none; }

  .navdrawer-backdrop-persistent-lg {
    display: none;
    -webkit-transition: none;
    transition: none; }

  .navdrawer-backdrop-temporary-lg {
    display: none;
    -webkit-transition: none;
    transition: none; }

  .navdrawer-permanent-lg {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    display: block !important;
    right: auto;
    width: 17.5rem;
    z-index: auto; }

  .navdrawer-permanent-lg.navdrawer-permanent-clipped, .navdrawer-permanent-lg.navdrawer-permanent-float {
    top: 3.5rem; }

  .navdrawer-permanent-lg.navdrawer-permanent-float {
    border-right: 0; }

  .navdrawer-permanent-lg.navdrawer-permanent-float.navdrawer-right {
    border-left: 0; }

  .navdrawer-permanent-lg.navdrawer-permanent-float .navdrawer-content {
    background-color: transparent; }

  .navdrawer-permanent-lg.navdrawer-right {
    border-right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    right: 0;
    left: auto; }

  .navdrawer-permanent-lg.show .navdrawer-content {
    -webkit-box-shadow: none;
            box-shadow: none; }

  .navdrawer-permanent-lg .navdrawer-content {
    max-width: none;
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%; }

  .navdrawer-persistent-lg {
    right: auto;
    width: 17.5rem;
    z-index: auto; }

  .navdrawer-persistent-lg.navdrawer-persistent-clipped {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    margin-top: -1px;
    top: 3.5rem;
    z-index: 39; }

  .navdrawer-persistent-lg.navdrawer-right {
    right: 0;
    left: auto; }

  .navdrawer-persistent-lg.navdrawer-right .navdrawer-content {
    border-right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.12); }

  .navdrawer-persistent-lg.show .navdrawer-content {
    -webkit-box-shadow: none;
            box-shadow: none; }

  .navdrawer-persistent-lg .navdrawer-content {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    max-width: none;
    position: absolute;
    width: 100%; }

  .navdrawer-temporary-lg {
    overflow: visible;
    right: auto;
    width: 17.5rem; }

  .navdrawer-temporary-lg.navdrawer-right {
    right: 0;
    left: auto; }

  .navdrawer-temporary-lg .navdrawer-content {
    max-width: none;
    position: absolute;
    width: 100%; } }
@media (min-width: 1200px) {
  .navdrawer-backdrop-permanent-xl {
    display: none;
    -webkit-transition: none;
    transition: none; }

  .navdrawer-backdrop-persistent-xl {
    display: none;
    -webkit-transition: none;
    transition: none; }

  .navdrawer-backdrop-temporary-xl {
    display: none;
    -webkit-transition: none;
    transition: none; }

  .navdrawer-permanent-xl {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    display: block !important;
    right: auto;
    width: 17.5rem;
    z-index: auto; }

  .navdrawer-permanent-xl.navdrawer-permanent-clipped, .navdrawer-permanent-xl.navdrawer-permanent-float {
    top: 3.5rem; }

  .navdrawer-permanent-xl.navdrawer-permanent-float {
    border-right: 0; }

  .navdrawer-permanent-xl.navdrawer-permanent-float.navdrawer-right {
    border-left: 0; }

  .navdrawer-permanent-xl.navdrawer-permanent-float .navdrawer-content {
    background-color: transparent; }

  .navdrawer-permanent-xl.navdrawer-right {
    border-right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    right: 0;
    left: auto; }

  .navdrawer-permanent-xl.show .navdrawer-content {
    -webkit-box-shadow: none;
            box-shadow: none; }

  .navdrawer-permanent-xl .navdrawer-content {
    max-width: none;
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%; }

  .navdrawer-persistent-xl {
    right: auto;
    width: 17.5rem;
    z-index: auto; }

  .navdrawer-persistent-xl.navdrawer-persistent-clipped {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    margin-top: -1px;
    top: 3.5rem;
    z-index: 39; }

  .navdrawer-persistent-xl.navdrawer-right {
    right: 0;
    left: auto; }

  .navdrawer-persistent-xl.navdrawer-right .navdrawer-content {
    border-right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.12); }

  .navdrawer-persistent-xl.show .navdrawer-content {
    -webkit-box-shadow: none;
            box-shadow: none; }

  .navdrawer-persistent-xl .navdrawer-content {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    max-width: none;
    position: absolute;
    width: 100%; }

  .navdrawer-temporary-xl {
    overflow: visible;
    right: auto;
    width: 17.5rem; }

  .navdrawer-temporary-xl.navdrawer-right {
    right: 0;
    left: auto; }

  .navdrawer-temporary-xl .navdrawer-content {
    max-width: none;
    position: absolute;
    width: 100%; } }
.navdrawer-backdrop-permanent {
  display: none;
  -webkit-transition: none;
  transition: none; }

.navdrawer-backdrop-persistent {
  display: none;
  -webkit-transition: none;
  transition: none; }

.navdrawer-backdrop-temporary {
  display: none;
  -webkit-transition: none;
  transition: none; }

.navdrawer-permanent {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  display: block !important;
  right: auto;
  width: 17.5rem;
  z-index: auto; }

.navdrawer-permanent.navdrawer-permanent-clipped, .navdrawer-permanent.navdrawer-permanent-float {
  top: 3.5rem; }

.navdrawer-permanent.navdrawer-permanent-float {
  border-right: 0; }

.navdrawer-permanent.navdrawer-permanent-float.navdrawer-right {
  border-left: 0; }

.navdrawer-permanent.navdrawer-permanent-float .navdrawer-content {
  background-color: transparent; }

.navdrawer-permanent.navdrawer-right {
  border-right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  right: 0;
  left: auto; }

.navdrawer-permanent.show .navdrawer-content {
  -webkit-box-shadow: none;
          box-shadow: none; }

.navdrawer-permanent .navdrawer-content {
  max-width: none;
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 100%; }

.navdrawer-persistent {
  right: auto;
  width: 17.5rem;
  z-index: auto; }

.navdrawer-persistent.navdrawer-persistent-clipped {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin-top: -1px;
  top: 3.5rem;
  z-index: 39; }

.navdrawer-persistent.navdrawer-right {
  right: 0;
  left: auto; }

.navdrawer-persistent.navdrawer-right .navdrawer-content {
  border-right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.12); }

.navdrawer-persistent.show .navdrawer-content {
  -webkit-box-shadow: none;
          box-shadow: none; }

.navdrawer-persistent .navdrawer-content {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  max-width: none;
  position: absolute;
  width: 100%; }

.navdrawer-temporary {
  overflow: visible;
  right: auto;
  width: 17.5rem; }

.navdrawer-temporary.navdrawer-right {
  right: 0;
  left: auto; }

.navdrawer-temporary .navdrawer-content {
  max-width: none;
  position: absolute;
  width: 100%; }

.picker {
  outline: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition-delay: 0.675s;
          transition-delay: 0.675s;
  -webkit-transition-duration: 0;
          transition-duration: 0;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  z-index: 240; }

@media (min-width: 576px) {
  .picker {
    -webkit-transition-delay: 0.8775s;
            transition-delay: 0.8775s; } }
@media (min-width: 992px) {
  .picker {
    -webkit-transition-delay: 0.45s;
            transition-delay: 0.45s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .picker {
    -webkit-transition: none;
    transition: none; } }
.picker.picker-opened {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: none;
  transition: none; }

.picker-frame {
  margin: 1.5rem 1.5rem; }

.picker-holder {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.38);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-delay: 0.375s;
          transition-delay: 0.375s; }

@media (min-width: 576px) {
  .picker-holder {
    -webkit-transition-duration: 0.39s;
            transition-duration: 0.39s; } }
@media (min-width: 992px) {
  .picker-holder {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .picker-holder {
    -webkit-transition: none;
    transition: none; } }
@media (min-width: 576px) {
  .picker-holder {
    -webkit-transition-delay: 0.4875s;
            transition-delay: 0.4875s; } }
@media (min-width: 992px) {
  .picker-holder {
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s; } }
.picker-opened .picker-holder {
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

.picker-wrap {
  border-radius: 2px;
  -webkit-transition-duration: 0.375s;
          transition-duration: 0.375s;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.428572;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  max-width: 18.5rem;
  opacity: 0;
  outline: 0;
  pointer-events: auto;
  position: relative;
  -webkit-transform: scale(0.87);
  transform: scale(0.87); }

@media (min-width: 576px) {
  .picker-wrap {
    -webkit-transition-duration: 0.4875s;
            transition-duration: 0.4875s; } }
@media (min-width: 992px) {
  .picker-wrap {
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .picker-wrap {
    -webkit-transition: none;
    transition: none; } }
@media (orientation: landscape) {
  .picker-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: none; } }
.picker-opened .picker-wrap {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.picker-footer {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.5rem 0.5rem; }

@media (orientation: landscape) {
  .picker-footer {
    border-radius: 0 0 2px 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem; } }
.picker-footer button {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-left: 0.5rem;
  min-width: 0; }

.picker-footer button:first-child {
  margin-left: 0; }

.picker-header {
  height: 2.5rem;
  line-height: 2.5rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  padding-right: 3rem;
  padding-left: 3rem;
  position: relative;
  text-align: center; }

@media (orientation: landscape) {
  .picker-header {
    margin-top: 0.5rem;
    margin-right: 0.75rem;
    margin-left: 0.75rem; } }
.picker-month, .picker-year {
  display: inline;
  margin-left: 0.5rem; }

.picker-month:first-child, .picker-year:first-child {
  margin-left: 0; }

.picker-nav-next, .picker-nav-prev {
  height: 2.5rem;
  margin-top: -1.25rem;
  position: absolute;
  top: 50%;
  width: 2.5rem; }

.picker-nav-next, .picker-nav-next.material-icons, .picker-nav-prev, .picker-nav-prev.material-icons {
  line-height: 2.5rem; }

.picker-nav-next {
  right: 0; }

.picker-nav-next::before {
  content: "keyboard_arrow_right"; }

.picker-nav-prev {
  left: 0; }

.picker-nav-prev::before {
  content: "keyboard_arrow_left"; }

.picker-date-display {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #9c27b0;
  color: white;
  padding: 1rem 1.5rem; }

@media (orientation: landscape) {
  .picker-date-display {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
    min-width: 9.75rem;
    white-space: nowrap; } }
.picker-date-display-bottom {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 2.428571rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.176471; }

.picker-day-display {
  margin-right: 0.5rem; }

.picker-weekday-display {
  margin-right: 0.5rem; }

@media (orientation: landscape) {
  .picker-weekday-display {
    display: block;
    margin-right: 0; } }
.picker-weekday-display::after {
  content: ','; }

.picker-box {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #ffffff;
  overflow: hidden; }

@media (orientation: landscape) {
  .picker-box {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0; } }
.picker-input.form-control[readonly] {
  border-bottom-style: solid;
  color: inherit;
  cursor: text; }

.picker-input.picker-input-active {
  border-bottom-color: #ff4081; }

.picker-day {
  border-radius: 50%;
  cursor: default;
  height: 2.5rem;
  line-height: 2.5rem;
  margin: auto;
  vertical-align: middle;
  width: 2.5rem; }

@media (orientation: landscape) {
  .picker-day {
    margin-right: 0.25rem;
    margin-left: 0.25rem; } }
.picker-day.picker-day-selected {
  background-color: #9c27b0;
  color: white; }

.picker-day-disabled {
  color: rgba(0, 0, 0, 0.38); }

.picker-day-outfocus {
  display: none; }

.picker-day-today {
  color: #9c27b0;
  font-weight: bolder; }

.picker-table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0.5rem;
  table-layout: fixed; }

.picker-table td, .picker-table th {
  border: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle; }

.picker-table th {
  font-weight: inherit; }

.picker-weekday {
  color: rgba(0, 0, 0, 0.38);
  height: 2.5rem;
  vertical-align: middle;
  width: 2.5rem; }

.picker-select-month, .picker-select-year {
  border-radius: 2px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0.12);
  background-image: none;
  background-position: 100% 50%;
  background-size: auto 100%;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgba(0, 0, 0, 0.87);
  display: inline-block;
  font-size: inherit;
  height: 1.25rem;
  line-height: 1.25rem;
  opacity: 0.7;
  padding: 0 1.25rem 0 0.5rem; }

@media (min-width: 576px) {
  .picker-select-month, .picker-select-year {
    -webkit-transition-duration: 0.39s;
            transition-duration: 0.39s; } }
@media (min-width: 992px) {
  .picker-select-month, .picker-select-year {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .picker-select-month, .picker-select-year {
    -webkit-transition: none;
    transition: none; } }
.picker-select-month:focus, .picker-select-month:hover, .picker-select-year:focus, .picker-select-year:hover {
  opacity: 1; }

@-moz-document url-prefix('') {
  .picker-select-month, .picker-select-year {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg fill="%23000000" fill-opacity="0.54" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M7 10l5 5 5-5z"/%3E%3Cpath d="M0 0h24v24H0z" fill="none"/%3E%3C/svg%3E');
    background-repeat: no-repeat; } }
@media (-webkit-min-device-pixel-ratio: 0) {
  .picker-select-month, .picker-select-year {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg fill="%23000000" fill-opacity="0.54" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M7 10l5 5 5-5z"/%3E%3Cpath d="M0 0h24v24H0z" fill="none"/%3E%3C/svg%3E');
    background-repeat: no-repeat; } }
.picker-select-month:focus, .picker-select-year:focus {
  outline: 0; }

.picker-select-month {
  margin-left: 0.5rem; }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 1; }

.progress-bar {
  border-bottom: 0.25rem solid #3f51b5; }

.progress-bar.bg-primary {
  background-color: transparent !important;
  border-bottom-color: #9c27b0; }

.progress-bar.bg-primary::after {
  background-color: #e1bee7; }

.progress-bar.bg-secondary {
  background-color: transparent !important;
  border-bottom-color: #ff4081; }

.progress-bar.bg-secondary::after {
  background-color: #ff80ab; }

.progress-bar.bg-danger {
  background-color: transparent !important;
  border-bottom-color: #f44336; }

.progress-bar.bg-danger::after {
  background-color: #ffcdd2; }

.progress-bar.bg-info {
  background-color: transparent !important;
  border-bottom-color: #2196f3; }

.progress-bar.bg-info::after {
  background-color: #bbdefb; }

.progress-bar.bg-success {
  background-color: transparent !important;
  border-bottom-color: #4caf50; }

.progress-bar.bg-success::after {
  background-color: #c8e6c9; }

.progress-bar.bg-warning {
  background-color: transparent !important;
  border-bottom-color: #ff9800; }

.progress-bar.bg-warning::after {
  background-color: #ffe0b2; }

.progress-bar.bg-dark {
  background-color: transparent !important;
  border-bottom-color: #424242; }

.progress-bar.bg-dark::after {
  background-color: #757575; }

.progress-bar.bg-light {
  background-color: transparent !important;
  border-bottom-color: #f5f5f5; }

.progress-bar.bg-light::after {
  background-color: #fafafa; }

.progress-bar::after {
  background-color: #c5cae9;
  content: '';
  display: block;
  height: 0.25rem;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1; }

.progress-bar-animated::before {
  animation-direction: reverse;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: progress-bar-animation;
  animation-name: progress-bar-animation;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

@media (min-width: 576px) {
  .progress-bar-animated::before {
    -webkit-animation-duration: 0.39s;
    animation-duration: 0.39s; } }
@media (min-width: 992px) {
  .progress-bar-animated::before {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s; } }
.progress-bar-animated, .progress-bar-striped {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative; }

.progress-bar-animated.bg-primary::before, .progress-bar-striped.bg-primary::before {
  background-image: repeating-radial-gradient(0.125rem 0.125rem, #e1bee7, #e1bee7 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #e1bee7, #e1bee7 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #e1bee7, #e1bee7 0.125rem, transparent 0.125rem, transparent 100%); }

.progress-bar-animated.bg-secondary::before, .progress-bar-striped.bg-secondary::before {
  background-image: repeating-radial-gradient(0.125rem 0.125rem, #ff80ab, #ff80ab 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #ff80ab, #ff80ab 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #ff80ab, #ff80ab 0.125rem, transparent 0.125rem, transparent 100%); }

.progress-bar-animated.bg-danger::before, .progress-bar-striped.bg-danger::before {
  background-image: repeating-radial-gradient(0.125rem 0.125rem, #ffcdd2, #ffcdd2 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #ffcdd2, #ffcdd2 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #ffcdd2, #ffcdd2 0.125rem, transparent 0.125rem, transparent 100%); }

.progress-bar-animated.bg-info::before, .progress-bar-striped.bg-info::before {
  background-image: repeating-radial-gradient(0.125rem 0.125rem, #bbdefb, #bbdefb 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #bbdefb, #bbdefb 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #bbdefb, #bbdefb 0.125rem, transparent 0.125rem, transparent 100%); }

.progress-bar-animated.bg-success::before, .progress-bar-striped.bg-success::before {
  background-image: repeating-radial-gradient(0.125rem 0.125rem, #c8e6c9, #c8e6c9 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #c8e6c9, #c8e6c9 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #c8e6c9, #c8e6c9 0.125rem, transparent 0.125rem, transparent 100%); }

.progress-bar-animated.bg-warning::before, .progress-bar-striped.bg-warning::before {
  background-image: repeating-radial-gradient(0.125rem 0.125rem, #ffe0b2, #ffe0b2 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #ffe0b2, #ffe0b2 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #ffe0b2, #ffe0b2 0.125rem, transparent 0.125rem, transparent 100%); }

.progress-bar-animated.bg-dark::before, .progress-bar-striped.bg-dark::before {
  background-image: repeating-radial-gradient(0.125rem 0.125rem, #757575, #757575 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #757575, #757575 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #757575, #757575 0.125rem, transparent 0.125rem, transparent 100%); }

.progress-bar-animated.bg-light::before, .progress-bar-striped.bg-light::before {
  background-image: repeating-radial-gradient(0.125rem 0.125rem, #fafafa, #fafafa 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #fafafa, #fafafa 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #fafafa, #fafafa 0.125rem, transparent 0.125rem, transparent 100%); }

.progress-bar-animated::after, .progress-bar-striped::after {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  right: -1.5rem;
  bottom: -0.25rem; }

.progress-bar-animated::before, .progress-bar-striped::before {
  background-image: repeating-radial-gradient(0.125rem 0.125rem, #c5cae9, #c5cae9 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #c5cae9, #c5cae9 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #c5cae9, #c5cae9 0.125rem, transparent 0.125rem, transparent 100%);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 0.75rem 0.75rem;
  content: '';
  display: block;
  height: 0.25rem;
  position: absolute;
  right: -100vw;
  bottom: -0.25rem;
  left: 0;
  z-index: -1; }

@-webkit-keyframes progress-bar-animation {
  from {
    background-position: 0 0; }
  to {
    background-position: 0.75rem 0; } }
@keyframes progress-bar-animation {
  from {
    background-position: 0 0; }
  to {
    background-position: 0.75rem 0; } }
.progress-bar-indeterminate {
  border-bottom-color: #c5cae9;
  position: relative;
  width: 100%; }

.progress-bar-indeterminate.bg-primary {
  border-bottom-color: #e1bee7; }

.progress-bar-indeterminate.bg-primary::after, .progress-bar-indeterminate.bg-primary::before {
  background-color: #9c27b0; }

.progress-bar-indeterminate.bg-primary::before {
  background-image: none; }

.progress-bar-indeterminate.bg-secondary {
  border-bottom-color: #ff80ab; }

.progress-bar-indeterminate.bg-secondary::after, .progress-bar-indeterminate.bg-secondary::before {
  background-color: #ff4081; }

.progress-bar-indeterminate.bg-secondary::before {
  background-image: none; }

.progress-bar-indeterminate.bg-danger {
  border-bottom-color: #ffcdd2; }

.progress-bar-indeterminate.bg-danger::after, .progress-bar-indeterminate.bg-danger::before {
  background-color: #f44336; }

.progress-bar-indeterminate.bg-danger::before {
  background-image: none; }

.progress-bar-indeterminate.bg-info {
  border-bottom-color: #bbdefb; }

.progress-bar-indeterminate.bg-info::after, .progress-bar-indeterminate.bg-info::before {
  background-color: #2196f3; }

.progress-bar-indeterminate.bg-info::before {
  background-image: none; }

.progress-bar-indeterminate.bg-success {
  border-bottom-color: #c8e6c9; }

.progress-bar-indeterminate.bg-success::after, .progress-bar-indeterminate.bg-success::before {
  background-color: #4caf50; }

.progress-bar-indeterminate.bg-success::before {
  background-image: none; }

.progress-bar-indeterminate.bg-warning {
  border-bottom-color: #ffe0b2; }

.progress-bar-indeterminate.bg-warning::after, .progress-bar-indeterminate.bg-warning::before {
  background-color: #ff9800; }

.progress-bar-indeterminate.bg-warning::before {
  background-image: none; }

.progress-bar-indeterminate.bg-dark {
  border-bottom-color: #757575; }

.progress-bar-indeterminate.bg-dark::after, .progress-bar-indeterminate.bg-dark::before {
  background-color: #424242; }

.progress-bar-indeterminate.bg-dark::before {
  background-image: none; }

.progress-bar-indeterminate.bg-light {
  border-bottom-color: #fafafa; }

.progress-bar-indeterminate.bg-light::after, .progress-bar-indeterminate.bg-light::before {
  background-color: #f5f5f5; }

.progress-bar-indeterminate.bg-light::before {
  background-image: none; }

.progress-bar-indeterminate::after, .progress-bar-indeterminate::before {
  border-radius: 0.25rem;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background-color: #3f51b5;
  width: 0%; }

.progress-bar-indeterminate::after {
  -webkit-animation-name: progress-bar-indeterminate-after;
  animation-name: progress-bar-indeterminate-after;
  bottom: -0.25rem;
  z-index: 0; }

.progress-bar-indeterminate::before {
  -webkit-animation-name: progress-bar-indeterminate-before;
  animation-name: progress-bar-indeterminate-before;
  content: '';
  display: block;
  height: 0.25rem;
  position: absolute;
  bottom: -0.25rem;
  z-index: 0; }

@-webkit-keyframes progress-bar-indeterminate-after {
  0% {
    left: 0%;
    width: 0%; }
  50% {
    left: 25%;
    width: 75%; }
  75% {
    left: 100%;
    width: 0%; } }
@keyframes progress-bar-indeterminate-after {
  0% {
    left: 0%;
    width: 0%; }
  50% {
    left: 25%;
    width: 75%; }
  75% {
    left: 100%;
    width: 0%; } }
@-webkit-keyframes progress-bar-indeterminate-before {
  0%,
  62.5% {
    left: 0%;
    width: 0%; }
  71.875% {
    left: 0%;
    width: 25%; }
  81.25% {
    left: 25%;
    width: 50%; }
  100% {
    left: 100%;
    width: 25%; } }
@keyframes progress-bar-indeterminate-before {
  0%,
  62.5% {
    left: 0%;
    width: 0%; }
  71.875% {
    left: 0%;
    width: 25%; }
  81.25% {
    left: 25%;
    width: 50%; }
  100% {
    left: 100%;
    width: 25%; } }
.progress-circular {
  height: 2.5rem;
  position: relative;
  width: 2.5rem; }

.progress-circular-gap {
  border-top: 0.125rem solid #3f51b5;
  position: absolute;
  top: 0;
  right: 1.1875rem;
  bottom: 0;
  left: 1.1875rem; }

.progress-circular-inner {
  -webkit-animation: progress-circular-inner-rotate 5.332s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation: progress-circular-inner-rotate 5.332s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  height: 2.5rem;
  position: relative;
  width: 2.5rem; }

.progress-circular-left, .progress-circular-right {
  height: 2.5rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1.25rem; }

.progress-circular-left {
  left: 0; }

.progress-circular-right {
  right: 0; }

.progress-circular-spinner {
  border: 0.25rem solid #3f51b5;
  border-bottom-color: transparent;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  top: 0;
  width: 2.5rem; }

.progress-circular-left .progress-circular-spinner {
  -webkit-animation: progress-circular-spinner-left 1.333s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation: progress-circular-spinner-left 1.333s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  border-right-color: transparent;
  left: 0; }

.progress-circular-right .progress-circular-spinner {
  -webkit-animation: progress-circular-spinner-right 1.333s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation: progress-circular-spinner-right 1.333s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  border-left-color: transparent;
  right: 0; }

.progress-circular-wrapper {
  -webkit-animation: progress-circular-wrapper-rotate 2.666s linear infinite;
  animation: progress-circular-wrapper-rotate 2.666s linear infinite; }

@-webkit-keyframes progress-circular-inner-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg); }
  100% {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg); } }
@keyframes progress-circular-inner-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg); }
  100% {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg); } }
@-webkit-keyframes progress-circular-spinner-left {
  0%,
  100% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); } }
@keyframes progress-circular-spinner-left {
  0%,
  100% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); } }
@-webkit-keyframes progress-circular-spinner-right {
  0%,
  100% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); } }
@keyframes progress-circular-spinner-right {
  0%,
  100% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); } }
@-webkit-keyframes progress-circular-wrapper-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes progress-circular-wrapper-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.progress-circular-primary .progress-circular-gap, .progress-circular-primary .progress-circular-spinner {
  border-top-color: #9c27b0; }

.progress-circular-primary .progress-circular-left .progress-circular-spinner {
  border-left-color: #9c27b0; }

.progress-circular-primary .progress-circular-right .progress-circular-spinner {
  border-right-color: #9c27b0; }

.progress-circular-secondary .progress-circular-gap, .progress-circular-secondary .progress-circular-spinner {
  border-top-color: #ff4081; }

.progress-circular-secondary .progress-circular-left .progress-circular-spinner {
  border-left-color: #ff4081; }

.progress-circular-secondary .progress-circular-right .progress-circular-spinner {
  border-right-color: #ff4081; }

.progress-circular-danger .progress-circular-gap, .progress-circular-danger .progress-circular-spinner {
  border-top-color: #f44336; }

.progress-circular-danger .progress-circular-left .progress-circular-spinner {
  border-left-color: #f44336; }

.progress-circular-danger .progress-circular-right .progress-circular-spinner {
  border-right-color: #f44336; }

.progress-circular-info .progress-circular-gap, .progress-circular-info .progress-circular-spinner {
  border-top-color: #2196f3; }

.progress-circular-info .progress-circular-left .progress-circular-spinner {
  border-left-color: #2196f3; }

.progress-circular-info .progress-circular-right .progress-circular-spinner {
  border-right-color: #2196f3; }

.progress-circular-success .progress-circular-gap, .progress-circular-success .progress-circular-spinner {
  border-top-color: #4caf50; }

.progress-circular-success .progress-circular-left .progress-circular-spinner {
  border-left-color: #4caf50; }

.progress-circular-success .progress-circular-right .progress-circular-spinner {
  border-right-color: #4caf50; }

.progress-circular-warning .progress-circular-gap, .progress-circular-warning .progress-circular-spinner {
  border-top-color: #ff9800; }

.progress-circular-warning .progress-circular-left .progress-circular-spinner {
  border-left-color: #ff9800; }

.progress-circular-warning .progress-circular-right .progress-circular-spinner {
  border-right-color: #ff9800; }

.progress-circular-dark .progress-circular-gap, .progress-circular-dark .progress-circular-spinner {
  border-top-color: #424242; }

.progress-circular-dark .progress-circular-left .progress-circular-spinner {
  border-left-color: #424242; }

.progress-circular-dark .progress-circular-right .progress-circular-spinner {
  border-right-color: #424242; }

.progress-circular-light .progress-circular-gap, .progress-circular-light .progress-circular-spinner {
  border-top-color: #f5f5f5; }

.progress-circular-light .progress-circular-left .progress-circular-spinner {
  border-left-color: #f5f5f5; }

.progress-circular-light .progress-circular-right .progress-circular-spinner {
  border-right-color: #f5f5f5; }

.custom-control {
  display: block;
  min-height: 1.428572rem;
  padding-left: 2.25rem;
  position: relative; }

.custom-control + .custom-control {
  margin-top: 0.75rem; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1.5rem; }

.custom-control-inline + .custom-control-inline {
  margin-top: 0; }

.custom-control-label {
  color: inherit;
  font-size: 1rem;
  line-height: inherit;
  margin-bottom: 0; }

.custom-control-label::after {
  color: rgba(0, 0, 0, 0.54);
  position: absolute;
  top: -0.035714rem;
  left: 0; }

.custom-control-label::before {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  transition-property: background-color, opacity, -webkit-transform;
  -webkit-transition-property: background-color, opacity, -webkit-transform;
  transition-property: background-color, opacity, transform;
  transition-property: background-color, opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: currentColor;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.54);
  content: '';
  display: block;
  height: 3rem;
  margin-top: -0.785714rem;
  margin-left: -0.75rem;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.87, 0.87) translateZ(0);
  transform: scale(0.87, 0.87) translateZ(0);
  width: 3rem; }

@media (min-width: 576px) {
  .custom-control-label::before {
    -webkit-transition-duration: 0.39s;
            transition-duration: 0.39s; } }
@media (min-width: 992px) {
  .custom-control-label::before {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before {
    -webkit-transition: none;
    transition: none; } }
.custom-control-input {
  opacity: 0;
  position: absolute;
  z-index: -1; }

.custom-control-input.focus ~ .custom-control-label::before, .custom-control-input:active ~ .custom-control-label::before {
  opacity: 0.12;
  -webkit-transform: scale(1, 1) translateZ(0);
  transform: scale(1, 1) translateZ(0); }

.custom-control-input:checked ~ .custom-control-label::after {
  color: #ff4081; }

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ff4081; }

.custom-control-input:disabled ~ .custom-control-label {
  color: rgba(0, 0, 0, 0.26); }

.custom-control-input:disabled ~ .custom-control-label::after {
  color: rgba(0, 0, 0, 0.26); }

.custom-control-input:disabled ~ .custom-control-label::before {
  display: none; }

.custom-checkbox .custom-control-label::after {
  font-size: 1.5em;
  line-height: 0.6666666667em;
  vertical-align: -0.3453690549em;
  font-family: 'Material Icons';
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  content: "check_box_outline_blank";
  line-height: 1;
  vertical-align: middle; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  content: "check_box"; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  content: "indeterminate_check_box"; }

.custom-radio .custom-control-label::after {
  font-size: 1.5em;
  line-height: 0.6666666667em;
  vertical-align: -0.3453690549em;
  font-family: 'Material Icons';
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  content: "radio_button_unchecked";
  line-height: 1;
  vertical-align: middle; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  content: "radio_button_checked"; }

.custom-switch {
  padding-left: 3.75rem; }

.custom-switch .custom-control-label {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

@media (min-width: 576px) {
  .custom-switch .custom-control-label {
    -webkit-transition-duration: 0.39s;
            transition-duration: 0.39s; } }
@media (min-width: 992px) {
  .custom-switch .custom-control-label {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label {
    -webkit-transition: none;
    transition: none; } }
.custom-switch .custom-control-label::after {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  transition-property: background-color, -webkit-transform;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #fafafa;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.54);
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.54);
  content: '';
  display: block;
  height: 1.5rem;
  position: absolute;
  width: 1.5rem; }

@media (min-width: 576px) {
  .custom-switch .custom-control-label::after {
    -webkit-transition-duration: 0.39s;
            transition-duration: 0.39s; } }
@media (min-width: 992px) {
  .custom-switch .custom-control-label::after {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none; } }
.custom-switch .custom-control-input:checked ~ .custom-control-label::after, .custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  -webkit-transform: translateX(1.5rem);
  transform: translateX(1.5rem); }

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #ff4081; }

.custom-switch .custom-control-input:checked ~ .custom-control-track {
  background-color: rgba(255, 64, 129, 0.5); }

.custom-switch .custom-control-input:disabled ~ .custom-control-label::after {
  background-color: #bdbdbd; }

.custom-switch .custom-control-input:disabled ~ .custom-control-track {
  background-color: rgba(0, 0, 0, 0.12); }

.custom-switch .custom-control-track {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-clip: content-box;
  background-color: rgba(0, 0, 0, 0.38);
  border: 0.25rem solid transparent;
  border-radius: 1rem;
  content: '';
  display: block;
  height: 1.5rem;
  position: absolute;
  top: -0.035714rem;
  left: 0;
  width: 3rem; }

@media (min-width: 576px) {
  .custom-switch .custom-control-track {
    -webkit-transition-duration: 0.39s;
            transition-duration: 0.39s; } }
@media (min-width: 992px) {
  .custom-switch .custom-control-track {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-track {
    -webkit-transition: none;
    transition: none; } }
.custom-range {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  padding-left: 0;
  width: 100%; }

.custom-range:active::-moz-range-track, .custom-range:focus::-moz-range-track {
  background-color: rgba(0, 0, 0, 0.38); }

.custom-range:active::-ms-fill-upper, .custom-range:focus::-ms-fill-upper {
  background-color: rgba(0, 0, 0, 0.38); }

.custom-range:active::-webkit-slider-runnable-track, .custom-range:focus::-webkit-slider-runnable-track {
  background-color: rgba(0, 0, 0, 0.38); }

.custom-range:focus {
  outline: 0; }

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 0.75rem rgba(255, 64, 129, 0.12); }

.custom-range:focus::-ms-range-thumb {
  box-shadow: 0 0 0 0.75rem rgba(255, 64, 129, 0.12); }

.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 0.75rem rgba(255, 64, 129, 0.12);
          box-shadow: 0 0 0 0.75rem rgba(255, 64, 129, 0.12); }

.custom-range::-moz-focus-outer {
  border: 0; }

.custom-range::-moz-range-progress {
  background-color: #ff4081; }

.custom-range::-moz-range-thumb {
  transition-duration: 0.3s;
  -webkit-transition-property: height, width, -webkit-box-shadow;
  transition-property: height, width, -webkit-box-shadow;
  transition-property: box-shadow, height, width;
  transition-property: box-shadow, height, width, -webkit-box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-appearance: none;
  appearance: none;
  background-color: #ff4081;
  border: 0;
  border-radius: 50%;
  height: 0.75rem;
  width: 0.75rem; }

@media (min-width: 576px) {
  .custom-range::-moz-range-thumb {
    transition-duration: 0.39s; } }
@media (min-width: 992px) {
  .custom-range::-moz-range-thumb {
    transition-duration: 0.2s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -webkit-transition: none;
    transition: none; } }
.custom-range::-moz-range-thumb:active {
  box-shadow: none;
  height: 1.5rem;
  width: 1.5rem; }

.custom-range::-moz-range-thumb:focus {
  outline: 0; }

.custom-range::-moz-range-track {
  transition-duration: 0.3s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgba(0, 0, 0, 0.26);
  border-color: transparent;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  height: 0.125rem;
  width: 100%; }

@media (min-width: 576px) {
  .custom-range::-moz-range-track {
    transition-duration: 0.39s; } }
@media (min-width: 992px) {
  .custom-range::-moz-range-track {
    transition-duration: 0.2s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-track {
    -webkit-transition: none;
    transition: none; } }
.custom-range::-ms-fill-lower {
  background-color: #ff4081;
  height: 0.125rem;
  margin-bottom: 0.125rem;
  margin-left: 0.375rem; }

.custom-range::-ms-fill-upper {
  background-color: rgba(0, 0, 0, 0.26);
  height: 0.125rem;
  margin-right: 0.375rem;
  margin-bottom: 0.125rem; }

.custom-range::-ms-thumb {
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  appearance: none;
  background-color: #ff4081;
  border: 0;
  border-radius: 50%;
  height: 0.75rem;
  margin-right: 0.375rem;
  margin-left: 0.375rem;
  width: 0.75rem; }

@media (min-width: 576px) {
  .custom-range::-ms-thumb {
    transition-duration: 0.39s; } }
@media (min-width: 992px) {
  .custom-range::-ms-thumb {
    transition-duration: 0.2s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -webkit-transition: none;
    transition: none; } }
.custom-range::-ms-thumb:active {
  box-shadow: 0 0 0 0.375rem #ff4081; }

.custom-range::-ms-thumb:focus {
  outline: 0; }

.custom-range::-ms-track {
  transition-duration: 0.3s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: transparent;
  border-color: transparent;
  border-width: 0.875rem 0;
  color: transparent;
  cursor: pointer;
  height: 0.125rem;
  width: 100%; }

@media (min-width: 576px) {
  .custom-range::-ms-track {
    transition-duration: 0.39s; } }
@media (min-width: 992px) {
  .custom-range::-ms-track {
    transition-duration: 0.2s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-track {
    -webkit-transition: none;
    transition: none; } }
.custom-range::-webkit-slider-runnable-track {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgba(0, 0, 0, 0.26);
  border-color: transparent;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  height: 0.125rem;
  width: 100%; }

@media (min-width: 576px) {
  .custom-range::-webkit-slider-runnable-track {
    -webkit-transition-duration: 0.39s;
            transition-duration: 0.39s; } }
@media (min-width: 992px) {
  .custom-range::-webkit-slider-runnable-track {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-runnable-track {
    -webkit-transition: none;
    transition: none; } }
.custom-range::-webkit-slider-thumb {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-appearance: none;
  appearance: none;
  background-color: #ff4081;
  border: 0;
  border-radius: 50%;
  height: 0.75rem;
  margin-top: -0.3125rem;
  width: 0.75rem; }

@media (min-width: 576px) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition-duration: 0.39s;
            transition-duration: 0.39s; } }
@media (min-width: 992px) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none; } }
.custom-range::-webkit-slider-thumb:active {
  -webkit-box-shadow: 0 0 0 0.375rem #ff4081;
          box-shadow: 0 0 0 0.375rem #ff4081; }

.custom-range::-webkit-slider-thumb:focus {
  outline: 0; }

.snackbar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #323232;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  line-height: 1.428572;
  opacity: 0;
  padding: 0.875rem 1.5rem;
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: opacity 0s 0.195s, -webkit-transform 0.195s cubic-bezier(0.4, 0, 1, 1);
  -webkit-transition: opacity 0s 0.195s, -webkit-transform 0.195s cubic-bezier(0.4, 0, 1, 1);
  transition: opacity 0s 0.195s, transform 0.195s cubic-bezier(0.4, 0, 1, 1);
  transition: opacity 0s 0.195s, transform 0.195s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.195s cubic-bezier(0.4, 0, 1, 1);
  width: 100%;
  z-index: 60; }

@media (min-width: 576px) {
  .snackbar {
    border-radius: 2px;
    max-width: 35.5rem;
    min-width: 18rem;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    width: auto; } }
@media (min-width: 576px) {
  .snackbar {
    transition: opacity 0s 0.2535s, -webkit-transform 0.2535s cubic-bezier(0.4, 0, 1, 1);
    -webkit-transition: opacity 0s 0.2535s, -webkit-transform 0.2535s cubic-bezier(0.4, 0, 1, 1);
    transition: opacity 0s 0.2535s, transform 0.2535s cubic-bezier(0.4, 0, 1, 1);
    transition: opacity 0s 0.2535s, transform 0.2535s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.2535s cubic-bezier(0.4, 0, 1, 1); } }
@media (min-width: 992px) {
  .snackbar {
    transition: opacity 0s 0.13s, -webkit-transform 0.13s cubic-bezier(0.4, 0, 1, 1);
    -webkit-transition: opacity 0s 0.13s, -webkit-transform 0.13s cubic-bezier(0.4, 0, 1, 1);
    transition: opacity 0s 0.13s, transform 0.13s cubic-bezier(0.4, 0, 1, 1);
    transition: opacity 0s 0.13s, transform 0.13s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.13s cubic-bezier(0.4, 0, 1, 1); } }
@media screen and (prefers-reduced-motion: reduce) {
  .snackbar {
    -webkit-transition: none;
    transition: none; } }
.snackbar.show {
  -webkit-transition-duration: 0.225s;
          transition-duration: 0.225s;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

@media (min-width: 576px) {
  .snackbar.show {
    -webkit-transition-duration: 0.2925s;
            transition-duration: 0.2925s; } }
@media (min-width: 992px) {
  .snackbar.show {
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .snackbar.show {
    -webkit-transition: none;
    transition: none; } }
@media (min-width: 576px) {
  .snackbar.show {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); } }
.snackbar-body {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: auto;
  max-height: 100%;
  min-width: 0; }

.snackbar-btn {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: background-color, background-image;
  transition-property: background-color, background-image;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: transparent;
  background-image: none;
  border: 0;
  color: #ff4081;
  cursor: pointer;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
  margin-left: 1.5rem;
  padding: 0;
  text-transform: uppercase;
  white-space: nowrap; }

@media (min-width: 576px) {
  .snackbar-btn {
    -webkit-transition-duration: 0.39s;
            transition-duration: 0.39s; } }
@media (min-width: 992px) {
  .snackbar-btn {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .snackbar-btn {
    -webkit-transition: none;
    transition: none; } }
.snackbar-btn:focus, .snackbar-btn:hover {
  color: #ff80ab;
  text-decoration: none; }

@media (min-width: 576px) {
  .snackbar-btn {
    margin-left: 3rem; } }
.snackbar-btn:focus {
  outline: 0; }

@media (min-width: 576px) {
  .snackbar-left, .snackbar-right {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }

  .snackbar-left.show, .snackbar-right.show {
    -webkit-transform: translateY(-1.5rem);
    transform: translateY(-1.5rem); } }
@media (min-width: 576px) {
  .snackbar-left {
    left: 1.5rem; } }
@media (min-width: 576px) {
  .snackbar-right {
    right: 1.5rem;
    left: auto; } }
.snackbar-multi-line {
  height: 5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }

.snackbar-multi-line .snackbar-body {
  white-space: normal; }

.stepper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  padding: 1.5rem 1.5rem;
  position: relative; }

.stepper::after, .stepper::before {
  border-top: 1px solid #bdbdbd;
  content: '';
  display: block;
  position: absolute; }

.stepper:first-child::before {
  display: none; }

.stepper:last-child::after {
  display: none; }

.stepper-horiz {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative; }

.stepper-horiz::before {
  border-top: 1px solid #bdbdbd;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  left: 1.5rem; }

.stepper-horiz .stepper::after, .stepper-horiz .stepper::before {
  border-top: 1px solid #bdbdbd;
  top: 50%;
  width: 1rem; }

.stepper-horiz .stepper::after {
  right: 0; }

.stepper-horiz .stepper::before {
  left: 0; }

.stepper-vert {
  background-color: #ffffff;
  position: relative; }

.stepper-vert .stepper::after, .stepper-vert .stepper::before {
  border-left: 1px solid #bdbdbd;
  height: 1rem;
  left: 2.25rem; }

.stepper-vert .stepper::after {
  bottom: 0; }

.stepper-vert .stepper::before {
  top: 0; }

.stepper-icon {
  background-color: rgba(0, 0, 0, 0.38);
  border-radius: 50%;
  color: white;
  font-size: 0.75rem;
  font-weight: 400;
  height: 1.5rem;
  line-height: 1.5rem;
  margin-right: 0.5rem;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 1.5rem; }

.stepper.active .stepper-icon, .stepper.done .stepper-icon {
  background-color: #9c27b0;
  color: white; }

.stepper-icon .material-icons {
  font-size: 1.333em; }

.stepper-text {
  color: rgba(0, 0, 0, 0.38);
  font-size: 0.875rem;
  font-weight: 400;
  position: relative; }

.stepper.active .stepper-text, .stepper.done .stepper-text {
  color: rgba(0, 0, 0, 0.87); }

.stepper.active .stepper-text {
  font-weight: bolder; }

.nav-tabs {
  -webkit-box-shadow: inset 0 -2px 0 -1px rgba(0, 0, 0, 0.12);
          box-shadow: inset 0 -2px 0 -1px rgba(0, 0, 0, 0.12); }

.nav-tabs.border-0, .nav-tabs.border-bottom-0 {
  -webkit-box-shadow: none;
          box-shadow: none; }

.nav-tabs .nav-link {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: background-color, color, opacity;
  transition-property: background-color, color, opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  min-height: 3rem;
  opacity: 0.7;
  padding: 1.0625rem 0.75rem;
  position: relative;
  text-transform: uppercase; }

@media (min-width: 576px) {
  .nav-tabs .nav-link {
    -webkit-transition-duration: 0.39s;
            transition-duration: 0.39s; } }
@media (min-width: 992px) {
  .nav-tabs .nav-link {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .nav-tabs .nav-link {
    -webkit-transition: none;
    transition: none; } }
.nav-tabs .nav-link:active, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.12); }

.nav-tabs .nav-link.active, .nav-tabs .nav-link:active {
  opacity: 1; }

.nav-tabs .nav-link.active {
  color: #ff4081; }

.nav-tabs .nav-link.active::before {
  opacity: 1; }

.nav-tabs .nav-link.disabled {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.38);
  opacity: 1; }

.nav-tabs .nav-link::before {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #ff4081;
  content: '';
  display: block;
  height: 0.125rem;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0; }

@media (min-width: 576px) {
  .nav-tabs .nav-link::before {
    -webkit-transition-duration: 0.39s;
            transition-duration: 0.39s; } }
@media (min-width: 992px) {
  .nav-tabs .nav-link::before {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .nav-tabs .nav-link::before {
    -webkit-transition: none;
    transition: none; } }
.nav-tabs .nav-item.show .nav-link {
  background-color: rgba(0, 0, 0, 0.12);
  opacity: 1; }

.nav-tabs-material {
  position: relative; }

.nav-tabs-material.animate .nav-link::before {
  opacity: 0; }

.nav-tabs-material.animate .nav-tabs-indicator {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

@media (min-width: 576px) {
  .nav-tabs-material.animate .nav-tabs-indicator {
    -webkit-transition-duration: 0.39s;
            transition-duration: 0.39s; } }
@media (min-width: 992px) {
  .nav-tabs-material.animate .nav-tabs-indicator {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .nav-tabs-material.animate .nav-tabs-indicator {
    -webkit-transition: none;
    transition: none; } }
.nav-tabs-material .nav-link::before {
  -webkit-transition: none;
  transition: none; }

.nav-tabs-material .nav-tabs-indicator {
  background-color: #ff4081;
  display: none;
  height: 0.125rem;
  position: absolute;
  bottom: 0; }

.nav-tabs-material .nav-tabs-indicator.show {
  display: block; }

.nav-tabs-scrollable .nav-tabs-material .nav-tabs-indicator {
  bottom: 3rem; }

.nav-tabs-scrollable {
  -webkit-box-shadow: inset 0 -2px 0 -1px rgba(0, 0, 0, 0.12);
          box-shadow: inset 0 -2px 0 -1px rgba(0, 0, 0, 0.12);
  height: 3rem;
  overflow: hidden; }

.nav-tabs-scrollable .nav-tabs {
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 3rem; }

.nav-tabs-scrollable .nav-tabs::-webkit-scrollbar {
  display: none; }

.form-control, .custom-select, .form-control-file {
  background-clip: padding-box;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.42);
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.375rem 0 calc(0.375rem - 1px);
  width: 100%; }

.form-control:hover, .custom-select:hover, .form-control-file:hover {
  border-color: rgba(0, 0, 0, 0.87);
  -webkit-box-shadow: inset 0 -2px 0 -1px rgba(0, 0, 0, 0.87);
          box-shadow: inset 0 -2px 0 -1px rgba(0, 0, 0, 0.87); }

.form-control::-ms-expand, .custom-select::-ms-expand, .form-control-file::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control::-webkit-input-placeholder, .custom-select::-webkit-input-placeholder, .form-control-file::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
  opacity: 1; }

.form-control:-ms-input-placeholder, .custom-select:-ms-input-placeholder, .form-control-file:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
  opacity: 1; }

.form-control::-ms-input-placeholder, .custom-select::-ms-input-placeholder, .form-control-file::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
  opacity: 1; }

.form-control::placeholder, .custom-select::placeholder, .form-control-file::placeholder {
  color: rgba(0, 0, 0, 0.38);
  opacity: 1; }

.form-control:disabled, .custom-select:disabled, .form-control-file:disabled, [readonly].form-control, [readonly].custom-select, [readonly].form-control-file {
  border-style: dotted;
  color: rgba(0, 0, 0, 0.38);
  opacity: 1; }

.form-control:disabled:focus, .custom-select:disabled:focus, .form-control-file:disabled:focus, .form-control:disabled:hover, .custom-select:disabled:hover, .form-control-file:disabled:hover, [readonly].form-control:focus, [readonly].custom-select:focus, [readonly].form-control-file:focus, [readonly].form-control:hover, [readonly].custom-select:hover, [readonly].form-control-file:hover {
  border-color: rgba(0, 0, 0, 0.42);
  -webkit-box-shadow: none;
          box-shadow: none; }

.form-control:focus, .custom-select:focus, .form-control-file:focus {
  border-color: #ff4081;
  -webkit-box-shadow: inset 0 -2px 0 -1px #ff4081;
          box-shadow: inset 0 -2px 0 -1px #ff4081;
  outline: 0; }

.form-control:invalid:required, .custom-select:invalid:required, .form-control-file:invalid:required {
  outline: 0; }

.form-control[type='file'] {
  max-height: 2.25rem; }

.form-control-lg {
  font-size: 2.125rem;
  line-height: 1.176471;
  padding: 0.625rem 0 calc(0.6249995625rem - 1px); }

.form-control-lg[type='file'] {
  max-height: 3.75rem; }

.form-control-sm {
  font-size: 0.8125rem;
  line-height: 1.538462;
  padding: 0.375rem 0 calc(0.3749998125rem - 1px); }

.form-control-sm[type='file'] {
  max-height: 2rem; }

select.form-control, .custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

@-moz-document url-prefix('') {
  select.form-control, .custom-select {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg fill="%23000000" fill-opacity="0.54" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M7 10l5 5 5-5z"/%3E%3Cpath d="M0 0h24v24H0z" fill="none"/%3E%3C/svg%3E');
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 1.5em; }

  select[multiple].form-control, [multiple].custom-select, select[size].form-control:not([size='1']), [size].custom-select:not([size='1']) {
    background-image: none; } }
@media (-webkit-min-device-pixel-ratio: 0) {
  select.form-control, .custom-select {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg fill="%23000000" fill-opacity="0.54" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M7 10l5 5 5-5z"/%3E%3Cpath d="M0 0h24v24H0z" fill="none"/%3E%3C/svg%3E');
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 1.5em; }

  select[multiple].form-control, [multiple].custom-select, select[size].form-control:not([size='1']), [size].custom-select:not([size='1']) {
    background-image: none; } }
select.form-control[multiple], select.form-control[size]:not([size='1']), textarea.form-control:not([rows='1']), .custom-select[multiple], .custom-select[size]:not([size='1']) {
  border-radius: 4px;
  border-width: 1px;
  min-height: 3.5rem;
  padding: calc(1rem - 1px) 1rem; }

select.form-control[multiple]:hover, select.form-control[size]:hover:not([size='1']), textarea.form-control:hover:not([rows='1']), .custom-select[multiple]:hover, .custom-select[size]:hover:not([size='1']) {
  -webkit-box-shadow: inset 2px 2px 0 -1px rgba(0, 0, 0, 0.87), inset -2px -2px 0 -1px rgba(0, 0, 0, 0.87);
          box-shadow: inset 2px 2px 0 -1px rgba(0, 0, 0, 0.87), inset -2px -2px 0 -1px rgba(0, 0, 0, 0.87); }

select.form-control[multiple]:focus, select.form-control[size]:focus:not([size='1']), textarea.form-control:focus:not([rows='1']), .custom-select[multiple]:focus, .custom-select[size]:focus:not([size='1']) {
  -webkit-box-shadow: inset 2px 2px 0 -1px #ff4081, inset -2px -2px 0 -1px #ff4081;
          box-shadow: inset 2px 2px 0 -1px #ff4081, inset -2px -2px 0 -1px #ff4081; }

select.form-control-lg[multiple], select.form-control-lg[size]:not([size='1']) {
  padding: calc(0.8749995625rem - 1px) 1rem; }

select.form-control-sm[multiple], select.form-control-sm[size]:not([size='1']) {
  padding: calc(0.7499998125rem - 1px) 0.75rem; }

textarea.form-control {
  min-height: 2.25rem; }

textarea.form-control-lg {
  min-height: 3.75rem; }

textarea.form-control-lg:not([rows='1']) {
  min-height: 4.25rem;
  padding: calc(0.8749995625rem - 1px) 1rem; }

textarea.form-control-sm {
  min-height: 2rem; }

textarea.form-control-sm:not([rows='1']) {
  min-height: 2.75rem;
  padding: calc(0.7499998125rem - 1px) 0.75rem; }

.custom-file {
  display: inline-block;
  height: 2.25rem;
  margin-bottom: 0;
  position: relative;
  width: 100%; }

.custom-file-input {
  height: 2.25rem;
  margin: 0;
  opacity: 0;
  position: relative;
  width: 100%;
  z-index: 1; }

.custom-file-input:focus ~ .custom-file-label, .custom-file-input:hover ~ .custom-file-label {
  border-bottom-color: #ff4081;
  -webkit-box-shadow: inset 0 -2px 0 -1px #ff4081;
          box-shadow: inset 0 -2px 0 -1px #ff4081; }

.custom-file-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: border-color, -webkit-box-shadow;
  transition-property: border-color, -webkit-box-shadow;
  transition-property: border-color, box-shadow;
  transition-property: border-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.42);
  color: rgba(0, 0, 0, 0.38);
  font-size: 1rem;
  height: 2.25rem;
  line-height: 1.5;
  padding: 0.375rem 2.25rem calc(0.375rem - 1px) 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0; }

@media (min-width: 576px) {
  .custom-file-label {
    -webkit-transition-duration: 0.39s;
            transition-duration: 0.39s; } }
@media (min-width: 992px) {
  .custom-file-label {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .custom-file-label {
    -webkit-transition: none;
    transition: none; } }
.custom-file-label::after {
  font-size: 1.5em;
  line-height: 0.6666666667em;
  vertical-align: -0.3453690549em;
  font-family: 'Material Icons';
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  content: "attachment";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.custom-select-lg {
  font-size: 2.125rem;
  line-height: 1.176471;
  padding: 0.625rem 1.5em calc(0.6249995625rem - 1px) 0; }

.custom-select-lg[multiple], .custom-select-lg[size]:not([size='1']) {
  padding: calc(0.8749995625rem - 1px) 1rem; }

.custom-select-sm {
  font-size: 0.8125rem;
  line-height: 1.538462;
  padding: 0.375rem 1.5em calc(0.3749998125rem - 1px) 0; }

.custom-select-sm[multiple], .custom-select-sm[size]:not([size='1']) {
  padding: calc(0.7499998125rem - 1px) 0.75rem; }

.form-control-file {
  max-height: 2.25rem; }

.form-control-range {
  display: block;
  width: 100%; }

.invalid-feedback {
  font-size: 0.857143rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #f44336;
  display: none;
  margin-top: 0.5rem;
  width: 100%; }

.form-control-lg + .invalid-feedback {
  margin-top: 0.75rem; }

.form-control-sm + .invalid-feedback {
  margin-top: 0.25rem; }

.invalid-tooltip {
  border-radius: 2px;
  background-color: #f44336;
  color: white;
  display: none;
  font-size: 0.875rem;
  line-height: 1.428572;
  margin-top: 0.5rem;
  max-width: 100%;
  opacity: 0.9;
  padding: 0.37499975rem 1rem;
  position: absolute;
  top: 100%;
  text-align: center;
  word-break: break-word;
  z-index: 240; }

@media (min-width: 768px) {
  .invalid-tooltip {
    font-size: 0.625rem;
    padding: 0.24107125rem 0.5rem; } }
.form-control-lg + .invalid-tooltip {
  margin-top: 0.75rem; }

.form-control-sm + .invalid-tooltip {
  margin-top: 0.25rem; }

.custom-control-input.is-invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label::after, .was-validated .custom-control-input:invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label::after {
  color: #f44336; }

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  background-color: #f44336; }

.custom-control-input.is-invalid ~ .custom-control-track, .was-validated .custom-control-input:invalid ~ .custom-control-track {
  background-color: rgba(244, 67, 54, 0.5); }

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block; }

.custom-file-input.is-invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:hover ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:hover ~ .custom-file-label {
  border-bottom-color: #f44336;
  -webkit-box-shadow: inset 0 -2px 0 -1px #f44336;
          box-shadow: inset 0 -2px 0 -1px #f44336; }

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-bottom-color: #f44336; }

.custom-file-input.is-invalid ~ .custom-file-label:hover, .was-validated .custom-file-input:invalid ~ .custom-file-label:hover {
  border-bottom-color: #f44336;
  -webkit-box-shadow: inset 0 -2px 0 -1px #f44336;
          box-shadow: inset 0 -2px 0 -1px #f44336; }

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block; }

.custom-switch .custom-control-input.is-invalid ~ .custom-control-label::after, .was-validated .custom-switch .custom-control-input:invalid ~ .custom-control-label::after {
  background-color: #f44336; }

.form-check-input.is-invalid + .form-check-label, .was-validated .form-check-input:invalid + .form-check-label {
  color: #f44336; }

.is-invalid.form-control, .is-invalid.custom-select, .is-invalid.form-control-file, .was-validated .form-control:invalid, .was-validated .custom-select:invalid, .was-validated .form-control-file:invalid {
  border-color: #f44336; }

.is-invalid.form-control:focus, .is-invalid.custom-select:focus, .is-invalid.form-control-file:focus, .is-invalid.form-control:hover, .is-invalid.custom-select:hover, .is-invalid.form-control-file:hover, .was-validated .form-control:invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control-file:invalid:focus, .was-validated .form-control:invalid:hover, .was-validated .custom-select:invalid:hover, .was-validated .form-control-file:invalid:hover {
  border-color: #f44336;
  -webkit-box-shadow: inset 0 -2px 0 -1px #f44336;
          box-shadow: inset 0 -2px 0 -1px #f44336; }

.is-invalid.form-control ~ .invalid-feedback, .is-invalid.custom-select ~ .invalid-feedback, .is-invalid.form-control-file ~ .invalid-feedback, .is-invalid.form-control ~ .invalid-tooltip, .is-invalid.custom-select ~ .invalid-tooltip, .is-invalid.form-control-file ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block; }

select.is-invalid.form-control[multiple]:focus, select.is-invalid.form-control[size]:focus:not([size='1']), textarea.is-invalid.form-control:focus:not([rows='1']), .is-invalid.custom-select[multiple]:focus, .is-invalid.custom-select[size]:focus:not([size='1']), select.is-invalid.form-control[multiple]:hover, select.is-invalid.form-control[size]:hover:not([size='1']), textarea.is-invalid.form-control:hover:not([rows='1']), .is-invalid.custom-select[multiple]:hover, .is-invalid.custom-select[size]:hover:not([size='1']), .was-validated select.form-control[multiple]:invalid:focus, .was-validated select.form-control[size]:invalid:focus:not([size='1']), .was-validated textarea.form-control:invalid:focus:not([rows='1']), .was-validated .custom-select[multiple]:invalid:focus, .was-validated .custom-select[size]:invalid:focus:not([size='1']), .was-validated select.form-control[multiple]:invalid:hover, .was-validated select.form-control[size]:invalid:hover:not([size='1']), .was-validated textarea.form-control:invalid:hover:not([rows='1']), .was-validated .custom-select[multiple]:invalid:hover, .was-validated .custom-select[size]:invalid:hover:not([size='1']) {
  -webkit-box-shadow: inset 2px 2px 0 -1px #f44336, inset -2px -2px 0 -1px #f44336;
          box-shadow: inset 2px 2px 0 -1px #f44336, inset -2px -2px 0 -1px #f44336; }

.textfield-box select.is-invalid.form-control[multiple]:focus, .textfield-box select.is-invalid.form-control[size]:focus:not([size='1']), .textfield-box textarea.is-invalid.form-control:focus:not([rows='1']), .textfield-box .is-invalid.custom-select[multiple]:focus, .textfield-box .is-invalid.custom-select[size]:focus:not([size='1']), .textfield-box select.is-invalid.form-control[multiple]:hover, .textfield-box select.is-invalid.form-control[size]:hover:not([size='1']), .textfield-box textarea.is-invalid.form-control:hover:not([rows='1']), .textfield-box .is-invalid.custom-select[multiple]:hover, .textfield-box .is-invalid.custom-select[size]:hover:not([size='1']), .was-validated .textfield-box select.form-control[multiple]:invalid:focus, .was-validated .textfield-box select.form-control[size]:invalid:focus:not([size='1']), .was-validated .textfield-box textarea.form-control:invalid:focus:not([rows='1']), .was-validated .textfield-box .custom-select[multiple]:invalid:focus, .was-validated .textfield-box .custom-select[size]:invalid:focus:not([size='1']), .was-validated .textfield-box select.form-control[multiple]:invalid:hover, .was-validated .textfield-box select.form-control[size]:invalid:hover:not([size='1']), .was-validated .textfield-box textarea.form-control:invalid:hover:not([rows='1']), .was-validated .textfield-box .custom-select[multiple]:invalid:hover, .was-validated .textfield-box .custom-select[size]:invalid:hover:not([size='1']) {
  -webkit-box-shadow: inset 0 -2px 0 -1px #f44336;
          box-shadow: inset 0 -2px 0 -1px #f44336; }

.valid-feedback {
  font-size: 0.857143rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #4caf50;
  display: none;
  margin-top: 0.5rem;
  width: 100%; }

.form-control-lg + .valid-feedback {
  margin-top: 0.75rem; }

.form-control-sm + .valid-feedback {
  margin-top: 0.25rem; }

.valid-tooltip {
  border-radius: 2px;
  background-color: #4caf50;
  color: white;
  display: none;
  font-size: 0.875rem;
  line-height: 1.428572;
  margin-top: 0.5rem;
  max-width: 100%;
  opacity: 0.9;
  padding: 0.37499975rem 1rem;
  position: absolute;
  top: 100%;
  text-align: center;
  word-break: break-word;
  z-index: 240; }

@media (min-width: 768px) {
  .valid-tooltip {
    font-size: 0.625rem;
    padding: 0.24107125rem 0.5rem; } }
.form-control-lg + .valid-tooltip {
  margin-top: 0.75rem; }

.form-control-sm + .valid-tooltip {
  margin-top: 0.25rem; }

.custom-control-input.is-valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label::after, .was-validated .custom-control-input:valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label::after {
  color: #4caf50; }

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
  background-color: #4caf50; }

.custom-control-input.is-valid ~ .custom-control-track, .was-validated .custom-control-input:valid ~ .custom-control-track {
  background-color: rgba(76, 175, 80, 0.5); }

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block; }

.custom-file-input.is-valid:focus ~ .custom-file-label, .custom-file-input.is-valid:hover ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:hover ~ .custom-file-label {
  border-bottom-color: #4caf50;
  -webkit-box-shadow: inset 0 -2px 0 -1px #4caf50;
          box-shadow: inset 0 -2px 0 -1px #4caf50; }

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-bottom-color: #4caf50; }

.custom-file-input.is-valid ~ .custom-file-label:hover, .was-validated .custom-file-input:valid ~ .custom-file-label:hover {
  border-bottom-color: #4caf50;
  -webkit-box-shadow: inset 0 -2px 0 -1px #4caf50;
          box-shadow: inset 0 -2px 0 -1px #4caf50; }

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block; }

.custom-switch .custom-control-input.is-valid ~ .custom-control-label::after, .was-validated .custom-switch .custom-control-input:valid ~ .custom-control-label::after {
  background-color: #4caf50; }

.form-check-input.is-valid + .form-check-label, .was-validated .form-check-input:valid + .form-check-label {
  color: #4caf50; }

.is-valid.form-control, .is-valid.custom-select, .is-valid.form-control-file, .was-validated .form-control:valid, .was-validated .custom-select:valid, .was-validated .form-control-file:valid {
  border-color: #4caf50; }

.is-valid.form-control:focus, .is-valid.custom-select:focus, .is-valid.form-control-file:focus, .is-valid.form-control:hover, .is-valid.custom-select:hover, .is-valid.form-control-file:hover, .was-validated .form-control:valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control-file:valid:focus, .was-validated .form-control:valid:hover, .was-validated .custom-select:valid:hover, .was-validated .form-control-file:valid:hover {
  border-color: #4caf50;
  -webkit-box-shadow: inset 0 -2px 0 -1px #4caf50;
          box-shadow: inset 0 -2px 0 -1px #4caf50; }

.is-valid.form-control ~ .valid-feedback, .is-valid.custom-select ~ .valid-feedback, .is-valid.form-control-file ~ .valid-feedback, .is-valid.form-control ~ .valid-tooltip, .is-valid.custom-select ~ .valid-tooltip, .is-valid.form-control-file ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block; }

select.is-valid.form-control[multiple]:focus, select.is-valid.form-control[size]:focus:not([size='1']), textarea.is-valid.form-control:focus:not([rows='1']), .is-valid.custom-select[multiple]:focus, .is-valid.custom-select[size]:focus:not([size='1']), select.is-valid.form-control[multiple]:hover, select.is-valid.form-control[size]:hover:not([size='1']), textarea.is-valid.form-control:hover:not([rows='1']), .is-valid.custom-select[multiple]:hover, .is-valid.custom-select[size]:hover:not([size='1']), .was-validated select.form-control[multiple]:valid:focus, .was-validated select.form-control[size]:valid:focus:not([size='1']), .was-validated textarea.form-control:valid:focus:not([rows='1']), .was-validated .custom-select[multiple]:valid:focus, .was-validated .custom-select[size]:valid:focus:not([size='1']), .was-validated select.form-control[multiple]:valid:hover, .was-validated select.form-control[size]:valid:hover:not([size='1']), .was-validated textarea.form-control:valid:hover:not([rows='1']), .was-validated .custom-select[multiple]:valid:hover, .was-validated .custom-select[size]:valid:hover:not([size='1']) {
  -webkit-box-shadow: inset 2px 2px 0 -1px #4caf50, inset -2px -2px 0 -1px #4caf50;
          box-shadow: inset 2px 2px 0 -1px #4caf50, inset -2px -2px 0 -1px #4caf50; }

.textfield-box select.is-valid.form-control[multiple]:focus, .textfield-box select.is-valid.form-control[size]:focus:not([size='1']), .textfield-box textarea.is-valid.form-control:focus:not([rows='1']), .textfield-box .is-valid.custom-select[multiple]:focus, .textfield-box .is-valid.custom-select[size]:focus:not([size='1']), .textfield-box select.is-valid.form-control[multiple]:hover, .textfield-box select.is-valid.form-control[size]:hover:not([size='1']), .textfield-box textarea.is-valid.form-control:hover:not([rows='1']), .textfield-box .is-valid.custom-select[multiple]:hover, .textfield-box .is-valid.custom-select[size]:hover:not([size='1']), .was-validated .textfield-box select.form-control[multiple]:valid:focus, .was-validated .textfield-box select.form-control[size]:valid:focus:not([size='1']), .was-validated .textfield-box textarea.form-control:valid:focus:not([rows='1']), .was-validated .textfield-box .custom-select[multiple]:valid:focus, .was-validated .textfield-box .custom-select[size]:valid:focus:not([size='1']), .was-validated .textfield-box select.form-control[multiple]:valid:hover, .was-validated .textfield-box select.form-control[size]:valid:hover:not([size='1']), .was-validated .textfield-box textarea.form-control:valid:hover:not([rows='1']), .was-validated .textfield-box .custom-select[multiple]:valid:hover, .was-validated .textfield-box .custom-select[size]:valid:hover:not([size='1']) {
  -webkit-box-shadow: inset 0 -2px 0 -1px #4caf50;
          box-shadow: inset 0 -2px 0 -1px #4caf50; }

.textfield-box .form-control, .textfield-box .custom-select, .textfield-box .form-control-file {
  background-color: rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  padding: 1rem 1rem calc(1rem - 1px); }

.textfield-box select.form-control, .textfield-box .custom-select {
  padding-right: 1.5em; }

.textfield-box select.form-control[multiple], .textfield-box select.form-control[size]:not([size='1']), .textfield-box textarea.form-control:not([rows='1']), .textfield-box .custom-select[multiple], .textfield-box .custom-select[size]:not([size='1']) {
  border-width: 0 0 1px;
  padding: 1rem 1rem calc(1rem - 1px); }

.textfield-box select.form-control[multiple]:hover, .textfield-box select.form-control[size]:hover:not([size='1']), .textfield-box textarea.form-control:hover:not([rows='1']), .textfield-box .custom-select[multiple]:hover, .textfield-box .custom-select[size]:hover:not([size='1']) {
  -webkit-box-shadow: inset 0 -2px 0 -1px rgba(0, 0, 0, 0.87);
          box-shadow: inset 0 -2px 0 -1px rgba(0, 0, 0, 0.87); }

.textfield-box select.form-control[multiple]:focus, .textfield-box select.form-control[size]:focus:not([size='1']), .textfield-box textarea.form-control:focus:not([rows='1']), .textfield-box .custom-select[multiple]:focus, .textfield-box .custom-select[size]:focus:not([size='1']) {
  -webkit-box-shadow: inset 0 -2px 0 -1px #ff4081;
          box-shadow: inset 0 -2px 0 -1px #ff4081; }

.textfield-box textarea.form-control {
  min-height: 3.5rem; }

.textfield-box .form-control[type='file'], .textfield-box .form-control-file {
  max-height: 3.5rem; }

.textfield-box-lg .form-control, .input-group-lg > .textfield-box .form-control, .textfield-box-lg .custom-select, .input-group-lg > .textfield-box .custom-select, .textfield-box-lg .form-control-file, .input-group-lg > .textfield-box .form-control-file {
  font-size: 2.125rem;
  line-height: 1.176471;
  padding: 0.875rem 1rem calc(0.8749995625rem - 1px); }

.textfield-box-lg select.form-control[multiple], .input-group-lg > .textfield-box select.form-control[multiple], .textfield-box-lg select.form-control[size]:not([size='1']), .input-group-lg > .textfield-box select.form-control[size]:not([size='1']), .textfield-box-lg textarea.form-control:not([rows='1']), .input-group-lg > .textfield-box textarea.form-control:not([rows='1']), .textfield-box-lg .custom-select[multiple], .input-group-lg > .textfield-box .custom-select[multiple], .textfield-box-lg .custom-select[size]:not([size='1']), .input-group-lg > .textfield-box .custom-select[size]:not([size='1']) {
  padding: 0.875rem 1rem calc(0.8749995625rem - 1px); }

.textfield-box-lg textarea.form-control, .input-group-lg > .textfield-box textarea.form-control {
  min-height: 4.25rem; }

.textfield-box-lg .custom-select, .input-group-lg > .textfield-box .custom-select {
  padding-right: 1.5em; }

.textfield-box-lg .form-control[type='file'], .input-group-lg > .textfield-box .form-control[type='file'], .textfield-box-lg .form-control-file, .input-group-lg > .textfield-box .form-control-file {
  max-height: 4.25rem; }

.textfield-box-sm .form-control, .input-group-sm > .textfield-box .form-control, .textfield-box-sm .custom-select, .input-group-sm > .textfield-box .custom-select, .textfield-box-sm .form-control-file, .input-group-sm > .textfield-box .form-control-file {
  font-size: 0.8125rem;
  line-height: 1.538462;
  padding: 0.75rem 0.75rem calc(0.7499998125rem - 1px); }

.textfield-box-sm select.form-control[multiple], .input-group-sm > .textfield-box select.form-control[multiple], .textfield-box-sm select.form-control[size]:not([size='1']), .input-group-sm > .textfield-box select.form-control[size]:not([size='1']), .textfield-box-sm textarea.form-control:not([rows='1']), .input-group-sm > .textfield-box textarea.form-control:not([rows='1']), .textfield-box-sm .custom-select[multiple], .input-group-sm > .textfield-box .custom-select[multiple], .textfield-box-sm .custom-select[size]:not([size='1']), .input-group-sm > .textfield-box .custom-select[size]:not([size='1']) {
  padding: 0.75rem 0.75rem calc(0.7499998125rem - 1px); }

.textfield-box-sm textarea.form-control, .input-group-sm > .textfield-box textarea.form-control {
  min-height: 2.75rem; }

.textfield-box-sm .custom-select, .input-group-sm > .textfield-box .custom-select {
  padding-right: 1.5em; }

.textfield-box-sm .form-control[type='file'], .input-group-sm > .textfield-box .form-control[type='file'], .textfield-box-sm .form-control-file, .input-group-sm > .textfield-box .form-control-file {
  max-height: 2.75rem; }

.floating-label {
  padding-top: 0.75rem;
  position: relative; }

.floating-label.has-value label, .floating-label.is-focused label {
  top: 0;
  -webkit-transform: scale(0.75);
  transform: scale(0.75); }

.floating-label.is-focused label {
  color: #ff4081; }

.floating-label:not(.has-value):not(.is-focused) .form-control[type='date'], .floating-label:not(.has-value):not(.is-focused) .form-control[type='datetime-local'], .floating-label:not(.has-value):not(.is-focused) .form-control[type='time'] {
  color: transparent; }

.floating-label label {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  transition-property: color, top, -webkit-transform;
  -webkit-transition-property: color, top, -webkit-transform;
  transition-property: color, top, transform;
  transition-property: color, top, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: rgba(0, 0, 0, 0.38);
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 1.125rem;
  left: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

@media (min-width: 576px) {
  .floating-label label {
    -webkit-transition-duration: 0.39s;
            transition-duration: 0.39s; } }
@media (min-width: 992px) {
  .floating-label label {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .floating-label label {
    -webkit-transition: none;
    transition: none; } }
.floating-label .form-control, .floating-label .custom-select, .floating-label .form-control-file {
  position: relative; }

.floating-label .form-control:focus::-webkit-input-placeholder, .floating-label .custom-select:focus::-webkit-input-placeholder, .floating-label .form-control-file:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
  opacity: 1; }

.floating-label .form-control:focus:-ms-input-placeholder, .floating-label .custom-select:focus:-ms-input-placeholder, .floating-label .form-control-file:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
  opacity: 1; }

.floating-label .form-control:focus::-ms-input-placeholder, .floating-label .custom-select:focus::-ms-input-placeholder, .floating-label .form-control-file:focus::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
  opacity: 1; }

.floating-label .form-control:focus::placeholder, .floating-label .custom-select:focus::placeholder, .floating-label .form-control-file:focus::placeholder {
  color: rgba(0, 0, 0, 0.38);
  opacity: 1; }

.floating-label .form-control::-webkit-input-placeholder, .floating-label .custom-select::-webkit-input-placeholder, .floating-label .form-control-file::-webkit-input-placeholder {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: transparent;
  opacity: 0; }

.floating-label .form-control:-ms-input-placeholder, .floating-label .custom-select:-ms-input-placeholder, .floating-label .form-control-file:-ms-input-placeholder {
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: transparent;
  opacity: 0; }

.floating-label .form-control::-ms-input-placeholder, .floating-label .custom-select::-ms-input-placeholder, .floating-label .form-control-file::-ms-input-placeholder {
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: transparent;
  opacity: 0; }

.floating-label .form-control::placeholder, .floating-label .custom-select::placeholder, .floating-label .form-control-file::placeholder {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: transparent;
  opacity: 0; }

@media (min-width: 576px) {
  .floating-label .form-control::-webkit-input-placeholder, .floating-label .custom-select::-webkit-input-placeholder, .floating-label .form-control-file::-webkit-input-placeholder {
    -webkit-transition-duration: 0.39s;
            transition-duration: 0.39s; }

  .floating-label .form-control:-ms-input-placeholder, .floating-label .custom-select:-ms-input-placeholder, .floating-label .form-control-file:-ms-input-placeholder {
    transition-duration: 0.39s; }

  .floating-label .form-control::-ms-input-placeholder, .floating-label .custom-select::-ms-input-placeholder, .floating-label .form-control-file::-ms-input-placeholder {
    transition-duration: 0.39s; }

  .floating-label .form-control::placeholder, .floating-label .custom-select::placeholder, .floating-label .form-control-file::placeholder {
    -webkit-transition-duration: 0.39s;
            transition-duration: 0.39s; } }
@media (min-width: 992px) {
  .floating-label .form-control::-webkit-input-placeholder, .floating-label .custom-select::-webkit-input-placeholder, .floating-label .form-control-file::-webkit-input-placeholder {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; }

  .floating-label .form-control:-ms-input-placeholder, .floating-label .custom-select:-ms-input-placeholder, .floating-label .form-control-file:-ms-input-placeholder {
    transition-duration: 0.2s; }

  .floating-label .form-control::-ms-input-placeholder, .floating-label .custom-select::-ms-input-placeholder, .floating-label .form-control-file::-ms-input-placeholder {
    transition-duration: 0.2s; }

  .floating-label .form-control::placeholder, .floating-label .custom-select::placeholder, .floating-label .form-control-file::placeholder {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .floating-label .form-control::-webkit-input-placeholder, .floating-label .custom-select::-webkit-input-placeholder, .floating-label .form-control-file::-webkit-input-placeholder {
    -webkit-transition: none;
    transition: none; }

  .floating-label .form-control:-ms-input-placeholder, .floating-label .custom-select:-ms-input-placeholder, .floating-label .form-control-file:-ms-input-placeholder {
    -webkit-transition: none;
    transition: none; }

  .floating-label .form-control::-ms-input-placeholder, .floating-label .custom-select::-ms-input-placeholder, .floating-label .form-control-file::-ms-input-placeholder {
    -webkit-transition: none;
    transition: none; }

  .floating-label .form-control::placeholder, .floating-label .custom-select::placeholder, .floating-label .form-control-file::placeholder {
    -webkit-transition: none;
    transition: none; } }
.floating-label-lg.has-value label, .input-group-lg > .has-value.floating-label label, .floating-label-lg.is-focused label, .input-group-lg > .is-focused.floating-label label {
  -webkit-transform: scale(0.41176);
  transform: scale(0.41176); }

.floating-label-lg label, .input-group-lg > .floating-label label {
  font-size: 2.125rem;
  line-height: 1.176471;
  top: 1.4999995625rem; }

.floating-label-lg .form-control, .input-group-lg > .floating-label .form-control, .floating-label-lg .custom-select, .input-group-lg > .floating-label .custom-select, .floating-label-lg .form-control-file, .input-group-lg > .floating-label .form-control-file {
  font-size: 2.125rem;
  line-height: 1.176471;
  padding: 0.625rem 0 calc(0.6249995625rem - 1px); }

.floating-label-lg select.form-control, .input-group-lg > .floating-label select.form-control, .floating-label-lg .custom-select, .input-group-lg > .floating-label .custom-select {
  padding-right: 1.5em; }

.floating-label-lg select.form-control[multiple], .input-group-lg > .floating-label select.form-control[multiple], .floating-label-lg select.form-control[size]:not([size='1']), .input-group-lg > .floating-label select.form-control[size]:not([size='1']), .floating-label-lg textarea.form-control:not([rows='1']), .input-group-lg > .floating-label textarea.form-control:not([rows='1']), .floating-label-lg .custom-select[multiple], .input-group-lg > .floating-label .custom-select[multiple], .floating-label-lg .custom-select[size]:not([size='1']), .input-group-lg > .floating-label .custom-select[size]:not([size='1']) {
  padding: 0.875rem 1rem calc(0.8749995625rem - 1px); }

.floating-label-sm.has-value label, .input-group-sm > .has-value.floating-label label, .floating-label-sm.is-focused label, .input-group-sm > .is-focused.floating-label label {
  -webkit-transform: scale(0.76923);
  transform: scale(0.76923); }

.floating-label-sm label, .input-group-sm > .floating-label label {
  font-size: 0.8125rem;
  line-height: 1.538462;
  top: 0.9999998125rem; }

.floating-label-sm .form-control, .input-group-sm > .floating-label .form-control, .floating-label-sm .custom-select, .input-group-sm > .floating-label .custom-select, .floating-label-sm .form-control-file, .input-group-sm > .floating-label .form-control-file {
  font-size: 0.8125rem;
  line-height: 1.538462;
  padding: 0.375rem 0 calc(0.3749998125rem - 1px); }

.floating-label-sm select.form-control, .input-group-sm > .floating-label select.form-control, .floating-label-sm .custom-select, .input-group-sm > .floating-label .custom-select {
  padding-right: 1.5em; }

.floating-label-sm select.form-control[multiple], .input-group-sm > .floating-label select.form-control[multiple], .floating-label-sm select.form-control[size]:not([size='1']), .input-group-sm > .floating-label select.form-control[size]:not([size='1']), .floating-label-sm textarea.form-control:not([rows='1']), .input-group-sm > .floating-label textarea.form-control:not([rows='1']), .floating-label-sm .custom-select[multiple], .input-group-sm > .floating-label .custom-select[multiple], .floating-label-sm .custom-select[size]:not([size='1']), .input-group-sm > .floating-label .custom-select[size]:not([size='1']) {
  padding: 0.75rem 0.75rem calc(0.7499998125rem - 1px); }

.floating-label.textfield-box {
  padding-top: 0; }

.floating-label.textfield-box.has-value label, .floating-label.textfield-box.is-focused label {
  line-height: 1;
  top: 0.5rem; }

.floating-label.textfield-box label {
  top: 1rem;
  left: 1rem; }

.floating-label.textfield-box .form-control, .floating-label.textfield-box .custom-select, .floating-label.textfield-box .form-control-file, .floating-label.textfield-box select.form-control[multiple], .floating-label.textfield-box select.form-control[size]:not([size='1']), .floating-label.textfield-box textarea.form-control:not([rows='1']), .floating-label.textfield-box .custom-select[multiple], .floating-label.textfield-box .custom-select[size]:not([size='1']) {
  padding-top: 1.5rem; }

.floating-label.textfield-box .form-control, .floating-label.textfield-box .custom-select, .floating-label.textfield-box .form-control-file {
  padding-bottom: calc(0.5rem - 1px); }

.floating-label-lg.textfield-box label, .input-group-lg > .textfield-box.floating-label label {
  top: 0.8749995625rem;
  left: 1rem; }

.floating-label-lg.textfield-box .form-control, .input-group-lg > .textfield-box.floating-label .form-control, .floating-label-lg.textfield-box .custom-select, .input-group-lg > .textfield-box.floating-label .custom-select, .floating-label-lg.textfield-box .form-control-file, .input-group-lg > .textfield-box.floating-label .form-control-file, .floating-label-lg.textfield-box select.form-control[multiple], .input-group-lg > .textfield-box.floating-label select.form-control[multiple], .floating-label-lg.textfield-box select.form-control[size]:not([size='1']), .input-group-lg > .textfield-box.floating-label select.form-control[size]:not([size='1']), .floating-label-lg.textfield-box textarea.form-control:not([rows='1']), .input-group-lg > .textfield-box.floating-label textarea.form-control:not([rows='1']), .floating-label-lg.textfield-box .custom-select[multiple], .input-group-lg > .textfield-box.floating-label .custom-select[multiple], .floating-label-lg.textfield-box .custom-select[size]:not([size='1']), .input-group-lg > .textfield-box.floating-label .custom-select[size]:not([size='1']) {
  padding-top: 1.249999125rem;
  padding-right: 1rem;
  padding-left: 1rem; }

.floating-label-lg.textfield-box select.form-control, .input-group-lg > .textfield-box.floating-label select.form-control, .floating-label-lg.textfield-box .custom-select, .input-group-lg > .textfield-box.floating-label .custom-select {
  padding-right: 1.5em; }

.floating-label-sm.textfield-box label, .input-group-sm > .textfield-box.floating-label label {
  top: 0.7499998125rem;
  left: 0.75rem; }

.floating-label-sm.textfield-box .form-control, .input-group-sm > .textfield-box.floating-label .form-control, .floating-label-sm.textfield-box .custom-select, .input-group-sm > .textfield-box.floating-label .custom-select, .floating-label-sm.textfield-box .form-control-file, .input-group-sm > .textfield-box.floating-label .form-control-file, .floating-label-sm.textfield-box select.form-control[multiple], .input-group-sm > .textfield-box.floating-label select.form-control[multiple], .floating-label-sm.textfield-box select.form-control[size]:not([size='1']), .input-group-sm > .textfield-box.floating-label select.form-control[size]:not([size='1']), .floating-label-sm.textfield-box textarea.form-control:not([rows='1']), .input-group-sm > .textfield-box.floating-label textarea.form-control:not([rows='1']), .floating-label-sm.textfield-box .custom-select[multiple], .input-group-sm > .textfield-box.floating-label .custom-select[multiple], .floating-label-sm.textfield-box .custom-select[size]:not([size='1']), .input-group-sm > .textfield-box.floating-label .custom-select[size]:not([size='1']) {
  padding-top: 0.999999625rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.floating-label-sm.textfield-box select.form-control, .input-group-sm > .textfield-box.floating-label select.form-control, .floating-label-sm.textfield-box .custom-select, .input-group-sm > .textfield-box.floating-label .custom-select {
  padding-right: 1.5em; }

.input-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: 100%; }

.input-group > .custom-file, .input-group > .custom-select, .input-group > .floating-label, .input-group > .form-control, .input-group > .form-control-file, .input-group > .textfield-box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: 0;
  width: 1%; }

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .floating-label, .input-group > .custom-file + .form-control, .input-group > .custom-file + .form-control-file, .input-group > .custom-file + .textfield-box, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .floating-label, .input-group > .custom-select + .form-control, .input-group > .custom-select + .form-control-file, .input-group > .custom-select + .textfield-box, .input-group > .floating-label + .custom-file, .input-group > .floating-label + .custom-select, .input-group > .floating-label + .floating-label, .input-group > .floating-label + .form-control, .input-group > .floating-label + .form-control-file, .input-group > .floating-label + .textfield-box, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .floating-label, .input-group > .form-control + .form-control, .input-group > .form-control + .form-control-file, .input-group > .form-control + .textfield-box, .input-group > .form-control-file + .custom-file, .input-group > .form-control-file + .custom-select, .input-group > .form-control-file + .floating-label, .input-group > .form-control-file + .form-control, .input-group > .form-control-file + .form-control-file, .input-group > .form-control-file + .textfield-box, .input-group > .textfield-box + .custom-file, .input-group > .textfield-box + .custom-select, .input-group > .textfield-box + .floating-label, .input-group > .textfield-box + .form-control, .input-group > .textfield-box + .form-control-file, .input-group > .textfield-box + .textfield-box {
  margin-left: 1rem; }

.input-group-append, .input-group-prepend {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.input-group-append .btn, .input-group-prepend .btn {
  min-width: 0; }

.input-group-append .btn + .btn, .input-group-prepend .btn + .btn {
  margin-left: -1px; }

.input-group-append {
  margin-left: 1rem; }

.input-group-prepend {
  margin-right: 1rem; }

.input-group-text {
  color: inherit;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
  white-space: nowrap; }

.input-group-text + .input-group-text {
  margin-left: 0.5rem; }

.input-group > .input-group-append > .btn:not(:first-of-type), .input-group > .input-group-prepend > .btn:not(:first-of-type) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .input-group-append > .btn:not(:last-of-type), .input-group > .input-group-prepend > .btn:not(:last-of-type) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-icon {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: rgba(0, 0, 0, 0.42);
  font-size: 1rem;
  margin-right: 1rem;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

@media (min-width: 576px) {
  .input-group-icon {
    -webkit-transition-duration: 0.39s;
            transition-duration: 0.39s; } }
@media (min-width: 992px) {
  .input-group-icon {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .input-group-icon {
    -webkit-transition: none;
    transition: none; } }
.input-group-icon:hover {
  color: rgba(0, 0, 0, 0.87); }

.floating-label.is-focused ~ .input-group-icon, .form-control:focus ~ .input-group-icon {
  color: #ff4081; }

.floating-label:not(.textfield-box) ~ .input-group-icon {
  margin-top: 0.75rem; }

.input-group-lg > .floating-label.has-value label, .input-group-lg > .floating-label.is-focused label {
  top: 0; }

.input-group-lg > .floating-label.textfield-box.has-value label, .input-group-lg > .floating-label.textfield-box.is-focused label {
  top: 0.5rem; }

.input-group-lg > .floating-label:not(.textfield-box) ~ .input-group-icon {
  margin-top: 0.875rem; }

.input-group-lg > .form-control, .input-group-lg > .custom-select, .input-group-lg > .form-control-file {
  font-size: 2.125rem;
  line-height: 1.176471;
  padding: 0.625rem 0 calc(0.6249995625rem - 1px); }

.input-group-lg > select.form-control, .input-group-lg > .custom-select {
  padding-right: 1.5em; }

.input-group-lg > select.form-control[multiple], .input-group-lg > select.form-control[size]:not([size='1']), .input-group-lg > textarea.form-control:not([rows='1']), .input-group-lg > .custom-select[multiple], .input-group-lg > .custom-select[size]:not([size='1']) {
  padding: 0.875rem 1rem calc(0.8749995625rem - 1px); }

.input-group-lg > .form-control[type='file'], .input-group-lg > .form-control-file {
  max-height: 4.25rem; }

.input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .input-group-text {
  font-size: 2.125rem;
  line-height: 1.176471; }

.input-group-lg > .input-group-icon {
  font-size: 2.125rem;
  line-height: 1.176471; }

.input-group-sm > .floating-label.has-value label, .input-group-sm > .floating-label.is-focused label {
  top: 0; }

.input-group-sm > .floating-label.textfield-box.has-value label, .input-group-sm > .floating-label.textfield-box.is-focused label {
  top: 0.5rem; }

.input-group-sm > .floating-label:not(.textfield-box) ~ .input-group-icon {
  margin-top: 0.625rem; }

.input-group-sm > .form-control, .input-group-sm > .custom-select, .input-group-sm > .form-control-file {
  font-size: 0.8125rem;
  line-height: 1.538462;
  padding: 0.375rem 0 calc(0.3749998125rem - 1px); }

.input-group-sm > select.form-control, .input-group-sm > .custom-select {
  padding-right: 1.5em; }

.input-group-sm > select.form-control[multiple], .input-group-sm > select.form-control[size]:not([size='1']), .input-group-sm > textarea.form-control:not([rows='1']), .input-group-sm > .custom-select[multiple], .input-group-sm > .custom-select[size]:not([size='1']) {
  padding: 0.75rem 0.75rem calc(0.7499998125rem - 1px); }

.input-group-sm > .form-control[type='file'], .input-group-sm > .form-control-file {
  max-height: 2.75rem; }

.input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .input-group-text {
  font-size: 0.8125rem;
  line-height: 1.538462; }

.input-group-sm > .input-group-icon {
  font-size: 0.8125rem;
  line-height: 1.538462; }

.navbar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(0, 0, 0, 0.87);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 3.5rem;
  padding: 0.625rem 1rem;
  position: relative; }

.navbar .form-control {
  border-radius: 2px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgba(0, 0, 0, 0.12);
  border: 0;
  color: inherit;
  opacity: 0.7;
  padding: 0.375rem 1rem; }

@media (min-width: 576px) {
  .navbar .form-control {
    -webkit-transition-duration: 0.39s;
            transition-duration: 0.39s; } }
@media (min-width: 992px) {
  .navbar .form-control {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .navbar .form-control {
    -webkit-transition: none;
    transition: none; } }
.navbar .form-control:focus, .navbar .form-control:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1; }

.navbar .form-control-lg {
  padding-top: 0.6249995625rem;
  padding-bottom: 0.6249995625rem; }

.navbar .form-control-sm {
  padding-top: 0.3749998125rem;
  padding-bottom: 0.3749998125rem; }

.navbar .input-group {
  border-radius: 2px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgba(0, 0, 0, 0.12);
  opacity: 0.7; }

@media (min-width: 576px) {
  .navbar .input-group {
    -webkit-transition-duration: 0.39s;
            transition-duration: 0.39s; } }
@media (min-width: 992px) {
  .navbar .input-group {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .navbar .input-group {
    -webkit-transition: none;
    transition: none; } }
.navbar .input-group:focus, .navbar .input-group:hover {
  opacity: 1; }

.navbar .input-group .form-control {
  background-color: transparent;
  opacity: 1; }

.navbar .input-group .form-control:not(:first-child) {
  padding-left: 0; }

.navbar .input-group .form-control:not(:last-child) {
  padding-right: 0; }

.navbar .input-group .input-group-append {
  margin-left: 0;
  min-width: 0; }

.navbar .input-group .input-group-prepend {
  margin-right: 0;
  min-width: 0; }

.navbar .input-group .input-group-text {
  margin-right: 1rem;
  margin-left: 1rem; }

.navbar .input-group-lg > .form-control {
  padding-top: 0.6249995625rem;
  padding-bottom: 0.6249995625rem; }

.navbar .input-group-sm > .form-control {
  padding-top: 0.3749998125rem;
  padding-bottom: 0.3749998125rem; }

.navbar .nav-tabs {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }

.navbar .nav-tabs .nav-link {
  min-height: 3.5rem;
  padding-top: 1.3125rem;
  padding-bottom: 1.3125rem; }

.navbar > .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.navbar-dark {
  color: white; }

.navbar-dark .form-control, .navbar-dark .input-group, .navbar-dark .navbar-brand::before, .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-toggler::before {
  background-color: rgba(255, 255, 255, 0.12); }

.navbar-dark .form-control::-webkit-input-placeholder, .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.5); }

.navbar-dark .form-control:-ms-input-placeholder, .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.5); }

.navbar-dark .form-control::-ms-input-placeholder, .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.5); }

.navbar-dark .form-control::placeholder, .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.5); }

.navbar-fixed-bottom, .navbar-fixed-top {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  right: 0;
  left: 0;
  z-index: 40; }

.navbar-fixed-bottom {
  bottom: 0; }

.navbar-fixed-top {
  top: 0; }

.navbar-full {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 40; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .navbar-sticky-top {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 40; } }
.toolbar-waterfall {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: background-color, -webkit-box-shadow;
  transition-property: background-color, -webkit-box-shadow;
  transition-property: background-color, box-shadow;
  transition-property: background-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 40; }

@media (min-width: 576px) {
  .toolbar-waterfall {
    -webkit-transition-duration: 0.39s;
            transition-duration: 0.39s; } }
@media (min-width: 992px) {
  .toolbar-waterfall {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .toolbar-waterfall {
    -webkit-transition: none;
    transition: none; } }
.toolbar-waterfall.waterfall {
  background-color: #9c27b0;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  position: fixed; }

.navbar-brand {
  font-size: 1.428571rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 2.25rem;
  position: relative;
  white-space: nowrap; }

.navbar-brand:active, .navbar-brand:focus, .navbar-brand:hover {
  color: inherit;
  text-decoration: none; }

.navbar-brand::before {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgba(0, 0, 0, 0.12);
  content: '';
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  right: -0.5rem;
  bottom: 0;
  left: -0.5rem; }

@media (min-width: 576px) {
  .navbar-brand::before {
    -webkit-transition-duration: 0.39s;
            transition-duration: 0.39s; } }
@media (min-width: 992px) {
  .navbar-brand::before {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .navbar-brand::before {
    -webkit-transition: none;
    transition: none; } }
.navbar-brand:focus {
  outline: 0; }

.navbar-brand:focus::before {
  opacity: 1; }

.navbar-brand:not(:first-child) {
  margin-left: 1rem; }

.navbar-brand:not(:last-child) {
  margin-right: 1rem; }

.navbar-text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 2.25rem; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0; }

.navbar-nav .nav-link {
  border-radius: 2px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: background-color, opacity;
  transition-property: background-color, opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: inherit;
  font-size: 1rem;
  height: 2.25rem;
  line-height: 1;
  opacity: 0.7;
  padding: 0.625rem 1rem; }

@media (min-width: 576px) {
  .navbar-nav .nav-link {
    -webkit-transition-duration: 0.39s;
            transition-duration: 0.39s; } }
@media (min-width: 992px) {
  .navbar-nav .nav-link {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .navbar-nav .nav-link {
    -webkit-transition: none;
    transition: none; } }
.navbar-nav .nav-link:active, .navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.12);
  opacity: 1; }

.navbar-nav .nav-link.active, .navbar-nav .nav-link.disabled {
  opacity: 1; }

.navbar-nav .nav-link.disabled {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.38); }

.navbar-nav .nav-link:focus {
  outline: 0; }

.navbar-nav .active > .nav-link, .navbar-nav .show > .nav-link {
  opacity: 1; }

.navbar-nav .show > .nav-link {
  background-color: rgba(0, 0, 0, 0.12); }

.navbar-collapse {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }

  .navbar-expand-sm .navbar-toggler {
    display: none; }

  .navbar-expand-sm .navbar-toggler:first-child + .navbar-brand {
    margin-left: 0; }

  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }

  .navbar-expand-md .navbar-toggler {
    display: none; }

  .navbar-expand-md .navbar-toggler:first-child + .navbar-brand {
    margin-left: 0; }

  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }

  .navbar-expand-lg .navbar-toggler {
    display: none; }

  .navbar-expand-lg .navbar-toggler:first-child + .navbar-brand {
    margin-left: 0; }

  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }

  .navbar-expand-xl .navbar-toggler {
    display: none; }

  .navbar-expand-xl .navbar-toggler:first-child + .navbar-brand {
    margin-left: 0; }

  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0; }

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto; }

.navbar-expand .navbar-toggler {
  display: none; }

.navbar-expand .navbar-toggler:first-child + .navbar-brand {
  margin-left: 0; }

.navbar-expand > .container, .navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.navbar-toggler {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: 0;
  border-radius: 50%;
  color: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 2.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 0;
  position: relative;
  width: 2.25rem; }

.navbar-toggler:active, .navbar-toggler:focus, .navbar-toggler:hover {
  color: inherit;
  text-decoration: none; }

.navbar-toggler:active::before, .navbar-toggler:focus::before, .navbar-toggler:hover::before {
  opacity: 1; }

.navbar-toggler::before {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  content: '';
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

@media (min-width: 576px) {
  .navbar-toggler::before {
    -webkit-transition-duration: 0.39s;
            transition-duration: 0.39s; } }
@media (min-width: 992px) {
  .navbar-toggler::before {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .navbar-toggler::before {
    -webkit-transition: none;
    transition: none; } }
.navbar-toggler:focus {
  outline: 0; }

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer; }

.navbar-toggler-icon {
  font-size: 1.5em;
  line-height: 0.6666666667em;
  vertical-align: -0.3453690549em;
  font-family: 'Material Icons';
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  display: block; }

.navbar-toggler-icon::before {
  content: "menu"; }

.tooltip {
  text-align: left;
  text-align: start;
  font-family: "Open Sans", "Helvetica", "sans-serif";
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428572;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  display: block;
  font-size: 0.875rem;
  line-height: 1.428572;
  margin: 1.5rem;
  opacity: 0;
  position: absolute;
  word-break: break-word;
  z-index: 240; }

[dir='rtl'] .tooltip {
  text-align: right;
  text-align: start; }

@media (min-width: 768px) {
  .tooltip {
    font-size: 0.625rem;
    margin: 0.875rem; } }
.tooltip.show {
  opacity: 0.9; }

.tooltip.show .tooltip-inner {
  -webkit-transform: scale(1);
  transform: scale(1); }

.tooltip-inner {
  border-radius: 2px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #616161;
  color: white;
  padding: 0.37499975rem 1rem;
  text-align: center;
  -webkit-transform: scale(0.87);
  transform: scale(0.87); }

@media (min-width: 576px) {
  .tooltip-inner {
    -webkit-transition-duration: 0.39s;
            transition-duration: 0.39s; } }
@media (min-width: 992px) {
  .tooltip-inner {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; } }
@media screen and (prefers-reduced-motion: reduce) {
  .tooltip-inner {
    -webkit-transition: none;
    transition: none; } }
@media (min-width: 768px) {
  .tooltip-inner {
    padding: 0.24107125rem 0.5rem; } }
.align-top {
  vertical-align: top !important; }

.align-text-top {
  vertical-align: text-top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-baseline {
  vertical-align: baseline !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-bottom {
  vertical-align: bottom !important; }

.border {
  border: 1px solid rgba(0, 0, 0, 0.12) !important; }

.border-0 {
  border: 0 !important; }

.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.12) !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.12) !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.12) !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-black {
  border-color: #000000 !important; }

.border-black-primary {
  border-color: rgba(0, 0, 0, 0.87) !important; }

.border-black-secondary {
  border-color: rgba(0, 0, 0, 0.54) !important; }

.border-black-hint {
  border-color: rgba(0, 0, 0, 0.38) !important; }

.border-black-divider {
  border-color: rgba(0, 0, 0, 0.12) !important; }

.border-white {
  border-color: #ffffff !important; }

.border-white-primary {
  border-color: white !important; }

.border-white-secondary {
  border-color: rgba(255, 255, 255, 0.7) !important; }

.border-white-hint {
  border-color: rgba(255, 255, 255, 0.5) !important; }

.border-white-divider {
  border-color: rgba(255, 255, 255, 0.12) !important; }

.border-primary {
  border-color: #9c27b0 !important; }

.border-secondary {
  border-color: #ff4081 !important; }

.border-danger {
  border-color: #f44336 !important; }

.border-info {
  border-color: #2196f3 !important; }

.border-success {
  border-color: #4caf50 !important; }

.border-warning {
  border-color: #ff9800 !important; }

.border-dark {
  border-color: #424242 !important; }

.border-light {
  border-color: #f5f5f5 !important; }

.rounded {
  border-radius: 2px; }

.rounded-0 {
  border-radius: 0; }

.rounded-circle {
  border-radius: 50%; }

.rounded-top {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.rounded-right {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }

.rounded-bottom {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.rounded-left {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px; }

.bg-dark-1 {
  background-color: #000000 !important; }

.bg-dark-2 {
  background-color: #212121 !important; }

.bg-dark-3 {
  background-color: #303030 !important; }

.bg-dark-4 {
  background-color: #424242 !important; }

.bg-light-1 {
  background-color: #e0e0e0 !important; }

.bg-light-2 {
  background-color: #f5f5f5 !important; }

.bg-light-3 {
  background-color: #fafafa !important; }

.bg-light-4 {
  background-color: #ffffff !important; }

.bg-transparent {
  background-color: transparent !important; }

.bg-white {
  background-color: #ffffff !important; }

a.bg-primary:active, a.bg-primary:focus, a.bg-primary:hover {
  background-color: #7b1fa2 !important; }

.bg-primary {
  background-color: #9c27b0 !important; }

a.bg-secondary:active, a.bg-secondary:focus, a.bg-secondary:hover {
  background-color: #f50057 !important; }

.bg-secondary {
  background-color: #ff4081 !important; }

a.bg-danger:active, a.bg-danger:focus, a.bg-danger:hover {
  background-color: #d32f2f !important; }

.bg-danger {
  background-color: #f44336 !important; }

a.bg-info:active, a.bg-info:focus, a.bg-info:hover {
  background-color: #1976d2 !important; }

.bg-info {
  background-color: #2196f3 !important; }

a.bg-success:active, a.bg-success:focus, a.bg-success:hover {
  background-color: #388e3c !important; }

.bg-success {
  background-color: #4caf50 !important; }

a.bg-warning:active, a.bg-warning:focus, a.bg-warning:hover {
  background-color: #f57c00 !important; }

.bg-warning {
  background-color: #ff9800 !important; }

a.bg-dark:active, a.bg-dark:focus, a.bg-dark:hover {
  background-color: #212121 !important; }

.bg-dark {
  background-color: #424242 !important; }

a.bg-light:active, a.bg-light:focus, a.bg-light:hover {
  background-color: #e0e0e0 !important; }

.bg-light {
  background-color: #f5f5f5 !important; }

.bg-primary-dark {
  background-color: #7b1fa2 !important; }

.bg-primary-light {
  background-color: #e1bee7 !important; }

.bg-secondary-dark {
  background-color: #f50057 !important; }

.bg-secondary-light {
  background-color: #ff80ab !important; }

.clearfix::after {
  clear: both;
  content: '';
  display: table; }

.d-block {
  display: block !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

.d-none {
  display: none !important; }

.d-table {
  display: table !important; }

.d-table-cell {
  display: table-cell !important; }

.d-table-row {
  display: table-row !important; }

@media (min-width: 576px) {
  .d-sm-block {
    display: block !important; }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }

  .d-sm-none {
    display: none !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-table-row {
    display: table-row !important; } }
@media (min-width: 768px) {
  .d-md-block {
    display: block !important; }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }

  .d-md-none {
    display: none !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-table-row {
    display: table-row !important; } }
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important; }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }

  .d-lg-none {
    display: none !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-table-row {
    display: table-row !important; } }
@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important; }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }

  .d-xl-none {
    display: none !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-table-row {
    display: table-row !important; } }
@media print {
  .d-print-block {
    display: block !important; }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }

  .d-print-none {
    display: none !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-table-row {
    display: table-row !important; } }
.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

@media (min-width: 576px) {
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }

  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }

  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }

  .order-sm-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; } }
@media (min-width: 768px) {
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }

  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }

  .order-md-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; } }
@media (min-width: 992px) {
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }

  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }

  .order-lg-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; } }
@media (min-width: 1200px) {
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }

  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }

  .order-xl-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; } }
.float-left {
  float: left !important; }

.float-none {
  float: none !important; }

.float-right {
  float: right !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }

  .float-sm-none {
    float: none !important; }

  .float-sm-right {
    float: right !important; } }
@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }

  .float-md-none {
    float: none !important; }

  .float-md-right {
    float: right !important; } }
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }

  .float-lg-none {
    float: none !important; }

  .float-lg-right {
    float: right !important; } }
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }

  .float-xl-none {
    float: none !important; }

  .float-xl-right {
    float: right !important; } }
.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-relative {
  position: relative !important; }

.position-static {
  position: static !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 40; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 40; } }
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto; }

.shadow {
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px 0 rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px 0 rgba(0, 0, 0, 0.2) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.shadow-sm {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important; }

.shadow-24 {
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px 0 rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px 0 rgba(0, 0, 0, 0.2) !important; }

.shadow-16 {
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px 0 rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px 0 rgba(0, 0, 0, 0.2) !important; }

.shadow-12 {
  -webkit-box-shadow: 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 7px 8px 0 rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 7px 8px 0 rgba(0, 0, 0, 0.2) !important; }

.shadow-8 {
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2) !important; }

.shadow-6 {
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px 0 rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px 0 rgba(0, 0, 0, 0.2) !important; }

.shadow-4 {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.2) !important; }

.shadow-2 {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important; }

.shadow-1 {
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2) !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.mh-100 {
  max-height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mr-1 {
  margin-right: 0.25rem !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.ml-1 {
  margin-left: 0.25rem !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mr-3 {
  margin-right: 1rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.ml-3 {
  margin-left: 1rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mr-4 {
  margin-right: 1.5rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.ml-4 {
  margin-left: 1.5rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mr-5 {
  margin-right: 3rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.ml-5 {
  margin-left: 3rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pr-1 {
  padding-right: 0.25rem !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pl-1 {
  padding-left: 0.25rem !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pr-2 {
  padding-right: 0.5rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pl-2 {
  padding-left: 0.5rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pr-3 {
  padding-right: 1rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pl-3 {
  padding-left: 1rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pr-4 {
  padding-right: 1.5rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pl-4 {
  padding-left: 1.5rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pr-5 {
  padding-right: 3rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.pl-5 {
  padding-left: 3rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto {
  margin-top: auto !important; }

.mr-auto {
  margin-right: auto !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-auto {
  margin-left: auto !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }

  .mt-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0 {
    margin-left: 0 !important; }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .m-sm-1 {
    margin: 0.25rem !important; }

  .mt-sm-1 {
    margin-top: 0.25rem !important; }

  .mr-sm-1 {
    margin-right: 0.25rem !important; }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }

  .ml-sm-1 {
    margin-left: 0.25rem !important; }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  .m-sm-2 {
    margin: 0.5rem !important; }

  .mt-sm-2 {
    margin-top: 0.5rem !important; }

  .mr-sm-2 {
    margin-right: 0.5rem !important; }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-2 {
    margin-left: 0.5rem !important; }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .m-sm-3 {
    margin: 1rem !important; }

  .mt-sm-3 {
    margin-top: 1rem !important; }

  .mr-sm-3 {
    margin-right: 1rem !important; }

  .mb-sm-3 {
    margin-bottom: 1rem !important; }

  .ml-sm-3 {
    margin-left: 1rem !important; }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .m-sm-4 {
    margin: 1.5rem !important; }

  .mt-sm-4 {
    margin-top: 1.5rem !important; }

  .mr-sm-4 {
    margin-right: 1.5rem !important; }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-4 {
    margin-left: 1.5rem !important; }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .m-sm-5 {
    margin: 3rem !important; }

  .mt-sm-5 {
    margin-top: 3rem !important; }

  .mr-sm-5 {
    margin-right: 3rem !important; }

  .mb-sm-5 {
    margin-bottom: 3rem !important; }

  .ml-sm-5 {
    margin-left: 3rem !important; }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0 {
    padding-left: 0 !important; }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem !important; }

  .pt-sm-1 {
    padding-top: 0.25rem !important; }

  .pr-sm-1 {
    padding-right: 0.25rem !important; }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1 {
    padding-left: 0.25rem !important; }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

  .pt-sm-2 {
    padding-top: 0.5rem !important; }

  .pr-sm-2 {
    padding-right: 0.5rem !important; }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-2 {
    padding-left: 0.5rem !important; }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .p-sm-3 {
    padding: 1rem !important; }

  .pt-sm-3 {
    padding-top: 1rem !important; }

  .pr-sm-3 {
    padding-right: 1rem !important; }

  .pb-sm-3 {
    padding-bottom: 1rem !important; }

  .pl-sm-3 {
    padding-left: 1rem !important; }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .p-sm-4 {
    padding: 1.5rem !important; }

  .pt-sm-4 {
    padding-top: 1.5rem !important; }

  .pr-sm-4 {
    padding-right: 1.5rem !important; }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-4 {
    padding-left: 1.5rem !important; }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .p-sm-5 {
    padding: 3rem !important; }

  .pt-sm-5 {
    padding-top: 3rem !important; }

  .pr-sm-5 {
    padding-right: 3rem !important; }

  .pb-sm-5 {
    padding-bottom: 3rem !important; }

  .pl-sm-5 {
    padding-left: 3rem !important; }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto {
    margin-left: auto !important; }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0 {
    margin-top: 0 !important; }

  .mr-md-0 {
    margin-right: 0 !important; }

  .mb-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0 {
    margin-left: 0 !important; }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .m-md-1 {
    margin: 0.25rem !important; }

  .mt-md-1 {
    margin-top: 0.25rem !important; }

  .mr-md-1 {
    margin-right: 0.25rem !important; }

  .mb-md-1 {
    margin-bottom: 0.25rem !important; }

  .ml-md-1 {
    margin-left: 0.25rem !important; }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem !important; }

  .mt-md-2 {
    margin-top: 0.5rem !important; }

  .mr-md-2 {
    margin-right: 0.5rem !important; }

  .mb-md-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-2 {
    margin-left: 0.5rem !important; }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .m-md-3 {
    margin: 1rem !important; }

  .mt-md-3 {
    margin-top: 1rem !important; }

  .mr-md-3 {
    margin-right: 1rem !important; }

  .mb-md-3 {
    margin-bottom: 1rem !important; }

  .ml-md-3 {
    margin-left: 1rem !important; }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .m-md-4 {
    margin: 1.5rem !important; }

  .mt-md-4 {
    margin-top: 1.5rem !important; }

  .mr-md-4 {
    margin-right: 1.5rem !important; }

  .mb-md-4 {
    margin-bottom: 1.5rem !important; }

  .ml-md-4 {
    margin-left: 1.5rem !important; }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .m-md-5 {
    margin: 3rem !important; }

  .mt-md-5 {
    margin-top: 3rem !important; }

  .mr-md-5 {
    margin-right: 3rem !important; }

  .mb-md-5 {
    margin-bottom: 3rem !important; }

  .ml-md-5 {
    margin-left: 3rem !important; }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0 {
    padding-top: 0 !important; }

  .pr-md-0 {
    padding-right: 0 !important; }

  .pb-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0 {
    padding-left: 0 !important; }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .p-md-1 {
    padding: 0.25rem !important; }

  .pt-md-1 {
    padding-top: 0.25rem !important; }

  .pr-md-1 {
    padding-right: 0.25rem !important; }

  .pb-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1 {
    padding-left: 0.25rem !important; }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .pt-md-2 {
    padding-top: 0.5rem !important; }

  .pr-md-2 {
    padding-right: 0.5rem !important; }

  .pb-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2 {
    padding-left: 0.5rem !important; }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem !important; }

  .pt-md-3 {
    padding-top: 1rem !important; }

  .pr-md-3 {
    padding-right: 1rem !important; }

  .pb-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3 {
    padding-left: 1rem !important; }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem !important; }

  .pt-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4 {
    padding-left: 1.5rem !important; }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem !important; }

  .pt-md-5 {
    padding-top: 3rem !important; }

  .pr-md-5 {
    padding-right: 3rem !important; }

  .pb-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5 {
    padding-left: 3rem !important; }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto {
    margin-top: auto !important; }

  .mr-md-auto {
    margin-right: auto !important; }

  .mb-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto {
    margin-left: auto !important; }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0 {
    margin-left: 0 !important; }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem !important; }

  .mt-lg-1 {
    margin-top: 0.25rem !important; }

  .mr-lg-1 {
    margin-right: 0.25rem !important; }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-1 {
    margin-left: 0.25rem !important; }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem !important; }

  .mt-lg-2 {
    margin-top: 0.5rem !important; }

  .mr-lg-2 {
    margin-right: 0.5rem !important; }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-2 {
    margin-left: 0.5rem !important; }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem !important; }

  .mt-lg-3 {
    margin-top: 1rem !important; }

  .mr-lg-3 {
    margin-right: 1rem !important; }

  .mb-lg-3 {
    margin-bottom: 1rem !important; }

  .ml-lg-3 {
    margin-left: 1rem !important; }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .m-lg-4 {
    margin: 1.5rem !important; }

  .mt-lg-4 {
    margin-top: 1.5rem !important; }

  .mr-lg-4 {
    margin-right: 1.5rem !important; }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-4 {
    margin-left: 1.5rem !important; }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .m-lg-5 {
    margin: 3rem !important; }

  .mt-lg-5 {
    margin-top: 3rem !important; }

  .mr-lg-5 {
    margin-right: 3rem !important; }

  .mb-lg-5 {
    margin-bottom: 3rem !important; }

  .ml-lg-5 {
    margin-left: 3rem !important; }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0 {
    padding-left: 0 !important; }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .pt-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1 {
    padding-left: 0.25rem !important; }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2 {
    padding-left: 0.5rem !important; }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem !important; }

  .pt-lg-3 {
    padding-top: 1rem !important; }

  .pr-lg-3 {
    padding-right: 1rem !important; }

  .pb-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3 {
    padding-left: 1rem !important; }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .pt-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4 {
    padding-left: 1.5rem !important; }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem !important; }

  .pt-lg-5 {
    padding-top: 3rem !important; }

  .pr-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5 {
    padding-left: 3rem !important; }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto {
    margin-left: auto !important; }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }

  .mt-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0 {
    margin-left: 0 !important; }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .m-xl-1 {
    margin: 0.25rem !important; }

  .mt-xl-1 {
    margin-top: 0.25rem !important; }

  .mr-xl-1 {
    margin-right: 0.25rem !important; }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xl-1 {
    margin-left: 0.25rem !important; }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  .m-xl-2 {
    margin: 0.5rem !important; }

  .mt-xl-2 {
    margin-top: 0.5rem !important; }

  .mr-xl-2 {
    margin-right: 0.5rem !important; }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xl-2 {
    margin-left: 0.5rem !important; }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .m-xl-3 {
    margin: 1rem !important; }

  .mt-xl-3 {
    margin-top: 1rem !important; }

  .mr-xl-3 {
    margin-right: 1rem !important; }

  .mb-xl-3 {
    margin-bottom: 1rem !important; }

  .ml-xl-3 {
    margin-left: 1rem !important; }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .m-xl-4 {
    margin: 1.5rem !important; }

  .mt-xl-4 {
    margin-top: 1.5rem !important; }

  .mr-xl-4 {
    margin-right: 1.5rem !important; }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xl-4 {
    margin-left: 1.5rem !important; }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .m-xl-5 {
    margin: 3rem !important; }

  .mt-xl-5 {
    margin-top: 3rem !important; }

  .mr-xl-5 {
    margin-right: 3rem !important; }

  .mb-xl-5 {
    margin-bottom: 3rem !important; }

  .ml-xl-5 {
    margin-left: 3rem !important; }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0 {
    padding-left: 0 !important; }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .pt-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1 {
    padding-left: 0.25rem !important; }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .pt-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2 {
    padding-left: 0.5rem !important; }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem !important; }

  .pt-xl-3 {
    padding-top: 1rem !important; }

  .pr-xl-3 {
    padding-right: 1rem !important; }

  .pb-xl-3 {
    padding-bottom: 1rem !important; }

  .pl-xl-3 {
    padding-left: 1rem !important; }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem !important; }

  .pt-xl-4 {
    padding-top: 1.5rem !important; }

  .pr-xl-4 {
    padding-right: 1.5rem !important; }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-4 {
    padding-left: 1.5rem !important; }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem !important; }

  .pt-xl-5 {
    padding-top: 3rem !important; }

  .pr-xl-5 {
    padding-right: 3rem !important; }

  .pb-xl-5 {
    padding-bottom: 3rem !important; }

  .pl-xl-5 {
    padding-left: 3rem !important; }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto {
    margin-left: auto !important; }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }
.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-center {
  text-align: center !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

@media (min-width: 576px) {
  .text-sm-center {
    text-align: center !important; }

  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; } }
@media (min-width: 768px) {
  .text-md-center {
    text-align: center !important; }

  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; } }
@media (min-width: 992px) {
  .text-lg-center {
    text-align: center !important; }

  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; } }
@media (min-width: 1200px) {
  .text-xl-center {
    text-align: center !important; }

  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; } }
.text-black {
  color: #000000 !important; }

.text-black-primary {
  color: rgba(0, 0, 0, 0.87) !important; }

.text-black-secondary {
  color: rgba(0, 0, 0, 0.54) !important; }

.text-black-hint {
  color: rgba(0, 0, 0, 0.38) !important; }

.text-black-divider {
  color: rgba(0, 0, 0, 0.12) !important; }

.text-white {
  color: #ffffff !important; }

.text-white-primary {
  color: white !important; }

.text-white-secondary {
  color: rgba(255, 255, 255, 0.7) !important; }

.text-white-hint {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-white-divider {
  color: rgba(255, 255, 255, 0.12) !important; }

.text-muted {
  color: rgba(0, 0, 0, 0.38) !important; }

a.text-primary:active, a.text-primary:focus, a.text-primary:hover {
  color: #7b1fa2 !important; }

.text-primary {
  color: #9c27b0 !important; }

a.text-secondary:active, a.text-secondary:focus, a.text-secondary:hover {
  color: #f50057 !important; }

.text-secondary {
  color: #ff4081 !important; }

a.text-danger:active, a.text-danger:focus, a.text-danger:hover {
  color: #d32f2f !important; }

.text-danger {
  color: #f44336 !important; }

a.text-info:active, a.text-info:focus, a.text-info:hover {
  color: #1976d2 !important; }

.text-info {
  color: #2196f3 !important; }

a.text-success:active, a.text-success:focus, a.text-success:hover {
  color: #388e3c !important; }

.text-success {
  color: #4caf50 !important; }

a.text-warning:active, a.text-warning:focus, a.text-warning:hover {
  color: #f57c00 !important; }

.text-warning {
  color: #ff9800 !important; }

a.text-dark:active, a.text-dark:focus, a.text-dark:hover {
  color: #212121 !important; }

.text-dark {
  color: #424242 !important; }

a.text-light:active, a.text-light:focus, a.text-light:hover {
  color: #e0e0e0 !important; }

.text-light {
  color: #f5f5f5 !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-body {
  color: rgba(0, 0, 0, 0.87) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-monospace {
  font-family: "Roboto Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.font-italic {
  font-style: italic; }

.font-weight-bold, .font-weight-medium {
  font-weight: 500; }

.font-weight-light {
  font-weight: 300; }

.font-weight-normal, .font-weight-regular {
  font-weight: 400; }

.text-hide {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.invisible {
  visibility: hidden !important; }

.visible {
  visibility: visible !important; }

.material-icons {
  font-size: 1.5em;
  line-height: 0.6666666667em;
  vertical-align: -0.3453690549em; }

.material-icons-inline {
  font-size: inherit;
  line-height: 1; }

@media print {
  @page {
    size: a3; }
  *, *::after, *::before {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }

  a:not(.btn) {
    text-decoration: underline; }

  abbr[title]::after {
    content: ' (" attr(title) ") '; }

  blockquote {
    page-break-inside: avoid; }

  body {
    min-width: 992px !important; }

  h2, h3, p {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-inside: avoid; }

  img {
    page-break-inside: avoid; }

  pre {
    page-break-inside: avoid;
    white-space: pre-wrap !important; }

  thead {
    display: table-header-group; }

  tr {
    page-break-inside: avoid; }

  .card {
    border: 1px solid #e1e1e1; }

  .container {
    min-width: 992px !important; }

  .dropdown-menu {
    border: 1px solid #e1e1e1; }

  .list-group-item {
    border: 1px solid #e1e1e1;
    margin-bottom: -1px; }

  .list-group-item:last-child {
    margin-bottom: 0; }

  .list-group-flush:first-child .list-group-item:first-child {
    border-top: 0; }

  .list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0; }

  .list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0; }

  .nav-tabs {
    border-bottom: 1px solid #e1e1e1; }

  .navbar {
    display: none; }

  .popover {
    border: 1px solid #e1e1e1; }

  .table td, .table th {
    background-color: #ffffff !important; }

  .table-bordered {
    border: 1px solid #e1e1e1; }

  .table-dark {
    color: inherit; }

  .table-dark td, .table-dark th, .table-dark .table {
    border-color: #e1e1e1; }

  .table .thead-dark td, .table .thead-dark th {
    color: inherit; } }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 /*!
* Font Awesome Free 5.0.13 by @fontawesome - http://fontawesome.com
* License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("/assets/font-awesome/fa-solid-900-630789ec9adb68d712fe066fc9017ffe23a9436e4c2fbe0c67bcba3f10c4654e.eot");
  src: url("/assets/font-awesome/fa-solid-900-630789ec9adb68d712fe066fc9017ffe23a9436e4c2fbe0c67bcba3f10c4654e.eot#iefix") format("embedded-opentype"), url("/assets/font-awesome/fa-solid-900-cbbca7d9888b4a9eab7d479756d2924f9b067fd38dab376797029df741f96ee4.woff2") format("woff2"), url("/assets/font-awesome/fa-solid-900-b1d148fe2137ae4722dc1616aa49b6c4a5c9a12a55cae9e37669ccf64e69358a.woff") format("woff"), url("/assets/font-awesome/fa-solid-900-3bed33cbdc3d01540acd4c0aacda1b53943b5d94a09c6b341aa643395a19305f.ttf") format("truetype"), url("/assets/font-awesome/fa-solid-900-e32c846f9f76d3a2a49f330f667eaee5e43b72b7172e6f0c0e7cf3788527ec07.svg#fontawesome") format("svg"); }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font-awesome/fa-regular-400-1b877a227db35fbd333d4554868e9abeb82e9237fa88a0782c334b731566746d.eot");
  src: url("/assets/font-awesome/fa-regular-400-1b877a227db35fbd333d4554868e9abeb82e9237fa88a0782c334b731566746d.eot#iefix") format("embedded-opentype"), url("/assets/font-awesome/fa-regular-400-1b4c97a2809cdb53153139544e1f5db34e4917c8f01d2dd94cb9519e24e1ab3c.woff2") format("woff2"), url("/assets/font-awesome/fa-regular-400-713e12eb1790cdab48b8acdde51e7be77aeae1d511c4afbc5eb26df18c9e17fd.woff") format("woff"), url("/assets/font-awesome/fa-regular-400-1888aa9fb6c7e689c1d40eb538579ca7e3bfd6dd65441b098b2fdef3c28ca6d2.ttf") format("truetype"), url("/assets/font-awesome/fa-regular-400-d5dd372ed174e7e60e40578d26c4550527a161f598014f6009ac03386338ccc6.svg#fontawesome") format("svg"); }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("/assets/font-awesome/fa-brands-400-b9f408282b1ba37d24eb9bce8eb5ecb90aa6802abf2a8425b0952c65d3abec75.eot");
  src: url("/assets/font-awesome/fa-brands-400-b9f408282b1ba37d24eb9bce8eb5ecb90aa6802abf2a8425b0952c65d3abec75.eot#iefix") format("embedded-opentype"), url("/assets/font-awesome/fa-brands-400-1ddd3b7b68a96da02979f972e4e9a8b6af63b5a17c75d7c7e0e3901d9f3a729c.woff2") format("woff2"), url("/assets/font-awesome/fa-brands-400-d0ff0e47b15c12b05b906f3892cd355fc61caff78ecd5e636740419c7435831d.woff") format("woff"), url("/assets/font-awesome/fa-brands-400-5864e7617609c6173b0bf22658dfcd9d69ef75526cd1d33fe10b5bf05be81f9d.ttf") format("truetype"), url("/assets/font-awesome/fa-brands-400-34022fba1218b221d0a13ce5b450d5538a4140ff5de47ff8f613404f28339e52.svg#fontawesome") format("svg"); }
.fa, .fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fab {
  font-family: 'Font Awesome 5 Brands'; }

.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; }

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }

.fa-ul > li {
  position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-aws:before {
  content: "\f375"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-moon:before {
  content: "\f186"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-plane:before {
  content: "\f072"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-train:before {
  content: "\f238"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.alert {
  margin: 0;
  text-align: center;
  color: white; }

.alert-info {
  background: #32B796; }

.alert-warning {
  background: #EE5F5B; }

.navbar-wagon {
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.07), 0 1px 0 0 rgba(0, 0, 0, 0.03);
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.07), 0 1px 0 0 rgba(0, 0, 0, 0.03);
  background: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 40px;
  padding: 0px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.navbar-wagon-brand img {
  height: 50px; }

.navbar-wagon .avatar {
  height: 35px;
  width: 35px;
  border-radius: 50%; }

.navbar-wagon-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.navbar-wagon-item {
  cursor: pointer;
  padding: 0 20px; }

.navbar-wagon-link {
  color: #616668;
  font-size: 14px; }

.navbar-wagon-link:hover {
  color: #da552f;
  text-decoration: none; }

.navbar-wagon-dropdown-menu {
  margin-top: 15px;
  -webkit-box-shadow: 1px 1px 4px #E6E6E6;
          box-shadow: 1px 1px 4px #E6E6E6;
  border-color: #E6E6E6; }

.navbar-wagon-dropdown-menu li > a {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-weight: lighter !important;
  color: #999999 !important;
  font-size: 15px !important;
  line-height: 22px !important;
  padding: 10px 20px; }

.navbar-wagon-dropdown-menu li > a:hover {
  background: transparent !important;
  color: black !important; }

.navbar-wagon-dropdown-menu:before {
  content: ' ';
  height: 10px;
  width: 10px;
  position: absolute;
  right: 10px;
  top: -6px;
  background-color: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-left: 1px solid #E6E6E6;
  border-top: 1px solid #E6E6E6; }

.btn-home {
  background-color: #ee8580;
  color: white; }

.padding-top {
  padding-top: 20px; }

h4, h6 {
  margin-bottom: 0; }

.btn-share {
  border-radius: 50%;
  background-color: #ee8580;
  color: white;
  border: 0;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  font-size: 0.875rem;
  line-height: 1;
  padding: 1rem 1rem; }

.div-btn-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px; }

body {
  background-color: #f3b7b3; }
