@charset "UTF-8";
/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700");

.clear {
  clear: both;
}

/*
 * Vendor imports should be in this file,
 * overrides can be made in other files placed in this folder following bootstrap example
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #0f6bc9;
  --secondary: #fc2856;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --tertiary: #ef7901;
  --light-grey: #999;
  --grey: #777777;
  --yellow: #fcee00;
  --green: #1bacaf;
  --lightorange: #ffc107;
  --dark-grey: #444;
  --deep-pink: #e61f51;
  --deep-orange: #ef7821;
  --light-blue: #1fa9e2;
  --deep-yellow: #fdf000;
  --deep-blue: #00acae;
  --light-white: #f9f9f9;
  --bars-prink: #ff003f;
  --bars-orange: #ff6900;
  --bars-green: #00b4b1;
  --bars-blue: #1b55c3;
  --breakpoint-xxs: 0;
  --breakpoint-xs: 480px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1025px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1600px;
  --breakpoint-xxlg: 1920px;
  --font-family-sans-serif: Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #00a0e6;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0a4582;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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 {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 1260px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  row-gap: 30px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.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-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs,
.col-xs-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,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto,
.col-xxlg-1,
.col-xxlg-2,
.col-xxlg-3,
.col-xxlg-4,
.col-xxlg-5,
.col-xxlg-6,
.col-xxlg-7,
.col-xxlg-8,
.col-xxlg-9,
.col-xxlg-10,
.col-xxlg-11,
.col-xxlg-12,
.col-xxlg,
.col-xxlg-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 480px) {
  .col-xs {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xs-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xs-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xs-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xs-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xs-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xs-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xs-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xs-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xs-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xs-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xs-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xs-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xs-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xs-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xs-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xs-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xs-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xs-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xs-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xs-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xs-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xs-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xs-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xs-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xs-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xs-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xs-0 {
    margin-left: 0;
  }

  .offset-xs-1 {
    margin-left: 8.33333%;
  }

  .offset-xs-2 {
    margin-left: 16.66667%;
  }

  .offset-xs-3 {
    margin-left: 25%;
  }

  .offset-xs-4 {
    margin-left: 33.33333%;
  }

  .offset-xs-5 {
    margin-left: 41.66667%;
  }

  .offset-xs-6 {
    margin-left: 50%;
  }

  .offset-xs-7 {
    margin-left: 58.33333%;
  }

  .offset-xs-8 {
    margin-left: 66.66667%;
  }

  .offset-xs-9 {
    margin-left: 75%;
  }

  .offset-xs-10 {
    margin-left: 83.33333%;
  }

  .offset-xs-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1025px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1600px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xxl-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xxl-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xxl-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xxl-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xxl-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xxl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xxl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xxl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xxl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xxl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xxl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xxl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xxl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xxl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xxl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xxl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xxl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xxl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xxl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1920px) {
  .col-xxlg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxlg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xxlg-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xxlg-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xxlg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxlg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xxlg-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xxlg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxlg-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xxlg-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xxlg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxlg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xxlg-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xxlg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxlg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xxlg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xxlg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xxlg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xxlg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xxlg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xxlg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xxlg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xxlg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xxlg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xxlg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xxlg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xxlg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xxlg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xxlg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xxlg-0 {
    margin-left: 0;
  }

  .offset-xxlg-1 {
    margin-left: 8.33333%;
  }

  .offset-xxlg-2 {
    margin-left: 16.66667%;
  }

  .offset-xxlg-3 {
    margin-left: 25%;
  }

  .offset-xxlg-4 {
    margin-left: 33.33333%;
  }

  .offset-xxlg-5 {
    margin-left: 41.66667%;
  }

  .offset-xxlg-6 {
    margin-left: 50%;
  }

  .offset-xxlg-7 {
    margin-left: 58.33333%;
  }

  .offset-xxlg-8 {
    margin-left: 66.66667%;
  }

  .offset-xxlg-9 {
    margin-left: 75%;
  }

  .offset-xxlg-10 {
    margin-left: 83.33333%;
  }

  .offset-xxlg-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody+tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary>th,
.table-primary>td {
  background-color: #bcd6f0;
}

.table-hover .table-primary:hover {
  background-color: #a7c9eb;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
  background-color: #a7c9eb;
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
  background-color: #fec3d0;
}

.table-hover .table-secondary:hover {
  background-color: #feaabc;
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
  background-color: #feaabc;
}

.table-success,
.table-success>th,
.table-success>td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
  background-color: #b1dfbb;
}

.table-info,
.table-info>th,
.table-info>td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
  background-color: #abdde5;
}

.table-warning,
.table-warning>th,
.table-warning>td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger>th,
.table-danger>td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
  background-color: #f1b0b7;
}

.table-light,
.table-light>th,
.table-light>td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
  background-color: #ececf6;
}

.table-dark,
.table-dark>th,
.table-dark>td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
  background-color: #b9bbbe;
}

.table-tertiary,
.table-tertiary>th,
.table-tertiary>td {
  background-color: #fbd9b8;
}

.table-hover .table-tertiary:hover {
  background-color: #facca0;
}

.table-hover .table-tertiary:hover>td,
.table-hover .table-tertiary:hover>th {
  background-color: #facca0;
}

.table-light-grey,
.table-light-grey>th,
.table-light-grey>td {
  background-color: #e2e2e2;
}

.table-hover .table-light-grey:hover {
  background-color: #d5d5d5;
}

.table-hover .table-light-grey:hover>td,
.table-hover .table-light-grey:hover>th {
  background-color: #d5d5d5;
}

.table-grey,
.table-grey>th,
.table-grey>td {
  background-color: #d9d9d9;
}

.table-hover .table-grey:hover {
  background-color: #cccccc;
}

.table-hover .table-grey:hover>td,
.table-hover .table-grey:hover>th {
  background-color: #cccccc;
}

.table-yellow,
.table-yellow>th,
.table-yellow>td {
  background-color: #fefab8;
}

.table-hover .table-yellow:hover {
  background-color: #fef89f;
}

.table-hover .table-yellow:hover>td,
.table-hover .table-yellow:hover>th {
  background-color: #fef89f;
}

.table-green,
.table-green>th,
.table-green>td {
  background-color: #bfe8e9;
}

.table-hover .table-green:hover {
  background-color: #ace1e2;
}

.table-hover .table-green:hover>td,
.table-hover .table-green:hover>th {
  background-color: #ace1e2;
}

.table-lightorange,
.table-lightorange>th,
.table-lightorange>td {
  background-color: #ffeeba;
}

.table-hover .table-lightorange:hover {
  background-color: #ffe8a1;
}

.table-hover .table-lightorange:hover>td,
.table-hover .table-lightorange:hover>th {
  background-color: #ffe8a1;
}

.table-dark-grey,
.table-dark-grey>th,
.table-dark-grey>td {
  background-color: #cbcbcb;
}

.table-hover .table-dark-grey:hover {
  background-color: #bebebe;
}

.table-hover .table-dark-grey:hover>td,
.table-hover .table-dark-grey:hover>th {
  background-color: #bebebe;
}

.table-deep-pink,
.table-deep-pink>th,
.table-deep-pink>td {
  background-color: #f8c0ce;
}

.table-hover .table-deep-pink:hover {
  background-color: #f5a9bc;
}

.table-hover .table-deep-pink:hover>td,
.table-hover .table-deep-pink:hover>th {
  background-color: #f5a9bc;
}

.table-deep-orange,
.table-deep-orange>th,
.table-deep-orange>td {
  background-color: #fbd9c1;
}

.table-hover .table-deep-orange:hover {
  background-color: #f9caa9;
}

.table-hover .table-deep-orange:hover>td,
.table-hover .table-deep-orange:hover>th {
  background-color: #f9caa9;
}

.table-light-blue,
.table-light-blue>th,
.table-light-blue>td {
  background-color: #c0e7f7;
}

.table-hover .table-light-blue:hover {
  background-color: #a9def4;
}

.table-hover .table-light-blue:hover>td,
.table-hover .table-light-blue:hover>th {
  background-color: #a9def4;
}

.table-deep-yellow,
.table-deep-yellow>th,
.table-deep-yellow>td {
  background-color: #fefbb8;
}

.table-hover .table-deep-yellow:hover {
  background-color: #fefa9f;
}

.table-hover .table-deep-yellow:hover>td,
.table-hover .table-deep-yellow:hover>th {
  background-color: #fefa9f;
}

.table-deep-blue,
.table-deep-blue>th,
.table-deep-blue>td {
  background-color: #b8e8e8;
}

.table-hover .table-deep-blue:hover {
  background-color: #a5e2e2;
}

.table-hover .table-deep-blue:hover>td,
.table-hover .table-deep-blue:hover>th {
  background-color: #a5e2e2;
}

.table-light-white,
.table-light-white>th,
.table-light-white>td {
  background-color: #fdfdfd;
}

.table-hover .table-light-white:hover {
  background-color: #f0f0f0;
}

.table-hover .table-light-white:hover>td,
.table-hover .table-light-white:hover>th {
  background-color: #f0f0f0;
}

.table-bars-prink,
.table-bars-prink>th,
.table-bars-prink>td {
  background-color: #ffb8c9;
}

.table-hover .table-bars-prink:hover {
  background-color: #ff9fb6;
}

.table-hover .table-bars-prink:hover>td,
.table-hover .table-bars-prink:hover>th {
  background-color: #ff9fb6;
}

.table-bars-orange,
.table-bars-orange>th,
.table-bars-orange>td {
  background-color: #ffd5b8;
}

.table-hover .table-bars-orange:hover {
  background-color: #ffc69f;
}

.table-hover .table-bars-orange:hover>td,
.table-hover .table-bars-orange:hover>th {
  background-color: #ffc69f;
}

.table-bars-green,
.table-bars-green>th,
.table-bars-green>td {
  background-color: #b8eae9;
}

.table-hover .table-bars-green:hover {
  background-color: #a4e4e3;
}

.table-hover .table-bars-green:hover>td,
.table-hover .table-bars-green:hover>th {
  background-color: #a4e4e3;
}

.table-bars-blue,
.table-bars-blue>th,
.table-bars-blue>td {
  background-color: #bfcfee;
}

.table-hover .table-bars-blue:hover {
  background-color: #abc0e9;
}

.table-hover .table-bars-blue:hover>td,
.table-hover .table-bars-blue:hover>th {
  background-color: #abc0e9;
}

.table-active,
.table-active>th,
.table-active>td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 479.98px) {
  .table-responsive-xs {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-xs>.table-bordered {
    border: 0;
  }
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-sm>.table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-md>.table-bordered {
    border: 0;
  }
}

@media (max-width: 1024.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-lg>.table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-xl>.table-bordered {
    border: 0;
  }
}

@media (max-width: 1599.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-xxl>.table-bordered {
    border: 0;
  }
}

@media (max-width: 1919.98px) {
  .table-responsive-xxlg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-xxlg>.table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive>.table-bordered {
  border: 0;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175) 4px 16px 0 rgba(0, 0, 0, 0.08);
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0f6bc9;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #0f6bc9;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar>.container,
.navbar>.container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 479.98px) {

  .navbar-expand-xs>.container,
  .navbar-expand-xs>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 480px) {
  .navbar-expand-xs {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-xs .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-xs .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xs .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-xs .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xs>.container,
  .navbar-expand-xs>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-xs .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-xs .navbar-toggler {
    display: none;
  }

  .navbar-expand-xs .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@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 {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    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 .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@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 {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    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 .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 1024.98px) {

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1025px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    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 .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@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 {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    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 .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 1599.98px) {

  .navbar-expand-xxl>.container,
  .navbar-expand-xxl>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1600px) {
  .navbar-expand-xxl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-xxl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xxl>.container,
  .navbar-expand-xxl>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-xxl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xxl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 1919.98px) {

  .navbar-expand-xxlg>.container,
  .navbar-expand-xxlg>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1920px) {
  .navbar-expand-xxlg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-xxlg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-xxlg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxlg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-xxlg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xxlg>.container,
  .navbar-expand-xxlg>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-xxlg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-xxlg .navbar-toggler {
    display: none;
  }

  .navbar-expand-xxlg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5) 4px 16px 0 rgba(0, 0, 0, 0.08);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer> :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer> :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5) 4px 16px 0 rgba(0, 0, 0, 0.08);
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 1025px) {
  .modal-lg {
    max-width: 800px;
  }
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2) 4px 16px 0 rgba(0, 0, 0, 0.08);
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #0f6bc9 !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0b529a !important;
}

.bg-secondary {
  background-color: #fc2856 !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #ee0336 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-tertiary {
  background-color: #ef7901 !important;
}

a.bg-tertiary:hover,
a.bg-tertiary:focus,
button.bg-tertiary:hover,
button.bg-tertiary:focus {
  background-color: #bc5f01 !important;
}

.bg-light-grey {
  background-color: #999 !important;
}

a.bg-light-grey:hover,
a.bg-light-grey:focus,
button.bg-light-grey:hover,
button.bg-light-grey:focus {
  background-color: gray !important;
}

.bg-grey {
  background-color: #777777 !important;
}

a.bg-grey:hover,
a.bg-grey:focus,
button.bg-grey:hover,
button.bg-grey:focus {
  background-color: #5e5e5e !important;
}

.bg-yellow {
  background-color: #fcee00 !important;
}

a.bg-yellow:hover,
a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #c9be00 !important;
}

.bg-green {
  background-color: #1bacaf !important;
}

a.bg-green:hover,
a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #148183 !important;
}

.bg-lightorange {
  background-color: #ffc107 !important;
}

a.bg-lightorange:hover,
a.bg-lightorange:focus,
button.bg-lightorange:hover,
button.bg-lightorange:focus {
  background-color: #d39e00 !important;
}

.bg-dark-grey {
  background-color: #444 !important;
}

a.bg-dark-grey:hover,
a.bg-dark-grey:focus,
button.bg-dark-grey:hover,
button.bg-dark-grey:focus {
  background-color: #2b2b2b !important;
}

.bg-deep-pink {
  background-color: #e61f51 !important;
}

a.bg-deep-pink:hover,
a.bg-deep-pink:focus,
button.bg-deep-pink:hover,
button.bg-deep-pink:focus {
  background-color: #bd153f !important;
}

.bg-deep-orange {
  background-color: #ef7821 !important;
}

a.bg-deep-orange:hover,
a.bg-deep-orange:focus,
button.bg-deep-orange:hover,
button.bg-deep-orange:focus {
  background-color: #ce600f !important;
}

.bg-light-blue {
  background-color: #1fa9e2 !important;
}

a.bg-light-blue:hover,
a.bg-light-blue:focus,
button.bg-light-blue:hover,
button.bg-light-blue:focus {
  background-color: #1888b6 !important;
}

.bg-deep-yellow {
  background-color: #fdf000 !important;
}

a.bg-deep-yellow:hover,
a.bg-deep-yellow:focus,
button.bg-deep-yellow:hover,
button.bg-deep-yellow:focus {
  background-color: #cac000 !important;
}

.bg-deep-blue {
  background-color: #00acae !important;
}

a.bg-deep-blue:hover,
a.bg-deep-blue:focus,
button.bg-deep-blue:hover,
button.bg-deep-blue:focus {
  background-color: #007a7b !important;
}

.bg-light-white {
  background-color: #f9f9f9 !important;
}

a.bg-light-white:hover,
a.bg-light-white:focus,
button.bg-light-white:hover,
button.bg-light-white:focus {
  background-color: #e0e0e0 !important;
}

.bg-bars-prink {
  background-color: #ff003f !important;
}

a.bg-bars-prink:hover,
a.bg-bars-prink:focus,
button.bg-bars-prink:hover,
button.bg-bars-prink:focus {
  background-color: #cc0032 !important;
}

.bg-bars-orange {
  background-color: #ff6900 !important;
}

a.bg-bars-orange:hover,
a.bg-bars-orange:focus,
button.bg-bars-orange:hover,
button.bg-bars-orange:focus {
  background-color: #cc5400 !important;
}

.bg-bars-green {
  background-color: #00b4b1 !important;
}

a.bg-bars-green:hover,
a.bg-bars-green:focus,
button.bg-bars-green:hover,
button.bg-bars-green:focus {
  background-color: #00817f !important;
}

.bg-bars-blue {
  background-color: #1b55c3 !important;
}

a.bg-bars-blue:hover,
a.bg-bars-blue:focus,
button.bg-bars-blue:hover,
button.bg-bars-blue:focus {
  background-color: #154196 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0f6bc9 !important;
}

.border-secondary {
  border-color: #fc2856 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-tertiary {
  border-color: #ef7901 !important;
}

.border-light-grey {
  border-color: #999 !important;
}

.border-grey {
  border-color: #777777 !important;
}

.border-yellow {
  border-color: #fcee00 !important;
}

.border-green {
  border-color: #1bacaf !important;
}

.border-lightorange {
  border-color: #ffc107 !important;
}

.border-dark-grey {
  border-color: #444 !important;
}

.border-deep-pink {
  border-color: #e61f51 !important;
}

.border-deep-orange {
  border-color: #ef7821 !important;
}

.border-light-blue {
  border-color: #1fa9e2 !important;
}

.border-deep-yellow {
  border-color: #fdf000 !important;
}

.border-deep-blue {
  border-color: #00acae !important;
}

.border-light-white {
  border-color: #f9f9f9 !important;
}

.border-bars-prink {
  border-color: #ff003f !important;
}

.border-bars-orange {
  border-color: #ff6900 !important;
}

.border-bars-green {
  border-color: #00b4b1 !important;
}

.border-bars-blue {
  border-color: #1b55c3 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 480px) {
  .d-xs-none {
    display: none !important;
  }

  .d-xs-inline {
    display: inline !important;
  }

  .d-xs-inline-block {
    display: inline-block !important;
  }

  .d-xs-block {
    display: block !important;
  }

  .d-xs-table {
    display: table !important;
  }

  .d-xs-table-row {
    display: table-row !important;
  }

  .d-xs-table-cell {
    display: table-cell !important;
  }

  .d-xs-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xs-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1025px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1920px) {
  .d-xxlg-none {
    display: none !important;
  }

  .d-xxlg-inline {
    display: inline !important;
  }

  .d-xxlg-inline-block {
    display: inline-block !important;
  }

  .d-xxlg-block {
    display: block !important;
  }

  .d-xxlg-table {
    display: table !important;
  }

  .d-xxlg-table-row {
    display: table-row !important;
  }

  .d-xxlg-table-cell {
    display: table-cell !important;
  }

  .d-xxlg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxlg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 480px) {
  .flex-xs-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xs-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xs-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xs-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xs-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xs-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xs-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xs-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xs-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xs-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xs-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xs-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xs-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xs-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xs-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xs-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xs-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xs-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xs-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xs-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xs-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xs-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xs-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xs-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xs-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xs-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xs-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-xs-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xs-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1025px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1600px) {
  .flex-xxl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xxl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1920px) {
  .flex-xxlg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xxlg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xxlg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xxlg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xxlg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xxlg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xxlg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxlg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xxlg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xxlg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xxlg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xxlg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xxlg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xxlg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xxlg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xxlg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xxlg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xxlg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xxlg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xxlg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xxlg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xxlg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xxlg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xxlg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xxlg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xxlg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xxlg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-xxlg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xxlg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 480px) {
  .float-xs-left {
    float: left !important;
  }

  .float-xs-right {
    float: right !important;
  }

  .float-xs-none {
    float: none !important;
  }
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 1025px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

@media (min-width: 1600px) {
  .float-xxl-left {
    float: left !important;
  }

  .float-xxl-right {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }
}

@media (min-width: 1920px) {
  .float-xxlg-left {
    float: left !important;
  }

  .float-xxlg-right {
    float: right !important;
  }

  .float-xxlg-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 480px) {
  .m-xs-0 {
    margin: 0 !important;
  }

  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important;
  }

  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important;
  }

  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important;
  }

  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important;
  }

  .m-xs-1 {
    margin: 0.25rem !important;
  }

  .mt-xs-1,
  .my-xs-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 0.25rem !important;
  }

  .m-xs-2 {
    margin: 0.5rem !important;
  }

  .mt-xs-2,
  .my-xs-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 0.5rem !important;
  }

  .m-xs-3 {
    margin: 1rem !important;
  }

  .mt-xs-3,
  .my-xs-3 {
    margin-top: 1rem !important;
  }

  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 1rem !important;
  }

  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 1rem !important;
  }

  .m-xs-4 {
    margin: 1.5rem !important;
  }

  .mt-xs-4,
  .my-xs-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 1.5rem !important;
  }

  .m-xs-5 {
    margin: 3rem !important;
  }

  .mt-xs-5,
  .my-xs-5 {
    margin-top: 3rem !important;
  }

  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 3rem !important;
  }

  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 3rem !important;
  }

  .p-xs-0 {
    padding: 0 !important;
  }

  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important;
  }

  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important;
  }

  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important;
  }

  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important;
  }

  .p-xs-1 {
    padding: 0.25rem !important;
  }

  .pt-xs-1,
  .py-xs-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xs-1,
  .px-xs-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xs-1,
  .px-xs-1 {
    padding-left: 0.25rem !important;
  }

  .p-xs-2 {
    padding: 0.5rem !important;
  }

  .pt-xs-2,
  .py-xs-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xs-2,
  .px-xs-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xs-2,
  .px-xs-2 {
    padding-left: 0.5rem !important;
  }

  .p-xs-3 {
    padding: 1rem !important;
  }

  .pt-xs-3,
  .py-xs-3 {
    padding-top: 1rem !important;
  }

  .pr-xs-3,
  .px-xs-3 {
    padding-right: 1rem !important;
  }

  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xs-3,
  .px-xs-3 {
    padding-left: 1rem !important;
  }

  .p-xs-4 {
    padding: 1.5rem !important;
  }

  .pt-xs-4,
  .py-xs-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xs-4,
  .px-xs-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xs-4,
  .px-xs-4 {
    padding-left: 1.5rem !important;
  }

  .p-xs-5 {
    padding: 3rem !important;
  }

  .pt-xs-5,
  .py-xs-5 {
    padding-top: 3rem !important;
  }

  .pr-xs-5,
  .px-xs-5 {
    padding-right: 3rem !important;
  }

  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xs-5,
  .px-xs-5 {
    padding-left: 3rem !important;
  }

  .m-xs-auto {
    margin: auto !important;
  }

  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important;
  }

  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important;
  }

  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important;
  }

  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1025px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1600px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1920px) {
  .m-xxlg-0 {
    margin: 0 !important;
  }

  .mt-xxlg-0,
  .my-xxlg-0 {
    margin-top: 0 !important;
  }

  .mr-xxlg-0,
  .mx-xxlg-0 {
    margin-right: 0 !important;
  }

  .mb-xxlg-0,
  .my-xxlg-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxlg-0,
  .mx-xxlg-0 {
    margin-left: 0 !important;
  }

  .m-xxlg-1 {
    margin: 0.25rem !important;
  }

  .mt-xxlg-1,
  .my-xxlg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxlg-1,
  .mx-xxlg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxlg-1,
  .my-xxlg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxlg-1,
  .mx-xxlg-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxlg-2 {
    margin: 0.5rem !important;
  }

  .mt-xxlg-2,
  .my-xxlg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxlg-2,
  .mx-xxlg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxlg-2,
  .my-xxlg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxlg-2,
  .mx-xxlg-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxlg-3 {
    margin: 1rem !important;
  }

  .mt-xxlg-3,
  .my-xxlg-3 {
    margin-top: 1rem !important;
  }

  .mr-xxlg-3,
  .mx-xxlg-3 {
    margin-right: 1rem !important;
  }

  .mb-xxlg-3,
  .my-xxlg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxlg-3,
  .mx-xxlg-3 {
    margin-left: 1rem !important;
  }

  .m-xxlg-4 {
    margin: 1.5rem !important;
  }

  .mt-xxlg-4,
  .my-xxlg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxlg-4,
  .mx-xxlg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxlg-4,
  .my-xxlg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxlg-4,
  .mx-xxlg-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxlg-5 {
    margin: 3rem !important;
  }

  .mt-xxlg-5,
  .my-xxlg-5 {
    margin-top: 3rem !important;
  }

  .mr-xxlg-5,
  .mx-xxlg-5 {
    margin-right: 3rem !important;
  }

  .mb-xxlg-5,
  .my-xxlg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxlg-5,
  .mx-xxlg-5 {
    margin-left: 3rem !important;
  }

  .p-xxlg-0 {
    padding: 0 !important;
  }

  .pt-xxlg-0,
  .py-xxlg-0 {
    padding-top: 0 !important;
  }

  .pr-xxlg-0,
  .px-xxlg-0 {
    padding-right: 0 !important;
  }

  .pb-xxlg-0,
  .py-xxlg-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxlg-0,
  .px-xxlg-0 {
    padding-left: 0 !important;
  }

  .p-xxlg-1 {
    padding: 0.25rem !important;
  }

  .pt-xxlg-1,
  .py-xxlg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxlg-1,
  .px-xxlg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxlg-1,
  .py-xxlg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxlg-1,
  .px-xxlg-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxlg-2 {
    padding: 0.5rem !important;
  }

  .pt-xxlg-2,
  .py-xxlg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxlg-2,
  .px-xxlg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxlg-2,
  .py-xxlg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxlg-2,
  .px-xxlg-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxlg-3 {
    padding: 1rem !important;
  }

  .pt-xxlg-3,
  .py-xxlg-3 {
    padding-top: 1rem !important;
  }

  .pr-xxlg-3,
  .px-xxlg-3 {
    padding-right: 1rem !important;
  }

  .pb-xxlg-3,
  .py-xxlg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxlg-3,
  .px-xxlg-3 {
    padding-left: 1rem !important;
  }

  .p-xxlg-4 {
    padding: 1.5rem !important;
  }

  .pt-xxlg-4,
  .py-xxlg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxlg-4,
  .px-xxlg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxlg-4,
  .py-xxlg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxlg-4,
  .px-xxlg-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxlg-5 {
    padding: 3rem !important;
  }

  .pt-xxlg-5,
  .py-xxlg-5 {
    padding-top: 3rem !important;
  }

  .pr-xxlg-5,
  .px-xxlg-5 {
    padding-right: 3rem !important;
  }

  .pb-xxlg-5,
  .py-xxlg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxlg-5,
  .px-xxlg-5 {
    padding-left: 3rem !important;
  }

  .m-xxlg-auto {
    margin: auto !important;
  }

  .mt-xxlg-auto,
  .my-xxlg-auto {
    margin-top: auto !important;
  }

  .mr-xxlg-auto,
  .mx-xxlg-auto {
    margin-right: auto !important;
  }

  .mb-xxlg-auto,
  .my-xxlg-auto {
    margin-bottom: auto !important;
  }

  .ml-xxlg-auto,
  .mx-xxlg-auto {
    margin-left: 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-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 480px) {
  .text-xs-left {
    text-align: left !important;
  }

  .text-xs-right {
    text-align: right !important;
  }

  .text-xs-center {
    text-align: center !important;
  }
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 1025px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1600px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1920px) {
  .text-xxlg-left {
    text-align: left !important;
  }

  .text-xxlg-right {
    text-align: right !important;
  }

  .text-xxlg-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #0f6bc9 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0b529a !important;
}

.text-secondary {
  color: #fc2856 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #ee0336 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #1d2124 !important;
}

.text-tertiary {
  color: #ef7901 !important;
}

a.text-tertiary:hover,
a.text-tertiary:focus {
  color: #bc5f01 !important;
}

.text-light-grey {
  color: #999 !important;
}

a.text-light-grey:hover,
a.text-light-grey:focus {
  color: gray !important;
}

.text-grey {
  color: #777777 !important;
}

a.text-grey:hover,
a.text-grey:focus {
  color: #5e5e5e !important;
}

.text-yellow {
  color: #fcee00 !important;
}

a.text-yellow:hover,
a.text-yellow:focus {
  color: #c9be00 !important;
}

.text-green {
  color: #1bacaf !important;
}

a.text-green:hover,
a.text-green:focus {
  color: #148183 !important;
}

.text-lightorange {
  color: #ffc107 !important;
}

a.text-lightorange:hover,
a.text-lightorange:focus {
  color: #d39e00 !important;
}

.text-dark-grey {
  color: #444 !important;
}

a.text-dark-grey:hover,
a.text-dark-grey:focus {
  color: #2b2b2b !important;
}

.text-deep-pink {
  color: #e61f51 !important;
}

a.text-deep-pink:hover,
a.text-deep-pink:focus {
  color: #bd153f !important;
}

.text-deep-orange {
  color: #ef7821 !important;
}

a.text-deep-orange:hover,
a.text-deep-orange:focus {
  color: #ce600f !important;
}

.text-light-blue {
  color: #1fa9e2 !important;
}

a.text-light-blue:hover,
a.text-light-blue:focus {
  color: #1888b6 !important;
}

.text-deep-yellow {
  color: #fdf000 !important;
}

a.text-deep-yellow:hover,
a.text-deep-yellow:focus {
  color: #cac000 !important;
}

.text-deep-blue {
  color: #00acae !important;
}

a.text-deep-blue:hover,
a.text-deep-blue:focus {
  color: #007a7b !important;
}

.text-light-white {
  color: #f9f9f9 !important;
}

a.text-light-white:hover,
a.text-light-white:focus {
  color: #e0e0e0 !important;
}

.text-bars-prink {
  color: #ff003f !important;
}

a.text-bars-prink:hover,
a.text-bars-prink:focus {
  color: #cc0032 !important;
}

.text-bars-orange {
  color: #ff6900 !important;
}

a.text-bars-orange:hover,
a.text-bars-orange:focus {
  color: #cc5400 !important;
}

.text-bars-green {
  color: #00b4b1 !important;
}

a.text-bars-green:hover,
a.text-bars-green:focus {
  color: #00817f !important;
}

.text-bars-blue {
  color: #1b55c3 !important;
}

a.text-bars-blue:hover,
a.text-bars-blue:focus {
  color: #154196 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*!
 * Font Awesome Free 5.1.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.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.33333em;
  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 {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -ms-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 {
  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;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.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-angry:before {
  content: "\f556";
}

.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-archway:before {
  content: "\f557";
}

.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-atlas:before {
  content: "\f558";
}

.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-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-backspace:before {
  content: "\f55a";
}

.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-bezier-curve:before {
  content: "\f55b";
}

.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-bong:before {
  content: "\f55c";
}

.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-brush:before {
  content: "\f55d";
}

.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-bus-alt:before {
  content: "\f55e";
}

.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-cannabis:before {
  content: "\f55f";
}

.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-double:before {
  content: "\f560";
}

.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-cocktail:before {
  content: "\f561";
}

.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-concierge-bell:before {
  content: "\f562";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.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-crop-alt:before {
  content: "\f565";
}

.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-digital-tachograph:before {
  content: "\f566";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.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-drafting-compass:before {
  content: "\f568";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.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-feather-alt:before {
  content: "\f56b";
}

.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-contract:before {
  content: "\f56c";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.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-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.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-fish:before {
  content: "\f578";
}

.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-flushed:before {
  content: "\f579";
}

.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-frown-open:before {
  content: "\f57a";
}

.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-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.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-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.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-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.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-hornbill:before {
  content: "\f592";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotel:before {
  content: "\f594";
}

.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-joint:before {
  content: "\f595";
}

.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-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.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-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.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-luggage-cart:before {
  content: "\f59d";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.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-marker:before {
  content: "\f5a1";
}

.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-medal:before {
  content: "\f5a2";
}

.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-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.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-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.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-nimblr:before {
  content: "\f5a8";
}

.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-paint-roller:before {
  content: "\f5aa";
}

.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-passport:before {
  content: "\f5ab";
}

.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:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.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-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.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:before {
  content: "\f5b1";
}

.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-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.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-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.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-signature:before {
  content: "\f5b7";
}

.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-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.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-solar-panel:before {
  content: "\f5ba";
}

.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-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.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-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.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-themeco:before {
  content: "\f5c6";
}

.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-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tooth:before {
  content: "\f5c9";
}

.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-umbrella-beach:before {
  content: "\f5ca";
}

.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-vector-square:before {
  content: "\f5cb";
}

.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-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.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-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.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;
}

/*!
 * Font Awesome Free 5.1.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
  font-family: 'Font Awesome 5 Brands';
}

/*!
 * Font Awesome Free 5.1.0 by @fontawesome - https://fontawesome.com
 * License - https://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: 400;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.1.0 by @fontawesome - https://fontawesome.com
 * License - https://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("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #dee2e6;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #dee2e6;
  border-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #dee2e6;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ebebeb;
  font-size: 14px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: 1px solid #00a0e6;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #8d8d8d;
  font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow>b {
  display: none;
}

.select2-dropdown {
  border: 1px solid #ebebeb;
}

.select2-dropdown .select2-results .select2-results__option {
  padding: 6px 15px;
  font-size: 14px;
}

.select2-dropdown .select2-results .select2-results__option--highlighted[aria-selected] {
  background-color: #00a0e6;
}

.select2-dropdown .select2-results .select2-results__message {
  font-size: 12px;
  color: #3a3f3f;
}

/*! jQuery UI - v1.12.1 - 2018-04-15
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup>.ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup>.ui-controlgroup-item:focus,
.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  box-shadow: 0 0 5px #666;
}

.container {
  width: 100%;
  max-width: 1220px;
  padding: 0 60px;
}

@media (max-width: 1199.98px) {
  .container {
    padding: 0 15px;
  }
}

/*
* Helpers
* This file contains unstyler classes and also styled helper classes normally styled with mixins
*/
.flex-grow {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#sabercon .section__cover--image {
  opacity: 0.4;
}

hr {
  margin: 33px 0;
}

.color-brand {
  color: #f48260;
}

.color-brand--secondary {
  color: #014e6c;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(58, 63, 63, 0.25);
}

.row-cards {
  width: 100%;
  margin: 0 -15px;
  width: initial;
}

.row-cards>div {
  margin-bottom: 30px;
}

.row-cards .card {
  height: 100%;
  margin-bottom: 0;
}

section.profile {
  padding-bottom: 70px;
}

#buddypress div.item-list-tabs#subnav {
  margin: 0;
  padding: 30px 0;
  padding-top: 0;
  padding-bottom: 15px;
}

#buddypress div.item-list-tabs ul li span {
  padding: 0;
}

#buddypress #groups-order-select {
  width: 400px;
  text-align: right;
}

#buddypress #groups-order-select label {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #3a3f3f;
  margin: 0;
  text-transform: uppercase;
  color: #8d8d8d;
  text-align: right;
  line-height: 42px;
  margin-right: 10px;
}

#buddypress #groups-order-select select {
  max-width: 215px !important;
  text-align: left;
  vertical-align: middle;
  background-color: #ffffff !important;
  border-radius: 3px !important;
  border: 1px solid #ebebeb !important;
  width: 215px;
  height: 42px;
  padding: 0 15px !important;
  font-size: 14px !important;
  color: #8d8d8d !important;
}

#buddypress #groups-order-select select:focus {
  outline: 1px solid #014e6c;
}

#buddypress .profile-fields {
  width: 100% !important;
}

#buddypress .profile-fields .label {
  width: auto !important;
}

#buddypress .profile-fields .data {
  width: auto !important;
}

#buddypress .profile-fields tbody tr td {
  font-size: 14px;
  padding: 0 !important;
  border: none !important;
  font-weight: 600 !important;
}

#buddypress .profile-fields tbody tr td a {
  font-size: 14px !important;
  font-weight: 400;
}

#buddypress .drag-drop .drag-drop-inside p {
  font-size: 14px !important;
  line-height: auto !important;
}

#buddypress .drag-drop .drag-drop-inside p.drag-drop-buttons {
  margin-top: 20px !important;
}

#buddypress .drag-drop .drag-drop-inside p.drag-drop-buttons input {
  transition: all 0.2s linear;
  width: auto;
  margin: 0 auto;
}

#buddypress .drag-drop .drag-drop-inside p.drag-drop-buttons input:hover {
  background: #014e6c !important;
  border-color: #014e6c !important;
  color: #ffffff !important;
}

#buddypress .base table.profile-fields tbody tr td {
  padding: 15px !important;
  background: none;
  color: #3a3f3f;
}

#buddypress .base table.profile-fields tbody tr td:first-child {
  width: 180px !important;
  padding: 15px 0 !important;
  padding-right: 15px !important;
}

#buddypress .base table.profile-fields tbody tr td.data p {
  font-size: 14px !important;
}

#buddypress #search-members-form {
  width: 220px;
  height: 40px;
  position: relative;
}

#buddypress #search-members-form:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  color: #8d8d8d;
}

#buddypress #search-members-form label {
  width: 100%;
  height: 100%;
}

#buddypress #search-members-form label input {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background: #fff;
  border-color: #eaeaea;
  font-size: 14px;
  padding: 0 15px;
  color: #8d8d8d;
  font-weight: 400;
}

#buddypress #search-members-form label input:focus {
  outline: none;
}

#buddypress #search-members-form input[type="submit"] {
  width: 40px;
  height: 40px;
  border: none;
  background: none !important;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  text-indent: -9999999px;
}

#buddypress #register-page form {
  width: 100%;
}

#buddypress #register-page form input,
#buddypress #register-page form select {
  width: 100% !important;
  margin-bottom: 20px;
}

#buddypress #register-page form input[type="checkbox"],
#buddypress #register-page form input[type="radio"] {
  width: auto !important;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-right: 5px;
}

#buddypress #register-page form label {
  margin-bottom: 5px;
}

#buddypress #register-page .standard-form legend {
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.2px;
  color: #3a3f3f;
  width: 100%;
  margin: 0;
  margin-bottom: 5px;
}

#buddypress #register-page .standard-form fieldset {
  margin: 0;
}

#buddypress #register-page .standard-form .select2 {
  margin-bottom: 20px;
}

#buddypress .standard-form#signup_form div div.error {
  width: 100%;
  background: none;
  padding: 0;
  font-size: 12px;
  margin: 0;
  margin-bottom: 2px;
}

.select2-dropdown {
  border: 1px solid #ebebeb !important;
  border-top: none !important;
}

div.bp-cover-image {
  margin-top: 35px;
}

div.bp-avatar-nav {
  margin-top: 35px;
}

div.bp-avatar-nav ul.avatar-nav-items li a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.3px;
  color: #bcbcbc;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}

div.bp-avatar-nav ul.avatar-nav-items li.current {
  border: none;
  position: relative;
}

div.bp-avatar-nav ul.avatar-nav-items li.current a {
  font-weight: 600;
  color: #3a3f3f;
}

div.bp-avatar-nav ul.avatar-nav-items li.current:before {
  content: '';
  width: 100%;
  height: 4px;
  background: linear-gradient(92deg, #f48260, #014e6c);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.2s linear;
}

.gsection_title {
  font-size: 18px;
  color: #3a3f3f;
  font-weight: 600;
  padding-bottom: 18px;
  margin-bottom: 30px;
  margin-top: 20px;
  position: relative;
}

.gsection_title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 55px;
  height: 3px;
  background: #F48260;
  border-radius: 3px;
}

.gsection_description {
  font-size: 16px;
  margin-top: -15px;
  margin-bottom: 30px;
}

.gform_fields {
  padding: 0;
  list-style: none;
}

.gfield_label {
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.2px;
  color: #3a3f3f;
  width: 100%;
  margin: 0;
  margin-bottom: 5px;
}

.gfield_label:empty {
  display: none;
}

.screen-reader-text,
.ginput_counter.charleft,
.ginput-hint-description .gfield_description {
  font-size: 12px;
}

.ginput-hint-description .ginput_container {
  margin-bottom: 0;
}

.ginput_counter.charleft {
  margin-top: 5px;
}

.gfield .gfield_checkbox {
  margin: 0;
  padding: 0;
}

.gfield .gfield_checkbox label {
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.2px;
  color: #3a3f3f;
  width: 100%;
  margin: 0;
}

.ginput_container {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.ginput_container .select2 {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #ebebeb;
  display: block;
  width: 100%;
  height: 42px;
  padding: 0;
  font-size: 14px;
  color: #3a3f3f;
  outline: none;
}

.ginput_container .select2 .select2-selection {
  height: 38px;
  border: none;
}

.ginput_container .select2 .select2-selection__rendered {
  padding-top: 5px;
  padding-left: 15px;
  outline: none;
}

.ginput_container .select2.select2-container--disabled {
  background-color: #eee;
}

.ginput_container input,
.ginput_container select {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #ebebeb;
  display: block;
  width: 100%;
  height: 42px;
  padding: 0 15px;
  font-size: 14px;
  color: #3a3f3f;
}

.ginput_container input[type="checkbox"],
.ginput_container input[type="radio"],
.ginput_container select[type="checkbox"],
.ginput_container select[type="radio"] {
  width: auto;
  height: auto;
  display: inline-block;
  margin: 0;
  margin-right: 5px;
}

.ginput_container input[type="checkbox"]:focus,
.ginput_container input[type="radio"]:focus,
.ginput_container select[type="checkbox"]:focus,
.ginput_container select[type="radio"]:focus {
  outline: none;
}

.ginput_container input[multiple="multiple"],
.ginput_container select[multiple="multiple"] {
  height: 100px;
  padding: 10px 15px;
}

.ginput_container input[type="file"],
.ginput_container select[type="file"] {
  height: auto;
  background: none;
  padding: 0;
  border: none;
}

.ginput_container input[type="file"]:focus,
.ginput_container select[type="file"]:focus {
  outline: none;
}

.ginput_container input:focus,
.ginput_container select:focus {
  outline: 1px solid #014e6c;
}

.ginput_container textarea {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #ebebeb;
  display: block;
  width: 100%;
  height: 150px;
  resize: none;
  padding: 10px 15px;
  font-size: 14px;
  color: #3a3f3f;
}

.ginput_container textarea:focus {
  outline: 1px solid #014e6c;
}

.gfield_checkbox,
.gfield_radio {
  padding: 0;
  list-style: none;
}

.gfield_checkbox label,
.gfield_radio label {
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.2px;
  color: #3a3f3f;
  width: auto;
  margin: 0;
  margin-bottom: 5px;
}

.gfield_checkbox li,
.gfield_radio li {
  position: relative;
  padding-left: 20px;
}

.gfield_checkbox li input,
.gfield_radio li input {
  position: absolute;
  top: 6px;
  left: 0;
}

.gform_footer {
  text-align: right;
}

.gform_footer input[type="submit"] {
  display: inline-block;
}

.ginput_complex label,
.clear-multi label {
  font-size: 12px;
}

.nav-links {
  font-size: 14px;
}

.nav-links a {
  color: #3a3f3f !important;
}

.nav-links .prev {
  margin-right: 20px;
}

.nav-links .next {
  margin-left: 20px;
}

.nav-links .current {
  font-weight: 800;
}

#form__daterange {
  line-height: 40px;
  padding-right: 12px !important;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#form__daterange .fa-angle-down {
  float: right;
  line-height: 40px;
}

.daterangepicker .ranges li,
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td,
.daterangepicker .drp-buttons .btn,
.daterangepicker .drp-selected {
  font-family: "Raleway", Verdana, Arial !important;
}

.daterangepicker .drp-buttons .btn {
  border-radius: 3px;
  font-family: "Raleway", Verdana, Arial !important;
  background-color: #8c8c8c;
  padding: 7px 15px;
  font-size: 12px;
  color: #ffffff;
  border: none;
  transition: background .2s linear;
  cursor: pointer;
}

#buddypress .standard-form .card-img__input {
  visibility: hidden;
  height: 0;
  opacity: 0;
}

#buddypress .standard-form .card-img__input+label {
  color: #014e6c;
  display: inline-block;
  width: 200px;
  line-height: 32px;
  background: #ffffff;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 40px;
  cursor: pointer;
  transition: 180ms ease;
}

#buddypress .standard-form .card-img__input+label:hover {
  background: #f48260;
  color: #ffffff;
}

#buddypress .standard-form .card-img__figure {
  height: 205px;
  overflow: hidden;
  width: 100%;
}

#buddypress .standard-form .card-img__preview {
  width: 300px;
  margin: 0 auto;
  height: 380px;
  background: #ffffff;
  overflow: hidden;
  border-radius: 12px;
}

#buddypress .standard-form .card-img__preview img {
  max-width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
}

#buddypress .standard-form .card-img__preview img:after {
  content: "" " " attr(alt);
  font-family: "Font Awesome 5 Free";
  color: #8d8d8d;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  text-align: center;
  padding-top: 30px;
}

#buddypress .standard-form .card-img__upload-hint {
  padding-top: 40px;
}

#buddypress .standard-form .card-img__upload-hint>h2 {
  font-size: 26px;
  color: #014e6c;
}

.field-visibility-settings-open {
  display: block !important;
}

.dir-search {
  position: relative;
  float: initial !important;
  margin: unset !important;
}

/**
Formulários **/
#buddypress .standard-form #basic-details-section #pass-strength-result {
  border: none;
  width: auto;
  width: 100%;
  background: none;
  padding: 0;
  font-size: 12px !important;
  text-align: left;
  margin: 0;
  margin-bottom: 10px;
  margin-top: -20px;
  color: #a00;
}

#group-create-tabs {
  border-bottom: 1px solid #dee2e6;
}

#group-create-tabs li {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #8d8d8d;
  letter-spacing: 1.3px;
  display: block;
  padding: 20px 15px !important;
}

#group-create-tabs a {
  color: #8d8d8d;
  padding: 0 !important;
  background-color: transparent !important;
}

#group-create-tabs .current a {
  color: #014e6c !important;
}

#buddypress .avatar-crop-submit {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

#bp-delete-cover-image {
  margin-top: 20px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

/* MESSAGE */
#buddypress #message-threads {
  padding: 0;
  margin: 0;
  list-style: none;
  /* .THREAD */
}

#buddypress #message-threads .thread-item {
  padding: 20px 0px;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
}

#buddypress #message-threads .thread-item:before,
#buddypress #message-threads .thread-item:after {
  content: "";
  display: table;
}

#buddypress #message-threads .thread-item:after {
  clear: both;
}

#buddypress #message-threads .thread-cb {
  float: left;
  /* .message-check {
       appearance: none;
       background: $clear;
       box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1), -1px -1px 2px 0 rgba(0, 0, 0, 0.1);
       height: 14px;
       width: 14px;
       &:checked {
         background: url('');
       } */
}

#buddypress #message-threads .thread-to,
#buddypress #message-threads .thread-from {
  margin-left: 40px;
}

#buddypress #message-threads .thread-to .avatar,
#buddypress #message-threads .thread-from .avatar {
  border-radius: 100%;
}

#buddypress #message-threads .thread-to .user-name,
#buddypress #message-threads .thread-from .user-name {
  margin-left: 20px;
}

#buddypress #message-threads .thread-to .user-link,
#buddypress #message-threads .thread-from .user-link {
  color: #3a3f3f;
  font-weight: 600;
  font-size: 14px;
}

#buddypress #message-threads .thread-to .user-link:hover,
#buddypress #message-threads .thread-to .user-link,
#buddypress #message-threads .thread-from .user-link:hover,
#buddypress #message-threads .thread-from .user-link {
  text-decoration: none;
}

#buddypress #message-threads .thread-to .user-link:hover,
#buddypress #message-threads .thread-from .user-link:hover {
  color: #f48260;
}

#buddypress #message-threads .thread-content {
  margin: 0 40px 0 90px;
  padding: 0 25px;
}

#buddypress #message-threads .thread-subject,
#buddypress #message-threads .thread-subject+.excerpt {
  font-size: 13px;
}

#buddypress #message-threads .thread-date {
  float: right;
  margin-right: 20px;
  margin-top: -40px;
}

#buddypress #message-threads .thread-date>time {
  font-size: 14px;
  color: #8d8d8d;
}

#buddypress #thread-preview {
  margin-top: 40px;
  padding: 40px 20px;
  background: #F2F2F2;
  display: none;
}

#buddypress .select-wrap {
  display: inline-block;
  vertical-align: middle;
}

#buddypress .bp-messages-filters .bulk-actions-wrap button.bulk-apply {
  margin-left: -4px;
}

#buddypress .bp-messages-filters .bulk-actions-wrap button.bulk-apply:before {
  content: "\f00c";
}

#buddypress .message-thread-header .single-message-thread-header dt {
  float: left;
  margin-right: 10px;
}

#buddypress .message-thread-header .thread-participants {
  margin-bottom: 60px;
}

#buddypress .message-thread-header .participants-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

#buddypress .message-thread-header .participants-list li {
  display: inline-block;
  max-width: 32px;
  height: 32px;
}

#buddypress .message-thread-header .participants-list li:not(:first-child) {
  margin-left: -10px;
}

#buddypress .message-thread-header .participants-list li img {
  max-width: 100%;
  height: auto;
  border-radius: 100%;
  border: 2px solid #ebebeb;
}

#buddypress .message-thread-header .actions {
  float: right;
  margin-top: -80px;
}

#buddypress .message-thread-header .actions button {
  -webkit-appearance: none;
  appearance: none;
  width: 32px;
  height: 32px;
  border: none;
  background: none;
  position: relative;
  cursor: pointer;
}

#buddypress .message-thread-header .actions button:before {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 900;
  content: "\f2ed";
}

#buddypress .message-thread-header .actions button:hover:before {
  color: #f48260;
}

#buddypress #bp-message-thread-list {
  padding-left: 0;
  margin: 0;
  margin-bottom: 80px;
  list-style: none;
}

#buddypress #bp-message-thread-list li {
  padding-bottom: 20px;
  padding-top: 30px;
  border-bottom: 1px solid #ebebeb;
}

#buddypress #bp-message-thread-list .message-metadata {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

#buddypress #bp-message-thread-list .message-metadata .avatar {
  border-radius: 100%;
  margin-right: 25px;
}

#buddypress #bp-message-thread-list .message-metadata time {
  margin-left: 10px;
  font-size: 12px;
  color: #8d8d8d;
}

#buddypress #bp-message-thread-list .message-metadata .actions {
  margin-left: 20px;
}

#buddypress #bp-message-thread-list .message-metadata .actions button {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border: none;
  position: relative;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  background: none;
  cursor: pointer;
}

#buddypress #bp-message-thread-list .message-metadata .actions button.bp-hide {
  display: none;
}

#buddypress #bp-message-thread-list .message-metadata .actions button:before {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 900;
  font-size: 12px;
}

#buddypress #bp-message-thread-list .message-metadata .actions button.message-action-unstar:before,
#buddypress #bp-message-thread-list .message-metadata .actions button.message-action-star:before {
  content: "\f005";
}

#buddypress #bp-message-thread-list .message-metadata .actions button.message-action-star:hover:before {
  font-weight: 900;
  color: #f48260;
}

#buddypress #bp-message-thread-list .message-metadata .actions button.message-action-star:before {
  font-weight: 400;
}

#buddypress #bp-message-thread-list .message-metadata .actions button.message-action-unstar {
  color: #f48260;
}

#buddypress #bp-message-thread-list .message-metadata .user-link {
  color: #3a3f3f;
  font-weight: 700;
}

#buddypress #bp-message-thread-list .message-metadata .user-link:hover,
#buddypress #bp-message-thread-list .message-metadata .user-link {
  text-decoration: none;
}

#buddypress #bp-message-thread-list .message-metadata .user-link:hover {
  color: #f48260;
}

#buddypress #bp-message-thread-list .message-content {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 80px;
}

#buddypress #send_message_form input {
  margin-bottom: 10px;
}

#buddypress #send_message_form #bp-message-content {
  padding-top: 20px;
}

#group_members-order-select {
  list-style: none;
  padding: 0;
  margin-right: 10px;
}

#group_members-order-select label {
  color: #8d8d8d;
  font-size: 12px;
  text-transform: uppercase;
}

#group_members-order-select select {
  min-width: 220px;
}

.bp-pagination {
  font-size: 14px;
  font-weight: 400;
  color: #8d8d8d;
}

#buddypress #item-header {
  background: #f7f7f7;
}

#buddypress #whats-new-submit input {
  background: #014e6c;
}

@media (max-width: 320px) {
  #bbpress-forums p.bbp-topic-meta img.avatar {
    width: 100%;
  }
}

#buddypress .group-members-list .item-list .item,
#buddypress .group-members-list .item-list .action {
  display: inline-block;
}

#buddypress .group-members-list .item-list li {
  min-height: 80px;
}

#buddypress .group-members-list .item-list .action {
  position: relative;
  top: 0;
  float: right;
}

#buddypress .group-members-list .item-list .action a.button {
  background: none;
  display: block;
  height: auto;
  color: #014e6c;
  margin: 5px 0;
  padding: 3px 0;
  line-height: 1;
  border: none;
  text-align: right;
}

@media (max-width: 1199.98px) {

  #buddypress .standard-form #basic-details-section,
  #buddypress .standard-form #profile-details-section {
    float: none;
    width: 100%;
  }
}

#bp-delete-avatar {
  width: 100%;
  padding: 10px 14px !important;
  margin-top: 10px !important;
}

.custom-freshness-author {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  white-space: inherit !important;
}

.custom-freshness-author span {
  white-space: inherit !important;
}

.custom-freshness-author .bbp-author-avatar {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}

.custom-freshness-author .bbp-author-name {
  padding-bottom: 0 !important;
  margin-top: -20px;
}

.forum__item--time {
  position: relative !important;
  left: 0 !important;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 60px;
  margin-top: 5px;
}

li.bbp-topic-title {
  width: 50%;
}

#bbpress-forums li.bbp-body ul.topic,
#bbpress-forums li.bbp-body ul.forum {
  cursor: pointer;
}

.forum__item.forum {
  cursor: pointer;
}

.forum__list li {
  list-style: none;
}

.hospital-forums {
  padding: 20px;
  background: white;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  width: -webkit-max-content;
  width: max-content;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  color: #3a3f3f;
  margin-bottom: 20px;
  transition: all 0.2s linear;
}

.hospital-forums:hover {
  text-decoration: none;
  color: #00a0e6;
}

#bbpress-forums div.bbp-forum-author a.bbp-author-name,
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
  word-break: unset !important;
}

.forum__item--time {
  padding-left: 0 !important;
}

.bbp-topics-front ul.super-sticky,
.bbp-topics ul.super-sticky,
.bbp-topics ul.sticky,
.bbp-forum-content ul.sticky {
  background-color: #fbfbfb !important;
}

#login_error {
  font-size: 14px !important;
  font-weight: 600;
  margin-bottom: 30px;
}

#login h1 {
  display: none;
}

#login a {
  text-decoration: none;
  color: #014e6c;
  font-size: 14px;
}

#login p {
  font-size: 14px !important;
}

#login .submit {
  margin-bottom: 40px;
}

#login_title {
  font-size: 24px !important;
  font-weight: 800;
  margin-bottom: 30px;
}

#loginform label,
#lostpasswordform label {
  font-size: 14px;
  width: 280px;
}

#loginform label input,
#lostpasswordform label input {
  margin-top: 5px;
}

#user_login,
#user_pass {
  width: 100% !important;
  border: 1px solid #eaeaea !important;
  border-radius: 4px !important;
  color: #8d8d8d !important;
  font-size: 14px !important;
  padding: 12px 15px !important;
  height: 40px !important;
}

#resetpassform input[type="text"] {
  display: none !important;
}

#resetpassform input[type="password"] {
  display: inline-block;
}

#resetpassform .show-password input[type="password"] {
  display: none !important;
}

#resetpassform .show-password input[type="text"] {
  display: inline-block !important;
}

#resetpassform #wp-submit:disabled,
#resetpassform #wp-submit[disabled] {
  background-color: #c5c5c5 !important;
  opacity: 0.3 !important;
  cursor: default !important;
}

#resetpassform .strong {
  color: #509a57;
  font-weight: bold;
}

#resetpassform .short {
  color: #ff0505;
  font-weight: bold;
}

#resetpassform .user-pass1-wrap label {
  display: none !important;
}

#resetpassform .password-input {
  width: 200px !important;
  border: 1px solid #eaeaea !important;
  border-radius: 4px !important;
  color: #8d8d8d !important;
  font-size: 14px !important;
  padding: 12px 15px !important;
  height: 40px !important;
}

#resetpassform .password-input {
  display: inline-block !important;
  vertical-align: middle;
}

#resetpassform .password-input+.button {
  vertical-align: middle;
  margin-top: 0;
}

#resetpassform .password-input+.button>.dashicons {
  line-height: 40px;
}

#resetpassform .dashicons {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

#resetpassform .dashicons-visibility:before {
  content: "\f06e";
}

#resetpassform .dashicons-hidden:before {
  content: "\f070";
}

#pass-strength-result {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px !important;
}

#pw-weak {
  font-size: 14px !important;
}

#backtoblog {
  display: none !important;
}

.tribe-events-page-title {
  margin-bottom: 60px;
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
  height: 40px;
}

.tribe-events-calendar .tribe-events-tooltip {
  padding: 20px;
}

.tribe-events-calendar .tribe-events-tooltip .tribe-events-event-thumb img {
  max-width: 100%;
  height: auto;
}

#tribe-bar-views .tribe-bar-views-list {
  z-index: 2;
}

.tribe-event-description>p {
  font-size: 14px;
}

.tribe-events-content {
  margin-bottom: 20px;
}

.tribe-events-meta-group .tribe-events-single-section-title {
  margin-top: 0;
}

.tribe-events-cal-links {
  float: right;
}

.tribe-events-cal-links>a {
  margin-top: 0;
  margin-bottom: 10px;
}

.tribe-events-ical {
  margin-right: 1.25em;
}

.tribe-events-single-event-description .container {
  padding: 0;
}

.tribe-events-event-meta .tribe-events-meta-group {
  padding: 0;
}

#tribe-events-content {
  padding-top: 30px;
  border-top: 1px solid #eaeaea;
}

#tribe-events-content.tribe-events-single {
  border-top: none;
  margin-bottom: 0;
}

#tribe-events-content.tribe-events-single .heading__title {
  font-size: 28px;
}

#tribe-events-content.tribe-events-single .heading__title:before {
  width: 80px;
  height: 4px;
}

#tribe-events-content.tribe-events-single .heading__subtitle {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 40px;
}

#tribe-events-content.tribe-events-single .content p {
  margin-bottom: 30px;
}

#tribe-events-content.tribe-events-single .content h2:not(.heading__subtitle):not(.heading__title),
#tribe-events-content.tribe-events-single .content h3:not(.heading__subtitle):not(.heading__title),
#tribe-events-content.tribe-events-single .content h4:not(.heading__subtitle):not(.heading__title) {
  line-height: 1.6;
  margin-bottom: 10px;
  font-weight: 600;
}

#tribe-events-content.tribe-events-single .content h3:not(.heading__subtitle):not(.heading__title) {
  font-size: 24px;
}

.face {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {

  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

.spinner {
  margin: 100px auto 100px;
  width: 70px;
  text-align: center;
}

.spinner>div {
  width: 18px;
  height: 18px;
  background-color: #064e6b;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  animation-delay: -0.32s;
  background-color: #bfee75;
}

.spinner .bounce2 {
  animation-delay: -0.16s;
  background-color: #f38063;
}

@keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}

.onlyprint {
  display: none;
}

@media print {

  #main,
  #main .printarea,
  #main .printarea * {
    display: block;
  }

  .remove-printarea {
    display: none !important;
  }

  .breakpage {
    page-break-after: always !important;
  }

  .onlyprint {
    display: block;
  }

  .kpi * {
    box-shadow: none !important;
  }

  .js-kpi-graph-group {
    padding: 0;
  }

  .aside {
    display: none;
  }

  .kpi__chart {
    padding: 0;
    margin-left: -40px;
  }

  .kpi__graph--head {
    padding: 0;
  }

  .box {
    box-shadow: none;
  }

  .legends__dot {
    -webkit-print-color-adjust: exact;
  }
}

/*
* /Base
*/
body {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  padding-top: 78px;
  padding-left: 200px;
  font-family: "Raleway", Verdana, Arial;
  transition: all 0.2s linear;
}

body.close {
  padding-left: 0;
}

body.close .header {
  padding-left: 0;
}

body.no-scroll {
  position: fixed;
}

.slick-disabled {
  opacity: 0.4;
}

.hospital-nao-encontrado {
  display: none;
}

#buddypress .drag-drop-inside p.drag-drop-buttons {
  margin-top: 80px;
}

@media (max-width: 1199.98px) {
  .gform_fields {
    padding: 0 !important;
    margin: 0 !important;
  }

  #informehospital {
    padding: 0;
  }

  .container {
    padding: 0 20px;
  }

  .row {
    margin-left: -20px;
    margin-right: -20px;
  }

  .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-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs,
  .col-xs-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,
  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl,
  .col-xxl-auto,
  .col-xxlg-1,
  .col-xxlg-2,
  .col-xxlg-3,
  .col-xxlg-4,
  .col-xxlg-5,
  .col-xxlg-6,
  .col-xxlg-7,
  .col-xxlg-8,
  .col-xxlg-9,
  .col-xxlg-10,
  .col-xxlg-11,
  .col-xxlg-12,
  .col-xxlg,
  .col-xxlg-auto {
    padding: 0 20px;
  }

  body {
    padding-top: 60px;
  }

  body:before {
    content: '';
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s linear;
  }

  body.close {
    position: relative;
    height: 100vh;
    overflow: hidden;
  }

  body.close:before {
    opacity: 1;
    visibility: visible;
  }
}

.home {
  overflow-x: hidden;
}

.is-hidden {
  display: none !important;
}

.tribe-events-back a {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  color: #014e6c;
  font-weight: 600;
  letter-spacing: 1.1px;
  margin-top: 20px;
}

.tribe-events-back a i {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin-right: 10px;
  transition: all 0.2s linear;
  margin-top: -2px;
}

.tribe-events-back a:hover i {
  margin-right: 5px;
}

@media (max-width: 1199.98px) {

  #tribe-events-footer:before,
  #tribe-events-footer:after,
  #tribe-events-header:before,
  #tribe-events-header:after {
    content: none;
  }

  #tribe-events #tribe-events-footer,
  #tribe-events #tribe-events-header {
    margin-top: 30px !important;
  }
}

form label,
#activity-filter-select label,
#members-order-select label,
.select-wrap label {
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.2px;
  color: #3a3f3f;
  margin: 0;
  margin-right: 5px;
}

form select,
form input[type="text"],
#activity-filter-select select,
#activity-filter-select input[type="text"],
#members-order-select select,
#members-order-select input[type="text"],
.select-wrap select,
.select-wrap input[type="text"] {
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #ebebeb;
  height: 42px;
  padding: 0 15px;
  font-size: 14px;
  color: #3a3f3f;
  min-width: 200px;
}

form select:focus,
form input[type="text"]:focus,
#activity-filter-select select:focus,
#activity-filter-select input[type="text"]:focus,
#members-order-select select:focus,
#members-order-select input[type="text"]:focus,
.select-wrap select:focus,
.select-wrap input[type="text"]:focus {
  outline: none;
}

form textarea,
#activity-filter-select textarea,
#members-order-select textarea,
.select-wrap textarea {
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #ebebeb;
  height: 42px;
  padding: 15px;
  font-size: 14px;
  color: #3a3f3f;
  width: 100%;
  height: 150px;
}

form textarea:focus,
#activity-filter-select textarea:focus,
#members-order-select textarea:focus,
.select-wrap textarea:focus {
  outline: none;
}

form input[type="submit"],
#activity-filter-select input[type="submit"],
#members-order-select input[type="submit"],
.select-wrap input[type="submit"] {
  height: 40px;
  padding: 0 20px !important;
  border-radius: 3px;
  background-color: #014e6c !important;
  font-size: 12px !important;
  color: #ffffff !important;
  font-weight: 600;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border: none !important;
  transition: all 0.2s linear;
  cursor: pointer !important;
}

form input[type="submit"]:hover,
#activity-filter-select input[type="submit"]:hover,
#members-order-select input[type="submit"]:hover,
.select-wrap input[type="submit"]:hover {
  background: #f48260 !important;
  color: #ffffff !important;
}

#buddypress table.notifications,
#buddypress table#message-threads {
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 30px;
}

#buddypress table.notifications thead tr th,
#buddypress table#message-threads thead tr th {
  font-size: 14px;
  font-weight: 600;
}

#buddypress table.notifications tbody tr,
#buddypress table#message-threads tbody tr {
  border-bottom: 1px solid #f2f2f2;
}

#buddypress table.notifications tbody tr td,
#buddypress table#message-threads tbody tr td {
  padding: 12px 8px;
  font-size: 14px;
  color: #3a3f3f;
}

#buddypress table.notifications tbody tr td label,
#buddypress table#message-threads tbody tr td label {
  margin: 0;
}

#buddypress table.notifications tbody tr td a,
#buddypress table#message-threads tbody tr td a {
  color: #3a3f3f;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.2s linear;
}

#buddypress table.notifications tbody tr td a span,
#buddypress table#message-threads tbody tr td a span {
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
  transition: all 0.2s linear;
}

#buddypress table.notifications tbody tr td a:hover,
#buddypress table#message-threads tbody tr td a:hover {
  color: #f48260;
  text-decoration: none;
}

#buddypress table.notifications tbody tr td.bulk-select-check,
#buddypress table#message-threads tbody tr td.bulk-select-check {
  width: 30px;
  padding-right: 0;
}

#buddypress table.notifications tbody tr td.notification-actions,
#buddypress table#message-threads tbody tr td.notification-actions {
  font-size: 12px;
}

#buddypress table.notifications tbody tr td.notification-actions a span:before,
#buddypress table#message-threads tbody tr td.notification-actions a span:before {
  font-size: 16px;
}

#buddypress table.notifications tbody tr:last-child,
#buddypress table#message-threads tbody tr:last-child {
  border-bottom: none;
}

#buddypress table.notifications tr.unread td,
#buddypress table#message-threads tr.unread td {
  border: none;
  background: #f2f2f2;
}

#buddypress table.notifications tr td.thread-from img,
#buddypress table.notifications tr td.thread-from span.from,
#buddypress table#message-threads tr td.thread-from img,
#buddypress table#message-threads tr td.thread-from span.from {
  display: none;
}

#buddypress table.notifications tr td.thread-info p,
#buddypress table#message-threads tr td.thread-info p {
  font-size: 14px;
}

#buddypress table.notifications tr td.thread-options,
#buddypress table#message-threads tr td.thread-options {
  font-size: 13px !important;
}

#buddypress table.notifications thead tr th.thread-star .icon,
#buddypress table#message-threads thead tr th.thread-star .icon {
  display: none;
}

#buddypress div.activity-header p img {
  display: none !important;
}

#buddypress div.activity-header p a {
  font-weight: 600;
  color: #000;
}

#buddypress div.activity-header p a:hover {
  color: #f48260;
}

#buddypress #item-body form#whats-new-form p {
  font-weight: 600 !important;
  line-height: initial;
}

#buddypress #item-body form#whats-new-form #whats-new-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

#buddypress #item-body form#whats-new-form #whats-new-avatar .avatar {
  width: 100%;
  height: auto;
}

#buddypress #item-body form#whats-new-form textarea {
  height: 150px;
}

#buddypress div.activity-comments form {
  margin-top: 10px;
}

#buddypress div.activity-comments form .ac-textarea {
  background: none;
  padding: 0;
  border: none;
}

#buddypress div.activity-comments form label {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.2px;
  color: #3a3f3f;
  margin: 0;
  margin-bottom: 5px;
}

#buddypress div.activity-comments form textarea {
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #ebebeb;
  height: 42px;
  padding: 15px;
  font-size: 14px;
  color: #3a3f3f;
  width: 100%;
  height: 150px;
}

#buddypress div.activity-comments form textarea:focus {
  outline: none;
}

#buddypress div.activity-comments form div.ac-reply-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

#buddypress div.activity-comments form div.ac-reply-content {
  margin-left: 45px;
}

#buddypress div.activity-comments form div.ac-reply-avatar .avatar {
  width: 100%;
  height: auto;
  border: none;
  margin: 0;
}

#buddypress div.activity-comments a.ac-reply-cancel {
  font-size: 13px;
  color: #767676;
  letter-spacing: 1.3px;
  font-weight: 500;
}

#buddypress div.activity-comments a.ac-reply-cancel:hover,
#buddypress div.activity-comments a.ac-reply-cancel:active,
#buddypress div.activity-comments a.ac-reply-cancel:focus {
  background: none;
  border: none;
  padding: 0;
  color: #f48260;
}

#buddypress div.activity-meta>a {
  border: none;
  background: none;
  height: auto;
  width: auto;
  margin: 0 10px;
  padding: 0;
  text-transform: capitalize;
  font-weight: 500;
}

#buddypress div.activity-meta>a:first-child {
  margin-left: 0;
}

#buddypress div.activity-meta>a:last-child {
  margin-right: 0;
}

#buddypress div.activity-meta>a>span {
  border-radius: 7px;
  line-height: 16px;
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}

#buddypress div.activity-meta>a:hover,
#buddypress div.activity-meta>a:active,
#buddypress div.activity-meta>a:focus {
  background: none;
  border: none;
  padding: 0;
  color: #f48260;
}

#buddypress .activity-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

#buddypress .activity-avatar .avatar {
  width: 100% !important;
  height: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 !important;
}

#buddypress div.activity-comments {
  width: 100%;
  margin: 0;
  border-radius: 5px;
}

#buddypress div.activity-comments>ul {
  margin: 0;
  padding: 20px;
  margin-top: 20px;
  background: #fff;
  border-radius: 5px;
}

#buddypress div.activity-comments>ul>li {
  padding: 20px 0;
}

#buddypress div.activity-comments>ul>li:first-child {
  padding-top: 0;
}

#buddypress div.activity-comments>ul>li:last-child {
  padding-bottom: 0;
}

#buddypress .acomment-options {
  margin-bottom: 0;
}

#buddypress #bbpress-forums #subscription-toggle>.is-subscribed>a:hover {
  background: #f48260;
}

#buddypress #bbpress-forums #subscription-toggle a {
  background: #014e6c;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  min-width: 120px;
  line-height: 30px;
  padding-left: 30px;
  padding-right: 15px;
  position: relative;
  transition: 0.1s linear;
}

#buddypress #bbpress-forums #subscription-toggle a:hover,
#buddypress #bbpress-forums #subscription-toggle a {
  text-decoration: none;
}

#buddypress #bbpress-forums #subscription-toggle a:before {
  font-weight: 900;
  content: "\f143";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 15px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#buddypress #bbpress-forums>h3 {
  font-size: 18px;
  color: #3a3f3f;
  font-weight: 600;
  padding-bottom: 18px;
  margin-bottom: 35px;
  position: relative;
}

#buddypress #bbpress-forums>h3:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 115px;
  height: 3px;
  background: #F48260;
  border-radius: 3px;
}

#buddypress #bbpress-forums fieldset.bbp-form {
  padding: 0;
  border: none;
}

#buddypress .bp-messages-filters {
  margin-bottom: 40px;
}

#buddypress .bp-messages-filters ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
}

#buddypress .bp-messages-filters ul li {
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
}

#buddypress .bp-messages-filters ul li.last {
  display: none;
}

#buddypress .bp-messages-filters .bp-search input[type="search"] {
  border: none;
  outline: none;
  min-width: 220px;
  padding: 5px 16px;
  font-size: 16px;
  line-height: 32px;
}

#buddypress .bp-messages-filters button {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  margin: 0;
  border: 1px solid #ebebeb;
  height: 40px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #8d8d8d;
  position: relative;
  cursor: pointer;
  width: 42px;
  display: inline-block;
  vertical-align: middle;
  left: -2px;
  top: -1px;
}

#buddypress .bp-messages-filters button .dashicons {
  display: none;
}

#buddypress .bp-messages-filters button:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
}

#buddypress #item-body .bp-messages-feedback {
  border-radius: 4px;
  background: rgba(6, 78, 107, 0.65);
  display: inline-block;
  margin-bottom: 20px;
}

#buddypress #item-body .bp-messages-feedback .bp-feedback p {
  padding: 4px 8px;
  color: #ffffff;
  font-size: 14px;
}

#bbpress-forums .bbp-search-form {
  width: 100%;
  position: relative;
}

#bbpress-forums .bbp-search-form:before {
  content: url("../images/search.svg");
  position: absolute;
  top: 55%;
  left: 10px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#bbpress-forums .bbp-search-form #bbp_search {
  width: 100% !important;
  padding-left: 45px;
}

#bbpress-forums .bbp-search-form #bbp_search_submit {
  display: none;
}

#bbpress-forums .bbp-search-form {
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  #bbpress-forums .bbp-topic-meta {
    font-size: 11px !important;
  }

  #bbpress-forums .content ul li,
  #bbpress-forums .content ol li {
    font-size: 11px !important;
  }

  #bbpress-forums .content p,
  #bbpress-forums .bbp-reply-content p {
    font-size: 14px !important;
  }
}

@media (max-width: 1199.98px) {
  body {
    padding-left: 0;
  }

  .daterangepicker .drp-buttons .btn {
    width: 48%;
    float: left;
    margin: 15px 1%;
  }
}

#buddypress #group-settings-form legend,
#buddypress #group-settings-form h2 {
  font-size: 18px;
  color: #3a3f3f;
  font-weight: 400;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}

#buddypress #group-settings-form legend:before,
#buddypress #group-settings-form h2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 55px;
  height: 4px;
  background: #F48260;
  border-radius: 4px;
}

#buddypress #group-settings-form fieldset {
  margin-bottom: 40px;
}

#buddypress .group-members-list .section-header {
  font-size: 18px;
  color: #3a3f3f;
  font-weight: 400;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}

#buddypress .group-members-list .section-header:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 55px;
  height: 4px;
  background: #F48260;
  border-radius: 4px;
}

#buddypress .group-members-list {
  margin-top: 0;
  margin-bottom: 40px;
}

#buddypress #admins-list li,
#buddypress #mods-list li,
#buddypress #members-list li {
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
  overflow: hidden;
  margin: 15px 0;
  padding: 20px;
  position: relative;
}

#buddypress #admins-list,
#buddypress #mods-list,
#buddypress #members-list {
  border: none;
  margin: 0;
  padding: 0;
}

#buddypress #admins-list li .item-avatar,
#buddypress #mods-list li .item-avatar,
#buddypress #members-list li .item-avatar {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  position: absolute;
  top: 20px;
  left: 20px;
}

#buddypress #admins-list li .item,
#buddypress #mods-list li .item,
#buddypress #members-list li .item {
  width: 100%;
  padding-left: 70px;
  min-height: 50px;
}

#buddypress #admins-list li .item-meta,
#buddypress #mods-list li .item-meta,
#buddypress #members-list li .item-meta {
  margin: 0;
  font-size: 14px;
  color: #3a3f3f;
  font-weight: 400;
}

#buddypress #admins-list li .item-title,
#buddypress #mods-list li .item-title,
#buddypress #members-list li .item-title {
  width: 100%;
  font-weight: 600;
  color: #000 !important;
}

#buddypress #admins-list li .action>a,
#buddypress #mods-list li .action>a,
#buddypress #members-list li .action>a {
  display: inline-block !important;
  margin: 0 10px !important;
  margin-left: 0 !important;
  margin-top: 20px !important;
  max-width: 60%;
  border: 1px solid #ccc !important;
  font-weight: 600;
  border-radius: 3px;
  transition: 0.1s linear;
  font-size: 10px !important;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  text-align: center;
  padding: 11px 20px !important;
  text-decoration: none;
  color: #8d8d8d;
  transition: all 0.2s linear;
}

#buddypress #admins-list li .action>a:hover,
#buddypress #mods-list li .action>a:hover,
#buddypress #members-list li .action>a:hover {
  background: #014e6c;
  color: #ffffff;
  border-color: #014e6c !important;
}

#buddypress #admins-list li .action,
#buddypress #mods-list li .action,
#buddypress #members-list li .action {
  width: 100% !important;
  display: block !important;
  text-align: left;
  margin: 0 !important;
}

#buddypress #admins-list li .action>a:first-child,
#buddypress #mods-list li .action>a:first-child,
#buddypress #members-list li .action>a:first-child {
  margin-left: 0 !important;
}

#buddypress #admins-list li .action>a:last-child,
#buddypress #mods-list li .action>a:last-child,
#buddypress #members-list li .action>a:last-child {
  margin-right: 0 !important;
}

#buddypress #members-list li .action>a:last-child {
  margin-left: 0 !important;
}

#buddypress #members-list li .action>a {
  margin-right: 0;
}

#buddypress #admins-list li .item-title a,
#buddypress #mods-list li .item-title a,
#buddypress #members-list li .item-title a {
  color: #000 !important;
}

#buddypress #group-settings-form h2 {
  width: 100% !important;
  height: auto !important;
  position: relative !important;
}

#buddypress #group-settings-form label {
  margin-bottom: 5px;
}

#buddypress #group-settings-form input,
#buddypress #group-settings-form textarea {
  margin-bottom: 15px;
}

#buddypress #group-settings-form input[type="checkbox"] {
  margin-bottom: 0;
}

@media (max-width: 1199.98px) {

  #buddypress #admins-list li .item,
  #buddypress #mods-list li .item,
  #buddypress #members-list li .item {
    margin-left: 0;
  }

  #buddypress #admins-list li .action>a,
  #buddypress #mods-list li .action>a,
  #buddypress #members-list li .action>a {
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    margin-top: 15px !important;
  }
}

.message-content img {
  max-width: 100%;
  height: auto;
}

body#banner-active {
  padding-top: 123px;
}

body#banner-active .aside {
  top: 44px;
}

body#banner-active .header {
  top: 44px;
}

@media (max-width: 690px) {
  body#banner-active body {
    padding-top: 128px;
  }

  body#banner-active .aside {
    margin-top: 84px;
  }

  body#banner-active .aside__toggle {
    top: 90px;
  }

  body#banner-active .header {
    top: 68px;
  }
}

.print-button {
  display: none;
}

/*
* Important styles
*/
.no-border {
  border: 0 !important;
}

.no-radius {
  border-radius: 0 !important;
}

.no-float {
  float: none !important;
}

.no-scroll {
  overflow: hidden !important;
}

.no-decoration {
  text-decoration: none !important;
}

.no-decoration:link,
.no-decoration:hover,
.no-decoration:active,
.no-decoration:focus {
  text-decoration: none !important;
}

.nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

#buddypress .gform_footer .gform_button {
  background-color: #014e6c;
}

.no-title-field .gfield_checkbox {
  margin-left: 0;
  padding-left: 0;
}

.gform_title {
  font-size: 24px;
  color: #3a3f3f;
  font-weight: 400;
  padding-bottom: 25px;
  margin-bottom: 35px;
  position: relative;
}

.gform_title strong {
  font-weight: 600;
}

.gform_title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: #F48260;
  border-radius: 4px;
}

.validation_error {
  border: 1px solid #F48260;
  background: #fdd2c4;
  color: #b15135;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 2px;
}

.validation_success {
  border: 1px solid #60f480;
  background: #c4fdcc;
  color: #257430;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 2px;
}

.validation_message {
  margin-top: -20px;
  margin-bottom: 20px;
  color: #b15135;
  font-size: 12px;
}

/* Formulario Fundo / */
form#kpi-form-mensa,
form.kpi__form,
form#gform_10,
form#group-settings-form,
form#profile-edit-form,
form#settings-form {
  flex-direction: column;
  background-color: white;
  width: 60%;
  padding: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

form#gform_4 {
  flex-direction: column;
  background-color: white;
  width: 100%;
  padding: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.kpi .gform_fields {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

/* 
* Modules
* i.e.: @import "modules/module-file";
*/
/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.header {
  width: 100%;
  padding-left: 200px;
  height: 78px;
  background-color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  box-shadow: 1px 0 1px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.2s linear;
  /**
	 * Media Queries
	 */
}

.row.justify-content-between.align-items-center.flex-wrap-nowrap {
  flex-wrap: nowrap;
}

.header__figure {
  display: inline-block;
  margin: 16px 0;
}

.header__link {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  height: 20px;
  line-height: 18px;
}

.header__link img {
  height: 100%;
}

.header__link:last-child {
  margin-right: 0;
}

.header__brand {
  display: none;
  line-height: 1;
  padding-left: 30px;
}

.header__brand-link:hover,
.header__brand-link {
  text-decoration: none;
  color: #3a3f3f;
}

.header__notification {
  position: fixed;
  right: 15px;
  bottom: 15px;
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  color: white;
  background-color: #f48260;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-top: 0px;
  padding: 15px 25px;
  z-index: 1;
  text-align: center;
  font-size: 14px;
  transition: all 300ms ease-out;
}

.header__notification i {
  margin-right: 10px;
}

.header__notification:hover,
.header__notification:focus,
.header__notification:active {
  text-decoration: none;
  color: white;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.3);
}

.header__notification.is-visible {
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.header__user-link {
  display: inline-block;
  font-size: 12px;
  padding: 0 7px;
  color: #3a3f3f;
  font-weight: 700;
}

.header__user-link:hover,
.header__user-link:active,
.header__user-link:focus {
  color: #014e6c;
  text-decoration: none;
}

.header__user-link:nth-child(2) {
  border-left: 1px solid #bcbcbc;
  padding-left: 9px;
  margin-left: -2px;
}

.header__user-avatar {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 37px;
  height: 37px;
  margin-left: 6px;
  border-radius: 100%;
  color: #ffffff;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  vertical-align: middle;
}

.header__user-avatar.is-icon .far {
  z-index: 1;
}

.header__user-avatar.is-icon:before {
  background: linear-gradient(to bottom, #00cef4, #00a0e6);
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  right: 15px;
  top: 0;
  width: 37px;
  height: 37px;
  border-radius: 100%;
  opacity: 1;
  transition: opacity 300ms ease-out;
}

.header__user-avatar:hover:before {
  opacity: 0.5;
}

.header__user-avatar>img {
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 0;
}

.header__user .avatar {
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  vertical-align: middle;
  max-width: 43px;
  height: auto;
}

@media (max-width: 1199.98px) {
  .header {
    padding: 0;
    height: 60px;
  }

  .header .container {
    padding: 0 20px;
  }

  .header__figure {
    display: none;
  }

  .header__brand {
    display: block;
    padding-left: 40px;
  }

  .header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: url("../images/top.png");
  }

  .header__notification {
    width: calc(100% - 30px);
  }
}

@media (max-width: 575.98px) {
  .header__user-link[data-target="user"] {
    font-size: 0;
  }
}

@media (min-width: 1025px) {
  .header__user {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.footer {
  /* NEWSLETTER */
  /**
	 * Media Queries
	 */
}

.footer__section {
  padding: 40px 0;
}

.footer__section:first-of-type {
  border-bottom: 1px solid #eaeaea;
}

.footer__section:nth-of-type(2) {
  padding-top: 30px;
}

.footer__section:nth-of-type(2) .footer__column {
  margin-top: 0;
}

.footer__section--small {
  font-size: 12px;
  border-top: 1px solid #eaeaea;
}

.footer__weef {
  font-style: italic !important;
  color: #3a3f3f;
}

.footer__brand {
  height: 100px;
  max-width: 175px;
  position: relative;
  font-family: "Ubuntu", Verdana, Arial;
  font-size: 24px;
  color: #3a3f3f;
  font-weight: 300;
  line-height: 1.08;
  position: relative;
  padding: 25px;
}

.footer__brand strong {
  font-weight: 600;
}

.footer__brand:before {
  content: '';
  width: 6px;
  height: 100%;
  background: url("../images/brand-line.png") no-repeat top left;
  position: absolute;
  top: 0;
  left: 0;
}

.footer__column {
  margin-top: 22px;
}

.footer__column-title {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 20px;
}

.footer__column-title:nth-child(3) {
  margin-top: 40px;
}

.footer__column-title.social {
  padding-top: 30px;
}

.footer__main-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer__main-item {
  margin-bottom: 8px;
}

.footer__main-item:last-child {
  margin-bottom: 0;
}

.footer__main-link {
  font-size: 14px;
  color: #3a3f3f;
  transition: all 0.2s linear;
}

.footer__main-link:hover,
.footer__main-link:active,
.footer__main-link:focus {
  text-decoration: none;
  color: #014e6c;
}

.footer__news .gform_fields {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer__news .gfield_label {
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 20px;
}

.footer__news .ginput_container {
  position: relative;
  margin-bottom: 30px;
}

.footer__news .ginput_container:after {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 14px;
  content: "\f1d8";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #bcbcbc;
}

.footer__news .ginput_container input {
  margin: 0;
  padding: 0;
  width: 100%;
  border: 1px solid #bcbcbc;
  border-radius: 4px;
  padding: 11px 14px;
  font-size: 14px;
  height: 38px;
}

.footer__news .gform_footer {
  -ms-transform: translate(85%, -32px);
  transform: translate(85%, -32px);
}

.footer__news .gform_footer input[type="submit"] {
  display: none;
}

.footer__figure {
  display: inline-block;
  margin-right: 40px;
  margin-top: 10px;
  margin-bottom: 0;
}

.footer__social-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer__social-item {
  display: inline-block;
}

.footer__social-item:not(:first-child) {
  margin-right: 15px;
}

.footer__social-link {
  font-size: 20px;
  color: #3a3f3f;
  transition: all 0.2s linear;
}

.footer__social-link:hover,
.footer__social-link:active,
.footer__social-link:focus {
  text-decoration: none;
  color: #014e6c;
}

.footer__link {
  font-size: 12px;
  color: #3a3f3f;
  transition: all 0.2s linear;
}

.footer__link:hover,
.footer__link:active,
.footer__link:focus {
  text-decoration: none;
  color: #014e6c;
}

.footer__copy {
  font-size: 12px;
  color: #3a3f3f;
}

@media (min-width: 1200px) {
  .footer__dnone1200 {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .footer__column {
    margin-top: 30px;
  }
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.head {
  /**
	 * Media Queries
	 */
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.overview {
  padding: 20px;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  /**
	 * Media Queries
	 */
}

.overview-wrapperr {
  background: #f3f3f3;
}

.overview .slider {
  border-radius: 4px;
  overflow: hidden;
}

.overview .slider.slider-overview .slick-dots {
  text-align: left;
  padding: 0 40px;
}

.overview .slider.slider-overview .slick-dots li {
  margin: 0 2.5px;
}

.overview .slider.slider-overview .slick-dots li:first-child {
  margin-left: 0;
}

.overview .slider.slider-overview .slick-dots li:last-child {
  margin-right: 0;
}

.overview .slider.slider-overview .slick-dots li>button {
  width: 100%;
  border-radius: 6px;
}

.overview .slider.slider-overview .slick-dots li.slick-active {
  width: 25px;
}

.overview__list {
  width: 300px;
  height: 420px;
  position: absolute;
  top: 50px;
  right: 60px;
}

.overview__card {
  transition: all 0.2s linear;
  background-color: #ffffff;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  border-radius: 5px;
}

.overview__card:hover,
.overview__card:focus,
.overview__card:active {
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.3);
}

.overview__card>a:hover,
.overview__card>a:focus,
.overview__card>a:active {
  text-decoration: none;
}

.overview__card-excerpt {
  margin-top: 15px;
}

.overview__card-excerpt p {
  font-size: 14px;
  color: #3a3f3f;
  line-height: 1.7;
}

.overview__card-content {
  padding: 30px;
}

.overview__card-tag,
.overview__card-date {
  display: inline-block;
  vertical-align: middle;
}

.overview__card-tag {
  margin-right: 10px;
  padding: 3px 10px;
  background: #00a0e6;
  font-size: 10px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  border-radius: 3px;
}

.overview__card-date {
  font-size: 12px;
  font-weight: 500;
  color: #3a3f3f;
}

.overview__card-title {
  font-weight: 600;
  line-height: 1.45;
  color: #3a3f3f;
  margin: 20px 0;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 14px;
  height: 36px;
  overflow: hidden;
}

.overview__card:hover .overview__card-title,
.overview__card:focus .overview__card-title,
.overview__card:active .overview__card-title {
  color: #014e6c;
}

.overview__card--highlight {
  height: 480px;
  position: relative;
}

.overview__card--highlight .overview__card-figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
}

.overview__card--highlight .overview__card-figure:before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.85));
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s linear;
  opacity: 0.8;
}

.overview__card--highlight .overview__card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overview__card--highlight .overview__card-content {
  position: absolute;
  bottom: 80px;
  z-index: 1;
  padding: 0;
  width: 100%;
  padding: 0 40px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.overview__card--highlight .overview__card-date {
  color: #ffffff;
}

.overview__card--highlight .overview__card-title {
  height: auto;
  font-size: 34px;
  color: #ffffff;
  margin: 45px 0 20px 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.overview__card--highlight .overview__card-excerpt p {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.overview__card--highlight:hover .overview__card-figure:before,
.overview__card--highlight:focus .overview__card-figure:before,
.overview__card--highlight:active .overview__card-figure:before {
  opacity: 1;
}

.overview--secondary {
  height: 495px;
}

.overview--secondary .overview__card--highlight {
  height: 455px;
}

.overview--secondary .overview__card--highlight .overview__card-figure {
  border-radius: 6px;
  overflow: hidden;
}

.overview--secondary .overview__list {
  position: static;
  top: initial;
  right: initial;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: auto;
}

.overview--secondary .overview__list .overview__card {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.overview--secondary .overview__list .overview__card:last-child {
  margin-bottom: 0;
}

.overview--secondary .overview__list .overview__card-content {
  padding: 25px;
}

.overview--secondary .overview__list .overview__card-title {
  margin-top: 20px;
  height: auto;
}

.overview__slim-title {
  line-height: 1.1;
}

.overview .slider-overview .overview__card-content {
  padding-right: 466px;
}

.overview--events {
  height: 280px;
}

.overview--events .slider {
  border-radius: 0;
}

.overview--events .slider .slick-list {
  border-radius: 6px;
}

.overview--events .slider.slider-overview {
  opacity: 0;
  visibility: hidden;
  transition: 300ms ease;
}

.overview--events .slider.slider-overview.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.overview--events .slider.slider-overview .slick-dots {
  position: relative;
  margin: 20px 0 10px;
  bottom: 0;
  text-align: center;
}

.overview--events .slider.slider-overview .slick-dots button {
  background-color: #f48260;
}

.overview--events .slider-overview .overview__card-content {
  bottom: 0;
  top: 0;
  padding-right: 60%;
  padding-left: 60px;
}

.overview--events .slider-overview .overview__card-content .content__link {
  margin-top: 0;
}

.overview--events .overview__card--highlight {
  height: 280px;
}

.overview--events .overview__card--highlight>a:hover,
.overview--events .overview__card--highlight>a {
  text-decoration: none;
}

.overview--events .overview__card--highlight .overview__card-figure:before {
  background-image: linear-gradient(to right, white 35%, rgba(255, 255, 255, 0.8) 50%, transparent 75%);
  opacity: 1;
}

.overview--events .overview__card--highlight .overview__card-title {
  color: #3a3f3f;
  text-shadow: none;
  font-size: 28px;
  line-height: 42px;
}

.overview--events .overview__card--highlight .overview__card-subtitle {
  color: #3a3f3f;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.2px;
  margin-bottom: 20px;
}

@media (max-width: 1199.98px) {
  .overview {
    height: auto !important;
  }

  .overview__card--highlight .overview__card-title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .overview__card--highlight .overview__card-excerpt p {
    font-size: 14px;
  }

  .overview--secondary {
    height: auto !important;
    padding: 20px 0;
  }

  .overview--secondary .overview__list .overview__card {
    height: auto;
    margin: 15px 0 7.5px 0;
  }

  .overview__list {
    position: relative;
    right: inherit;
    top: inherit;
    margin-top: 20px;
    width: 100%;
    height: auto;
  }

  .overview .slider-overview .overview__card-content {
    padding-right: 40px;
  }

  .overview__card--highlight {
    height: 400px;
  }

  .overview .slider {
    padding: 0;
  }

  .overview__card--highlight .overview__card-title {
    font-size: 21px;
  }

  .overview--events {
    padding: 0;
  }
}

@media (min-width: 1025px) {
  .overview {
    height: 520px;
  }

  .overview--events {
    height: 375px;
  }
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.aside {
  width: 200px;
  max-width: 200px;
  padding: 60px 25px 25px;
  padding-top: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  background: url("../images/shape-aside.svg") no-repeat left bottom #ffffff;
  box-shadow: 1px 0 1px 0 rgba(0, 0, 0, 0.08);
  z-index: 999;
  transition: all 0.2s linear;
  /**
	 * Media Queries
	 */
}

.aside:before {
  content: '';
  width: 6px;
  height: 100%;
  background: url("../images/linha-aside.png") no-repeat top left;
  position: absolute;
  top: 0;
  left: 0;
}

.aside__toggle {
  display: none;
  position: fixed;
  top: 23px;
  left: 25px;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  padding-left: 27px;
  font-size: 10px;
  color: #3a3f3f;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.1px;
  z-index: 9999;
  transition: all 0.2s linear;
  width: 10px;
  height: 23px;
}

.aside__toggle i {
  width: 17px;
  height: 12px;
  position: absolute;
  top: 1.5px;
  left: 0;
}

.aside__toggle i span {
  width: 17px;
  height: 1px;
  background: #3a3f3f;
  display: block;
  margin-bottom: 4px;
  transition: all 0.2s linear;
}

.aside__toggle i span:last-child {
  margin-bottom: 0;
}

.aside__toggle:hover {
  color: #014e6c;
  cursor: pointer;
}

.aside__toggle:hover i span {
  background: #014e6c;
}

.aside__toggle:focus {
  outline: none;
}

.aside__brand {
  height: 100px;
  position: relative;
  font-family: "Ubuntu", Verdana, Arial;
  font-size: 24px;
  color: #3a3f3f;
  font-weight: 300;
  line-height: 1.08;
  position: relative;
  padding: 25px;
  margin: 0 -25px;
  margin-bottom: 20px;
}

.aside__brand strong {
  font-weight: 600;
}

.aside__brand-link,
.aside__brand-link:hover {
  color: #3a3f3f;
  text-decoration: none;
}

.aside__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.aside__list-item:not(:last-child) {
  margin-bottom: 13px;
}

.aside__list-item.is-active {
  position: relative;
}

.aside__list-item.is-active:before {
  content: '';
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  position: absolute;
  left: -10px;
  top: -10px;
  border-radius: 5px;
  background-color: #f3f3f3;
  z-index: -1;
  opacity: 1;
}

.aside__list-link {
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-size: 12px;
  font-weight: 600;
  color: #3a3f3f;
  transition: all 0.2s linear;
  text-decoration: none;
}

.aside__list-link:hover,
.aside__list-link:focus,
.aside__list-link:active,
.aside__list-link.is-active {
  text-decoration: none;
  color: #014e6c;
}

.aside__help {
  margin-top: 18px;
  padding: 18px 0;
  position: relative;
  padding-top: 20px;
}

.aside__help:before {
  content: '';
  width: 25px;
  height: 3px;
  border-radius: 3px;
  background: #eaeaea;
  position: absolute;
  top: 0;
  left: 0;
}

.aside__help-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.aside__help-item {
  padding: 0;
}

.aside__help-item:not(:last-child) {
  margin-bottom: 10px;
}

.aside__help-link {
  color: #3a3f3f;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.1px;
  transition: all 0.2s linear;
  text-decoration: none;
}

.aside__help-link:hover,
.aside__help-link:focus,
.aside__help-link:active,
.aside__help-link.is-active {
  text-decoration: none;
  color: #014e6c;
}

.aside__special {
  display: block;
  background: #e14416;
  padding: 10px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.3px;
  color: #ffffff;
  margin-bottom: 12px;
  margin-left: -10px;
  text-transform: uppercase;
}

.aside__special:hover {
  color: #ffffff;
  background: #d03305;
  text-decoration: none;
}

.aside__social {
  padding: 18px 0;
}

.aside__social-title {
  color: #8d8d8d;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.1px;
  margin: 0;
  margin-bottom: 10px;
}

.aside__social-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.aside__social-item {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px;
}

.aside__social-item:last-child {
  margin-right: 0;
}

.aside__social-item:first-child {
  margin-left: 0;
}

.aside__social-link {
  font-size: 20px;
  color: #3a3f3f;
  transition: all 0.2s linear;
  text-decoration: none;
}

.aside__social-link:hover,
.aside__social-link:focus,
.aside__social-link:active {
  text-decoration: none;
  color: #014e6c;
}

.aside--close {
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

@media (max-width: 1199.98px) {
  .aside {
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    margin-top: 60px;
    box-shadow: 1px -1px 0px 0px rgba(0, 0, 0, 0.08);
  }

  .aside--close {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .aside__toggle {
    display: block;
    left: 20px;
    font-size: 0;
  }

  .aside__brand {
    display: none;
  }
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.section {
  padding: 70px 0;
  background: #f7f7f7;
  /**
	 * Media Queries
	 */
}

.section--dark {
  background: #0A3F61;
}

.section--light-gray {
  background: #f3f3f3;
}

.section--triangle-simple {
  background: url("../images/triangulo-01.svg") no-repeat right bottom #f3f3f3;
}

.section--triangle-blue {
  background: url("../images/triangulo-02.svg") no-repeat right bottom #0A3F61;
}

.section--triangle-dark {
  background: url("../images/triangulo-03.svg") no-repeat center bottom #0e0f0f;
  background-size: 100%;
}

@media (max-width: 1199.98px) {
  .section {
    padding: 40px 0;
  }

  .section.pb-0 .content__link {
    margin-bottom: 20px;
  }
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.heading {
  /**
	 * Media Queries
	 */
}

.heading__title {
  font-size: 24px;
  color: #3a3f3f;
  font-weight: 400;
  padding-bottom: 25px;
  margin-bottom: 35px;
  position: relative;
}

.heading__title strong {
  font-weight: 600;
}

.heading__title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: #F48260;
  border-radius: 4px;
}

.heading__excerpt {
  margin: 30px 0;
}

.heading__excerpt p {
  font-size: 16px;
  color: #3a3f3f;
  line-height: 1.5;
  margin: 0;
}

.heading__subtitle {
  font-size: 24px;
  color: #8d8d8d;
  font-weight: 300;
  margin: 0;
  margin-bottom: 30px;
}

.heading--negative .heading__title,
.heading--negative .heading__subtitle {
  color: #ffffff;
}

.heading--small .heading__title {
  font-size: 18px;
}

.heading--small .heading__title:before {
  width: 55px;
}

.heading--center .heading__title {
  text-align: center;
}

.heading--center .heading__title:before {
  left: 50%;
  margin-left: -40px;
}

.heading--secondary .heading__title {
  color: #ffffff;
}

.heading--secondary .heading__title:before {
  background: linear-gradient(to left, #07e2db, #00a0e6);
}

@media (max-width: 1199.98px) {
  .heading__title {
    font-size: 24px;
  }
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.content {
  /**
	 * Media Queries
	 */
}

.content p {
  font-size: 16px;
  line-height: 1.75;
  color: #3a3f3f;
  margin: 0;
  margin-bottom: 30px;
}

.content p img {
  width: auto;
  display: block;
  margin: 0 auto;
  height: auto;
  max-width: 100%;
}

.content p img.alignleft {
  float: left;
  margin-right: 20px;
}

.content p img.alignright {
  float: right;
  margin-left: 20px;
}

.content p strong {
  font-weight: 600;
}

.content p em {
  font-style: italic;
}

.content p:last-child {
  margin-bottom: 0;
}

.content ul,
.content ol {
  margin: 0;
  margin-bottom: 30px;
  font-size: 16px;
  color: #3a3f3f;
}

.content ul li,
.content ol li {
  font-size: 16px;
  line-height: 1.75;
  color: #3a3f3f;
  margin: 0;
  margin-bottom: 10px;
}

.content ul li strong,
.content ol li strong {
  font-weight: 600;
}

.content ul li em,
.content ol li em {
  font-style: italic;
}

.content ul li:last-child,
.content ol li:last-child {
  margin-bottom: 0;
}

.content figure,
.content .wp-caption {
  margin: 0;
  width: 100%;
  margin-bottom: 30px;
}

.content figure img,
.content .wp-caption img {
  width: auto;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.content figure figcaption,
.content figure .wp-caption-text,
.content .wp-caption figcaption,
.content .wp-caption .wp-caption-text {
  margin-top: 15px;
  padding-left: 25px;
  font-size: 13px;
  color: #3a3f3f;
  line-height: 1.23;
  position: relative;
}

.content figure figcaption:before,
.content figure .wp-caption-text:before,
.content .wp-caption figcaption:before,
.content .wp-caption .wp-caption-text:before {
  content: "\f030";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.content blockquote {
  font-size: 24px;
  color: #3a3f3f;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
  line-height: 1.17;
  letter-spacing: 0.3px;
  font-weight: 300;
}

.content blockquote p {
  font-size: 24px;
  color: #3a3f3f;
  line-height: 1.17;
  letter-spacing: 0.3px;
  margin: 0;
  font-weight: 300;
}

.content blockquote small {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #3a3f3f;
  display: block;
  margin-top: 15px;
}

.content blockquote strong {
  font-weight: 700;
}

.content blockquote:before {
  content: '';
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(179deg, #f48260, #014e6c);
}

.content__link {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  color: #014e6c;
  font-weight: 600;
  letter-spacing: 1.1px;
  margin-top: 20px;
}

.content__link i {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin-left: 10px;
  transition: all 0.2s linear;
  margin-top: -2px;
}

.content__link:hover {
  text-decoration: none;
  color: #014e6c;
}

.content__link:hover i {
  margin-left: 15px;
}

.content--center {
  text-align: center;
}

.content--center .content__link {
  display: inline-block;
}

.content--negative .content__link {
  color: #ffffff;
}

@media (max-width: 1199.98px) {

  .content p,
  .content figure,
  .content .wp-caption {
    margin-bottom: 20px;
  }

  .content__link {
    margin-top: 0;
    margin-bottom: 50px;
  }
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.ambientation {
  background-image: url("../images/ambientation_bg.svg");
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
  background-size: 110%;
  padding: 25px 0;
  /**
	 * Media Queries
	 */
}

.ambientation.coronavirus {
  background-image: url("../images/corona.svg");
}

.ambientation__title {
  font-size: 31px;
  color: #ffffff;
  font-weight: 700;
  margin: 0;
  padding-left: 15px;
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
}

.ambientation__title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #ffffff;
  border-radius: 3px;
}

@media (max-width: 1199.98px) {
  .ambientation {
    background-size: cover;
    padding: 15px 0;
  }

  .ambientation__title {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .ambientation {
    padding: 27px 0;
  }
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.card {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 20px;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.2s linear;
  /**
	 * Media Queries
	 */
}

.card__off {
  width: 383px;
  height: 289px;
  border-radius: 8px;
  background-color: #f0f0f0;
  box-shadow: none !important;
  font-size: 14px;
  color: #555555;
  text-align: center;
}

.card__off:hover {
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
  box-shadow: none !important;
}

.card__off--icon {
  text-align: center;
  padding-top: 32px;
  padding-bottom: 17px;
}

.card__off--icon img {
  display: inline-block;
}

.card__off--link {
  color: #00a0e6;
  padding-top: 20px;
  display: inline-block;
}

.card>a {
  /*display: block;*/
  text-decoration: none;
}

.card>a:hover {
  text-decoration: none;
}

.card__figure {
  width: 100%;
  height: 205px;
  overflow: hidden;
  margin: 0;
}

.card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card__content {
  padding: 30px;
  min-height: 155px;
  transition: all 0.2s linear;
}

.card__title {
  font-size: 18px;
  color: #3a3f3f;
  font-weight: 600;
  line-height: 1.40;
  margin: 0;
  margin-bottom: 10px;
  transition: all 0.2s linear;
}

.card__title-limit {
  max-height: 38px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.card__subtitle {
  font-size: 14px;
  color: #3a3f3f;
  font-weight: normal;
  line-height: 1.10;
  margin: 0;
  margin-bottom: 10px;
  transition: all 0.2s linear;
}

.card__info {
  margin-bottom: 20px;
}

.card__info-item {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.85;
  color: #3a3f3f;
}

.card__info-item i {
  color: #014e6c;
  margin-right: 5px;
}

.card__tag,
.card__date,
.card__address {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
}

.card__tag {
  margin-right: 10px;
  padding: 3px 10px;
  background: #00a0e6;
  font-size: 10px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  border-radius: 3px;
}

.card__date,
.card__address {
  font-size: 14px;
  font-weight: 500;
  color: #8d8d8d;
}

.card--course .card__date~.card__address {
  float: right;
}

.card--course .card__date,
.card--course .card__address {
  position: relative;
  padding-left: 20px;
  color: #bcbcbc;
}

.card--course .card__date:before,
.card--course .card__address:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  margin-right: 5px;
  color: currentColor;
}

.card--course .card__date:before {
  content: "\f274";
}

.card--course .card__address:before {
  content: "\f041";
}

.card__excerpt {
  margin-top: 15px;
  font-size: 14px;
  color: #3a3f3f;
  line-height: 1.7;
}

.card__excerpt p {
  font-size: 14px;
  color: #3a3f3f;
  line-height: 1.7;
  margin: 0;
}

.card:hover,
.card:active,
.card:focus {
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.2);
}

.card:hover .card__title,
.card:active .card__title,
.card:focus .card__title {
  color: #014e6c;
}

.card--secondary {
  height: 240px;
  position: relative;
  border-radius: 3px;
}

.card--secondary .card__figure {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.card--secondary .card__figure:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), black);
  opacity: 0.5;
  transition: all 0.2s linear;
}

.card--secondary .card__content {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  padding: 10px;
  background: none;
  min-height: inherit;
}

.card--secondary .card__title {
  font-size: 18px;
  padding: 0 10px;
  color: #ffffff;
}

.card--secondary .card__button {
  cursor: pointer;
  padding: 20px 10px;
  padding-bottom: 10px;
  margin: 0;
  margin-top: 10px;
  border: none;
  width: 100%;
  border-top: 1px solid #ffffff;
  background: none;
  text-align: left;
  font-size: 10px;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 10px;
  font-weight: 600;
  letter-spacing: 1.1px;
}

.card--secondary .card__button i {
  font-size: 18px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3.5px;
  transition: all 0.2s linear;
}

.card--secondary .card__excerpt {
  transition: all 0.2s linear;
  height: 0px;
  color: #ffffff;
  font-size: 14px;
  padding: 0 10px;
  overflow: hidden;
}

.card--secondary:hover,
.card--secondary:active,
.card--secondary:focus {
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.card--secondary:hover .card__content,
.card--secondary:active .card__content,
.card--secondary:focus .card__content {
  padding: 10px;
}

.card--secondary:hover .card__figure:before,
.card--secondary:active .card__figure:before,
.card--secondary:focus .card__figure:before {
  opacity: 0.7;
}

.card--secondary:hover .card__title,
.card--secondary:active .card__title,
.card--secondary:focus .card__title {
  color: #ffffff;
}

.card--secondary:hover .card__button i,
.card--secondary:active .card__button i,
.card--secondary:focus .card__button i {
  margin-left: 15px;
}

.card--secondary:hover .card__excerpt,
.card--secondary:active .card__excerpt,
.card--secondary:focus .card__excerpt {
  height: 45px;
}

.card--tertiary {
  padding: 35px;
  position: relative;
}

.card--tertiary .card__content {
  padding: 0;
  min-height: inherit;
}

.card--tertiary .card__content .friendship-button>a,
.card--tertiary .card__content .message-button>a {
  display: block;
  margin: 0 auto 5px;
  max-width: 60%;
  border: 1px solid #ccc;
  font-weight: 600;
  border-radius: 3px;
  transition: 0.1s linear;
  font-size: 10px !important;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  text-align: center;
  padding: 6px 20px !important;
  text-decoration: none;
  color: #8d8d8d;
  transform: scale(1) translate3d(0, 0, 0);
}

.card--tertiary .card__content .friendship-button>a:hover,
.card--tertiary .card__content .message-button>a:hover {
  background: transparent !important;
  border-color: #014e6c !important;
  color: #014e6c !important;
  text-decoration: none;
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.card--tertiary .card__content .message-button>a {
  margin-top: 5px;
}

.card--tertiary .card__figure {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
  display: block;
}

.card--tertiary .card__title {
  font-size: 16px;
  text-align: center;
  margin: 0 0 10px;
  line-height: 1.5;
  font-weight: 600;
  color: #3a3f3f;
}

.card--tertiary .card__excerpt {
  margin: 0 0 10px;
  text-align: center;
}

.card--tertiary .card__excerpt p {
  color: #bcbcbc;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.card--tertiary .card__menu {
  position: absolute;
  right: 30px;
  top: 20px;
}

.card--tertiary .card__menu-btn {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  padding: 0;
  border: none;
  cursor: pointer;
  color: #8d8d8d;
  font-size: 18px;
}

.card--tertiary .card__menu-btn:focus {
  outline: none;
}

.card--tertiary .card__menu-items {
  display: none;
  text-align: right;
  position: absolute;
  top: 40px;
  right: 0;
  max-width: 230px;
  width: 80vw;
  height: 180px;
  background: #ffffff;
  border-radius: 4px;
  left: -210px;
  z-index: 1;
  padding: 20px;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
}

.card--tertiary .card__menu-items:before {
  content: "";
  position: absolute;
  right: 5px;
  top: 0;
  width: 0;
  height: 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  border-radius: 1px;
  border: 6px solid #ffffff;
  border-color: transparent transparent #ffffff #ffffff;
}

.card--tertiary .card__menu-items>a {
  display: block;
  text-align: right;
  padding: 10px 0;
  font-size: 14px;
  line-height: 1;
}

.card--tertiary .card__menu-items>a:hover,
.card--tertiary .card__menu-items>a {
  color: #8d8d8d;
  text-decoration: none;
}

.card--tertiary .card__menu-items>a i {
  margin-right: 5px;
  color: #8d8d8d;
}

.card--tertiary .card__button {
  display: block;
  border: none;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #014e6c;
  margin-top: 0px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  transition: all 0.2s linear;
}

.card--tertiary .card__button:hover,
.card--tertiary .card__button:active,
.card--tertiary .card__button:focus {
  text-decoration: none;
  color: #f48260;
}

.card--tertiary:hover,
.card--tertiary:active,
.card--tertiary:focus {
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.card__act-buttons {
  display: none;
  margin-top: 30px;
}

.card--members {
  height: 260px;
  background: #ffffff;
  transition: 180ms ease;
}

.card--members.menu-is-open:after {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}

.card--members:hover .card__excerpt,
.card--members:hover .card__title {
  display: none;
}

.card--members:hover .card__act-buttons {
  display: block;
}

.card--evt-info {
  padding: 15px;
  max-width: 300px;
  margin-left: auto;
  border-radius: 6px;
  margin-top: 0;
}

.card--evt-info:hover {
  -ms-transform: translatey(0);
  transform: translatey(0);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
}

.card--evt-info .card__content {
  border-bottom: 1px solid #ebebeb;
  padding: 0 40px 0;
  margin-bottom: 20px;
  min-height: auto;
}

.card--evt-info .card__figure {
  height: auto;
}

.card--evt-info .card__image {
  height: auto;
}

.card--evt-info .card__date,
.card--evt-info .card__address {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #8d8d8d;
  padding-left: 20px;
  max-width: 200px;
  display: block;
  margin: 0 auto 10px;
  font-weight: 400;
}

.card--evt-info .card__date:before,
.card--evt-info .card__address:before {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0;
  top: 0;
  margin-right: 5px;
  color: #d8d8d8;
}

.card--evt-info .card__date:before {
  content: "\f274";
}

.card--evt-info .card__address:before {
  content: "\f14e";
}

.card--evt-info .card__button {
  display: block;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  background: #00a0e6;
  color: #ffffff;
  -ms-transform: 180ms ease;
  transform: 180ms ease;
  border-radius: 3px;
}

.card--evt-info .card__button:hover {
  background: #00a7f0;
}

.card--evt-info .card__link--muted {
  text-decoration: underline !important;
  color: #8d8d8d;
  font-size: 14px;
  text-align: center;
  display: block;
  margin: 20px auto 30px;
}

.card__button-field {
  width: 100%;
  cursor: pointer;
  border: 0;
}

.card--grupos {
  padding-top: 125px;
  text-align: center;
}

.card--grupos .card__figure {
  width: 100%;
  height: 85px;
  position: absolute;
  top: 0;
  left: 0;
}

.card--grupos .card__avatar {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  border: solid 2px #ffffff;
  position: absolute;
  top: 50px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.card--grupos .card__avatar img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-widht: calc(100% - 20px);
  max-height: calc(100% - 20px);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.card--grupos .card__title {
  font-size: 16px;
  color: #3a3f3f;
  margin-bottom: 10px;
}

.card--grupos .card__excerpt {
  font-size: 14px;
  color: #bcbcbc;
  opacity: 0.4;
  margin-top: 10px;
}

.card--grupos__button {
  width: auto;
  height: auto;
  border-radius: 3px;
  border: solid 1px #bcbcbc;
  font-size: 10px;
  color: #8d8d8d;
  font-weight: 600;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  padding: 5px 35px;
  margin: 0;
  margin-top: 25px;
  transition: all 0.2s linear;
  cursor: pointer;
}

.card--grupos__button:hover {
  background: #014e6c;
  color: #ffffff;
  border-color: #014e6c;
}

.card--grupos__button:focus {
  outline: none;
}

.card__pagination {
  display: block;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 10px 25px;
}

.card__pagination-item {
  display: inline-block;
  width: 30px;
  margin-bottom: 5px;
  text-align: center;
  background: #eaeaea;
  margin-right: 5px;
}

.card__pagination-item.active {
  background: transparent;
}

.card__pagination-link {
  color: #aaa;
}

.card__pagination--articles .card__pagination-item {
  padding: 0;
  background: initial;
  margin-right: 9px;
}

.card__pagination--articles .card__pagination-item .page-numbers {
  padding: 5px 15px;
  background: #eaeaea;
  color: #aaa;
  display: block;
}

.card__pagination--articles .card__pagination-item .page-numbers.current {
  background: transparent;
}

.card--materiais {
  border-radius: 12px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  padding: 25px;
  position: relative;
  transition: all 250ms ease-out;
}

.card--materiais:hover {
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.card--materiais__back {
  border-radius: 3px;
  background-color: #01566c;
  padding: 15px 50px;
  font-size: 10px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.08px;
  text-align: center;
  color: #ffffff !important;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 35px;
  cursor: pointer;
}

.card--materiais__link {
  display: block;
  margin-bottom: 8px;
}

.card--materiais__link:hover {
  text-decoration: none;
}

.card--materiais__date {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #8d8d8d;
  padding-bottom: 8px;
}

.card--materiais__title {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #3a3f3f;
  padding-right: 50px;
}

.card--materiais__title-large {
  min-height: 90px;
}

.card--materiais__format {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.15px;
  color: #3a3f3f;
}

.card--materiais__button {
  position: absolute;
  right: 25px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #e14416;
}

.card--materiais__heading {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.18px;
  color: #3a3f3f;
  margin-bottom: 15px;
  margin-top: 60px;
}

.card--materiais__views {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #8d8d8d;
  margin-top: 20px;
}

.card--materiais__line {
  position: relative;
}

.card--materiais__line:after {
  content: '';
  border-radius: 12px;
  background-color: #eaeaea;
  position: absolute;
  bottom: 65px;
  width: 100%;
  height: 1px;
  left: 0;
}

@media (max-width: 1199.98px) {
  .card {
    margin: 0;
    box-shadow: none;
    margin-bottom: 20px;
  }

  .card--secondary {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .card__content {
    padding: 30px;
  }
}

@media (min-width: 768px) {
  .card--horizontal>* {
    display: -ms-flexbox;
    display: flex;
  }

  .card--horizontal>* .card__figure {
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    max-width: 20%;
  }

  .card--horizontal>* .card__content {
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
  }

  .card--horizontal>* .card__content-course {
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
  }

  .card--horizontal>* .card__title,
  .card--horizontal>* .card__subtitle {
    color: #3a3f3f;
  }

  .card--horizontal>* .card__info-item {
    font-size: 14px;
    color: #8d8d8d;
    display: block;
  }

  .card--horizontal>* .card__info-item>i {
    color: #8d8d8d;
  }
}

.card--icon {
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #eaeaea;
  background-color: #ffffff;
  padding: 30px 25px 20px 25px;
  margin: 20px 0;
}

.card--icon__container {
  padding-top: 26px;
}

.card--icon__icon {
  font-size: 35px;
  color: #e14416;
  padding-bottom: 25px;
}

.card--icon__title {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.18px;
  color: #3a3f3f;
}

.card--icon__description {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.18px;
  color: #8d8d8d;
  padding-top: 5px;
}

.card--icon__link {
  transition: 250ms transform ease-out;
}

.card--icon__link:hover {
  text-decoration: none;
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.card--icon__button {
  font-size: 10px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.08px;
  color: #014e6c;
  text-transform: uppercase;
  padding-top: 37px;
  display: block;
  position: relative;
}

.card--icon__button i {
  display: inline-block;
  margin-left: 5px;
}

.card--icon__button:after {
  content: '';
  position: absolute;
  top: 20px;
  left: -5%;
  width: 110%;
  height: 1px;
  background: #eaeaea;
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.post {
  /**
	 * Media Queries
	 */
}

.post__category {
  background: #00a0e6;
  color: #ffffff;
  padding: 5px 7px;
  border-radius: 3px;
  font-size: 10px;
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-weight: bold;
}

.post__category+.post__date {
  margin-left: 30px;
}

.post__date {
  font-size: 14px;
  font-weight: 400;
}

.post__date--label {
  font-size: 14px;
  color: #8d8d8d;
}

.post__info {
  margin-top: -30px;
}

.post__info p {
  font-size: 21px;
  color: #8d8d8d;
}

.post__info p a {
  color: #00a0e6;
}

.post__location {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #8d8d8d;
  font-size: 12px;
  color: #3a3f3f;
}

.post__location img {
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
}

.post__heading {
  padding: 40px 0;
}

.post__title {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.12;
  margin-bottom: 30px;
}

.post__subtitle {
  font-size: 21px;
  font-weight: 300;
  color: #8d8d8d;
  margin: 0;
}

.post__author {
  margin: 0;
  display: inline-block;
  width: 54px;
  height: 54px;
}

.post__author>img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.post__author-info {
  padding: 20px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.post__author-name,
.post__author-office,
.post__author-count {
  margin-bottom: 3px;
}

.post__author-name {
  font-size: 16px;
  color: #3a3f3f;
  line-height: 1.3;
  font-weight: 700;
}

.post__author-office {
  color: #8d8d8d;
  font-size: 14px;
  line-height: 1.13;
}

.post__author-counter {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 5px;
  color: #00a0e6;
  margin: 0;
}

.post__author-share {
  -ms-flex-item-align: center;
  align-self: center;
  cursor: pointer;
  color: #bcbcbc;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  transition: color .1s linear .25s, border .1s linear .25s;
  z-index: 2;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease 0s;
}

.post__author-share:hover,
.post__author-share:focus,
.post__author-share:active {
  color: rgba(0, 0, 0, 0.5);
}

.post__author-share:hover .post__share,
.post__author-share:focus .post__share,
.post__author-share:active .post__share {
  opacity: 1;
  visibility: visible;
}

.post__author--comments {
  margin: 0 15px;
}

.post__author--comments:hover,
.post__author--comments:focus,
.post__author--comments:active {
  color: #00a0e6;
}

.post__author--like {
  margin-left: auto;
}

.post__author--like:hover,
.post__author--like:focus,
.post__author--like:active {
  color: #dc3545;
}

.post__author--clipping {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  margin-right: 20px;
}

.post__author--clipping:before {
  content: '';
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.2s linear;
  color: #dc3545;
  font-size: 14px;
  font-weight: 400;
}

.post__author--clipping.news:before {
  content: "\f1ea";
}

.post__author--clipping.date:before {
  content: "\f073";
}

.post__video iframe {
  display: block;
  margin: 0 auto 40px;
}

.post__avatar-element {
  border-radius: 50%;
}

.post__footer {
  padding-bottom: 35px;
  border-bottom: 1px solid #ebebeb;
}

.post__footer-text {
  font-size: 14px;
  font-weight: 600;
  color: #bcbcbc;
  text-transform: uppercase;
  margin: 0;
}

.post__tags {
  margin-top: 20px;
}

.post__tag-link {
  font-size: 16px;
  color: #00a0e6 !important;
}

.post__share {
  position: absolute;
  left: 0;
  top: 100%;
  margin-left: 0;
  padding-left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 800ms ease-out;
}

.post__share-item {
  list-style: none;
  -ms-flex-item-align: center;
  align-self: center;
  cursor: pointer;
  border: 1px solid #ededed;
  border-radius: 50%;
  font-size: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 45px;
  height: 45px;
  margin-top: 10px;
  background-color: white;
}

.post__share-item:hover {
  background-color: #fafafa;
}

.post__share-item .facebook {
  color: #3b5998;
}

.post__share-item .twitter {
  color: #00a0e6;
}

.post__share-item .linkedin {
  color: #007bb5;
}

.post__content {
  margin-bottom: 50px;
}

.post__content h1,
.post__content h2,
.post__content h3,
.post__content h4,
.post__content h5,
.post__content h6 {
  margin: 0;
  margin-bottom: 30px;
}

.post__content p {
  font-size: 16px;
  line-height: 1.75;
  color: #3a3f3f;
  margin: 0;
  margin-bottom: 30px;
  word-wrap: break-word;
}

.post__content p strong {
  font-weight: 700;
}

.post__content p em {
  font-style: italic;
}

.post__content p:last-child {
  margin-bottom: 0;
}

.post__content blockquote {
  font-size: 24px;
  color: #3a3f3f;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
  line-height: 1.17;
  letter-spacing: 0.3px;
  font-weight: 300;
}

.post__content blockquote p {
  font-size: 24px;
  color: #3a3f3f;
  line-height: 1.17;
  letter-spacing: 0.3px;
  margin: 0;
  font-weight: 300;
}

.post__content blockquote small {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #3a3f3f;
  display: block;
  margin-top: 15px;
}

.post__content blockquote strong {
  font-weight: 700;
}

.post__content blockquote:before {
  content: '';
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(179deg, #f48260, #014e6c);
}

.post__content ul,
.post__content ol {
  margin: 0;
  margin-bottom: 30px;
  font-size: 16px;
  color: #3a3f3f;
  padding-left: 25px;
}

.post__content ul li,
.post__content ol li {
  font-size: 16px;
  line-height: 1.75;
  color: #3a3f3f;
  margin: 0;
  margin-bottom: 10px;
}

.post__content ul li strong,
.post__content ol li strong {
  font-weight: 700;
}

.post__content ul li em,
.post__content ol li em {
  font-style: italic;
}

.post__content ul li:last-child,
.post__content ol li:last-child {
  margin-bottom: 0;
}

.post__content a {
  color: #014e6c;
  position: relative;
  transition: all 0.2s linear;
}

.post__content a:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #014e6c;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: all 0.2s linear;
}

.post__content a:hover {
  text-decoration: none;
  color: #f48260;
}

.post__content a:hover:before {
  background: #f48260;
}

.post__content hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #ebebeb;
}

.post__content small {
  font-size: 75%;
}

.post__content mark {
  padding: 5px;
  background-color: #f48260;
  color: #ffffff;
  font-size: 100%;
  border-radius: 3px;
}

.post__content img {
  display: block;
  max-width: 100%;
  height: auto;
}

.post__content img.aligncenter {
  margin: 0 auto;
}

.post__content img.alignleft {
  float: left;
}

.post__content img.alignright {
  float: right;
}

.post__content figure,
.post__content .wp-caption {
  margin: 0;
  width: 100%;
  margin-bottom: 30px;
}

.post__content figure.aligncenter,
.post__content .wp-caption.aligncenter {
  margin: 0 auto;
}

.post__content figure.alignleft,
.post__content .wp-caption.alignleft {
  float: left;
}

.post__content figure.alignright,
.post__content .wp-caption.alignright {
  float: right;
}

.post__content figure img,
.post__content .wp-caption img {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.post__content figure figcaption,
.post__content figure .wp-caption-text,
.post__content .wp-caption figcaption,
.post__content .wp-caption .wp-caption-text {
  margin-top: 15px;
  padding-left: 30px;
  padding-right: 5px;
  font-size: 13px;
  color: #3a3f3f;
  line-height: 1.23;
  position: relative;
}

.post__content figure figcaption:before,
.post__content figure .wp-caption-text:before,
.post__content .wp-caption figcaption:before,
.post__content .wp-caption .wp-caption-text:before {
  content: "\f030";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 5px;
}

.post__content figure figcaption i,
.post__content figure .wp-caption-text i,
.post__content .wp-caption figcaption i,
.post__content .wp-caption .wp-caption-text i {
  display: none;
}

.post__content-figure {
  margin: 0;
}

.post__content-figure--ratio {
  position: relative;
}

.post__content-figure--ratio:before {
  content: '';
  width: 1px;
  margin-left: -1px;
  height: 0;
  float: left;
}

.post__content-figure--ratio:after {
  content: "";
  display: table;
  clear: both;
}

.post__content-figure--16x9:before {
  padding-bottom: 56.25%;
}

.post__content-figure-element {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}

.post__content-caption {
  font-size: 15px;
  line-height: 2;
  padding: 7.5px 0;
}

.post__content-caption-content {
  font-size: 13px;
}

.post__head {
  margin-bottom: 26px;
}

.post__social-link {
  font-size: 20px;
}

.post__social-link:hover,
.post__social-link:focus,
.post__social-link:active,
.post__social-link {
  opacity: .8;
}

.post__social .facebook {
  color: #3b5998;
}

.post__social .twitter {
  color: #55acee;
}

.post__social .linkedin {
  color: #007bb5;
}

.post__social-title,
.post__likes-title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.3px;
  color: #3a3f3f;
  text-transform: uppercase;
  margin-top: 33px;
  margin-bottom: 21px;
}

.post__social-list,
.post__likes-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.post__social-item,
.post__likes-item {
  display: inline-block;
}

.post__social-item:not(:first-child),
.post__likes-item:not(:first-child) {
  margin-left: 15px;
}

.post__likes {
  padding: 40px 0;
  border-bottom: 1px solid #ebebeb;
}

.post__likes-title {
  margin-top: 0;
}

.post__like {
  width: 54px;
  height: 54px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 6px 8px;
}

.post__like .profiles__figure:before {
  line-height: 54px;
}

@media (max-width: 1199.98px) {
  .post__title {
    font-size: 32px;
    line-height: 1.2;
  }

  .post__subtitle {
    font-size: 18px;
    line-height: 1.4;
  }

  .post__content p {
    margin-bottom: 30px;
  }

  .post__content figure,
  .post__content .wp-caption {
    width: 100% !important;
  }
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.slider {
  margin: 0 -15px;
  position: relative;
  opacity: 0;
  /**
	 * Media Queries
	 */
}

.slider .slick-track>div:focus {
  outline: none;
}

.slider__arrow {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  border: none;
  z-index: 1;
  margin-top: -15px;
  font-size: 23px;
  color: #014e6c;
  font-weight: normal;
  line-height: 49px;
  transition: all 0.2s linear;
}

.slider__arrow:focus {
  outline: none;
}

.slider__arrow:hover,
.slider__arrow:focus,
.slider__arrow:active {
  background: #014e6c;
  color: #ffffff;
  cursor: pointer;
}

.slider__arrow.prev,
.slider__arrow-prev {
  left: 0;
  -ms-transform: translateX(-10px) translateY(-50%);
  transform: translateX(-10px) translateY(-50%);
}

.slider__arrow.next,
.slider__arrow-next {
  right: 0;
  -ms-transform: translateX(10px) translateY(-50%);
  transform: translateX(10px) translateY(-50%);
}

.slider-overview {
  margin: 0;
}

.slider-overview .slick-dots {
  position: absolute;
  width: 100%;
  padding: 0;
  list-style: none;
  margin: 0;
  bottom: 30px;
  left: 0;
  text-align: center;
}

.slider-overview .slick-dots li {
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.slider-overview .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  text-indent: -9999999px;
  border: none;
  opacity: 0.4;
}

.slider-overview .slick-dots li button:focus {
  outline: none;
}

.slider-overview .slick-dots li.slick-active button {
  opacity: 1;
}

@media (max-width: 1199.98px) {
  .slider__arrow {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }

  .slider__arrow-next {
    margin-right: 5px;
  }

  .slider__arrow-prev {
    margin-left: 5px;
  }

  .slider__arrow.prev {
    margin-left: 15px;
  }

  .slider__arrow.next {
    margin-right: 15px;
  }
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.profile {
  background-color: #f8f8f8;
  /**
	 * Media Queries
	 */
}

.profile__button {
  height: 132.1px;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(1, 78, 108, 0.15);
  border: solid 1px #cddce3;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 500ms ease-out;
  display: inline-block;
  width: 100%;
  margin-bottom: 18px;
}

.profile__button--icon {
  display: block;
  padding: 15px 0 0px 0;
  text-align: center;
  color: #00a0e6;
  font-size: 40px;
  transition: all 500ms ease-out;
}

.profile__button--text {
  font-size: 14px;
  text-align: center;
  color: #00a0e6;
  display: block;
  transition: all 500ms ease-out;
  line-height: 19px;
}

.profile__button:hover {
  background-color: #00a0e6;
}

.profile__button:hover .profile__button--icon {
  color: #fff;
}

.profile__button:hover .profile__button--text {
  color: #fff;
}

.profile__drop {
  background-color: #ffffff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  max-width: 360px;
  position: absolute;
  right: 60px;
  top: 60px;
  margin-top: 0px;
  padding: 30px;
  z-index: 2;
  display: none;
}

.profile__drop:before {
  content: "";
  position: absolute;
  right: 75px;
  top: 0;
  width: 0;
  height: 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  border-radius: 1px;
  border: 6px solid #ffffff;
  border-color: transparent transparent #ffffff #ffffff;
}

.profile__drop#dropDown-user:before {
  right: 1px;
}

.profile__drop-title {
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
  color: #3a3f3f;
  font-weight: 300;
}

.profile__drop-input {
  margin: 14px 0;
}

.profile__drop-input>input {
  width: 100%;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  color: #8d8d8d;
  font-size: 14px;
  padding: 12px 15px;
  height: 40px;
}

.profile__drop-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-progress-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  background-color: #00a0e6;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-size: 12px;
  width: 100%;
  padding: 15px 0;
  margin-top: 15px;
}

.profile__drop-link {
  margin-top: 15px;
  text-align: right;
  font-size: 12px;
}

.profile__drop-link--negative {
  color: #8d8d8d;
  display: block;
}

.profile__drop-link--negative:hover,
.profile__drop-link--negative:active,
.profile__drop-link--negative:focus,
.profile__drop-link--negative {
  color: #8d8d8d;
}

.profile__drop-blocklink {
  padding: 20px 20px 0;
}

.profile__drop-blocklink>a {
  color: #8d8d8d;
  font-size: 14px;
  font-weight: 600;
}

.profile__drop-blocklink i {
  margin-right: 15px;
}

.profile__drop-footer {
  text-align: center;
  line-height: 1;
}

.profile__drop-footer>span {
  display: inline-block;
  width: 100%;
  color: #8d8d8d;
  font-size: 14px;
}

.profile__drop-footer>a {
  font-size: 14px;
}

.profile__drop-footer>a:hover,
.profile__drop-footer>a:active,
.profile__drop-footer>a:focus,
.profile__drop-footer>a {
  color: #00a0e6;
}

.profile__drop-header {
  border-bottom: 1px solid #eaeaea;
  padding-top: 20px;
  padding-bottom: 25px;
}

.profile__drop-separator {
  margin: 25px 0;
}

.profile__drop-item {
  margin-bottom: 30px;
  line-height: 1;
  min-height: 40px;
}

.profile__drop-figure {
  width: 56px;
  height: 56px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  border-radius: 100%;
  overflow: hidden;
  float: left;
  margin-right: 15px;
  margin-bottom: 40px;
}

.profile__drop-figure>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile__drop-label,
.profile__drop-excerpt {
  display: inline-block;
  width: calc(100% - 80px);
}

.profile__drop-label {
  font-size: 14px;
  color: #3a3f3f;
  font-weight: 600;
}

.profile__drop-excerpt {
  font-size: 12px;
  color: #8d8d8d;
}

.profile__has-submenu {
  position: relative;
}

.profile__has-submenu>a {
  cursor: pointer;
}

.profile__has-submenu:hover .profile__subnav {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
}

.profile__subnav {
  background-color: #ffffff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  min-width: 260px;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 90%;
  padding: 5px 20px;
  z-index: 2;
  margin: 0;
  margin-top: -5px;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-out;
}

.profile__subnav:before {
  content: "";
  position: absolute;
  right: 45%;
  top: 0;
  width: 0;
  height: 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  border-radius: 1px;
  border: 6px solid #ffffff;
  border-color: transparent transparent #ffffff #ffffff;
}

.profile__subnav.align-left {
  left: 0;
  -ms-transform: none;
  transform: none;
}

.profile__subnav.align-left:before {
  right: 75%;
}

.profile__subnav li {
  list-style: none;
  margin: 10px 0;
}

.profile__nav-item:not(:last-child) {
  margin-right: 30px;
}

.profile__nav-link {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #8d8d8d;
  letter-spacing: 1.3px;
  display: block;
  padding: 20px 0;
}

.profile__nav-link:hover,
.profile__nav-link:active,
.profile__nav-link:focus,
.profile__nav-link-active {
  color: #014e6c;
  text-decoration: none;
}

.profile__nav-link>i {
  margin-right: 10px;
}

.profile__nav-sub-link {
  font-size: 12px;
  font-weight: 600;
  color: #8d8d8d;
  letter-spacing: 1.3px;
  display: block;
  padding: 40px 0 10px 0;
}

.profile__nav-sub-link-active {
  color: #014e6c;
}

.profile__nav-sub-link:hover,
.profile__nav-sub-link:active,
.profile__nav-sub-link:focus {
  color: #014e6c;
  text-decoration: none;
}

.profile__nav-sub-link>i {
  margin-right: 10px;
}

.profile__nav-sub-link.is-active {
  color: #014e6c;
  text-decoration: none;
}

.profile__content {
  padding: 60px 0 80px;
}

.profile__content>.tab-pane {
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}

.profile__content-item {
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
}

.profile__content-title {
  font-size: 20px;
  color: #3a3f3f;
  margin-bottom: 30px;
}

.profile__content-label {
  min-width: 140px;
  font-weight: 700;
  font-size: 14px;
}

.profile__content-excerpt {
  padding-left: 30px;
  font-size: 14px;
  color: #3a3f3f;
}

.profile__group-item {
  margin-bottom: 30px;
  line-height: 1;
  min-height: 40px;
}

.profile__group-figure,
.profile__group-sigla {
  width: 40px;
  height: 40px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  border-radius: 100%;
  overflow: hidden;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.profile__group-figure>img {
  max-width: 100%;
  object-fit: cover;
}

.profile__group-sigla {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  background: linear-gradient(35deg, #f48260, #014e6c);
}

.profile__group-label,
.profile__group-members {
  display: inline-block;
  width: calc(100% - 60px);
}

.profile__group-label {
  font-size: 14px;
  color: #3a3f3f;
  margin-top: 15px;
}

.profile__group-members {
  font-size: 12px;
  color: #8d8d8d;
}

.profile .validation_error {
  font-size: 14px;
}

@media (max-width: 1199.98px) {
  .profile__nav-item {
    margin: 0 !important;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #f2f2f2;
  }

  .profile__nav-item:last-child {
    border-bottom: none;
  }

  .profile__nav-link {
    padding: 10px 0;
  }

  .profile__nav-link i {
    display: none;
  }

  .profile__nav {
    padding: 10px 0;
  }

  .profile__drop {
    right: 20px;
  }

  .profile__drop:before {
    right: 70px;
  }

  .profile .cover__nav {
    padding-left: 0px !important;
  }
}

@media (max-width: 575.98px) {
  .profile__drop {
    left: 20px;
    max-width: 100%;
  }
}

@media (min-width: 576px) {
  .profile__drop#dropDown-user {
    width: 300px;
  }
}

@media (min-width: 1025px) {
  .profile__drop#dropDown-user:before {
    right: 40px;
  }
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

@supports (-ms-overflow-style: none) {}

.mosaic {
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  overflow: hidden;
  /**
	 * Media Queries
	 */
}

.mosaic__figure {
  position: relative;
  overflow: hidden;
  margin: 0;
}

.mosaic__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mosaic__tag {
  margin-right: 10px;
  padding: 3px 10px;
  background: #00a0e6;
  font-size: 10px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  border-radius: 3px;
}

.mosaic__title {
  color: #ffffff;
  font-weight: 600;
  margin: 0;
}

.mosaic__highlight {
  width: 100%;
  height: 365px;
  position: relative;
}

.mosaic__highlight>a {
  display: block;
}

.mosaic__highlight>a:hover,
.mosaic__highlight>a:focus,
.mosaic__highlight>a:active {
  text-decoration: none;
}

.mosaic__highlight .mosaic__figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mosaic__highlight .mosaic__figure:before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(58, 63, 63, 0.3), rgba(58, 63, 63, 0.9));
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s linear;
}

.mosaic__highlight .mosaic__content {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
  padding: 35px;
  left: 0;
  bottom: 0;
}

.mosaic__highlight .mosaic__title {
  font-size: 24px;
  margin-top: 25px;
  padding-right: 5px;
  transition: all 0.2s linear;
}

.mosaic__highlight .mosaic__icon {
  position: absolute;
  z-index: 1;
  width: 80px;
  height: 80px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 28px;
  color: #ffffff;
  text-align: center;
  line-height: 76px;
  padding-left: 5px;
}

.mosaic__highlight:hover .mosaic__figure:before {
  opacity: 1;
}

.mosaic__highlight:hover .mosaic__title {
  padding-right: 0px;
  padding-left: 5px;
}

.mosaic__list {
  width: 100%;
  height: 365px;
  overflow: hidden;
  background: #4e5353;
}

.mosaic__list .ps {
  height: 100%;
  position: relative;
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

.mosaic__list .ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  bottom: 0px;
  position: absolute;
}

.mosaic__list .ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  right: 1px;
  left: inherit !important;
  position: absolute;
}

.mosaic__list .ps--active-x>.ps__rail-x,
.mosaic__list .ps--active-y>.ps__rail-y {
  display: block;
  background-color: transparent;
}

.mosaic__list .ps:hover>.ps__rail-x,
.mosaic__list .ps:hover>.ps__rail-y,
.mosaic__list .ps--focus>.ps__rail-x,
.mosaic__list .ps--focus>.ps__rail-y,
.mosaic__list .ps--scrolling-x>.ps__rail-x,
.mosaic__list .ps--scrolling-y>.ps__rail-y {
  opacity: 0.6;
}

.mosaic__list .ps__rail-x:hover,
.mosaic__list .ps__rail-y:hover,
.mosaic__list .ps__rail-x:focus,
.mosaic__list .ps__rail-y:focus {
  background-color: #eee;
  opacity: 0.9;
}

.mosaic__list .ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  bottom: 2px;
  position: absolute;
}

.mosaic__list .ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  right: 2px;
  position: absolute;
}

.mosaic__list .ps__rail-x:hover>.ps__thumb-x,
.mosaic__list .ps__rail-x:focus>.ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.mosaic__list .ps__rail-y:hover>.ps__thumb-y,
.mosaic__list .ps__rail-y:focus>.ps__thumb-y {
  background-color: #999;
  width: 11px;
}

@supports (-ms-overflow-style: none) {
  .mosaic__list .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .mosaic__list .ps {
    overflow: auto !important;
  }
}

.mosaic__list .mosaic__figure {
  width: 70px;
  height: 70px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.mosaic__list .mosaic__content {
  width: calc(100% - 100px);
  display: inline-block;
  vertical-align: top;
}

.mosaic__list .mosaic__title {
  font-size: 14px;
  margin-top: 10px;
}

.mosaic__item {
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mosaic__item>a {
  display: block;
}

.mosaic__item>a:hover,
.mosaic__item>a:focus,
.mosaic__item>a:active {
  text-decoration: none;
}

.mosaic__item .mosaic__title {
  padding-right: 5px;
  transition: all 0.2s linear;
}

.mosaic__item:last-child {
  border-bottom: none;
}

.mosaic__item:hover .mosaic__title {
  padding-right: 0px;
  padding-left: 5px;
}

@media (max-width: 1199.98px) {
  .mosaic__highlight {
    height: 260px;
  }

  .mosaic__highlight .mosaic__content {
    padding: 20px;
  }

  .mosaic__highlight .mosaic__title {
    font-size: 20px;
  }

  .mosaic__list {
    height: 260px;
  }
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

@supports (-ms-overflow-style: none) {}

.cover {
  position: relative;
  padding: 20px;
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  /**
	 * Media Queries
	 */
}

.cover__figure {
  width: 100%;
  height: 285px;
  overflow: hidden;
  position: relative;
  margin: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.cover__figure:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cover__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cover__content {
  width: 100%;
  max-width: 1220px;
  padding: 0 60px;
  position: absolute;
  left: 50%;
  bottom: 100px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-left: 225px;
}

.cover__content-buttons {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  bottom: 120px;
  max-width: 1220px;
  padding: 0 60px;
  width: 100%;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.cover__content-buttons .friendship-button,
.cover__content-buttons .message-button {
  border: 1px solid #ebebeb !important;
  border-radius: 6px;
  line-height: 1;
  display: inline-block;
  margin: 0 5px;
}

.cover__content-buttons .friendship-button:hover,
.cover__content-buttons .message-button:hover {
  background: #015576;
  border-color: #014e6c !important;
}

.cover__content-buttons .friendship-button.pending_friend:hover,
.cover__content-buttons .friendship-button.is_friend:hover,
.cover__content-buttons .message-button.pending_friend:hover,
.cover__content-buttons .message-button.is_friend:hover {
  background: #f48260;
  border-color: #f48260 !important;
}

.cover__content-buttons .friendship-button.pending_friend>a:before,
.cover__content-buttons .friendship-button.is_friend>a:before,
.cover__content-buttons .message-button.pending_friend>a:before,
.cover__content-buttons .message-button.is_friend>a:before {
  content: "\f503";
}

.cover__content-buttons .friendship-button>a,
.cover__content-buttons .message-button>a {
  font-size: 10px !important;
  background: transparent !important;
  color: #ffffff !important;
  padding: 15px 15px 15px 40px !important;
  font-weight: 500;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  border: none !important;
  text-transform: uppercase !important;
}

.cover__content-buttons .friendship-button>a:hover,
.cover__content-buttons .friendship-button>a,
.cover__content-buttons .message-button>a:hover,
.cover__content-buttons .message-button>a {
  text-decoration: none;
}

.cover__content-buttons .friendship-button>a:before,
.cover__content-buttons .message-button>a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 15px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cover__content-buttons .friendship-button.pending_friend>a:before,
.cover__content-buttons .friendship-button.is_friend>a:before {
  content: "\f503";
}

.cover__content-buttons .friendship-button>a:before {
  content: "\f234";
}

.cover__content-buttons .message-button>a:before {
  content: "\f0e0";
}

.cover__content-buttons {
  width: 180px;
  right: -30px !important;
  left: inherit;
  padding: 0;
  display: block;
}

.cover__content-buttons .friendship-button,
.cover__content-buttons .message-button {
  display: block !important;
  width: 100%;
  margin-bottom: 10px;
}

.cover__content-buttons .friendship-button .friendship-button,
.cover__content-buttons .message-button .friendship-button {
  margin: 0;
}

.cover__content-buttons .friendship-button .friendship-button:before,
.cover__content-buttons .message-button .friendship-button:before {
  content: none !important;
}

.cover__content-buttons .friendship-button>a,
.cover__content-buttons .message-button>a {
  padding: 15px;
  padding-left: 15px !important;
}

.cover__content-buttons .friendship-button>a:before,
.cover__content-buttons .message-button>a:before {
  content: none;
}

.cover__title {
  width: calc(100% - 200px);
  font-size: 31px;
  color: #ffffff;
  font-weight: 700;
  margin: 0;
  margin-bottom: 10px;
}

.cover__info-item {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  position: relative;
  margin: 0;
  font-size: 14px;
  color: #ffffff;
}

.cover__info-item:before {
  content: '•';
  position: absolute;
  top: 50%;
  right: 7px;
  color: #ffffff;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cover__info-item:last-child {
  padding-right: 0;
}

.cover__info-item:last-child:before {
  content: none;
}

.cover__avatar {
  width: 140px;
  height: 140px;
  background: #ffffff;
  padding: 5px;
  position: absolute;
  left: 60px;
  bottom: -55px;
  margin: 0;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
}

.cover__avatar:before {
  content: '';
  width: 130px;
  height: 130px;
  position: absolute;
  top: 5px;
  left: 5px;
  border: 1px solid #f3f3f3;
}

.cover__avatar-image {
  width: auto;
  height: auto;
  max-width: calc(100% - 10px);
  max-height: calc(100% - 10px);
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cover__bar {
  width: 100%;
  height: 62px;
  background: #ffffff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.cover__flex {
  display: -ms-flexbox;
  display: flex;
  height: 62px;
  -ms-flex-align: top;
  align-items: top;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cover__nav {
  width: 100%;
  padding-left: 180px;
  height: 62px;
  list-style: none;
  margin: 0 !important;
  overflow-y: hidden;
  overflow-x: auto;
}

.profile .cover__nav {
  padding-left: 160px;
}

.cover__nav-link {
  display: block;
  line-height: 1;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  color: #bcbcbc;
  transition: all 0.2s linear;
  padding-top: 40px;
  position: relative;
  overflow: hidden;
  position: relative;
  background: transparent;
}

.cover__nav-link .no-count {
  display: none;
}

.cover__nav-link .count {
  position: absolute;
  top: 4px;
  right: 0;
  font-size: 12px;
  color: #fff;
  border-radius: 8px;
  background: #f48260;
  padding: 2px 7px;
  line-height: 13px;
}

.cover__nav-link:before {
  content: '';
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 13px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.2s linear;
  color: #bcbcbc;
  font-size: 22px;
  font-weight: 400;
}

.cover__nav-link.activity:before {
  content: "\f14e";
}

.cover__nav-link.news:before {
  content: "\f1ea";
}

.cover__nav-link.events:before {
  content: "\f073";
}

.cover__nav-link.members:before,
.cover__nav-link.groups::before {
  content: "\f022";
}

.cover__nav-link.admin:before,
.cover__nav-link.settings:before {
  content: "\f185";
}

.cover__nav-link.forums:before,
.cover__nav-link.forum:before {
  content: "\f086";
}

.cover__nav-link.kpis:before {
  content: "\f080";
}

.cover__nav-link.buddydrive:before {
  content: "\f0a0";
}

.cover__nav-link.kpis_ministerio_saude:before {
  content: "\f080";
}

.cover__nav-link.ferramentas:before {
  content: "\f0ad";
  font-weight: 900;
}

.cover__nav-link.home:before {
  content: "\f015";
  font-weight: 900;
}

.cover__nav-link.inicio:before {
  content: "\f015";
  font-weight: 900;
}

.cover__nav-link.profile:before {
  content: "\f2bd";
}

.cover__nav-link.notifications:before {
  content: "\f0f3";
}

.cover__nav-link.messages:before {
  content: "\f27a";
}

.cover__nav-link.friends:before {
  content: "\f2b9";
}

.cover__nav-link.send-invites:before {
  content: "\f0e0";
}

.cover__nav-link.submissao-de-projetos:before {
  content: "\f15c";
}

.cover__nav-link.indique:before {
  content: '\f0e0';
}

.cover__nav-item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
  position: relative;
  padding: 0;
  list-style: none;
  float: none !important;
  min-width: 30px;
  text-align: center;
}

.cover__nav-item:first-child {
  margin-left: 0;
}

.cover__nav-item:last-child {
  margin-right: 0;
}

.cover__nav-item:hover .cover__nav-link,
.cover__nav-item:focus .cover__nav-link,
.cover__nav-item:active .cover__nav-link {
  text-decoration: none;
  color: #014e6c;
}

.cover__nav-item:hover .cover__nav-link:before,
.cover__nav-item:hover .cover__nav-link,
.cover__nav-item:focus .cover__nav-link:before,
.cover__nav-item:focus .cover__nav-link,
.cover__nav-item:active .cover__nav-link:before,
.cover__nav-item:active .cover__nav-link {
  color: #014e6c;
}

.cover__nav-item.active .cover__nav-link {
  text-decoration: none;
}

.cover__nav-item.active .cover__nav-link:before,
.cover__nav-item.active .cover__nav-link {
  color: #014e6c;
}

.cover .ps {
  height: 100%;
  position: relative;
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

.cover .ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 10px;
  bottom: 0px;
  position: absolute;
}

.cover .ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  right: 1px;
  left: inherit !important;
  position: absolute;
}

.cover .ps--active-x>.ps__rail-x,
.cover .ps--active-y>.ps__rail-y {
  display: block;
  background-color: transparent;
}

.cover .ps:hover>.ps__rail-x,
.cover .ps:hover>.ps__rail-y,
.cover .ps--focus>.ps__rail-x,
.cover .ps--focus>.ps__rail-y,
.cover .ps--scrolling-x>.ps__rail-x,
.cover .ps--scrolling-y>.ps__rail-y {
  opacity: 0.6;
}

.cover .ps__rail-x:hover,
.cover .ps__rail-y:hover,
.cover .ps__rail-x:focus,
.cover .ps__rail-y:focus {
  background-color: #eee;
  opacity: 0.9;
}

.cover .ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  bottom: 2px;
  position: absolute;
}

.cover .ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  right: 2px;
  position: absolute;
}

.cover .ps__rail-x:hover>.ps__thumb-x,
.cover .ps__rail-x:focus>.ps__thumb-x {
  background-color: #999;
  height: 8px;
}

.cover .ps__rail-y:hover>.ps__thumb-y,
.cover .ps__rail-y:focus>.ps__thumb-y {
  background-color: #999;
  width: 11px;
}

@supports (-ms-overflow-style: none) {
  .cover .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .cover .ps {
    overflow: auto !important;
  }
}

.cover__button {
  display: block;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 15px;
  white-space: nowrap;
  font-size: 10px;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  transition: all 0.2s linear;
  opacity: 1;
  border-radius: 3px;
}

.cover__button-icon {
  margin-right: 8px;
  display: none;
}

.cover__button:hover,
.cover__button:focus,
.cover__button:active {
  text-decoration: none;
  color: #ffffff;
}

.cover__button--color {
  background: #014e6c;
  color: #ffffff;
}

.cover__button--color:hover,
.cover__button--color:focus,
.cover__button--color:active {
  color: #ffffff;
  opacity: 1;
  background: #f48260;
}

.cover .notification {
  top: 5px;
}

@media (max-width: 1199.98px) {
  .cover {
    height: auto;
    padding: 15px;
    padding-bottom: 62px;
  }

  .cover__content {
    bottom: 100px;
    max-width: 100%;
    padding: 0 20px;
    padding-left: 150px;
  }

  .cover__avatar {
    left: 35px;
    width: 100px;
    height: 100px;
    bottom: 0px;
  }

  .cover__avatar:before {
    width: 90px;
    height: 90px;
  }

  .cover__title {
    font-size: 21px;
  }

  .cover__figure {
    height: 200px;
  }

  .cover__nav {
    padding: 0;
  }

  .cover__content-buttons {
    width: 100%;
    right: inherit !important;
    left: 0px !important;
    bottom: 100px;
    max-width: 100%;
    -ms-transform: none;
    transform: none;
    padding: 0 35px;
  }

  .cover__button {
    display: inline-block;
    width: auto;
    padding: 10px 40px;
    margin: 0 10px;
  }

  .cover__bar {
    position: absolute;
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px);
  }

  .cover__content {
    position: relative;
    left: inherit;
    bottom: inherit;
    -ms-transform: none;
    transform: none;
    padding: 15px;
    padding-left: 130px;
    height: auto;
    min-height: 130px;
    display: inline-block;
    width: 100%;
  }

  .cover__figure {
    position: absolute;
    height: calc(100% - 30px);
    top: 0;
    left: 0;
    width: calc(100% - 30px);
    left: 15px;
    top: 15px;
  }

  .cover__content-buttons {
    position: relative;
    display: block;
    left: inherit;
    bottom: inherit;
    padding: 0 15px;
    margin-bottom: 15px;
  }

  .cover__avatar {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    left: 15px;
    bottom: inherit;
  }

  .cover__title {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 !important;
    padding-left: 0;
    width: 100%;
  }

  .cover__button:first-child {
    margin-left: 0;
  }

  .cover__button:last-child {
    margin-right: 0;
  }
}

@media (max-width: 575.98px) {
  .cover__button {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }

  .cover__button:last-child {
    margin-bottom: 0;
  }

  .cover__flex {
    display: block;
  }

  .cover__nav {
    display: block;
    height: 62px;
    width: 100%;
    min-width: 240px;
    white-space: nowrap;
  }
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.box {
  width: 100%;
  height: auto;
  background: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 40px 35px;
  /**
	 * Media Queries
	 */
}

.box__link {
  font-size: 14px;
  color: #00a0e6;
  display: inline-block;
  margin-top: 20px;
  transition: all 0.2s linear;
}

.box__link:hover {
  text-decoration: none;
  color: #014e6c;
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

#buddypress .profile .screen-reader-text {
  font-size: 12px;
  padding-top: 10px;
  display: block;
}

#buddypress .profile .gfield_description {
  font-size: 12px;
  padding-top: 0;
}

#buddypress .profile #item-body {
  padding-top: 50px;
}

#buddypress .profile #item-body h2 {
  font-size: 18px;
  color: #3a3f3f;
  font-weight: 600;
  padding-bottom: 18px;
  margin-bottom: 35px;
  position: relative;
}

#buddypress .profile #item-body h2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 55px;
  height: 3px;
  background: #F48260;
  border-radius: 3px;
}

#buddypress .profile #item-body p {
  font-size: 16px;
  color: #3a3f3f;
  margin: 0;
  line-height: 1.5;
}

#buddypress .standard-form>h2 {
  font-size: 32px;
  color: #3a3f3f;
  font-weight: 600;
  padding-bottom: 18px;
  margin-bottom: 35px;
  position: relative;
}

#buddypress .standard-form>h2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 115px;
  height: 3px;
  background: #F48260;
  border-radius: 3px;
}

#buddypress .standard-form table thead tr th {
  padding: 15px;
  font-size: 15px;
  font-weight: 600;
}

#buddypress .standard-form table tbody tr td {
  padding: 15px !important;
  font-size: 14px;
}

#buddypress .standard-form a {
  font-size: 12px;
  display: block;
}

#buddypress .standard-form label {
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.2px;
  color: #3a3f3f;
  width: 100%;
  margin: 0;
}

#buddypress .standard-form .radio label,
#buddypress .standard-form .checkbox label {
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.2px;
  color: #3a3f3f;
  width: 100%;
  margin: 0;
}

#buddypress .standard-form .radio ul,
#buddypress .standard-form .checkbox ul {
  margin-left: 0;
  padding-left: 20px;
}

#buddypress .standard-form .radio ul li,
#buddypress .standard-form .checkbox ul li {
  font-size: 14px;
}

#buddypress .standard-form input,
#buddypress .standard-form select {
  background-color: #ffffff !important;
  border-radius: 3px !important;
  border: 1px solid #ebebeb !important;
  display: block;
  width: 100%;
  height: 42px;
  padding: 0 15px !important;
  font-size: 14px !important;
  color: #8d8d8d !important;
}

#buddypress .standard-form input:focus,
#buddypress .standard-form select:focus {
  outline: 1px solid #014e6c;
}

#buddypress .standard-form .quicktags-toolbar input {
  display: inline-block;
  width: auto;
}

#buddypress .standard-form textarea {
  background-color: #ffffff !important;
  border-radius: 3px !important;
  border: 1px solid #ebebeb !important;
  display: block;
  width: 100%;
  height: 150px;
  resize: none;
  padding: 10px 15px !important;
  font-size: 14px !important;
  color: #8d8d8d !important;
}

#buddypress .standard-form textarea:focus {
  outline: 1px solid #014e6c;
}

#buddypress .standard-form input[type=text] {
  width: 100%;
}

#buddypress .standard-form input[type="submit"] {
  border-radius: 3px;
  background-color: #014e6c !important;
  padding: 0px 15px;
  font-size: 12px !important;
  color: #ffffff !important;
  font-weight: 600;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border: none;
  transition: background .2s linear;
  cursor: pointer;
  height: 40px;
}

#buddypress .standard-form input[type="submit"]:hover,
#buddypress .standard-form input[type="submit"]:focus,
#buddypress .standard-form input[type="submit"]:active {
  background-color: #f48260;
}

#buddypress .standard-form input[type="checkbox"],
#buddypress .standard-form input[type="radio"] {
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

#buddypress .standard-form input[type="checkbox"]:focus,
#buddypress .standard-form input[type="radio"]:focus {
  outline: none;
}

#buddypress .standard-form .input-options select,
#buddypress .standard-form .input-options input {
  margin-bottom: 15px;
}

#buddypress .standard-form .input-options label {
  margin: 0 !important;
  margin-bottom: 5px !important;
  display: block !important;
}

#buddypress .standard-form .input-options label input {
  margin: 0;
  margin-right: 5px;
}

#buddypress .standard-form legend {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

#buddypress .standard-form fieldset {
  margin-bottom: 20px;
}

#buddypress .standard-form#settings-form label {
  margin-bottom: 5px !important;
}

#buddypress .standard-form#settings-form input {
  margin-bottom: 20px !important;
}

#buddypress .standard-form .submit {
  text-align: right;
}

#buddypress .standard-form .submit input {
  width: 250px;
  display: inline-block;
  margin: 0;
}

#buddypress .select2-container .select2-selection--single {
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #ebebeb;
  display: block;
  width: 100%;
  height: 42px;
  padding: 0 15px;
}

#buddypress .select2-container .select2-selection--single:focus {
  outline: 1px solid #014e6c;
}

#buddypress .select2-container .select2-selection--single .select2-selection__rendered {
  height: 100%;
  line-height: 38px;
  padding: 0;
  font-size: 14px;
  color: #8d8d8d;
}

#buddypress .select2-search .select2-search--dropdown input:focus {
  outline: 1px solid #014e6c;
}

#buddypress .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 41px;
}

#buddypress .field-visibility-settings-toggle {
  font-size: 14px !important;
  margin: 0 !important;
  margin-top: 10px !important;
}

#buddypress .field-visibility-settings-toggle button {
  border-radius: 3px;
  transition: all 0.2s linear;
}

#buddypress .field-visibility-settings-toggle button:hover {
  background: #014e6c;
  border-color: #014e6c;
  color: #fff;
}

#buddypress .field-visibility-settings-notoggle {
  font-size: 14px;
  font-style: italic;
  margin: 0;
  margin-top: 10px;
}

#buddypress .standard-form#settings-form table#messages-notification-settings,
#buddypress .standard-form#settings-form table#groups-notification-settings {
  width: 100%;
}

#buddypress .standard-form#settings-form table#messages-notification-settings thead tr th,
#buddypress .standard-form#settings-form table#messages-notification-settings tbody tr td,
#buddypress .standard-form#settings-form table#groups-notification-settings thead tr th,
#buddypress .standard-form#settings-form table#groups-notification-settings tbody tr td {
  padding: 5px 0 !important;
}

#buddypress .standard-form#settings-form table#messages-notification-settings tbody tr td input,
#buddypress .standard-form#settings-form table#groups-notification-settings tbody tr td input {
  margin: 0;
}

#buddypress .standard-form#settings-form .submit {
  margin-top: 10px;
}

#buddypress .datebox-selects .select2 {
  margin-bottom: 20px;
}

#buddypress .datebox-selects .select2:last-child {
  margin-bottom: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100% !important;
}

.form {
  /**
	 * Media Queries
	 */
}

.form__title {
  font-size: 18px;
  color: #3a3f3f;
  font-weight: 600;
  margin-bottom: 25px;
}

.form__group {
  margin-bottom: 15px;
}

.form__group .select2-container {
  width: 100% !important;
}

.form__label {
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.2px;
  color: #3a3f3f;
  width: 100%;
  margin: 0;
}

.form__label--large {
  text-transform: uppercase;
  color: #8d8d8d;
  text-align: right;
  line-height: 42px;
  margin: 0;
}

.form__nopadding {
  padding-top: 0 !important;
}

.form__control {
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #ebebeb;
  display: block;
  width: 100% !important;
  height: 42px;
  padding: 0 15px;
  font-size: 14px;
  color: #8d8d8d;
}

.form__control:focus {
  outline: 1px solid #014e6c;
}

.form__control--select {
  width: 100%;
}

.form__control--select span:focus {
  outline: none;
}

.form__control--select .select2-container .select2-selection--single {
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #ebebeb;
  display: block;
  width: 100%;
  height: 42px;
  padding: 0 15px;
}

.form__control--select .select2-container .select2-selection--single .select2-selection__rendered {
  height: 100%;
  line-height: 38px;
  padding: 0;
  font-size: 14px;
  color: #8d8d8d;
}

.form__control--select .select2-search .select2-search--dropdown input:focus {
  outline: 1px solid #014e6c;
}

.form__control--search {
  position: relative;
}

.form__control--search i {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 14px;
  color: #8d8d8d;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form input[type="submit"].light {
  background: #ebebeb !important;
  color: #8d8d8d !important;
}

.form input[type="submit"].light:hover {
  background: #014e6c !important;
  color: #ffffff !important;
}

.form__error {
  width: 100%;
  background: none;
  padding: 0;
  font-size: 12px;
  margin: 0;
  margin-bottom: 2px;
  color: #a00;
}

.form__link {
  font-size: 13px;
  color: #00a0e6;
  line-height: 1.8;
  letter-spacing: 0.2px;
  margin-top: 8px;
  display: block;
}

.form textarea {
  resize: none;
  height: 220px;
  padding: 12px 15px;
}

.form select {
  -webkit-appearance: none;
}

.form__button {
  border-radius: 3px;
  background-color: #014e6c;
  padding: 0px 60px;
  margin-top: 20px;
  font-size: 12px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border: none;
  transition: background .2s linear;
  cursor: pointer;
  float: right;
  height: 40px;
}

.form__button:hover,
.form__button:focus,
.form__button:active {
  background-color: #f48260;
}

.form__button--large {
  height: 42px;
  width: 100%;
}

.form__button--light {
  background-color: #00a0e6 !important;
}

.form .group-members>.section {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 30px;
}

.form .group-members-search,
.form .message-search {
  width: 220px;
}

.form .group-members-search form#search-members-form label,
.form .group-members-search form#search-messages-form label,
.form .message-search form#search-members-form label,
.form .message-search form#search-messages-form label {
  position: relative;
  width: 100%;
}

.form .group-members-search form#search-members-form label:after,
.form .group-members-search form#search-messages-form label:after,
.form .message-search form#search-members-form label:after,
.form .message-search form#search-messages-form label:after {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 20px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #8d8d8d;
}

.form .group-members-search input#members_search,
.form .group-members-search input#messages_search,
.form .message-search input#members_search,
.form .message-search input#messages_search {
  height: 40px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  padding: 12px 15px;
  font-size: 14px;
  color: #8d8d8d;
  width: 100%;
}

.form .group-members-search input#members_search_submit,
.form .group-members-search input#messages_search_submit,
.form .message-search input#members_search_submit,
.form .message-search input#messages_search_submit {
  display: none;
}

.form--gravity .gform_heading {
  display: none;
}

.form--gravity .gform_body .gform_fields {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.form--gravity .gform_body .gform_fields .gfield {
  width: 100%;
  padding: 0 15px;
}

.form--gravity .gform_body .gform_fields .gfield:first-child .gsection_title {
  margin-top: 0;
}

.form--gravity .gf_progressbar {
  background: #fff;
  height: 25px;
  border-radius: 25px;
  overflow: hidden;
}

.form--gravity .gf_progressbar_percentage {
  text-align: right;
  padding: 0 20px;
  height: 100%;
  background: #F48260;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  font-size: 12px;
  color: #fff;
  line-height: 24px;
}

.form--gravity .gf_progressbar_title {
  font-size: 18px;
  color: #3a3f3f;
  font-weight: 600;
  position: relative;
}

.form--gravity .gf_progressbar_wrapper {
  margin-bottom: 40px;
}

.form--gravity .validation_error {
  font-size: 16px;
  margin-bottom: 40px;
}

.form.filter .form__button,
.form.filter-events .form__button {
  margin: 0;
  padding: 0;
}

.form__button-pre {
  float: left !important;
}

.form__link-pre {
  float: right !important;
}

@media (max-width: 575.98px) {
  .form__button-pre {
    width: 100% !important;
  }

  .form__link-pre {
    float: left !important;
  }
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.profiles {
  width: 100%;
  /**
	 * Media Queries
	 */
}

.profiles__list {
  margin: 0 -9px;
  padding: 0;
  list-style: none;
}

.profiles__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px 8px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}

.profiles__figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.profiles__figure:before {
  content: "\f06e";
  font-family: "Font Awesome 5 Free";
  width: 100%;
  height: 100%;
  background: #F48260;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  text-align: center;
  line-height: 45px;
  opacity: 0;
  transition: all 0.2s linear;
}

.profiles__figure:hover:before {
  opacity: 0.9;
}

.profiles__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.figure {
  width: 100%;
  height: auto;
  padding-right: 20px;
  padding-bottom: 20px;
  position: relative;
  /**
	 * Media Queries
	 */
}

.figure:before {
  content: '';
  border-radius: 6px;
  background-image: url(../images/background-image-03.svg);
  background-repeat: no-repeat;
  background-position: right bottom -20px;
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
}

.figure__image {
  width: 100%;
  display: block;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.figure--box-shadow {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  padding: 0;
  border-radius: 15px;
}

.figure--box-shadow::before {
  content: none;
}

@media (max-width: 1199.98px) {
  .figure {
    margin-top: 30px;
  }
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.panel {
  border-radius: 12px;
  background-color: #ffffff;
  width: 100%;
  padding: 34px;
  margin-bottom: 15px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
  /**
	 * Media Queries
	 */
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.accordion {
  /**
	 * Media Queries
	 */
}

.accordion .panel {
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion__header {
  position: relative;
  font-size: 16px;
  margin: 0 60px;
}

.accordion__header>i {
  position: absolute;
  right: calc(100% + 15px);
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: .85em;
}

.accordion__badge {
  position: absolute;
  top: 50%;
  left: 100%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #00a0e6;
  color: #ffffff;
  padding: 5px 7px;
  border-radius: 3px;
  font-size: .5em;
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-weight: bold;
}

.accordion__title {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.14;
  color: #3a3f3f;
  margin: 0;
}

.accordion__body {
  margin-top: 25px;
  margin: 0 30px;
  position: relative;
}

.accordion__content {
  padding-top: 12.5px;
  margin-top: 12.5px;
  font-size: 14px;
  line-height: 1.71;
  color: #3a3f3f;
  position: relative;
}

.accordion__content:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
  position: absolute;
  top: 0;
}

@media (min-width: 768px) {
  .accordion .panel {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .accordion__header {
    font-size: 21px;
    margin: 0 80px;
  }

  .accordion__body {
    margin: 0 80px;
  }

  .accordion__content {
    padding-top: 20px;
    margin-top: 20px;
  }
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.after-before {
  /**
	 * Media Queries
	 */
}

.after-before__slider {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.after-before__slider:before {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
}

.after-before__slider__element {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  max-width: initial !important;
  height: 100% !important;
  object-fit: cover;
  font-family: "object-fit: cover";
  background-position-x: left !important;
  background-position-y: left !important;
}

.after-before__resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}

.after-before__divider {
  cursor: pointer;
  height: 100%;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.after-before__divider:before,
.after-before__divider:after {
  content: '';
  position: absolute;
  width: 2px;
  height: calc(50% - (15px));
  background-color: #ffffff;
  left: 50%;
}

.after-before__divider:before {
  top: 0;
}

.after-before__divider:after {
  bottom: 0;
}

.after-before__divider__bullet {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
}

.after-before__divider__bullet:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.after-before__divider__bullet:after {
  content: '';
  display: block;
  background: url("../images/after-before_arrows.svg") no-repeat center center/50%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.gallery {
  position: relative;
  /**
	 * Media Queries
	 */
}

.gallery__slider {
  background: #3a3f3f;
}

.gallery .slick-track>div:focus {
  outline: none;
}

.gallery__arrow {
  background-color: transparent;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  z-index: 1;
  font-size: 27px;
  color: #014e6c;
  transition: all 0.2s linear;
}

.gallery__arrow.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.gallery__arrow>i {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  color: #ebebeb;
}

.gallery__arrow>i:hover,
.gallery__arrow>i:focus,
.gallery__arrow>i:active {
  cursor: pointer;
}

.gallery__arrow:focus {
  outline: none;
}

.gallery__arrow-prev {
  left: 30px;
}

.gallery__arrow-prev:hover {
  -ms-transform: translateX(-5px) translateY(-50%);
  transform: translateX(-5px) translateY(-50%);
}

.gallery__arrow-next {
  right: 30px;
}

.gallery__arrow-next:hover {
  -ms-transform: translateX(5px) translateY(-50%);
  transform: translateX(5px) translateY(-50%);
}

.gallery__element {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gallery__item {
  margin: 0 !important;
  position: relative;
}

.gallery__item:before {
  content: '';
  width: 1px;
  margin-left: -1px;
  height: 0;
  float: left;
  padding-bottom: 56.25%;
}

.gallery__item:after {
  content: "";
  display: table;
  clear: both;
}

.gallery__caption {
  background: rgba(0, 0, 0, 0.65) !important;
  padding: 20px !important;
  padding-right: 70px !important;
  position: absolute !important;
  bottom: 0 !important;
  width: 100%;
  left: 0 !important;
}

.gallery__caption-content {
  font-size: 12px;
  line-height: 1.42;
  color: #ffffff;
  margin-bottom: 0;
  display: inline-block;
}

.gallery__caption>i {
  width: 18px;
  position: absolute !important;
  right: 25px !important;
  top: 50% !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  color: #ffffff !important;
  cursor: pointer !important;
  font-size: 20px !important;
  left: initial !important;
}

.gallery__fullscreen {
  max-width: 100%;
}

.gallery__fullscreen-wrapper {
  max-width: 100vh;
  max-height: 100vh;
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.gallery__fullscreen-close {
  cursor: pointer;
  position: absolute;
  top: -35px;
  right: 0;
  color: #ffffff;
  font-size: 25px;
}

@media (min-width: 576px) {
  .gallery__caption {
    padding: 20px 80px 20px 30px;
  }
}

@media (min-width: 768px) {
  .gallery__element {
    object-fit: initial;
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
  }
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.select {
  /**
	 * Media Queries
	 */
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.filter {
  padding-bottom: 20px;
  /**
	 * Media Queries
	 */
}

.filter-events {
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}

.filter--border {
  padding: 35px 0;
  padding-bottom: 20px;
  border-top: 1px solid #eaeaea;
}

@media (max-width: 1024.98px) {
  .filter label {
    display: block;
    margin-bottom: 5px;
    margin-top: 15px;
  }
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.modal {
  /**
	 * Media Queries
	 */
}

.modal-header,
.modal-footer {
  padding: 30px 40px;
}

.modal-body {
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 30px;
}

.modal-header {
  background: #f3f3f3;
}

.modal-title {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.2px;
  color: #3a3f3f;
}

.modal-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.2px;
  color: #3a3f3f;
  width: 100%;
}

.modal-input {
  height: 40px;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  width: 100%;
  padding: 0 15px;
}

.modal-footer {
  border-top: none;
  padding-top: 10px;
}

.modal-footer--centered {
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-button {
  height: 40px;
  background: #014e6c;
  letter-spacing: 1.3px;
  font-size: 12px;
  color: #ffffff;
  width: 100%;
  text-align: center;
}

.modal-button::-webkit-input-placeholder {
  color: #ffffff;
}

.modal-button:-ms-input-placeholder {
  color: #ffffff;
}

.modal-button::placeholder {
  color: #ffffff;
}

.modal-button:-moz-placeholder {
  color: #ffffff;
}

.modal-button:-ms-input-placeholder {
  color: #ffffff;
}

.modal-button::-webkit-input-placeholder {
  color: #ffffff;
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.breadcrumb {
  /**
	 * Media Queries
	 */
}

.breadcrumb__item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 10px;
  font-size: 12px;
  color: #3a3f3f;
}

.breadcrumb__item:before {
  content: '/';
  position: absolute;
  top: 0;
  right: 0px;
}

.breadcrumb__item:last-child:before {
  content: none;
}

.breadcrumb a,
.breadcrumb span {
  font-size: 12px;
  color: #3a3f3f;
  transition: all 0.2s linear;
}

.breadcrumb a:hover {
  text-decoration: none;
  color: #f48260;
}

@media (max-width: 1199.98px) {
  .breadcrumb {
    display: none;
  }
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.button {
  height: 40px;
  width: auto;
  display: inline-block;
  background: #014e6c;
  padding: 0 20px;
  border: none;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 3px;
  transition: all 0.2s linear;
  cursor: pointer;
  margin-top: -30px;
  line-height: 40px;
  /**
	 * Media Queries
	 */
}

.button:hover,
.button:active,
.button:focus {
  text-decoration: none;
  background: #f48260;
  color: #ffffff;
}

.button--light {
  background-color: #00a0e6;
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.load-more {
  /**
	 * Media Queries
	 */
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.listing {
  overflow: hidden;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.2s linear;
  /**
	 * Media Queries
	 */
}

.listing.custom .container {
  padding: 0;
}

.listing>a {
  text-decoration: none;
}

.listing>a:hover {
  text-decoration: none;
}

.listing__figure {
  width: 100%;
  height: 205px;
  overflow: hidden;
  margin: 0;
}

.listing__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.listing__content {
  padding: 30px 0;
  min-height: 135px;
  transition: all 0.2s linear;
  border-bottom: 1px solid #ebebeb;
}

.listing__title {
  font-size: 18px;
  color: #3a3f3f;
  font-weight: 600;
  line-height: 1.10;
  margin: 0;
  margin-bottom: 10px;
  transition: all 0.2s linear;
}

.listing__info-item {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.85;
  color: #3a3f3f;
}

.listing__info-item i {
  color: #014e6c;
  margin-right: 5px;
}

.listing__tag,
.listing__date {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
}

.listing__tag {
  margin-right: 10px;
  padding: 3px 10px;
  background: #00a0e6;
  font-size: 10px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  border-radius: 3px;
}

.listing__date {
  font-size: 14px;
  font-weight: 500;
  color: #8d8d8d;
}

.listing__excerpt {
  margin-top: 15px;
  font-size: 14px;
  color: #3a3f3f;
  line-height: 1.7;
}

.listing__excerpt p {
  font-size: 14px;
  color: #3a3f3f;
  line-height: 1.7;
  margin: 0;
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.banner {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  /**
	 * Media Queries
	 */
}

.banner__figure {
  width: 100%;
  height: auto;
}

.banner__figure--mobile {
  display: none;
}

.banner__image {
  display: block;
  width: 100%;
}

@media (max-width: 575.98px) {
  .banner__figure--mobile {
    display: block;
  }

  .banner__figure--desktop {
    display: none;
  }
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.comments {
  margin: 50px 0;
  /*Modificadores*/
  /**
	 * Media Queries
	 */
}

.comments .slider {
  padding: 0 120px;
}

.comments .slider__arrow {
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  border: 2px solid #ffffff;
  line-height: 25px;
  background: #ffffff;
  color: #014e6c;
}

.comments .slider__arrow:hover {
  background: transparent;
  color: #ffffff;
}

.comments .slider__arrow.prev {
  margin-left: 15px;
}

.comments .slider__arrow.next {
  margin-right: 15px;
}

.comments .slider__arrow--negative {
  background: transparent;
  color: #ffffff;
}

.comments .slider__arrow--negative:hover {
  background: #ffffff;
  color: #014e6c;
}

.comments__link {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f48260;
  position: absolute;
  display: block;
  right: 0px;
  bottom: 0px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  padding-left: 2px;
}

.comments__link:focus {
  outline: none;
}

.comments__link:before {
  content: '';
  background: rgba(244, 130, 96, 0.7);
  width: 34px;
  height: 34px;
  position: absolute;
  left: -3px;
  top: -3px;
  border-radius: 50%;
}

.comments__link i {
  position: relative;
}

.comments__figure {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
  position: relative;
}

.comments__image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.comments__content {
  width: calc(100% - 145px);
  display: inline-block;
  vertical-align: top;
}

.comments__content-no-image {
  width: 100%;
}

.comments__excerpt {
  font-size: 22px;
  color: #ffffff;
  font-style: italic;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.3px;
  margin: 0;
  margin-bottom: 15px;
}

.comments__author {
  font-size: 12px;
  color: #ffffff;
  font-weight: 600;
  margin: 0;
  display: block;
}

.comments__ocupation {
  font-size: 12px;
  color: #ffffff;
  margin: 0;
  display: block;
}

.comments__arrow-prev.is-hidden,
.comments__arrow-next.is-hidden {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 1199.98px) {
  .comments {
    margin: 20px 0;
  }

  .comments .slider {
    padding: 0;
  }

  .comments__figure {
    display: block;
    margin: 0 auto 20px;
  }

  .comments__content {
    width: 100%;
    text-align: center;
    padding: 0 60px;
  }

  .comments__excerpt {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .comments .slider__arrow {
    line-height: 45px;
  }
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.event {
  /**
	 * Media Queries
	 */
}

.event-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  transition: 180ms ease;
  margin-bottom: 30px;
}

.event-card:hover {
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.2);
}

.event-card:hover .event-card__title {
  color: #f48260;
}

.event-card__title {
  font-size: 21px;
  line-height: 1.15;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #3a3f3f;
  transition: 180ms ease;
}

.event-card__meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
}

.event-card__meta-date,
.event-card__meta-place {
  font-size: 12px;
  color: #3a3f3f;
}

.event-card__meta-date:before,
.event-card__meta-place:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #8d8d8d;
  margin-right: 5px;
}

.event-card__meta-date:before {
  content: "\f274";
}

.event-card__meta-place {
  margin-left: auto;
}

.event-card__meta-place:before {
  content: "\f041";
}

.event-card__link {
  display: block;
  padding: 40px;
}

.event-card__link:hover,
.event-card__link {
  color: inherit;
  text-decoration: none;
}

.event-card__content>p {
  line-height: 1.7;
  font-size: 14px;
  color: #8d8d8d;
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

@supports (-ms-overflow-style: none) {}

.calendar {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  /**
	 * Media Queries
	 */
}

.calendar__picker {
  width: 100%;
  height: 416px;
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.1);
}

.calendar__picker--footer {
  box-shadow: none;
}

.calendar__picker--footer .ui-datepicker {
  padding: 10px 0 !important;
}

.calendar__picker .ui-datepicker {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
  padding: 30px 40px;
}

.calendar__picker .ui-datepicker-header {
  background: none;
  border: none;
  margin-bottom: 30px;
}

.calendar__picker .ui-datepicker-title {
  font-size: 16px;
  line-height: 16px;
  color: #3a3f3f;
}

.calendar__picker .ui-datepicker-prev,
.calendar__picker .ui-datepicker-next {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #f3f3f3;
  color: #bcbcbc;
  border: none;
  transition: all 0.2s linear;
  cursor: pointer;
}

.calendar__picker .ui-datepicker-prev:before,
.calendar__picker .ui-datepicker-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #8d8d8d;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.2s linear;
}

.calendar__picker .ui-datepicker-prev:hover,
.calendar__picker .ui-datepicker-next:hover {
  border: none;
  background: #f48260;
}

.calendar__picker .ui-datepicker-prev:hover:before,
.calendar__picker .ui-datepicker-next:hover:before {
  color: #ffffff;
}

.calendar__picker .ui-datepicker-prev .ui-icon,
.calendar__picker .ui-datepicker-next .ui-icon {
  background: none !important;
  display: none;
}

.calendar__picker .ui-datepicker-prev {
  left: 0px;
}

.calendar__picker .ui-datepicker-prev:before {
  content: "\f104";
  margin-left: -1px;
}

.calendar__picker .ui-datepicker-next {
  right: 0px;
}

.calendar__picker .ui-datepicker-next:before {
  content: "\f105";
  margin-right: -1px;
}

.calendar__picker .ui-datepicker-calendar thead tr th {
  font-size: 14px;
  color: #8d8d8d;
  font-weight: 600;
  opacity: 0.6;
  padding-bottom: 15px;
}

.calendar__picker .ui-datepicker-calendar tbody tr td a {
  height: 40px;
  width: 40px;
  display: block;
  background: none;
  border: none;
  font-size: 14px;
  text-align: center;
  color: #3a3f3f;
  font-weight: 600;
  padding: 0;
  line-height: 39px;
  margin: 0 auto;
  border-radius: 50%;
  transition: all 0.2s linear;
}

.calendar__picker .ui-datepicker-calendar tbody tr td a:hover {
  background: #ebebeb;
}

.calendar__picker .ui-datepicker-calendar tbody tr td.ui-datepicker-today a {
  border: solid 1px #f48260;
}

.calendar__picker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day a {
  border: solid 1px #f48260;
  background: #f48260;
  color: #ffffff;
}

.calendar__picker .ui-datepicker-calendar tbody tr td.has-event {
  position: relative;
  transition: 180ms ease;
}

.calendar__picker .ui-datepicker-calendar tbody tr td.has-event:hover:before,
.calendar__picker .ui-datepicker-calendar tbody tr td.has-event:focus:before,
.calendar__picker .ui-datepicker-calendar tbody tr td.has-event:active:before {
  opacity: 1;
  visibility: visible;
}

.calendar__picker .ui-datepicker-calendar tbody tr td.has-event:before {
  content: attr(title);
  min-width: 180px;
  text-align: center;
  padding: 8px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: 100%;
  background: #555555;
  color: #fff;
  opacity: 0;
  visibility: hidden;
}

.calendar__picker .ui-datepicker-calendar tbody tr td.has-event:after {
  content: "";
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 5px;
  width: 5px;
  height: 5px;
  background: #f48260;
  border-radius: 100%;
}

.calendar__nav {
  padding: 30px 20px;
}

.calendar__nav--header {
  padding-bottom: 15px;
  border-bottom: solid 1px #f3f3f3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.calendar__list {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 315px;
  overflow: hidden;
}

.calendar__list .ps {
  height: 100%;
  position: relative;
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

.calendar__list .ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  bottom: 0px;
  position: absolute;
}

.calendar__list .ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  right: 1px;
  left: inherit !important;
  position: absolute;
}

.calendar__list .ps--active-x>.ps__rail-x,
.calendar__list .ps--active-y>.ps__rail-y {
  display: block;
  background-color: transparent;
}

.calendar__list .ps:hover>.ps__rail-x,
.calendar__list .ps:hover>.ps__rail-y,
.calendar__list .ps--focus>.ps__rail-x,
.calendar__list .ps--focus>.ps__rail-y,
.calendar__list .ps--scrolling-x>.ps__rail-x,
.calendar__list .ps--scrolling-y>.ps__rail-y {
  opacity: 0.6;
}

.calendar__list .ps__rail-x:hover,
.calendar__list .ps__rail-y:hover,
.calendar__list .ps__rail-x:focus,
.calendar__list .ps__rail-y:focus {
  background-color: #eee;
  opacity: 0.9;
}

.calendar__list .ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  bottom: 2px;
  position: absolute;
}

.calendar__list .ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  right: 2px;
  position: absolute;
}

.calendar__list .ps__rail-x:hover>.ps__thumb-x,
.calendar__list .ps__rail-x:focus>.ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.calendar__list .ps__rail-y:hover>.ps__thumb-y,
.calendar__list .ps__rail-y:focus>.ps__thumb-y {
  background-color: #999;
  width: 11px;
}

@supports (-ms-overflow-style: none) {
  .calendar__list .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .calendar__list .ps {
    overflow: auto !important;
  }
}

.calendar__title {
  font-size: 21px;
  font-weight: 600;
  color: #3a3f3f;
  margin: 0;
}

.calendar__link {
  font-size: 10px;
  text-transform: uppercase;
  color: #014e6c;
  letter-spacing: 1.1px;
  font-weight: 600;
  transition: all 0.2s linear;
}

.calendar__link i {
  font-size: 16px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

.calendar__link:hover {
  color: #f48260;
  text-decoration: none;
}

.calendar__item {
  padding: 20px 5px;
  border-bottom: solid 1px #f3f3f3;
}

.calendar__item:last-child {
  border-bottom: none;
}

.calendar__item--date {
  display: block;
  font-size: 13px;
  color: #8d8d8d;
  margin-bottom: 5px;
}

.calendar__item--title {
  font-size: 15px;
  color: #3a3f3f;
  margin: 0;
  font-weight: 600;
  transition: all 0.2s linear;
}

.calendar__item>a[href="javascript:void(0)"],
.calendar__item>a[href=""],
.calendar__item>a[href="#"] {
  cursor: default;
}

.calendar__item>a[href="javascript:void(0)"]:hover .calendar__item--title,
.calendar__item>a[href=""]:hover .calendar__item--title,
.calendar__item>a[href="#"]:hover .calendar__item--title {
  color: #3a3f3f;
}

.calendar__item>a:hover {
  text-decoration: none;
}

.calendar__item>a:hover .calendar__item--title {
  color: #f48260;
}

@media (max-width: 1199.98px) {
  .calendar__picker .ui-datepicker {
    padding: 30px 15px;
  }

  .calendar__picker .ui-datepicker-calendar tbody tr td a {
    width: 30px;
    height: 30px;
  }

  .calendar__picker {
    height: auto;
  }

  .calendar__picker .ui-datepicker-calendar tbody tr td a {
    line-height: 29px;
  }
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.notification {
  display: inline-block;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  background: #f4825f;
  border-radius: 30px;
  position: absolute;
  z-index: 2;
  width: 28px;
  height: 18px;
  line-height: 16px;
  right: -14px;
  top: -5px;
  /**
	 * Media Queries
	 */
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.realization {
  padding-top: 10px;
  padding-bottom: 30px;
  /**
	 * Media Queries
	 */
}

.realization__title,
.realization__list {
  display: inline-block;
  vertical-align: middle;
}

.realization__title {
  font-size: 10px;
  text-transform: uppercase;
  color: #3a3f3f;
  font-weight: 600;
  letter-spacing: 1.1px;
  margin: 0;
  margin-right: 20px;
}

.realization__list {
  padding: 0;
  margin: 0;
}

.realization__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 7.5px;
}

.realization__item:first-child {
  margin-left: 0;
}

.realization__item:last-child {
  margin-right: 0;
}

.realization__item img {
  margin: 0;
}

@media (max-width: 1199.98px) {
  .realization__item {
    margin: 10px;
  }
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.forum {
  /**
	 * Media Queries
	 */
}

.forum__list {
  border: none !important;
  overflow: inherit !important;
}

.forum__item {
  display: inline-block;
  width: 100%;
  border-radius: 10px;
  background-color: #ffffff !important;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.09);
  padding: 30px !important;
  margin-bottom: 15px !important;
}

.bbp-author-avatar {
  display: none !important;
}

.forum__item--backtoforum {
  color: #8d8d8d !important;
  font-size: 12px;
  display: block;
  margin-bottom: 20px;
}

.forum__item--transparent {
  background-color: transparent !important;
  box-shadow: none;
  border-radius: 0;
  border-top: 1px solid #eaeaea;
  margin-bottom: 0 !important;
}

.forum__item--transparent li.bbp-topic-title {
  width: 50%;
}

.forum__item--forum {
  width: 50% !important;
}

.forum__item--topicos {
  width: 15% !important;
  text-align: left !important;
}

.forum__item--posts {
  width: 15% !important;
  text-align: left !important;
}

.forum__item--recente {
  width: 20% !important;
  text-align: left !important;
}

.forum__item--title {
  font-size: 11px !important;
  color: #8d8d8d !important;
  letter-spacing: 1.1px;
  font-weight: 600;
  margin: 0 !important;
  margin-bottom: 5px !important;
  text-transform: uppercase;
}

.forum__item--name {
  font-size: 21px;
  font-weight: 600;
  color: #3a3f3f;
  transition: all 0.2s linear;
}

.forum__item--name:hover {
  text-decoration: none;
  color: #f48260;
}

.forum__item--content {
  font-size: 14px !important;
  color: #8d8d8d !important;
  letter-spacing: 0.2px;
  margin-bottom: 0px !important;
}

.forum__item--number {
  font-size: 18px;
  color: #3a3f3f;
  font-weight: 600;
}

.forum__item--avatar {
  position: relative;
  text-align: left;
}

.forum__item--avatar .bbp-author-avatar {
  width: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: top;
  margin-right: 10px;
}

.forum__item--avatar .avatar {
  border: none !important;
  width: 100%;
  height: auto;
}

.forum__item--avatar .bbp-author-name {
  font-size: 14px;
  color: #00a0e6;
  line-height: 1.29;
  padding-bottom: 20px;
  transition: all 0.2s linear;
}

.forum__item--avatar .bbp-author-name:hover {
  text-decoration: none;
  color: #f48260;
}

.forum__item--time {
  font-size: 12px;
  color: #3a3f3f;
  line-height: 1.5;
  position: absolute;
  left: 58px;
  bottom: 0;
}

.forum__item--time a {
  font-size: 12px;
  color: #3a3f3f;
  line-height: 1.5;
  transition: all 0.2s linear;
}

.forum__item--time a:hover {
  text-decoration: none;
  color: #f48260;
}

.forum__thread-body {
  padding: 20px 10px !important;
}

.forum__thread-header {
  border-top: none !important;
}

.forum__thread-header>.bbp-meta {
  line-height: 1;
}

.forum__thread-header>.bbp-meta .bbp-reply-post-date a,
.forum__thread-header>.bbp-meta .bbp-reply-post-date,
.forum__thread-header>.bbp-meta .bbp-admin-links a,
.forum__thread-header>.bbp-meta .bbp-admin-links {
  color: #8d8d8d;
  font-size: 12px;
}

.forum__thread-author {
  position: relative;
  text-align: left;
}

.forum__thread-author .bbp-author-avatar {
  width: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 10px;
}

.forum__thread-author .bbp-author-avatar>img.avatar {
  border: none !important;
  max-width: 100% !important;
  height: auto;
  margin: 0 !important;
}

span.bbp-author-avatar {
  display: none;
}

.forum__thread-author .bbp-author-name {
  font-size: 12px;
  color: #8d8d8d;
  line-height: 1.29;
  padding: 0 10px;
  transition: all 0.2s linear;
  margin: 0;
}

.forum__thread-author .bbp-author-name:hover {
  text-decoration: none;
  color: #014e6c;
}

.forum__thread-content {
  padding-top: 0 !important;
}

.forum .bbp-reply-form,
.forum .bbp-forum-form,
.forum .bbp-topic-form {
  margin-top: 40px;
}

.forum .bbp-reply-form form fieldset,
.forum .bbp-forum-form form fieldset,
.forum .bbp-topic-form form fieldset {
  padding: 20px 0 !important;
  border: none !important;
}

.forum .bbp-reply-form form legend,
.forum .bbp-forum-form form legend,
.forum .bbp-topic-form form legend {
  color: #3a3f3f;
  line-height: 1;
  white-space: nowrap;
  font-size: 18px;
  margin: 0;
  padding: 0 !important;
  margin-bottom: -10px;
}

.forum .bbp-template-notice {
  display: none;
  background: #f48260;
  border: none;
  padding: 5px 10px;
  margin: 0 0 10px;
}

.forum .bbp-template-notice p {
  color: #ffffff;
  font-weight: 700;
  margin: 0 !important;
}

.forum .bbp-template-notice.info {
  background: #014e6c;
}

.forum .bbp-topic-tags p {
  font-size: 14px;
}

.forum .bbp-topic-tags a {
  display: inline-block;
  background: #014e6c;
  padding: 3px 6px;
  border-radius: 4px;
  color: #ffffff;
  transition: 180ms ease;
}

.forum .bbp-topic-tags a:hover {
  background: #f48260;
  text-decoration: none;
}

@media (max-width: 1199.98px) {
  .forum__item>li {
    width: 100% !important;
    margin-bottom: 20px !important;
  }

  .forum__item>li:last-child {
    margin-bottom: 0 !important;
  }
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.kpi {
  /**
	 * Media Queries
	 */
}

.kpi__box {
  font-size: 14px;
  height: 100%;
  padding: 0;
}

.kpi__box-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.kpi__box-header {
  padding: 20px;
  padding-bottom: 10px;
}

.kpi__box-header.line {
  border-bottom: 1px solid #eeeeee;
}

.kpi__box-body {
  padding: 0 20px 15px 20px;
  color: #3a3f3f;
  font-size: 18px;
  font-weight: 300;
}

.kpi__box-body-default {
  padding: 15px 20px 15px 20px;
  font-size: 14px;
}

.kpi__box-footer {
  padding: 10px 20px;
  padding-bottom: 13px;
  border-top: 1px solid #eeeeee;
  font-size: 13px;
  font-weight: bold;
}

.kpi__box-value {
  font-size: 36px;
  line-height: 36px;
}

.kpi__box-small {
  font-size: 12px;
  color: #3a3f3f;
  font-weight: normal;
}

.kpi__box-icon {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  color: white;
  display: inline-block;
  padding: 0 0 2px 4px;
  font-weight: normal;
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}

.kpi__box-icon.no-translate {
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.kpi__box-icon i {
  line-height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
}

.kpi__box-icon.up {
  background: #f48260;
}

.kpi__box-icon.up i {
  margin-top: -1px;
}

.kpi__box-icon.down {
  background: #8fd670;
  padding: 0 0 2px 3px;
}

.kpi__result i,
.kpi__result p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.kpi__result i {
  width: 30px;
  height: 30px;
  border: 2px solid;
  text-align: center;
  line-height: 28px;
  font-size: 18px;
  margin-right: 20px;
  border-radius: 50%;
}

.kpi__result i.red {
  color: red;
  border-color: red;
}

.kpi__result i.green {
  color: green;
  border-color: green;
}

.kpi__result p {
  font-size: 24px;
  color: #3a3f3f;
  font-weight: 400;
}

.kpi__tooltip {
  padding: 15px;
  padding-bottom: 0;
  white-space: nowrap;
}

.kpi__report {
  margin-bottom: -30px;
}

.kpi__report .row .col-12 {
  margin-bottom: 30px;
}

.kpi__loading {
  padding: 200px 0;
  text-align: center;
  transition: all 0.2s linear;
}

.kpi__title {
  font-size: 32px;
  font-weight: 200;
  display: block;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.kpi__bar {
  border-top: 1px solid #eeeeee;
  padding-top: 35px;
  margin-top: 0;
}

.kpi__title-medium {
  font-size: 21px;
  font-weight: 600;
  display: block;
  margin-bottom: 25px;
}

.kpi__subtitle {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.kpi__back-to-all {
  float: right;
}

.kpi__back-to-all .button {
  margin-left: 15px;
}

.kpi__graph {
  font-size: 14px;
  padding: 0;
  margin-bottom: 20px;
}

.kpi__graph--container {
  position: relative;
}

.kpi__graph--legend {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
}

.kpi__graph--legend-item {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 12px;
}

.kpi__graph--legend-item span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  margin-left: 15px;
}

.kpi__graph--head {
  font-size: 14px;
  padding: 15px;
  border-bottom: 1px solid #eeeeee;
}

.kpi__graph--head-content {
  padding: 0 15px;
}

.kpi__graph--head-detail {
  font-size: 32px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #3a3f3f;
  border-left: 1px solid #eeeeee;
  padding: 15px;
}

.kpi__graph--head-detail small {
  font-size: 18px;
}

.kpi__graph--head-left {
  padding: 15px;
}

.kpi__graph--date {
  font-size: 14px;
  color: #9f9f9f;
}

.kpi__chart {
  padding: 5px 5px 15px 5px;
}

.kpi__chart--slim {
  padding: 5px 5px 15px 5px;
}

.kpi__chart--bars {
  padding-bottom: 85px;
  padding-top: 15px;
}

.kpi__list {
  list-style: none;
  padding: 0;
}

.kpi__item {
  margin: 0;
}

.kpi__link {
  color: #01566C;
}

.kpi__month {
  text-align: right;
  margin-bottom: 15px;
}

.kpi__form-error {
  border-color: #F48260 !important;
}

.kpi__filter-field {
  width: 100% !important;
  min-width: 0 !important;
}

.kpi__filter-message {
  border: 1px solid #eeeeef;
  padding: 15px;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.5);
  color: #717171;
}

.kpi__dropdow {
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #ebebeb;
  height: 42px;
  padding: 0 15px;
  font-size: 14px;
  color: #3a3f3f;
  min-width: 200px;
}

.kpi__table {
  width: 100%;
  min-width: 400px;
  margin-bottom: 0;
}

.kpi__table-container {
  margin: 20px 0;
  border: 1px solid #eeeeef;
  margin-top: 5px;
}

.kpi__table-head {
  background: #f4f4f4;
  color: #8d8d8d;
  border-bottom: 1px solid #eeeeef;
}

.kpi__table-head th,
.kpi__table-head td {
  font-weight: normal;
  padding: 5px 10px;
  white-space: nowrap;
}

.kpi__table-body tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.5);
}

.kpi__table-body tr:hover {
  background-color: #f4f4f4;
}

.kpi__table-body td {
  padding: 10px;
  font-size: 14px;
}

.kpi__form--border {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 30px;
}

.kpi__form--nedocs {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.kpi__form .gfield_label i {
  cursor: pointer;
}

.kpi__button-light {
  margin-right: 30px;
  display: inline-block;
}

.kpi__button--export {
  text-align: right;
  padding: 0;
  background: transparent;
  border: none;
  display: block;
  width: 100%;
  padding-top: 15px;
  color: #00a0e6;
}

.kpi__button--export>span {
  display: block;
  white-space: nowrap;
}

.kpi__pagination-item {
  display: inline-block;
  border: 1px solid #eeeeef;
  background: #fcfcfc;
  padding: 3px 10px;
  font-size: 14px;
  color: #8d8d8d;
  margin: 5px;
  margin-right: 0;
}

.kpi__pagination-item.is-active {
  opacity: 0.5;
}

.kpi__mass_action {
  margin-top: 25px;
}

.kpi__nav-item {
  margin: 0 5px;
}

.kpi__nav-tabs {
  margin-top: -70px;
  margin-bottom: 50px;
  padding-top: 20px;
}

.kpi__nav-sub-tabs {
  margin-bottom: 30px;
}

.kpi__nav-sub-tabs .is-active {
  position: relative;
}

.kpi__nav-sub-tabs .is-active:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #f8f8f8;
  z-index: 0;
  height: 40px;
  border: 1px solid #eaeaea;
  border-bottom: none;
}

.kpi__nav-sub-link-label {
  position: relative;
  z-index: 1;
  padding: 0 15px;
}

.kpi .kpi_success {
  border: 1px solid #60f480;
  background: #c4fdcc;
  color: #257430;
  padding: 10px;
  margin-bottom: 30px;
  border-radius: 2px;
  margin-top: -30px;
}

.kpi .button {
  line-height: 14px;
  color: white !important;
}

.kpi .button:hover {
  background-color: #03384c !important;
}

@media (max-width: 575.98px) {
  .kpi__chart {
    padding: 5px;
    padding-bottom: 55px;
  }

  .kpi__graph.box {
    padding: 20px;
  }
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

@supports (-ms-overflow-style: none) {}

.calendar_footer {
  background: #ffffff;
  border-radius: 4px;
  /**
	 * Media Queries
	 */
}

.calendar_footer__picker {
  width: 100%;
  height: 416px;
}

.calendar_footer__picker .ui-datepicker {
  width: 100%;
  height: 100%;
  border: none;
  padding: 10px 0 !important;
}

.calendar_footer__picker .ui-datepicker-header {
  background: none;
  border: none;
  margin-bottom: 30px;
}

.calendar_footer__picker .ui-datepicker-title {
  font-size: 16px;
  line-height: 16px;
  color: #3a3f3f;
}

.calendar_footer__picker .ui-datepicker-prev,
.calendar_footer__picker .ui-datepicker-next {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #f3f3f3;
  color: #bcbcbc;
  border: none;
  transition: all 0.2s linear;
  cursor: pointer;
}

.calendar_footer__picker .ui-datepicker-prev:before,
.calendar_footer__picker .ui-datepicker-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #8d8d8d;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.2s linear;
}

.calendar_footer__picker .ui-datepicker-prev:hover,
.calendar_footer__picker .ui-datepicker-next:hover {
  border: none;
  background: #f48260;
}

.calendar_footer__picker .ui-datepicker-prev:hover:before,
.calendar_footer__picker .ui-datepicker-next:hover:before {
  color: #ffffff;
}

.calendar_footer__picker .ui-datepicker-prev .ui-icon,
.calendar_footer__picker .ui-datepicker-next .ui-icon {
  background: none !important;
  display: none;
}

.calendar_footer__picker .ui-datepicker-prev {
  left: 0px;
}

.calendar_footer__picker .ui-datepicker-prev:before {
  content: "\f104";
  margin-left: -1px;
}

.calendar_footer__picker .ui-datepicker-next {
  right: 0px;
}

.calendar_footer__picker .ui-datepicker-next:before {
  content: "\f105";
  margin-right: -1px;
}

.calendar_footer__picker .ui-datepicker-calendar thead tr th {
  font-size: 14px;
  color: #8d8d8d;
  font-weight: 600;
  opacity: 0.6;
  padding-bottom: 15px;
}

.calendar_footer__picker .ui-datepicker-calendar tbody tr td a {
  height: 40px;
  width: 40px;
  display: block;
  background: none;
  border: none;
  font-size: 14px;
  text-align: center;
  color: #3a3f3f;
  font-weight: 600;
  padding: 0;
  line-height: 39px;
  margin: 0 auto;
  border-radius: 50%;
  transition: all 0.2s linear;
}

.calendar_footer__picker .ui-datepicker-calendar tbody tr td a:hover {
  background: #ebebeb;
}

.calendar_footer__picker .ui-datepicker-calendar tbody tr td.ui-datepicker-today a {
  border: solid 1px #f48260;
}

.calendar_footer__picker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day a {
  border: solid 1px #f48260;
  background: #f48260;
  color: #ffffff;
}

.calendar_footer__picker .ui-datepicker-calendar tbody tr td.has-event {
  position: relative;
  transition: 180ms ease;
}

.calendar_footer__picker .ui-datepicker-calendar tbody tr td.has-event:hover:before,
.calendar_footer__picker .ui-datepicker-calendar tbody tr td.has-event:focus:before,
.calendar_footer__picker .ui-datepicker-calendar tbody tr td.has-event:active:before,
.calendar_footer__picker .ui-datepicker-calendar tbody tr td.has-event.ui-datepicker-current-day:before {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1024px) {
  .calendar_footer__picker .ui-datepicker-calendar tbody tr td.has-event:first-child:before {
    left: 0;
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  .calendar_footer__picker .ui-datepicker-calendar tbody tr td.has-event:last-child:before {
    left: auto;
    right: 0;
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.calendar_footer__picker .ui-datepicker-calendar tbody tr td.has-event:before {
  content: attr(title);
  min-width: 180px;
  text-align: center;
  padding: 8px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: 100%;
  background: #555555;
  color: #fff;
  opacity: 0;
  visibility: hidden;
}

.calendar_footer__picker .ui-datepicker-calendar tbody tr td.has-event:after {
  content: "";
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 5px;
  width: 5px;
  height: 5px;
  background: #f48260;
  border-radius: 100%;
}

.calendar_footer__nav {
  padding: 30px 20px;
}

.calendar_footer__nav--header {
  padding-bottom: 15px;
  border-bottom: solid 1px #f3f3f3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.calendar_footer__list {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 315px;
  overflow: hidden;
}

.calendar_footer__list .ps {
  height: 100%;
  position: relative;
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

.calendar_footer__list .ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  bottom: 0px;
  position: absolute;
}

.calendar_footer__list .ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  right: 1px;
  left: inherit !important;
  position: absolute;
}

.calendar_footer__list .ps--active-x>.ps__rail-x,
.calendar_footer__list .ps--active-y>.ps__rail-y {
  display: block;
  background-color: transparent;
}

.calendar_footer__list .ps:hover>.ps__rail-x,
.calendar_footer__list .ps:hover>.ps__rail-y,
.calendar_footer__list .ps--focus>.ps__rail-x,
.calendar_footer__list .ps--focus>.ps__rail-y,
.calendar_footer__list .ps--scrolling-x>.ps__rail-x,
.calendar_footer__list .ps--scrolling-y>.ps__rail-y {
  opacity: 0.6;
}

.calendar_footer__list .ps__rail-x:hover,
.calendar_footer__list .ps__rail-y:hover,
.calendar_footer__list .ps__rail-x:focus,
.calendar_footer__list .ps__rail-y:focus {
  background-color: #eee;
  opacity: 0.9;
}

.calendar_footer__list .ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  bottom: 2px;
  position: absolute;
}

.calendar_footer__list .ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  right: 2px;
  position: absolute;
}

.calendar_footer__list .ps__rail-x:hover>.ps__thumb-x,
.calendar_footer__list .ps__rail-x:focus>.ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.calendar_footer__list .ps__rail-y:hover>.ps__thumb-y,
.calendar_footer__list .ps__rail-y:focus>.ps__thumb-y {
  background-color: #999;
  width: 11px;
}

@supports (-ms-overflow-style: none) {
  .calendar_footer__list .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .calendar_footer__list .ps {
    overflow: auto !important;
  }
}

.calendar_footer__title {
  font-size: 21px;
  font-weight: 600;
  color: #3a3f3f;
  margin: 0;
}

.calendar_footer__link {
  font-size: 10px;
  text-transform: uppercase;
  color: #014e6c;
  letter-spacing: 1.1px;
  font-weight: 600;
  transition: all 0.2s linear;
}

.calendar_footer__link i {
  font-size: 16px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

.calendar_footer__link:hover {
  color: #f48260;
  text-decoration: none;
}

.calendar_footer__item {
  padding: 20px 5px;
  border-bottom: solid 1px #f3f3f3;
}

.calendar_footer__item:last-child {
  border-bottom: none;
}

.calendar_footer__item--date {
  display: block;
  font-size: 13px;
  color: #8d8d8d;
  margin-bottom: 5px;
}

.calendar_footer__item--title {
  font-size: 15px;
  color: #3a3f3f;
  margin: 0;
  font-weight: 600;
  transition: all 0.2s linear;
}

.calendar_footer__item>a[href="javascript:void(0)"],
.calendar_footer__item>a[href=""],
.calendar_footer__item>a[href="#"] {
  cursor: default;
}

.calendar_footer__item>a[href="javascript:void(0)"]:hover .calendar__item--title,
.calendar_footer__item>a[href=""]:hover .calendar__item--title,
.calendar_footer__item>a[href="#"]:hover .calendar__item--title {
  color: #3a3f3f;
}

.calendar_footer__item>a:hover {
  text-decoration: none;
}

.calendar_footer__item>a:hover .calendar__item--title {
  color: #f48260;
}

@media (max-width: 1199.98px) {
  .calendar_footer {
    margin-top: 40px;
  }

  .calendar_footer__picker .ui-datepicker {
    padding: 30px 15px;
  }

  .calendar_footer__picker .ui-datepicker-calendar tbody tr td a {
    width: 30px;
    height: 30px;
  }

  .calendar_footer__picker {
    height: auto;
  }

  .calendar_footer__picker .ui-datepicker-calendar tbody tr td a {
    line-height: 29px;
  }
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.legends {
  display: block;
  padding: 25px 0;
  border-top: solid 1.5px #eaeaea;
  text-align: center;
  /**
	 * Media Queries
	 */
}

.legends__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}

.legends__dot {
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.legends__dot.line {
  width: 22px;
  height: 4px;
  border-radius: 4px;
}

.legends__dot.square {
  width: 14px;
  height: 14px;
  border-radius: 1px;
}

.legends__dot.dashed {
  height: 0px;
  width: 22px;
  border-bottom: dashed 3px;
  box-shadow: none;
}

.legends__text {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #3a3f3f;
  margin-left: 5px;
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.timeline {
  /**
	 * Media Queries
	 */
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.library-filter {
  /**
	 * Media Queries
	 */
}

.library-filter__box {
  position: relative;
}

.library-filter__box-button {
  position: absolute;
  top: 3px;
  right: 5px;
  z-index: 2;
  padding: 10px;
  cursor: pointer;
  color: #8d8d8d;
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.library-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  padding: 40px 25px;
  padding-bottom: 69px;
  margin-bottom: 25px;
  min-height: 340px;
  position: relative;
  transition: all 0.2s linear;
  height: 100%;
  /**
	 * Media Queries
	 */
}

.library-card__category {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: #00a0e6;
  font-weight: 600;
  letter-spacing: 1.08px;
  margin-bottom: 40px;
}

.library-card__language {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #3a3f3f;
  margin: 0;
  margin-bottom: 15px;
  font-weight: 600;
  margin-left: 5px;
}

.library-card__language img {
  width: 10px;
  border-radius: 50%;
  margin-right: 2px;
}

.library-card__title {
  font-size: 16px;
  color: #3a3f3f;
  font-weight: 600;
  font-family: "Raleway", Verdana, Arial;
  margin: 0;
  margin-bottom: 15px;
}

.library-card__author,
.library-card__date {
  font-size: 14px;
  color: #8d8d8d;
  display: block;
  margin: 0;
  margin-bottom: 15px;
}

.library-card__date {
  display: inline-block;
  vertical-align: middle;
}

.library-card__footer {
  width: 100%;
  border-top: 1px solid #eaeaea;
  padding: 22px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.library-card__count {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #8d8d8d;
  margin-right: 15px;
}

.library-card__count i {
  margin-right: 3px;
}

.library-card__like {
  cursor: pointer;
}

.library-card__like i:hover {
  color: #00a0e6;
}

.library-card__like-liked i {
  color: #00a0e6;
}

.library-card:hover {
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.2);
}

.library-card a {
  transition: all 0.2s linear;
}

.library-card a:hover {
  text-decoration: none;
  color: #014e6c;
}

.library-card a:hover .library-card__title {
  color: #014e6c;
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

@keyframes button-bg {
  0% {
    background: #00a0e6;
  }

  100% {
    background: #f48260;
  }
}

@keyframes status-bg {
  0% {
    border-color: #377187;
    background: none;
  }

  100% {
    background: red;
    border-color: red;
  }
}

.banner-top {
  background: url("../images/bg.svg") no-repeat center;
  background-size: cover;
  padding: 10px 0;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  /**
	 * Media Queries
	 */
}

.banner-top__excerpt {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  font-family: "Raleway", Verdana, Arial;
  color: #ffffff;
}

.banner-top__status {
  margin: 0;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border: 1px solid #377187;
  border-radius: 50%;
  animation: status-bg 1s infinite;
}

.banner-top__status.active {
  background: red;
  border-color: red;
}

.banner-top__hour {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.5px;
  font-family: "Raleway", Verdana, Arial;
  color: #ffffff;
}

.banner-top__button {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  background: #00a0e6;
  border-radius: 3px;
  padding: 4px 8px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  font-family: "Raleway", Verdana, Arial;
  color: #ffffff;
  animation: button-bg 1s infinite;
}

.banner-top__button:hover {
  text-decoration: none;
  background: #f48260;
  color: #ffffff;
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.live {
  /**
	 * Media Queries
	 */
}

.live__status {
  margin: 0;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border: 1px solid #377187;
  border-radius: 50%;
}

.live__status.active {
  background: red;
  border-color: red;
}

/* 
* Pages
* i.e.: @import "pages/page-file";
*/
/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.home {
  /**
	 * Media Queries
	 */
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.interna {
  /**
	 * Media Queries
	 */
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.hospital-interna {
  /**
	 * Media Queries
	 */
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.profile {
  .container {
    .image-form {
      flex-direction: column;
      background-color: white;
      width: 60%;
      padding: 20px;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    }
  }
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.cadastro {
  /**
	 * Media Queries
	 */
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.hospitais {
  /**
	 * Media Queries
	 */
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.hospital-interna-noticias {
  /**
	 * Media Queries
	 */
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.hospital-inscricao {
  /**
	 * Media Queries
	 */
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.faq {
  /**
	 * Media Queries
	 */
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.hospital-interna-membros {
  /**
	 * Media Queries
	 */
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.noticias {
  /**
	 * Media Queries
	 */
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.sobre {
  /**
	 * Media Queries
	 */
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.contato {
  /**
	 * Media Queries
	 */
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.quero-participar {
  /**
	 * Media Queries
	 */
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.EAD-interna {
  /**
	 * Media Queries
	 */
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.EAD-inicial {
  /**
	 * Media Queries
	 */
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.pre-cadastro {
  /**
	 * Media Queries
	 */
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.cadastro-diretor {
  /**
	 * Media Queries
	 */
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.biblioteca-virtual {
  /**
	 * Media Queries
	 */
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.biblioteca-virtual-listagem {
  /**
	 * Media Queries
	 */
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.biblioteca-virtual-interna {
  /**
	 * Media Queries
	 */
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.inscricao {
  /**
	 * Media Queries
	 */
}

/* 
* Vendor
*/
/* 
* Helpers
*/
/**
 * Variables
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* 
* Assets
*/
/* 
 * Mixins
 */
/* 
 * Animation mixins
 * It's also usefull to think about animate.scss ;)
 */
/*
 * Buttons
 */
/*
 * Icons mixins
 */
/**
 * [opacity description]
 * @param  {[type]} $color    [description]
 * @param  {[type]} $opacity: 0.3           [description]
 * @return {[type]}           [description]
 */
/*
 * Positioning
 */
/* 
 * Sizing mixins
 */
/* 
* Unit Mixins
*/
/* 
 * Appearance mixins
 */
/**
 * States
 */
.clear {
  clear: both;
}

.live {
  /**
	 * Media Queries
	 */
}

body {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  padding-top: 78px;
  padding-left: 200px;
  font-family: "Raleway", Verdana, Arial;
  transition: all 0.2s linear;
}

body.close {
  padding-left: 0;
}

body.close .header {
  padding-left: 0;
}

body.no-scroll {
  position: fixed;
}

.slick-disabled {
  opacity: 0.4;
}

.hospital-nao-encontrado {
  display: none;
}

#buddypress .drag-drop-inside p.drag-drop-buttons {
  margin-top: 80px;
}

@media (max-width: 1199.98px) {
  .gform_fields {
    padding: 0 !important;
    margin: 0 !important;
  }

  #informehospital {
    padding: 0;
  }

  .container {
    padding: 0 20px;
  }

  .row {
    margin-left: -20px;
    margin-right: -20px;
  }

  .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-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs,
  .col-xs-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,
  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl,
  .col-xxl-auto,
  .col-xxlg-1,
  .col-xxlg-2,
  .col-xxlg-3,
  .col-xxlg-4,
  .col-xxlg-5,
  .col-xxlg-6,
  .col-xxlg-7,
  .col-xxlg-8,
  .col-xxlg-9,
  .col-xxlg-10,
  .col-xxlg-11,
  .col-xxlg-12,
  .col-xxlg,
  .col-xxlg-auto {
    padding: 0 20px;
  }

  body {
    padding-top: 60px;
  }

  body:before {
    content: '';
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s linear;
  }

  body.close {
    position: relative;
    height: 100vh;
    overflow: hidden;
  }

  body.close:before {
    opacity: 1;
    visibility: visible;
  }
}

.home {
  overflow-x: hidden;
}

.is-hidden {
  display: none !important;
}

.tribe-events-back a {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  color: #014e6c;
  font-weight: 600;
  letter-spacing: 1.1px;
  margin-top: 20px;
}

.tribe-events-back a i {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin-right: 10px;
  transition: all 0.2s linear;
  margin-top: -2px;
}

.tribe-events-back a:hover i {
  margin-right: 5px;
}

@media (max-width: 1199.98px) {

  #tribe-events-footer:before,
  #tribe-events-footer:after,
  #tribe-events-header:before,
  #tribe-events-header:after {
    content: none;
  }

  #tribe-events #tribe-events-footer,
  #tribe-events #tribe-events-header {
    margin-top: 30px !important;
  }
}

form label,
#activity-filter-select label,
#members-order-select label,
.select-wrap label {
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.2px;
  color: #3a3f3f;
  margin: 0;
  margin-right: 5px;
}

form select,
form input[type="text"],
#activity-filter-select select,
#activity-filter-select input[type="text"],
#members-order-select select,
#members-order-select input[type="text"],
.select-wrap select,
.select-wrap input[type="text"] {
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #ebebeb;
  height: 42px;
  padding: 0 15px;
  font-size: 14px;
  color: #3a3f3f;
  min-width: 200px;
}

form select:focus,
form input[type="text"]:focus,
#activity-filter-select select:focus,
#activity-filter-select input[type="text"]:focus,
#members-order-select select:focus,
#members-order-select input[type="text"]:focus,
.select-wrap select:focus,
.select-wrap input[type="text"]:focus {
  outline: none;
}

form textarea,
#activity-filter-select textarea,
#members-order-select textarea,
.select-wrap textarea {
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #ebebeb;
  height: 42px;
  padding: 15px;
  font-size: 14px;
  color: #3a3f3f;
  width: 100%;
  height: 150px;
}

form textarea:focus,
#activity-filter-select textarea:focus,
#members-order-select textarea:focus,
.select-wrap textarea:focus {
  outline: none;
}

form input[type="submit"],
#activity-filter-select input[type="submit"],
#members-order-select input[type="submit"],
.select-wrap input[type="submit"] {
  height: 40px;
  padding: 0 20px !important;
  border-radius: 3px;
  background-color: #014e6c !important;
  font-size: 12px !important;
  color: #ffffff !important;
  font-weight: 600;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border: none !important;
  transition: all 0.2s linear;
  cursor: pointer !important;
}

form input[type="submit"]:hover,
#activity-filter-select input[type="submit"]:hover,
#members-order-select input[type="submit"]:hover,
.select-wrap input[type="submit"]:hover {
  background: #f48260 !important;
  color: #ffffff !important;
}

#buddypress table.notifications,
#buddypress table#message-threads {
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 30px;
}

#buddypress table.notifications thead tr th,
#buddypress table#message-threads thead tr th {
  font-size: 14px;
  font-weight: 600;
}

#buddypress table.notifications tbody tr,
#buddypress table#message-threads tbody tr {
  border-bottom: 1px solid #f2f2f2;
}

#buddypress table.notifications tbody tr td,
#buddypress table#message-threads tbody tr td {
  padding: 12px 8px;
  font-size: 14px;
  color: #3a3f3f;
}

#buddypress table.notifications tbody tr td label,
#buddypress table#message-threads tbody tr td label {
  margin: 0;
}

#buddypress table.notifications tbody tr td a,
#buddypress table#message-threads tbody tr td a {
  color: #3a3f3f;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.2s linear;
}

#buddypress table.notifications tbody tr td a span,
#buddypress table#message-threads tbody tr td a span {
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
  transition: all 0.2s linear;
}

#buddypress table.notifications tbody tr td a:hover,
#buddypress table#message-threads tbody tr td a:hover {
  color: #f48260;
  text-decoration: none;
}

#buddypress table.notifications tbody tr td.bulk-select-check,
#buddypress table#message-threads tbody tr td.bulk-select-check {
  width: 30px;
  padding-right: 0;
}

#buddypress table.notifications tbody tr td.notification-actions,
#buddypress table#message-threads tbody tr td.notification-actions {
  font-size: 12px;
}

#buddypress table.notifications tbody tr td.notification-actions a span:before,
#buddypress table#message-threads tbody tr td.notification-actions a span:before {
  font-size: 16px;
}

#buddypress table.notifications tbody tr:last-child,
#buddypress table#message-threads tbody tr:last-child {
  border-bottom: none;
}

#buddypress table.notifications tr.unread td,
#buddypress table#message-threads tr.unread td {
  border: none;
  background: #f2f2f2;
}

#buddypress table.notifications tr td.thread-from img,
#buddypress table.notifications tr td.thread-from span.from,
#buddypress table#message-threads tr td.thread-from img,
#buddypress table#message-threads tr td.thread-from span.from {
  display: none;
}

#buddypress table.notifications tr td.thread-info p,
#buddypress table#message-threads tr td.thread-info p {
  font-size: 14px;
}

#buddypress table.notifications tr td.thread-options,
#buddypress table#message-threads tr td.thread-options {
  font-size: 13px !important;
}

#buddypress table.notifications thead tr th.thread-star .icon,
#buddypress table#message-threads thead tr th.thread-star .icon {
  display: none;
}

#buddypress div.activity-header p img {
  display: none !important;
}

#buddypress div.activity-header p a {
  font-weight: 600;
  color: #000;
}

#buddypress div.activity-header p a:hover {
  color: #f48260;
}

#buddypress #item-body form#whats-new-form p {
  font-weight: 600 !important;
  line-height: initial;
}

#buddypress #item-body form#whats-new-form #whats-new-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

#buddypress #item-body form#whats-new-form #whats-new-avatar .avatar {
  width: 100%;
  height: auto;
}

#buddypress #item-body form#whats-new-form textarea {
  height: 150px;
}

#buddypress div.activity-comments form {
  margin-top: 10px;
}

#buddypress div.activity-comments form .ac-textarea {
  background: none;
  padding: 0;
  border: none;
}

#buddypress div.activity-comments form label {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.2px;
  color: #3a3f3f;
  margin: 0;
  margin-bottom: 5px;
}

#buddypress div.activity-comments form textarea {
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #ebebeb;
  height: 42px;
  padding: 15px;
  font-size: 14px;
  color: #3a3f3f;
  width: 100%;
  height: 150px;
}

#buddypress div.activity-comments form textarea:focus {
  outline: none;
}

#buddypress div.activity-comments form div.ac-reply-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

#buddypress div.activity-comments form div.ac-reply-content {
  margin-left: 45px;
}

#buddypress div.activity-comments form div.ac-reply-avatar .avatar {
  width: 100%;
  height: auto;
  border: none;
  margin: 0;
}

#buddypress div.activity-comments a.ac-reply-cancel {
  font-size: 13px;
  color: #767676;
  letter-spacing: 1.3px;
  font-weight: 500;
}

#buddypress div.activity-comments a.ac-reply-cancel:hover,
#buddypress div.activity-comments a.ac-reply-cancel:active,
#buddypress div.activity-comments a.ac-reply-cancel:focus {
  background: none;
  border: none;
  padding: 0;
  color: #f48260;
}

#buddypress div.activity-meta>a {
  border: none;
  background: none;
  height: auto;
  width: auto;
  margin: 0 10px;
  padding: 0;
  text-transform: capitalize;
  font-weight: 500;
}

#buddypress div.activity-meta>a:first-child {
  margin-left: 0;
}

#buddypress div.activity-meta>a:last-child {
  margin-right: 0;
}

#buddypress div.activity-meta>a>span {
  border-radius: 7px;
  line-height: 16px;
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}

#buddypress div.activity-meta>a:hover,
#buddypress div.activity-meta>a:active,
#buddypress div.activity-meta>a:focus {
  background: none;
  border: none;
  padding: 0;
  color: #f48260;
}

#buddypress .activity-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

#buddypress .activity-avatar .avatar {
  width: 100% !important;
  height: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 !important;
}

#buddypress div.activity-comments {
  width: 100%;
  margin: 0;
  border-radius: 5px;
}

#buddypress div.activity-comments>ul {
  margin: 0;
  padding: 20px;
  margin-top: 20px;
  background: #fff;
  border-radius: 5px;
}

#buddypress div.activity-comments>ul>li {
  padding: 20px 0;
}

#buddypress div.activity-comments>ul>li:first-child {
  padding-top: 0;
}

#buddypress div.activity-comments>ul>li:last-child {
  padding-bottom: 0;
}

#buddypress .acomment-options {
  margin-bottom: 0;
}

#buddypress #bbpress-forums #subscription-toggle>.is-subscribed>a:hover {
  background: #f48260;
}

#buddypress #bbpress-forums #subscription-toggle a {
  background: #014e6c;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  min-width: 120px;
  line-height: 30px;
  padding-left: 30px;
  padding-right: 15px;
  position: relative;
  transition: 0.1s linear;
}

#buddypress #bbpress-forums #subscription-toggle a:hover,
#buddypress #bbpress-forums #subscription-toggle a {
  text-decoration: none;
}

#buddypress #bbpress-forums #subscription-toggle a:before {
  font-weight: 900;
  content: "\f143";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 15px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#buddypress #bbpress-forums>h3 {
  font-size: 18px;
  color: #3a3f3f;
  font-weight: 600;
  padding-bottom: 18px;
  margin-bottom: 35px;
  position: relative;
}

#buddypress #bbpress-forums>h3:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 115px;
  height: 3px;
  background: #F48260;
  border-radius: 3px;
}

#buddypress #bbpress-forums fieldset.bbp-form {
  padding: 0;
  border: none;
}

#buddypress .bp-messages-filters {
  margin-bottom: 40px;
}

#buddypress .bp-messages-filters ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
}

#buddypress .bp-messages-filters ul li {
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
}

#buddypress .bp-messages-filters ul li.last {
  display: none;
}

#buddypress .bp-messages-filters .bp-search input[type="search"] {
  border: none;
  outline: none;
  min-width: 220px;
  padding: 5px 16px;
  font-size: 16px;
  line-height: 32px;
}

#buddypress .bp-messages-filters button {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  margin: 0;
  border: 1px solid #ebebeb;
  height: 40px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #8d8d8d;
  position: relative;
  cursor: pointer;
  width: 42px;
  display: inline-block;
  vertical-align: middle;
  left: -2px;
  top: -1px;
}

#buddypress .bp-messages-filters button .dashicons {
  display: none;
}

#buddypress .bp-messages-filters button:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
}

#buddypress #item-body .bp-messages-feedback {
  border-radius: 4px;
  background: rgba(6, 78, 107, 0.65);
  display: inline-block;
  margin-bottom: 20px;
}

#buddypress #item-body .bp-messages-feedback .bp-feedback p {
  padding: 4px 8px;
  color: #ffffff;
  font-size: 14px;
}

#bbpress-forums .bbp-search-form {
  width: 100%;
  position: relative;
}

#bbpress-forums .bbp-search-form:before {
  content: url("../images/search.svg");
  position: absolute;
  top: 55%;
  left: 10px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#bbpress-forums .bbp-search-form #bbp_search {
  width: 100% !important;
  padding-left: 45px;
}

#bbpress-forums .bbp-search-form #bbp_search_submit {
  display: none;
}

#bbpress-forums .bbp-search-form {
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  #bbpress-forums .bbp-topic-meta {
    font-size: 11px !important;
  }

  #bbpress-forums .content ul li,
  #bbpress-forums .content ol li {
    font-size: 11px !important;
  }

  #bbpress-forums .content p,
  #bbpress-forums .bbp-reply-content p {
    font-size: 14px !important;
  }
}

@media (max-width: 1199.98px) {
  body {
    padding-left: 0;
  }

  .daterangepicker .drp-buttons .btn {
    width: 48%;
    float: left;
    margin: 15px 1%;
  }
}

#buddypress #group-settings-form legend,
#buddypress #group-settings-form h2 {
  font-size: 18px;
  color: #3a3f3f;
  font-weight: 400;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}

#buddypress #group-settings-form legend:before,
#buddypress #group-settings-form h2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 55px;
  height: 4px;
  background: #F48260;
  border-radius: 4px;
}

#buddypress #group-settings-form fieldset {
  margin-bottom: 40px;
}

#buddypress .group-members-list .section-header {
  font-size: 18px;
  color: #3a3f3f;
  font-weight: 400;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}

#buddypress .group-members-list .section-header:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 55px;
  height: 4px;
  background: #F48260;
  border-radius: 4px;
}

#buddypress .group-members-list {
  margin-top: 0;
  margin-bottom: 40px;
}

#buddypress #admins-list li,
#buddypress #mods-list li,
#buddypress #members-list li {
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
  overflow: hidden;
  margin: 15px 0;
  padding: 20px;
  position: relative;
}

#buddypress #admins-list,
#buddypress #mods-list,
#buddypress #members-list {
  border: none;
  margin: 0;
  padding: 0;
}

#buddypress #admins-list li .item-avatar,
#buddypress #mods-list li .item-avatar,
#buddypress #members-list li .item-avatar {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  position: absolute;
  top: 20px;
  left: 20px;
}

#buddypress #admins-list li .item,
#buddypress #mods-list li .item,
#buddypress #members-list li .item {
  width: 100%;
  padding-left: 70px;
  min-height: 50px;
}

#buddypress #admins-list li .item-meta,
#buddypress #mods-list li .item-meta,
#buddypress #members-list li .item-meta {
  margin: 0;
  font-size: 14px;
  color: #3a3f3f;
  font-weight: 400;
}

#buddypress #admins-list li .item-title,
#buddypress #mods-list li .item-title,
#buddypress #members-list li .item-title {
  width: 100%;
  font-weight: 600;
  color: #000 !important;
}

#buddypress #admins-list li .action>a,
#buddypress #mods-list li .action>a,
#buddypress #members-list li .action>a {
  display: inline-block !important;
  margin: 0 10px !important;
  margin-left: 0 !important;
  margin-top: 20px !important;
  max-width: 60%;
  border: 1px solid #ccc !important;
  font-weight: 600;
  border-radius: 3px;
  transition: 0.1s linear;
  font-size: 10px !important;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  text-align: center;
  padding: 11px 20px !important;
  text-decoration: none;
  color: #8d8d8d;
  transition: all 0.2s linear;
}

#buddypress #admins-list li .action>a:hover,
#buddypress #mods-list li .action>a:hover,
#buddypress #members-list li .action>a:hover {
  background: #014e6c;
  color: #ffffff;
  border-color: #014e6c !important;
}

#buddypress #admins-list li .action,
#buddypress #mods-list li .action,
#buddypress #members-list li .action {
  width: 100% !important;
  display: block !important;
  text-align: left;
  margin: 0 !important;
}

#buddypress #admins-list li .action>a:first-child,
#buddypress #mods-list li .action>a:first-child,
#buddypress #members-list li .action>a:first-child {
  margin-left: 0 !important;
}

#buddypress #admins-list li .action>a:last-child,
#buddypress #mods-list li .action>a:last-child,
#buddypress #members-list li .action>a:last-child {
  margin-right: 0 !important;
}

#buddypress #members-list li .action>a:last-child {
  margin-left: 0 !important;
}

#buddypress #members-list li .action>a {
  margin-right: 0;
}

#buddypress #admins-list li .item-title a,
#buddypress #mods-list li .item-title a,
#buddypress #members-list li .item-title a {
  color: #000 !important;
}

#buddypress #group-settings-form h2 {
  width: 100% !important;
  height: auto !important;
  position: relative !important;
}

#buddypress #group-settings-form label {
  margin-bottom: 5px;
}

#buddypress #group-settings-form input,
#buddypress #group-settings-form textarea {
  margin-bottom: 15px;
}

#buddypress #group-settings-form input[type="checkbox"] {
  margin-bottom: 0;
}

@media (max-width: 1199.98px) {

  #buddypress #admins-list li .item,
  #buddypress #mods-list li .item,
  #buddypress #members-list li .item {
    margin-left: 0;
  }

  #buddypress #admins-list li .action>a,
  #buddypress #mods-list li .action>a,
  #buddypress #members-list li .action>a {
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    margin-top: 15px !important;
  }
}

.message-content img {
  max-width: 100%;
  height: auto;
}

body#banner-active {
  padding-top: 123px;
}

body#banner-active .aside {
  top: 44px;
}

body#banner-active .header {
  top: 44px;
}

@media (max-width: 690px) {
  body#banner-active body {
    padding-top: 128px;
  }

  body#banner-active .aside {
    margin-top: 84px;
  }

  body#banner-active .aside__toggle {
    top: 90px;
  }

  body#banner-active .header {
    top: 68px;
  }
}

.print-button {
  display: none;
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before,
.daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single.ltr .ranges,
  .daterangepicker.single.ltr .drp-calendar {
    float: left;
  }

  .daterangepicker.single.rtl .ranges,
  .daterangepicker.single.rtl .drp-calendar {
    float: right;
  }

  .daterangepicker.ltr {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker.ltr .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker.ltr .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker.ltr .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker.ltr .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker.ltr .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker.ltr .ranges,
  .daterangepicker.ltr .drp-calendar {
    float: left;
  }

  .daterangepicker.rtl {
    direction: rtl;
    text-align: right;
  }

  .daterangepicker.rtl .drp-calendar.left {
    clear: right;
    margin-left: 0;
  }

  .daterangepicker.rtl .drp-calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker.rtl .drp-calendar.right {
    margin-right: 0;
  }

  .daterangepicker.rtl .drp-calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker.rtl .drp-calendar.left .calendar-table {
    padding-left: 12px;
  }

  .daterangepicker.rtl .ranges,
  .daterangepicker.rtl .drp-calendar {
    text-align: right;
    float: right;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker.ltr .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }

  45% {
    transform: scale(1.05);
  }

  80% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0;
  }

  54% {
    top: 1.0625em;
    left: .125em;
    width: 0;
  }

  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em;
  }

  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }

  100% {
    top: 2.8125em;
    left: .875em;
    width: 1.5625em;
  }
}

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }

  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
  }
}

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }

  5% {
    transform: rotate(-45deg);
  }

  12% {
    transform: rotate(-405deg);
  }

  100% {
    transform: rotate(-405deg);
  }
}

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }

  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }

  80% {
    margin-top: -.375em;
    transform: scale(1.15);
  }

  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }

  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}

body.swal2-toast-shown.swal2-toast-column>.swal2-container>.swal2-toast {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
}

body.swal2-toast-shown.swal2-toast-column>.swal2-container>.swal2-toast .swal2-actions {
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  height: 2.2em;
}

body.swal2-toast-shown.swal2-toast-column>.swal2-container>.swal2-toast .swal2-loading {
  -ms-flex-pack: center;
  justify-content: center;
}

body.swal2-toast-shown.swal2-toast-column>.swal2-container>.swal2-toast .swal2-input {
  height: 2em;
  margin: .3125em auto;
  font-size: 1em;
}

body.swal2-toast-shown.swal2-toast-column>.swal2-container>.swal2-toast .swal2-validationerror {
  font-size: 1em;
}

body.swal2-toast-shown>.swal2-container {
  position: fixed;
  background-color: transparent;
}

body.swal2-toast-shown>.swal2-container.swal2-shown {
  background-color: transparent;
}

body.swal2-toast-shown>.swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.swal2-toast-shown>.swal2-container.swal2-top-end,
body.swal2-toast-shown>.swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

body.swal2-toast-shown>.swal2-container.swal2-top-start,
body.swal2-toast-shown>.swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

body.swal2-toast-shown>.swal2-container.swal2-center-start,
body.swal2-toast-shown>.swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.swal2-toast-shown>.swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body.swal2-toast-shown>.swal2-container.swal2-center-end,
body.swal2-toast-shown>.swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.swal2-toast-shown>.swal2-container.swal2-bottom-start,
body.swal2-toast-shown>.swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

body.swal2-toast-shown>.swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.swal2-toast-shown>.swal2-container.swal2-bottom-end,
body.swal2-toast-shown>.swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

.swal2-popup.swal2-toast {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  padding: 0.625em;
  box-shadow: 0 0 0.625em #d9d9d9;
  overflow-y: hidden;
}

.swal2-popup.swal2-toast .swal2-header {
  -ms-flex-direction: row;
  flex-direction: row;
}

.swal2-popup.swal2-toast .swal2-title {
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 .6em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}

.swal2-popup.swal2-toast .swal2-close {
  position: initial;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8;
}

.swal2-popup.swal2-toast .swal2-content {
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}

.swal2-popup.swal2-toast .swal2-icon-text {
  font-size: 2em;
  font-weight: bold;
  line-height: 1em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  top: .875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
  left: .3125em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
  right: .3125em;
}

.swal2-popup.swal2-toast .swal2-actions {
  height: auto;
  margin: .3125em .3125em 0;
}

.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 .3125em;
  padding: .3125em .625em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
}

.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
  position: absolute;
  width: 2em;
  height: 2.8125em;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
  top: -.25em;
  left: -.9375em;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform-origin: 2em 2em;
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
  top: -.25em;
  left: .9375em;
  -ms-transform-origin: 0 2em;
  transform-origin: 0 2em;
  border-radius: 0 4em 4em 0;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: .4375em;
  width: .4375em;
  height: 2.6875em;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
  height: .3125em;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
  top: 1.125em;
  left: .1875em;
  width: .75em;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
  top: .9375em;
  right: .1875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast.swal2-show {
  animation: showSweetToast .5s;
}

.swal2-popup.swal2-toast.swal2-hide {
  animation: hideSweetToast .2s forwards;
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
  animation: animate-toast-success-tip .75s;
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
  animation: animate-toast-success-long .75s;
}

@keyframes showSweetToast {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
    opacity: 0;
  }

  33% {
    transform: translateY(0) rotateZ(-2deg);
    opacity: .5;
  }

  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
    opacity: .7;
  }

  100% {
    transform: translateY(0) rotateZ(0);
    opacity: 1;
  }
}

@keyframes hideSweetToast {
  0% {
    opacity: 1;
  }

  33% {
    opacity: .5;
  }

  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@keyframes animate-toast-success-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0;
  }

  54% {
    top: .125em;
    left: .125em;
    width: 0;
  }

  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em;
  }

  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em;
  }

  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em;
  }
}

@keyframes animate-toast-success-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }

  65% {
    top: 1.25em;
    right: .9375em;
    width: 0;
  }

  84% {
    top: .9375em;
    right: 0;
    width: 1.125em;
  }

  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
  }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow-y: hidden;
}

body.swal2-height-auto {
  height: auto !important;
}

body.swal2-no-backdrop .swal2-shown {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: transparent;
}

body.swal2-no-backdrop .swal2-shown>.swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

body.swal2-no-backdrop .swal2-shown.swal2-top {
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-top-start,
body.swal2-no-backdrop .swal2-shown.swal2-top-left {
  top: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-top-end,
body.swal2-no-backdrop .swal2-shown.swal2-top-right {
  top: 0;
  right: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-center {
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-center-start,
body.swal2-no-backdrop .swal2-shown.swal2-center-left {
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-center-end,
body.swal2-no-backdrop .swal2-shown.swal2-center-right {
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom {
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-start,
body.swal2-no-backdrop .swal2-shown.swal2-bottom-left {
  bottom: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,
body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
  right: 0;
  bottom: 0;
}

.swal2-container {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  background-color: transparent;
  z-index: 1060;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.swal2-container.swal2-top {
  -ms-flex-align: start;
  align-items: flex-start;
}

.swal2-container.swal2-top-start,
.swal2-container.swal2-top-left {
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.swal2-container.swal2-top-end,
.swal2-container.swal2-top-right {
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.swal2-container.swal2-center {
  -ms-flex-align: center;
  align-items: center;
}

.swal2-container.swal2-center-start,
.swal2-container.swal2-center-left {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.swal2-container.swal2-center-end,
.swal2-container.swal2-center-right {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.swal2-container.swal2-bottom {
  -ms-flex-align: end;
  align-items: flex-end;
}

.swal2-container.swal2-bottom-start,
.swal2-container.swal2-bottom-left {
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.swal2-container.swal2-bottom-end,
.swal2-container.swal2-bottom-right {
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.swal2-container.swal2-grow-fullscreen>.swal2-modal {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -ms-flex-pack: center;
  justify-content: center;
}

.swal2-container.swal2-grow-row>.swal2-modal {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swal2-container.swal2-grow-column {
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swal2-container.swal2-grow-column.swal2-top,
.swal2-container.swal2-grow-column.swal2-center,
.swal2-container.swal2-grow-column.swal2-bottom {
  -ms-flex-align: center;
  align-items: center;
}

.swal2-container.swal2-grow-column.swal2-top-start,
.swal2-container.swal2-grow-column.swal2-center-start,
.swal2-container.swal2-grow-column.swal2-bottom-start,
.swal2-container.swal2-grow-column.swal2-top-left,
.swal2-container.swal2-grow-column.swal2-center-left,
.swal2-container.swal2-grow-column.swal2-bottom-left {
  -ms-flex-align: start;
  align-items: flex-start;
}

.swal2-container.swal2-grow-column.swal2-top-end,
.swal2-container.swal2-grow-column.swal2-center-end,
.swal2-container.swal2-grow-column.swal2-bottom-end,
.swal2-container.swal2-grow-column.swal2-top-right,
.swal2-container.swal2-grow-column.swal2-center-right,
.swal2-container.swal2-grow-column.swal2-bottom-right {
  -ms-flex-align: end;
  align-items: flex-end;
}

.swal2-container.swal2-grow-column>.swal2-modal {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right)>.swal2-modal {
  margin: auto;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}

.swal2-container.swal2-fade {
  transition: background-color .1s;
}

.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4);
}

.swal2-popup {
  display: none;
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
  box-sizing: border-box;
}

.swal2-popup:focus {
  outline: none;
}

.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-popup .swal2-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.swal2-popup .swal2-title {
  display: block;
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-popup .swal2-actions {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1.25em auto 0;
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: .4;
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  width: 2.5em;
  height: 2.5em;
  margin: .46875em;
  padding: 0;
  border: .25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  box-sizing: border-box;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}

.swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  border: 3px solid #999999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px #fff;
  content: '';
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
}

.swal2-popup .swal2-styled {
  margin: 0 .3125em;
  padding: .625em 2em;
  font-weight: 500;
  box-shadow: none;
}

.swal2-popup .swal2-styled:not([disabled]) {
  cursor: pointer;
}

.swal2-popup .swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em;
}

.swal2-popup .swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
}

.swal2-popup .swal2-styled:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
}

.swal2-popup .swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-popup .swal2-footer {
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

.swal2-popup .swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}

.swal2-popup .swal2-close {
  position: absolute;
  top: 0;
  right: 0;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
  overflow: hidden;
}

.swal2-popup .swal2-close:hover {
  -ms-transform: none;
  transform: none;
  color: #f27474;
}

.swal2-popup>.swal2-input,
.swal2-popup>.swal2-file,
.swal2-popup>.swal2-textarea,
.swal2-popup>.swal2-select,
.swal2-popup>.swal2-radio,
.swal2-popup>.swal2-checkbox {
  display: none;
}

.swal2-popup .swal2-content {
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #545454;
  font-size: 1.125em;
  font-weight: 300;
  line-height: normal;
  word-wrap: break-word;
}

.swal2-popup #swal2-content {
  text-align: center;
}

.swal2-popup .swal2-input,
.swal2-popup .swal2-file,
.swal2-popup .swal2-textarea,
.swal2-popup .swal2-select,
.swal2-popup .swal2-radio,
.swal2-popup .swal2-checkbox {
  margin: 1em auto;
}

.swal2-popup .swal2-input,
.swal2-popup .swal2-file,
.swal2-popup .swal2-textarea {
  width: 100%;
  transition: border-color .3s, box-shadow .3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  font-size: 1.125em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}

.swal2-popup .swal2-input.swal2-inputerror,
.swal2-popup .swal2-file.swal2-inputerror,
.swal2-popup .swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

.swal2-popup .swal2-input:focus,
.swal2-popup .swal2-file:focus,
.swal2-popup .swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: 0 0 3px #c4e6f5;
}

.swal2-popup .swal2-input::-webkit-input-placeholder,
.swal2-popup .swal2-file::-webkit-input-placeholder,
.swal2-popup .swal2-textarea::-webkit-input-placeholder {
  color: #cccccc;
}

.swal2-popup .swal2-input:-ms-input-placeholder,
.swal2-popup .swal2-file:-ms-input-placeholder,
.swal2-popup .swal2-textarea:-ms-input-placeholder {
  color: #cccccc;
}

.swal2-popup .swal2-input::-ms-input-placeholder,
.swal2-popup .swal2-file::-ms-input-placeholder,
.swal2-popup .swal2-textarea::-ms-input-placeholder {
  color: #cccccc;
}

.swal2-popup .swal2-input::-webkit-input-placeholder,
.swal2-popup .swal2-file::-webkit-input-placeholder,
.swal2-popup .swal2-textarea::-webkit-input-placeholder {
  color: #cccccc;
}

.swal2-popup .swal2-input:-ms-input-placeholder,
.swal2-popup .swal2-file:-ms-input-placeholder,
.swal2-popup .swal2-textarea:-ms-input-placeholder {
  color: #cccccc;
}

.swal2-popup .swal2-input::placeholder,
.swal2-popup .swal2-file::placeholder,
.swal2-popup .swal2-textarea::placeholder {
  color: #cccccc;
}

.swal2-popup .swal2-range input {
  width: 80%;
}

.swal2-popup .swal2-range output {
  width: 20%;
  font-weight: 600;
  text-align: center;
}

.swal2-popup .swal2-range input,
.swal2-popup .swal2-range output {
  height: 2.625em;
  margin: 1em auto;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-popup .swal2-input {
  height: 2.625em;
  padding: 0.75em;
}

.swal2-popup .swal2-input[type='number'] {
  max-width: 10em;
}

.swal2-popup .swal2-file {
  font-size: 1.125em;
}

.swal2-popup .swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-popup .swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  color: #545454;
  font-size: 1.125em;
}

.swal2-popup .swal2-radio,
.swal2-popup .swal2-checkbox {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swal2-popup .swal2-radio label,
.swal2-popup .swal2-checkbox label {
  margin: 0 .6em;
  font-size: 1.125em;
}

.swal2-popup .swal2-radio input,
.swal2-popup .swal2-checkbox input {
  margin: 0 .4em;
}

.swal2-popup .swal2-validationerror {
  display: none;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.625em;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
  overflow: hidden;
}

.swal2-popup .swal2-validationerror::before {
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 .625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
  content: '!';
  zoom: normal;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }

  .swal2-range output {
    display: none;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }

  .swal2-range output {
    display: none;
  }
}

@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4);
  }
}

.swal2-icon {
  position: relative;
  -ms-flex-pack: center;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  line-height: 5em;
  cursor: default;
  box-sizing: content-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  zoom: normal;
}

.swal2-icon-text {
  font-size: 3.75em;
}

.swal2-icon.swal2-error {
  border-color: #f27474;
}

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: .3125em;
  border-radius: .125em;
  background-color: #f27474;
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
  left: 1.0625em;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
  right: 1em;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}

.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}

.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}

.swal2-icon.swal2-success {
  border-color: #a5dc86;
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
  top: -.4375em;
  left: -2.0635em;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform-origin: 3.75em 3.75em;
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
  top: -.6875em;
  left: 1.875em;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform-origin: 0 3.75em;
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  top: -.25em;
  left: -.25em;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
  z-index: 2;
  box-sizing: content-box;
}

.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  top: .5em;
  left: 1.625em;
  width: .4375em;
  height: 5.625em;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
}

.swal2-icon.swal2-success [class^='swal2-success-line'] {
  display: block;
  position: absolute;
  height: .3125em;
  border-radius: .125em;
  background-color: #a5dc86;
  z-index: 2;
}

.swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
  top: 2.875em;
  left: .875em;
  width: 1.5625em;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
  top: 2.375em;
  right: .5em;
  width: 2.9375em;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swal2-progresssteps {
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  font-weight: 600;
}

.swal2-progresssteps li {
  display: inline-block;
  position: relative;
}

.swal2-progresssteps .swal2-progresscircle {
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
  z-index: 20;
}

.swal2-progresssteps .swal2-progresscircle:first-child {
  margin-left: 0;
}

.swal2-progresssteps .swal2-progresscircle:last-child {
  margin-right: 0;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  background: #3085d6;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle {
  background: #add8e6;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline {
  background: #add8e6;
}

.swal2-progresssteps .swal2-progressline {
  width: 2.5em;
  height: .4em;
  margin: 0 -1px;
  background: #3085d6;
  z-index: 10;
}

[class^='swal2'] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  animation: swal2-show 0.3s;
}

.swal2-show.swal2-noanimation {
  animation: none;
}

.swal2-hide {
  animation: swal2-hide 0.15s forwards;
}

.swal2-hide.swal2-noanimation {
  animation: none;
}

[dir='rtl'] .swal2-close {
  right: auto;
  left: 0;
}

.swal2-animate-success-icon .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip 0.75s;
}

.swal2-animate-success-icon .swal2-success-line-long {
  animation: swal2-animate-success-line-long 0.75s;
}

.swal2-animate-success-icon .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-animate-error-icon {
  animation: swal2-animate-error-icon 0.5s;
}

.swal2-animate-error-icon .swal2-x-mark {
  animation: swal2-animate-error-x-mark 0.5s;
}

.support-main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-block: 2em;

  h1 {
    font-family: Raleway;
    font-weight: 200;
    font-size: 32px;
    letter-spacing: 0px;

  }

  h2 {
    font-family: Raleway;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #3A3F3F;
  }

  button {
    height: 40px;
    padding: 0 20px !important;
    margin: 0;
  }
}

.card {
  background: #fff;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  cursor: pointer;
}

.card-header {
  font-size: 14px;
  color: #666;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-body {
  margin-top: 10px;
}

.card-title {
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
}

.card-message {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 25px;
}

.card-footer {
  margin-top: 10px;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;

  .institution {
    display: flex;
    align-items: center;
    gap: 1em;
    font-size: 12px;
    color: #666;
  }
}

.card-footer-status {
  display: flex;
  align-items: center;
  gap: 1em;

  .responses {
    display: flex;
    align-items: center;
    gap: 1em;
    font-size: 12px;
    color: #666;
  }

  p {
    margin: 0;
  }
}

.card-header-content {
  display: flex;
  gap: 0.5em;
  align-items: center;

  p {
    margin: 0;
  }
}

.badge {
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  text-transform: uppercase;
}

.badge-new {
  background: #f4a261;
}

.badge-in-progress {
  background: #e76f51;
}

.badge-finished {
  background: #4d992b;
}

.status {
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  text-transform: uppercase;
}

.status-pending-requester {
  background: #e76f51;
}

.status-pending-agent {
  background: #f4a261;
}

.status-finished {
  display: none;
}

.file {
  color: #666;
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 12px;

  &:hover {
    color: #666;
  }
}


.comment-profile {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 1em;

  .user-profile {
    width: 50%;
    background-color: #ffff;
    padding: 20px 20px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 1em;

    h3 {
      font-size: 18px;
      font-weight: 400;
      color: gray;
      margin-bottom: 20px;
    }

    .user-card {
      display: flex;
      align-items: flex-start;
      gap: 1em;

      .user-avatar {
        display: flex;
        align-items: center;

        img {
          width: 50px;
          height: 50px;
          border-radius: 50%;
        }
      }

      .user-info {
        display: flex;
        flex-direction: column;
        gap: 0.2em;

        p {
          font-size: 14px;
          margin: 0;
          color: #666;

          strong {
            font-weight: 600;
            color: #333;
          }
        }

      }
    }

    .cards-calls {
      display: flex;
      flex-direction: column;
      width: 100%;
      gap: 1em;

      .card-calls {
        border-radius: 10px;
        padding: 10px;
        display: flex;
        flex-direction: column;
        gap: 0.5em;
        align-items: flex-start;
        background: #F8F8F8;

        .badge {
          color: #fff;
          padding: 2px 4px;
          border-radius: 4px;
          font-size: 8px;
          text-transform: uppercase;
        }

        .card-content {
          display: flex;
          flex-direction: column;
          gap: 0.5em;
          width: 100%;
          align-items: flex-start;

          .card-info {
            display: flex;
            justify-content: space-between;
            width: 100%;

            p {
              margin: 0;
            }
          }
        }
      }

      .badge-new {
        border-left: solid 4px #f4a261;

        .badge {
          background: #f4a261;
        }
      }

      .badge-in-progress {
        border-left: solid 4px #e76f51;

        .badge {
          background: #e76f51;
        }
      }

      .badge-finished {
        border-left: solid 4px #4d992b;

        .badge {
          background: #4d992b;
        }
      }
    }

    .see-all-calls {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 15px;
    }
  }

}

.chamado-comments {
  width: 100%;
  background-color: #ffff;
  padding: 20px 20px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 1em;

  h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 40px;
  }

  .chamado-comment {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.7em;

    .chamado-comment-content {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      align-items: flex-start;

      .profile {
        background-color: #fff;
        display: flex;
        align-items: center;
        gap: 0.5em;

        img {
          width: 30px;
          height: 30px;
          border-radius: 50%;
        }

        strong {
          font-size: 14px;
        }
      }

    }

    .chamado-comment-text {
      margin-left: 40px;
    }
  }

  hr {
    margin: 2em 0;
  }
}

.chamado-comment-file {
  margin-inline: 40px;
  display: flex;
  flex-direction: column;
  gap: 0.4em;
  background-color: #F8F8F8;
  border: 1px solid #eaeaea;
  padding: 15px 15px;
  width: 90%;
  border-radius: 4px;

  p {
    margin: 0;
  }


  .attachment-box {
    display: flex;
    gap: 1em;

    a {
      text-decoration: underline;
      font-weight: 600;
      font-size: 14px;
      display: flex;
      align-items: center;
      gap: 0.5em;

      &:hover {
        text-decoration: underline;
      }
    }

    span {
      color: gray;
    }
  }
}

.chamado-comments {
  .logged-in-as {
    display: none;
  }

  .form-submit {
    display: flex;
    flex-direction: row-reverse;
  }
}

.go-back {

  a {
    color: gray;
    display: flex;
    align-items: center;
    gap: 0.5em;

    &:hover {
      text-decoration: none;
      color: gray;
    }
  }
}

.suporte-adm {
  .calls {
    display: none;
  }

  .active {
    display: block;
  }

}

.formulario-chamados {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}

.formulario-chamados h2 {
  font-size: 24px;
  color: #333;
  border-bottom: 3px solid #d35400;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.formulario-chamados label {
  display: block;
  font-weight: 600;
  margin: 10px 0 5px;
  color: #000;
}

.formulario-chamados input,
.formulario-chamados select,
.formulario-chamados textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  background: #fff;
  transition: all 0.3s ease;
}

.formulario-chamados input:focus,
.formulario-chamados select:focus,
.formulario-chamados textarea:focus {
  border-color: #d35400;
  outline: none;
  box-shadow: 0 0 5px rgba(211, 84, 0, 0.3);
}

.formulario-chamados textarea {
  min-height: 120px;
  resize: vertical;
}

.formulario-chamados input[type="submit"] {
  width: 20%;
  padding: 12px;
  background: #004D40;
  color: #fff;
  font-size: 18px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  align-self: flex-end;
}

.upload-arquivo {
  cursor: pointer;
  background: #fff;
  border: 2px dashed #ddd;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
  margin-block: 10px;
  font-size: 14px;
  color: #666;

  p {
    margin: 0;
  }
}

.top-menu-sup {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;

  .menu-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding-inline: 2.4em;
    border-bottom: 1px solid lightgray;
    cursor: pointer;

    a {
      font-weight: 500;
      color: gray;
      margin: 0;
    }
  }

  .last {
    flex-grow: 1;
  }

  .active {
    border: 1px solid lightgray;
    border-bottom: none;

    a {
      color: var(--light-blue);
    }
  }
}

.support-hr {
  margin: 0 0 25px;
}

form.comment-chamado {
  background-color: #fff;
  padding: 1rem;
  border-radius: 8px;

  h4 {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 10px;
    color: #444;
  }

  textarea.form__control {
    width: 100%;
    height: 200px;
    resize: vertical;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 1rem;
  }


}

.file-chamado {
  background: #fff;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 1rem;
  text-align: center;

  strong {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
  }

  p {
    font-size: 13px;
    color: #777;
    margin-bottom: 10px;
  }

  input[type="file"] {
    width: 100%;
    max-width: 600px;
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #ccc;
    font-size: 13px;
    border-radius: 4px;
    cursor: pointer;
  }
}



/* Responsividade */
@media (max-width: 600px) {
  .formulario-chamados {
    padding: 15px;
  }

  .formulario-chamados button {
    font-size: 16px;
  }
}

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* ---------------------------------------------------------------------------- */