@charset "UTF-8";
/*
  Theme Name: Galileu 2020
  Theme URI: http://www.activemedia.pt
  Version: 7
  Author: Benjamim Alves, Tiago Franco - ActiveMedia
  Author URI: http://www.activemedia.pt

  Description: Starter Theme from Active Media
*/
/* ===============================================
CSS by ActiveMedia
v1.00
Authors: Benjamim Alves, Tiago Franco - http://www.activemedia.pt
=============================================== */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@-webkit-keyframes loadAnim {
  0% {
    background-position: left top;
  }
  100% {
    background-position: -1072px top;
  }
}
@keyframes loadAnim {
  0% {
    background-position: left top;
  }
  100% {
    background-position: -1072px top;
  }
}
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

html {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.row, .sub-menu-container > ul {
  max-width: 1100px;
  margin: 0 auto;
}
.row::after, .sub-menu-container > ul::after {
  clear: both;
  content: "";
  display: table;
}
.row.reverse > *[class*=col-], .sub-menu-container > ul.reverse > *[class*=col-] {
  float: right;
}
.row.extra, .sub-menu-container > ul.extra {
  max-width: 1355px;
}
.row.extra::after, .sub-menu-container > ul.extra::after {
  clear: both;
  content: "";
  display: table;
}

.col-1 {
  display: block;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 8.3333333333%;
}

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

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

.col-2 {
  display: block;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 16.6666666667%;
}

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

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

.col-3 {
  display: block;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
}

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

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

.col-4 {
  display: block;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.3333333333%;
}

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

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

.col-5 {
  display: block;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 41.6666666667%;
}

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

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

.col-6 {
  display: block;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
}

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

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

.col-7 {
  display: block;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 58.3333333333%;
}

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

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

.col-8 {
  display: block;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 66.6666666667%;
}

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

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

.col-9 {
  display: block;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 75%;
}

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

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

.col-10 {
  display: block;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 83.3333333333%;
}

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

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

.col-11 {
  display: block;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 91.6666666667%;
}

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

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

.col-12 {
  display: block;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.push-12 {
  margin-left: 100%;
}

.pull-12 {
  margin-left: -100%;
}

@media screen and (max-width: 1355px) {
  .xxl-col-1 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 8.3333333333%;
  }

  .xxl-push-1 {
    margin-left: 8.3333333333%;
  }

  .xxl-pull-1 {
    margin-left: -8.3333333333%;
  }

  .xxl-alpha {
    padding-left: 0;
  }

  .xxl-omega {
    padding-right: 0;
  }

  .xxl-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xxl-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xxl-no-push,
.xxl-no-pull {
    margin-left: 0;
  }

  .xxl-col-2 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 16.6666666667%;
  }

  .xxl-push-2 {
    margin-left: 16.6666666667%;
  }

  .xxl-pull-2 {
    margin-left: -16.6666666667%;
  }

  .xxl-alpha {
    padding-left: 0;
  }

  .xxl-omega {
    padding-right: 0;
  }

  .xxl-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xxl-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xxl-no-push,
.xxl-no-pull {
    margin-left: 0;
  }

  .xxl-col-3 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
  }

  .xxl-push-3 {
    margin-left: 25%;
  }

  .xxl-pull-3 {
    margin-left: -25%;
  }

  .xxl-alpha {
    padding-left: 0;
  }

  .xxl-omega {
    padding-right: 0;
  }

  .xxl-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xxl-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xxl-no-push,
.xxl-no-pull {
    margin-left: 0;
  }

  .xxl-col-4 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.3333333333%;
  }

  .xxl-push-4 {
    margin-left: 33.3333333333%;
  }

  .xxl-pull-4 {
    margin-left: -33.3333333333%;
  }

  .xxl-alpha {
    padding-left: 0;
  }

  .xxl-omega {
    padding-right: 0;
  }

  .xxl-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xxl-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xxl-no-push,
.xxl-no-pull {
    margin-left: 0;
  }

  .xxl-col-5 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 41.6666666667%;
  }

  .xxl-push-5 {
    margin-left: 41.6666666667%;
  }

  .xxl-pull-5 {
    margin-left: -41.6666666667%;
  }

  .xxl-alpha {
    padding-left: 0;
  }

  .xxl-omega {
    padding-right: 0;
  }

  .xxl-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xxl-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xxl-no-push,
.xxl-no-pull {
    margin-left: 0;
  }

  .xxl-col-6 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }

  .xxl-push-6 {
    margin-left: 50%;
  }

  .xxl-pull-6 {
    margin-left: -50%;
  }

  .xxl-alpha {
    padding-left: 0;
  }

  .xxl-omega {
    padding-right: 0;
  }

  .xxl-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xxl-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xxl-no-push,
.xxl-no-pull {
    margin-left: 0;
  }

  .xxl-col-7 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 58.3333333333%;
  }

  .xxl-push-7 {
    margin-left: 58.3333333333%;
  }

  .xxl-pull-7 {
    margin-left: -58.3333333333%;
  }

  .xxl-alpha {
    padding-left: 0;
  }

  .xxl-omega {
    padding-right: 0;
  }

  .xxl-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xxl-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xxl-no-push,
.xxl-no-pull {
    margin-left: 0;
  }

  .xxl-col-8 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 66.6666666667%;
  }

  .xxl-push-8 {
    margin-left: 66.6666666667%;
  }

  .xxl-pull-8 {
    margin-left: -66.6666666667%;
  }

  .xxl-alpha {
    padding-left: 0;
  }

  .xxl-omega {
    padding-right: 0;
  }

  .xxl-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xxl-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xxl-no-push,
.xxl-no-pull {
    margin-left: 0;
  }

  .xxl-col-9 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 75%;
  }

  .xxl-push-9 {
    margin-left: 75%;
  }

  .xxl-pull-9 {
    margin-left: -75%;
  }

  .xxl-alpha {
    padding-left: 0;
  }

  .xxl-omega {
    padding-right: 0;
  }

  .xxl-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xxl-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xxl-no-push,
.xxl-no-pull {
    margin-left: 0;
  }

  .xxl-col-10 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 83.3333333333%;
  }

  .xxl-push-10 {
    margin-left: 83.3333333333%;
  }

  .xxl-pull-10 {
    margin-left: -83.3333333333%;
  }

  .xxl-alpha {
    padding-left: 0;
  }

  .xxl-omega {
    padding-right: 0;
  }

  .xxl-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xxl-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xxl-no-push,
.xxl-no-pull {
    margin-left: 0;
  }

  .xxl-col-11 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 91.6666666667%;
  }

  .xxl-push-11 {
    margin-left: 91.6666666667%;
  }

  .xxl-pull-11 {
    margin-left: -91.6666666667%;
  }

  .xxl-alpha {
    padding-left: 0;
  }

  .xxl-omega {
    padding-right: 0;
  }

  .xxl-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xxl-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xxl-no-push,
.xxl-no-pull {
    margin-left: 0;
  }

  .xxl-col-12 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  .xxl-push-12 {
    margin-left: 100%;
  }

  .xxl-pull-12 {
    margin-left: -100%;
  }

  .xxl-alpha {
    padding-left: 0;
  }

  .xxl-omega {
    padding-right: 0;
  }

  .xxl-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xxl-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xxl-no-push,
.xxl-no-pull {
    margin-left: 0;
  }
}
@media screen and (max-width: 1100px) {
  .xl-col-1 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 8.3333333333%;
  }

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

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

  .xl-alpha {
    padding-left: 0;
  }

  .xl-omega {
    padding-right: 0;
  }

  .xl-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xl-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xl-no-push,
.xl-no-pull {
    margin-left: 0;
  }

  .xl-col-2 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 16.6666666667%;
  }

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

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

  .xl-alpha {
    padding-left: 0;
  }

  .xl-omega {
    padding-right: 0;
  }

  .xl-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xl-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xl-no-push,
.xl-no-pull {
    margin-left: 0;
  }

  .xl-col-3 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
  }

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

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

  .xl-alpha {
    padding-left: 0;
  }

  .xl-omega {
    padding-right: 0;
  }

  .xl-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xl-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xl-no-push,
.xl-no-pull {
    margin-left: 0;
  }

  .xl-col-4 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.3333333333%;
  }

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

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

  .xl-alpha {
    padding-left: 0;
  }

  .xl-omega {
    padding-right: 0;
  }

  .xl-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xl-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xl-no-push,
.xl-no-pull {
    margin-left: 0;
  }

  .xl-col-5 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 41.6666666667%;
  }

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

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

  .xl-alpha {
    padding-left: 0;
  }

  .xl-omega {
    padding-right: 0;
  }

  .xl-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xl-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xl-no-push,
.xl-no-pull {
    margin-left: 0;
  }

  .xl-col-6 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }

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

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

  .xl-alpha {
    padding-left: 0;
  }

  .xl-omega {
    padding-right: 0;
  }

  .xl-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xl-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xl-no-push,
.xl-no-pull {
    margin-left: 0;
  }

  .xl-col-7 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 58.3333333333%;
  }

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

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

  .xl-alpha {
    padding-left: 0;
  }

  .xl-omega {
    padding-right: 0;
  }

  .xl-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xl-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xl-no-push,
.xl-no-pull {
    margin-left: 0;
  }

  .xl-col-8 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 66.6666666667%;
  }

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

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

  .xl-alpha {
    padding-left: 0;
  }

  .xl-omega {
    padding-right: 0;
  }

  .xl-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xl-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xl-no-push,
.xl-no-pull {
    margin-left: 0;
  }

  .xl-col-9 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 75%;
  }

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

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

  .xl-alpha {
    padding-left: 0;
  }

  .xl-omega {
    padding-right: 0;
  }

  .xl-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xl-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xl-no-push,
.xl-no-pull {
    margin-left: 0;
  }

  .xl-col-10 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 83.3333333333%;
  }

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

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

  .xl-alpha {
    padding-left: 0;
  }

  .xl-omega {
    padding-right: 0;
  }

  .xl-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xl-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xl-no-push,
.xl-no-pull {
    margin-left: 0;
  }

  .xl-col-11 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 91.6666666667%;
  }

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

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

  .xl-alpha {
    padding-left: 0;
  }

  .xl-omega {
    padding-right: 0;
  }

  .xl-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xl-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xl-no-push,
.xl-no-pull {
    margin-left: 0;
  }

  .xl-col-12 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  .xl-push-12 {
    margin-left: 100%;
  }

  .xl-pull-12 {
    margin-left: -100%;
  }

  .xl-alpha {
    padding-left: 0;
  }

  .xl-omega {
    padding-right: 0;
  }

  .xl-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xl-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xl-no-push,
.xl-no-pull {
    margin-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .l-col-1 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 8.3333333333%;
  }

  .l-push-1 {
    margin-left: 8.3333333333%;
  }

  .l-pull-1 {
    margin-left: -8.3333333333%;
  }

  .l-alpha {
    padding-left: 0;
  }

  .l-omega {
    padding-right: 0;
  }

  .l-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .l-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .l-no-push,
.l-no-pull {
    margin-left: 0;
  }

  .l-col-2 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 16.6666666667%;
  }

  .l-push-2 {
    margin-left: 16.6666666667%;
  }

  .l-pull-2 {
    margin-left: -16.6666666667%;
  }

  .l-alpha {
    padding-left: 0;
  }

  .l-omega {
    padding-right: 0;
  }

  .l-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .l-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .l-no-push,
.l-no-pull {
    margin-left: 0;
  }

  .l-col-3 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
  }

  .l-push-3 {
    margin-left: 25%;
  }

  .l-pull-3 {
    margin-left: -25%;
  }

  .l-alpha {
    padding-left: 0;
  }

  .l-omega {
    padding-right: 0;
  }

  .l-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .l-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .l-no-push,
.l-no-pull {
    margin-left: 0;
  }

  .l-col-4 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.3333333333%;
  }

  .l-push-4 {
    margin-left: 33.3333333333%;
  }

  .l-pull-4 {
    margin-left: -33.3333333333%;
  }

  .l-alpha {
    padding-left: 0;
  }

  .l-omega {
    padding-right: 0;
  }

  .l-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .l-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .l-no-push,
.l-no-pull {
    margin-left: 0;
  }

  .l-col-5 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 41.6666666667%;
  }

  .l-push-5 {
    margin-left: 41.6666666667%;
  }

  .l-pull-5 {
    margin-left: -41.6666666667%;
  }

  .l-alpha {
    padding-left: 0;
  }

  .l-omega {
    padding-right: 0;
  }

  .l-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .l-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .l-no-push,
.l-no-pull {
    margin-left: 0;
  }

  .l-col-6 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }

  .l-push-6 {
    margin-left: 50%;
  }

  .l-pull-6 {
    margin-left: -50%;
  }

  .l-alpha {
    padding-left: 0;
  }

  .l-omega {
    padding-right: 0;
  }

  .l-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .l-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .l-no-push,
.l-no-pull {
    margin-left: 0;
  }

  .l-col-7 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 58.3333333333%;
  }

  .l-push-7 {
    margin-left: 58.3333333333%;
  }

  .l-pull-7 {
    margin-left: -58.3333333333%;
  }

  .l-alpha {
    padding-left: 0;
  }

  .l-omega {
    padding-right: 0;
  }

  .l-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .l-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .l-no-push,
.l-no-pull {
    margin-left: 0;
  }

  .l-col-8 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 66.6666666667%;
  }

  .l-push-8 {
    margin-left: 66.6666666667%;
  }

  .l-pull-8 {
    margin-left: -66.6666666667%;
  }

  .l-alpha {
    padding-left: 0;
  }

  .l-omega {
    padding-right: 0;
  }

  .l-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .l-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .l-no-push,
.l-no-pull {
    margin-left: 0;
  }

  .l-col-9 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 75%;
  }

  .l-push-9 {
    margin-left: 75%;
  }

  .l-pull-9 {
    margin-left: -75%;
  }

  .l-alpha {
    padding-left: 0;
  }

  .l-omega {
    padding-right: 0;
  }

  .l-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .l-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .l-no-push,
.l-no-pull {
    margin-left: 0;
  }

  .l-col-10 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 83.3333333333%;
  }

  .l-push-10 {
    margin-left: 83.3333333333%;
  }

  .l-pull-10 {
    margin-left: -83.3333333333%;
  }

  .l-alpha {
    padding-left: 0;
  }

  .l-omega {
    padding-right: 0;
  }

  .l-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .l-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .l-no-push,
.l-no-pull {
    margin-left: 0;
  }

  .l-col-11 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 91.6666666667%;
  }

  .l-push-11 {
    margin-left: 91.6666666667%;
  }

  .l-pull-11 {
    margin-left: -91.6666666667%;
  }

  .l-alpha {
    padding-left: 0;
  }

  .l-omega {
    padding-right: 0;
  }

  .l-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .l-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .l-no-push,
.l-no-pull {
    margin-left: 0;
  }

  .l-col-12 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  .l-push-12 {
    margin-left: 100%;
  }

  .l-pull-12 {
    margin-left: -100%;
  }

  .l-alpha {
    padding-left: 0;
  }

  .l-omega {
    padding-right: 0;
  }

  .l-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .l-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .l-no-push,
.l-no-pull {
    margin-left: 0;
  }
}
@media screen and (max-width: 800px) {
  .m-col-1 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 8.3333333333%;
  }

  .m-push-1 {
    margin-left: 8.3333333333%;
  }

  .m-pull-1 {
    margin-left: -8.3333333333%;
  }

  .m-alpha {
    padding-left: 0;
  }

  .m-omega {
    padding-right: 0;
  }

  .m-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .m-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .m-no-push,
.m-no-pull {
    margin-left: 0;
  }

  .m-col-2 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 16.6666666667%;
  }

  .m-push-2 {
    margin-left: 16.6666666667%;
  }

  .m-pull-2 {
    margin-left: -16.6666666667%;
  }

  .m-alpha {
    padding-left: 0;
  }

  .m-omega {
    padding-right: 0;
  }

  .m-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .m-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .m-no-push,
.m-no-pull {
    margin-left: 0;
  }

  .m-col-3 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
  }

  .m-push-3 {
    margin-left: 25%;
  }

  .m-pull-3 {
    margin-left: -25%;
  }

  .m-alpha {
    padding-left: 0;
  }

  .m-omega {
    padding-right: 0;
  }

  .m-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .m-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .m-no-push,
.m-no-pull {
    margin-left: 0;
  }

  .m-col-4 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.3333333333%;
  }

  .m-push-4 {
    margin-left: 33.3333333333%;
  }

  .m-pull-4 {
    margin-left: -33.3333333333%;
  }

  .m-alpha {
    padding-left: 0;
  }

  .m-omega {
    padding-right: 0;
  }

  .m-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .m-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .m-no-push,
.m-no-pull {
    margin-left: 0;
  }

  .m-col-5 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 41.6666666667%;
  }

  .m-push-5 {
    margin-left: 41.6666666667%;
  }

  .m-pull-5 {
    margin-left: -41.6666666667%;
  }

  .m-alpha {
    padding-left: 0;
  }

  .m-omega {
    padding-right: 0;
  }

  .m-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .m-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .m-no-push,
.m-no-pull {
    margin-left: 0;
  }

  .m-col-6 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }

  .m-push-6 {
    margin-left: 50%;
  }

  .m-pull-6 {
    margin-left: -50%;
  }

  .m-alpha {
    padding-left: 0;
  }

  .m-omega {
    padding-right: 0;
  }

  .m-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .m-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .m-no-push,
.m-no-pull {
    margin-left: 0;
  }

  .m-col-7 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 58.3333333333%;
  }

  .m-push-7 {
    margin-left: 58.3333333333%;
  }

  .m-pull-7 {
    margin-left: -58.3333333333%;
  }

  .m-alpha {
    padding-left: 0;
  }

  .m-omega {
    padding-right: 0;
  }

  .m-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .m-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .m-no-push,
.m-no-pull {
    margin-left: 0;
  }

  .m-col-8 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 66.6666666667%;
  }

  .m-push-8 {
    margin-left: 66.6666666667%;
  }

  .m-pull-8 {
    margin-left: -66.6666666667%;
  }

  .m-alpha {
    padding-left: 0;
  }

  .m-omega {
    padding-right: 0;
  }

  .m-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .m-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .m-no-push,
.m-no-pull {
    margin-left: 0;
  }

  .m-col-9 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 75%;
  }

  .m-push-9 {
    margin-left: 75%;
  }

  .m-pull-9 {
    margin-left: -75%;
  }

  .m-alpha {
    padding-left: 0;
  }

  .m-omega {
    padding-right: 0;
  }

  .m-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .m-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .m-no-push,
.m-no-pull {
    margin-left: 0;
  }

  .m-col-10 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 83.3333333333%;
  }

  .m-push-10 {
    margin-left: 83.3333333333%;
  }

  .m-pull-10 {
    margin-left: -83.3333333333%;
  }

  .m-alpha {
    padding-left: 0;
  }

  .m-omega {
    padding-right: 0;
  }

  .m-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .m-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .m-no-push,
.m-no-pull {
    margin-left: 0;
  }

  .m-col-11 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 91.6666666667%;
  }

  .m-push-11 {
    margin-left: 91.6666666667%;
  }

  .m-pull-11 {
    margin-left: -91.6666666667%;
  }

  .m-alpha {
    padding-left: 0;
  }

  .m-omega {
    padding-right: 0;
  }

  .m-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .m-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .m-no-push,
.m-no-pull {
    margin-left: 0;
  }

  .m-col-12 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  .m-push-12 {
    margin-left: 100%;
  }

  .m-pull-12 {
    margin-left: -100%;
  }

  .m-alpha {
    padding-left: 0;
  }

  .m-omega {
    padding-right: 0;
  }

  .m-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .m-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .m-no-push,
.m-no-pull {
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .s-col-1 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 8.3333333333%;
  }

  .s-push-1 {
    margin-left: 8.3333333333%;
  }

  .s-pull-1 {
    margin-left: -8.3333333333%;
  }

  .s-alpha {
    padding-left: 0;
  }

  .s-omega {
    padding-right: 0;
  }

  .s-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .s-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .s-no-push,
.s-no-pull {
    margin-left: 0;
  }

  .s-col-2 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 16.6666666667%;
  }

  .s-push-2 {
    margin-left: 16.6666666667%;
  }

  .s-pull-2 {
    margin-left: -16.6666666667%;
  }

  .s-alpha {
    padding-left: 0;
  }

  .s-omega {
    padding-right: 0;
  }

  .s-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .s-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .s-no-push,
.s-no-pull {
    margin-left: 0;
  }

  .s-col-3 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
  }

  .s-push-3 {
    margin-left: 25%;
  }

  .s-pull-3 {
    margin-left: -25%;
  }

  .s-alpha {
    padding-left: 0;
  }

  .s-omega {
    padding-right: 0;
  }

  .s-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .s-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .s-no-push,
.s-no-pull {
    margin-left: 0;
  }

  .s-col-4 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.3333333333%;
  }

  .s-push-4 {
    margin-left: 33.3333333333%;
  }

  .s-pull-4 {
    margin-left: -33.3333333333%;
  }

  .s-alpha {
    padding-left: 0;
  }

  .s-omega {
    padding-right: 0;
  }

  .s-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .s-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .s-no-push,
.s-no-pull {
    margin-left: 0;
  }

  .s-col-5 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 41.6666666667%;
  }

  .s-push-5 {
    margin-left: 41.6666666667%;
  }

  .s-pull-5 {
    margin-left: -41.6666666667%;
  }

  .s-alpha {
    padding-left: 0;
  }

  .s-omega {
    padding-right: 0;
  }

  .s-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .s-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .s-no-push,
.s-no-pull {
    margin-left: 0;
  }

  .s-col-6 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }

  .s-push-6 {
    margin-left: 50%;
  }

  .s-pull-6 {
    margin-left: -50%;
  }

  .s-alpha {
    padding-left: 0;
  }

  .s-omega {
    padding-right: 0;
  }

  .s-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .s-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .s-no-push,
.s-no-pull {
    margin-left: 0;
  }

  .s-col-7 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 58.3333333333%;
  }

  .s-push-7 {
    margin-left: 58.3333333333%;
  }

  .s-pull-7 {
    margin-left: -58.3333333333%;
  }

  .s-alpha {
    padding-left: 0;
  }

  .s-omega {
    padding-right: 0;
  }

  .s-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .s-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .s-no-push,
.s-no-pull {
    margin-left: 0;
  }

  .s-col-8 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 66.6666666667%;
  }

  .s-push-8 {
    margin-left: 66.6666666667%;
  }

  .s-pull-8 {
    margin-left: -66.6666666667%;
  }

  .s-alpha {
    padding-left: 0;
  }

  .s-omega {
    padding-right: 0;
  }

  .s-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .s-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .s-no-push,
.s-no-pull {
    margin-left: 0;
  }

  .s-col-9 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 75%;
  }

  .s-push-9 {
    margin-left: 75%;
  }

  .s-pull-9 {
    margin-left: -75%;
  }

  .s-alpha {
    padding-left: 0;
  }

  .s-omega {
    padding-right: 0;
  }

  .s-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .s-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .s-no-push,
.s-no-pull {
    margin-left: 0;
  }

  .s-col-10 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 83.3333333333%;
  }

  .s-push-10 {
    margin-left: 83.3333333333%;
  }

  .s-pull-10 {
    margin-left: -83.3333333333%;
  }

  .s-alpha {
    padding-left: 0;
  }

  .s-omega {
    padding-right: 0;
  }

  .s-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .s-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .s-no-push,
.s-no-pull {
    margin-left: 0;
  }

  .s-col-11 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 91.6666666667%;
  }

  .s-push-11 {
    margin-left: 91.6666666667%;
  }

  .s-pull-11 {
    margin-left: -91.6666666667%;
  }

  .s-alpha {
    padding-left: 0;
  }

  .s-omega {
    padding-right: 0;
  }

  .s-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .s-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .s-no-push,
.s-no-pull {
    margin-left: 0;
  }

  .s-col-12 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  .s-push-12 {
    margin-left: 100%;
  }

  .s-pull-12 {
    margin-left: -100%;
  }

  .s-alpha {
    padding-left: 0;
  }

  .s-omega {
    padding-right: 0;
  }

  .s-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .s-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .s-no-push,
.s-no-pull {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .xs-col-1 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 8.3333333333%;
  }

  .xs-push-1 {
    margin-left: 8.3333333333%;
  }

  .xs-pull-1 {
    margin-left: -8.3333333333%;
  }

  .xs-alpha {
    padding-left: 0;
  }

  .xs-omega {
    padding-right: 0;
  }

  .xs-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xs-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xs-no-push,
.xs-no-pull {
    margin-left: 0;
  }

  .xs-col-2 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 16.6666666667%;
  }

  .xs-push-2 {
    margin-left: 16.6666666667%;
  }

  .xs-pull-2 {
    margin-left: -16.6666666667%;
  }

  .xs-alpha {
    padding-left: 0;
  }

  .xs-omega {
    padding-right: 0;
  }

  .xs-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xs-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xs-no-push,
.xs-no-pull {
    margin-left: 0;
  }

  .xs-col-3 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
  }

  .xs-push-3 {
    margin-left: 25%;
  }

  .xs-pull-3 {
    margin-left: -25%;
  }

  .xs-alpha {
    padding-left: 0;
  }

  .xs-omega {
    padding-right: 0;
  }

  .xs-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xs-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xs-no-push,
.xs-no-pull {
    margin-left: 0;
  }

  .xs-col-4 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.3333333333%;
  }

  .xs-push-4 {
    margin-left: 33.3333333333%;
  }

  .xs-pull-4 {
    margin-left: -33.3333333333%;
  }

  .xs-alpha {
    padding-left: 0;
  }

  .xs-omega {
    padding-right: 0;
  }

  .xs-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xs-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xs-no-push,
.xs-no-pull {
    margin-left: 0;
  }

  .xs-col-5 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 41.6666666667%;
  }

  .xs-push-5 {
    margin-left: 41.6666666667%;
  }

  .xs-pull-5 {
    margin-left: -41.6666666667%;
  }

  .xs-alpha {
    padding-left: 0;
  }

  .xs-omega {
    padding-right: 0;
  }

  .xs-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xs-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xs-no-push,
.xs-no-pull {
    margin-left: 0;
  }

  .xs-col-6 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }

  .xs-push-6 {
    margin-left: 50%;
  }

  .xs-pull-6 {
    margin-left: -50%;
  }

  .xs-alpha {
    padding-left: 0;
  }

  .xs-omega {
    padding-right: 0;
  }

  .xs-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xs-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xs-no-push,
.xs-no-pull {
    margin-left: 0;
  }

  .xs-col-7 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 58.3333333333%;
  }

  .xs-push-7 {
    margin-left: 58.3333333333%;
  }

  .xs-pull-7 {
    margin-left: -58.3333333333%;
  }

  .xs-alpha {
    padding-left: 0;
  }

  .xs-omega {
    padding-right: 0;
  }

  .xs-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xs-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xs-no-push,
.xs-no-pull {
    margin-left: 0;
  }

  .xs-col-8 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 66.6666666667%;
  }

  .xs-push-8 {
    margin-left: 66.6666666667%;
  }

  .xs-pull-8 {
    margin-left: -66.6666666667%;
  }

  .xs-alpha {
    padding-left: 0;
  }

  .xs-omega {
    padding-right: 0;
  }

  .xs-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xs-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xs-no-push,
.xs-no-pull {
    margin-left: 0;
  }

  .xs-col-9 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 75%;
  }

  .xs-push-9 {
    margin-left: 75%;
  }

  .xs-pull-9 {
    margin-left: -75%;
  }

  .xs-alpha {
    padding-left: 0;
  }

  .xs-omega {
    padding-right: 0;
  }

  .xs-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xs-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xs-no-push,
.xs-no-pull {
    margin-left: 0;
  }

  .xs-col-10 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 83.3333333333%;
  }

  .xs-push-10 {
    margin-left: 83.3333333333%;
  }

  .xs-pull-10 {
    margin-left: -83.3333333333%;
  }

  .xs-alpha {
    padding-left: 0;
  }

  .xs-omega {
    padding-right: 0;
  }

  .xs-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xs-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xs-no-push,
.xs-no-pull {
    margin-left: 0;
  }

  .xs-col-11 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 91.6666666667%;
  }

  .xs-push-11 {
    margin-left: 91.6666666667%;
  }

  .xs-pull-11 {
    margin-left: -91.6666666667%;
  }

  .xs-alpha {
    padding-left: 0;
  }

  .xs-omega {
    padding-right: 0;
  }

  .xs-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xs-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xs-no-push,
.xs-no-pull {
    margin-left: 0;
  }

  .xs-col-12 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  .xs-push-12 {
    margin-left: 100%;
  }

  .xs-pull-12 {
    margin-left: -100%;
  }

  .xs-alpha {
    padding-left: 0;
  }

  .xs-omega {
    padding-right: 0;
  }

  .xs-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xs-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xs-no-push,
.xs-no-pull {
    margin-left: 0;
  }
}
@media screen and (max-width: 320px) {
  .xxs-col-1 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 8.3333333333%;
  }

  .xxs-push-1 {
    margin-left: 8.3333333333%;
  }

  .xxs-pull-1 {
    margin-left: -8.3333333333%;
  }

  .xxs-alpha {
    padding-left: 0;
  }

  .xxs-omega {
    padding-right: 0;
  }

  .xxs-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xxs-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xxs-no-push,
.xxs-no-pull {
    margin-left: 0;
  }

  .xxs-col-2 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 16.6666666667%;
  }

  .xxs-push-2 {
    margin-left: 16.6666666667%;
  }

  .xxs-pull-2 {
    margin-left: -16.6666666667%;
  }

  .xxs-alpha {
    padding-left: 0;
  }

  .xxs-omega {
    padding-right: 0;
  }

  .xxs-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xxs-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xxs-no-push,
.xxs-no-pull {
    margin-left: 0;
  }

  .xxs-col-3 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
  }

  .xxs-push-3 {
    margin-left: 25%;
  }

  .xxs-pull-3 {
    margin-left: -25%;
  }

  .xxs-alpha {
    padding-left: 0;
  }

  .xxs-omega {
    padding-right: 0;
  }

  .xxs-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xxs-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xxs-no-push,
.xxs-no-pull {
    margin-left: 0;
  }

  .xxs-col-4 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.3333333333%;
  }

  .xxs-push-4 {
    margin-left: 33.3333333333%;
  }

  .xxs-pull-4 {
    margin-left: -33.3333333333%;
  }

  .xxs-alpha {
    padding-left: 0;
  }

  .xxs-omega {
    padding-right: 0;
  }

  .xxs-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xxs-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xxs-no-push,
.xxs-no-pull {
    margin-left: 0;
  }

  .xxs-col-5 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 41.6666666667%;
  }

  .xxs-push-5 {
    margin-left: 41.6666666667%;
  }

  .xxs-pull-5 {
    margin-left: -41.6666666667%;
  }

  .xxs-alpha {
    padding-left: 0;
  }

  .xxs-omega {
    padding-right: 0;
  }

  .xxs-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xxs-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xxs-no-push,
.xxs-no-pull {
    margin-left: 0;
  }

  .xxs-col-6 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }

  .xxs-push-6 {
    margin-left: 50%;
  }

  .xxs-pull-6 {
    margin-left: -50%;
  }

  .xxs-alpha {
    padding-left: 0;
  }

  .xxs-omega {
    padding-right: 0;
  }

  .xxs-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xxs-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xxs-no-push,
.xxs-no-pull {
    margin-left: 0;
  }

  .xxs-col-7 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 58.3333333333%;
  }

  .xxs-push-7 {
    margin-left: 58.3333333333%;
  }

  .xxs-pull-7 {
    margin-left: -58.3333333333%;
  }

  .xxs-alpha {
    padding-left: 0;
  }

  .xxs-omega {
    padding-right: 0;
  }

  .xxs-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xxs-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xxs-no-push,
.xxs-no-pull {
    margin-left: 0;
  }

  .xxs-col-8 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 66.6666666667%;
  }

  .xxs-push-8 {
    margin-left: 66.6666666667%;
  }

  .xxs-pull-8 {
    margin-left: -66.6666666667%;
  }

  .xxs-alpha {
    padding-left: 0;
  }

  .xxs-omega {
    padding-right: 0;
  }

  .xxs-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xxs-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xxs-no-push,
.xxs-no-pull {
    margin-left: 0;
  }

  .xxs-col-9 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 75%;
  }

  .xxs-push-9 {
    margin-left: 75%;
  }

  .xxs-pull-9 {
    margin-left: -75%;
  }

  .xxs-alpha {
    padding-left: 0;
  }

  .xxs-omega {
    padding-right: 0;
  }

  .xxs-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xxs-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xxs-no-push,
.xxs-no-pull {
    margin-left: 0;
  }

  .xxs-col-10 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 83.3333333333%;
  }

  .xxs-push-10 {
    margin-left: 83.3333333333%;
  }

  .xxs-pull-10 {
    margin-left: -83.3333333333%;
  }

  .xxs-alpha {
    padding-left: 0;
  }

  .xxs-omega {
    padding-right: 0;
  }

  .xxs-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xxs-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xxs-no-push,
.xxs-no-pull {
    margin-left: 0;
  }

  .xxs-col-11 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 91.6666666667%;
  }

  .xxs-push-11 {
    margin-left: 91.6666666667%;
  }

  .xxs-pull-11 {
    margin-left: -91.6666666667%;
  }

  .xxs-alpha {
    padding-left: 0;
  }

  .xxs-omega {
    padding-right: 0;
  }

  .xxs-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xxs-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xxs-no-push,
.xxs-no-pull {
    margin-left: 0;
  }

  .xxs-col-12 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  .xxs-push-12 {
    margin-left: 100%;
  }

  .xxs-pull-12 {
    margin-left: -100%;
  }

  .xxs-alpha {
    padding-left: 0;
  }

  .xxs-omega {
    padding-right: 0;
  }

  .xxs-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .xxs-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xxs-no-push,
.xxs-no-pull {
    margin-left: 0;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("assets/fonts/icomoon/icomoon.eot?njgo2q");
  src: url("assets/fonts/icomoon/icomoon.eot?njgo2q#iefix") format("embedded-opentype"), url("assets/fonts/icomoon/icomoon.ttf?njgo2q") format("truetype"), url("assets/fonts/icomoon/icomoon.woff?njgo2q") format("woff"), url("assets/fonts/icomoon/icomoon.svg?njgo2q#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-clock:before {
  content: "";
}

.icon-map-marker:before {
  content: "";
}

.icon-price:before {
  content: "";
}

/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.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: 0.1em;
  padding: 0.2em 0.25em 0.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: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.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: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-acquisitions-incorporated:before {
  content: "";
}

.fa-ad:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adobe:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-air-freshener:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-alt:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-atlas:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-baby:before {
  content: "";
}

.fa-baby-carriage:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-bacon:before {
  content: "";
}

.fa-bacteria:before {
  content: "";
}

.fa-bacterium:before {
  content: "";
}

.fa-bahai:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-balance-scale-left:before {
  content: "";
}

.fa-balance-scale-right:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bezier-curve:before {
  content: "";
}

.fa-bible:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-biking:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-biohazard:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blender-phone:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blog:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-bone:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-book-dead:before {
  content: "";
}

.fa-book-medical:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-book-reader:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-border-all:before {
  content: "";
}

.fa-border-none:before {
  content: "";
}

.fa-border-style:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-box-tissue:before {
  content: "";
}

.fa-boxes:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-brain:before {
  content: "";
}

.fa-bread-slice:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-bus-alt:before {
  content: "";
}

.fa-business-time:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-day:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-calendar-week:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-campground:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-candy-cane:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-car-alt:before {
  content: "";
}

.fa-car-battery:before {
  content: "";
}

.fa-car-crash:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

.fa-caravan:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-carrot:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cash-register:before {
  content: "";
}

.fa-cat:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chair:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-charging-station:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-double:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-cheese:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-city:before {
  content: "";
}

.fa-clinic-medical:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-meatball:before {
  content: "";
}

.fa-cloud-moon:before {
  content: "";
}

.fa-cloud-moon-rain:before {
  content: "";
}

.fa-cloud-rain:before {
  content: "";
}

.fa-cloud-showers-heavy:before {
  content: "";
}

.fa-cloud-sun:before {
  content: "";
}

.fa-cloud-sun-rain:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comment-dollar:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-medical:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-comments-dollar:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-compress-alt:before {
  content: "";
}

.fa-compress-arrows-alt:before {
  content: "";
}

.fa-concierge-bell:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crop-alt:before {
  content: "";
}

.fa-cross:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-crutch:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-dailymotion:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-deezer:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-democrat:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-d20:before {
  content: "";
}

.fa-dice-d6:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-digital-tachograph:before {
  content: "";
}

.fa-directions:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-disease:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dog:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-drafting-compass:before {
  content: "";
}

.fa-dragon:before {
  content: "";
}

.fa-draw-polygon:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drumstick-bite:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

.fa-dumpster-fire:before {
  content: "";
}

.fa-dungeon:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edge-legacy:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-egg:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-text:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-ethernet:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-alt:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fan:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-faucet:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-contract:before {
  content: "";
}

.fa-file-csv:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-export:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-prescription:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fingerprint:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-alt:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-fist-raised:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flag-usa:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-minus:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-folder-plus:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-funnel-dollar:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gas-pump:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-ghost:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-gifts:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass-cheers:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glass-martini-alt:before {
  content: "";
}

.fa-glass-whiskey:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-globe-europe:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-pay:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-gopuram:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-lines:before {
  content: "";
}

.fa-grip-lines-vertical:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-guitar:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-hamburger:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-medical:before {
  content: "";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-holding-water:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-middle-finger:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-sparkles:before {
  content: "";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-hands-wash:before {
  content: "";
}

.fa-handshake:before {
  content: "";
}

.fa-handshake-alt-slash:before {
  content: "";
}

.fa-handshake-slash:before {
  content: "";
}

.fa-hanukiah:before {
  content: "";
}

.fa-hard-hat:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hat-cowboy:before {
  content: "";
}

.fa-hat-cowboy-side:before {
  content: "";
}

.fa-hat-wizard:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-head-side-cough:before {
  content: "";
}

.fa-head-side-cough-slash:before {
  content: "";
}

.fa-head-side-mask:before {
  content: "";
}

.fa-head-side-virus:before {
  content: "";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heart-broken:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-holly-berry:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

.fa-horse-head:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hospital-user:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotdog:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-house-damage:before {
  content: "";
}

.fa-house-user:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-hryvnia:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-ice-cream:before {
  content: "";
}

.fa-icicles:before {
  content: "";
}

.fa-icons:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-ideal:before {
  content: "";
}

.fa-igloo:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-journal-whills:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-landmark:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laptop-code:before {
  content: "";
}

.fa-laptop-house:before {
  content: "";
}

.fa-laptop-medical:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lungs:before {
  content: "";
}

.fa-lungs-virus:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-mail-bulk:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-meteor:before {
  content: "";
}

.fa-microblog:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mitten:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mixer:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mountain:before {
  content: "";
}

.fa-mouse:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-mug-hot:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-oil-can:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-pager:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-peace:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-arrows:before {
  content: "";
}

.fa-people-carry:before {
  content: "";
}

.fa-pepper-hot:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-alt:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-square-alt:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-photo-video:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-plane-slash:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-pump-medical:before {
  content: "";
}

.fa-pump-soap:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-record-vinyl:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-remove-format:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-rust:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-shield-virus:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopify:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sink:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-soap:before {
  content: "";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-down-alt:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-alpha-up-alt:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-down-alt:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-amount-up-alt:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-down-alt:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-numeric-up-alt:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-spell-check:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-stopwatch-20:before {
  content: "";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-store-alt-slash:before {
  content: "";
}

.fa-store-slash:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-tenge:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-tiktok:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toilet-paper-slash:before {
  content: "";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-trailer:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-tram:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-trash-restore:before {
  content: "";
}

.fa-trash-restore-alt:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-unity:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-unsplash:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-users-slash:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-virus:before {
  content: "";
}

.fa-virus-slash:before {
  content: "";
}

.fa-viruses:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-voicemail:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-wave-square:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wind:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.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.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (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;
  font-display: block;
  src: url("./assets/fonts/fontawesome/fa-regular-400.eot");
  src: url("./assets/fonts/fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/fontawesome/fa-regular-400.woff2") format("woff2"), url("./assets/fonts/fontawesome/fa-regular-400.woff") format("woff"), url("./assets/fonts/fontawesome/fa-regular-400.ttf") format("truetype"), url("./assets/fonts/fontawesome/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (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;
  font-display: block;
  src: url("./assets/fonts/fontawesome/fa-solid-900.eot");
  src: url("./assets/fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("./assets/fonts/fontawesome/fa-solid-900.woff") format("woff"), url("./assets/fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("./assets/fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (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: 400;
  font-display: block;
  src: url("./assets/fonts/fontawesome/fa-brands-400.eot");
  src: url("./assets/fonts/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("./assets/fonts/fontawesome/fa-brands-400.woff") format("woff"), url("./assets/fonts/fontawesome/fa-brands-400.ttf") format("truetype"), url("./assets/fonts/fontawesome/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa.fa-glass:before {
  content: "";
}

.fa.fa-meetup {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-star-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-star-o:before {
  content: "";
}

.fa.fa-remove:before {
  content: "";
}

.fa.fa-close:before {
  content: "";
}

.fa.fa-gear:before {
  content: "";
}

.fa.fa-trash-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-trash-o:before {
  content: "";
}

.fa.fa-file-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-o:before {
  content: "";
}

.fa.fa-clock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-clock-o:before {
  content: "";
}

.fa.fa-arrow-circle-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-down:before {
  content: "";
}

.fa.fa-arrow-circle-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-up:before {
  content: "";
}

.fa.fa-play-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-play-circle-o:before {
  content: "";
}

.fa.fa-repeat:before {
  content: "";
}

.fa.fa-rotate-right:before {
  content: "";
}

.fa.fa-refresh:before {
  content: "";
}

.fa.fa-list-alt {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-dedent:before {
  content: "";
}

.fa.fa-video-camera:before {
  content: "";
}

.fa.fa-picture-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-picture-o:before {
  content: "";
}

.fa.fa-photo {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-photo:before {
  content: "";
}

.fa.fa-image {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-image:before {
  content: "";
}

.fa.fa-pencil:before {
  content: "";
}

.fa.fa-map-marker:before {
  content: "";
}

.fa.fa-pencil-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-pencil-square-o:before {
  content: "";
}

.fa.fa-share-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-share-square-o:before {
  content: "";
}

.fa.fa-check-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-check-square-o:before {
  content: "";
}

.fa.fa-arrows:before {
  content: "";
}

.fa.fa-times-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-times-circle-o:before {
  content: "";
}

.fa.fa-check-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-check-circle-o:before {
  content: "";
}

.fa.fa-mail-forward:before {
  content: "";
}

.fa.fa-expand:before {
  content: "";
}

.fa.fa-compress:before {
  content: "";
}

.fa.fa-eye {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-eye-slash {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-warning:before {
  content: "";
}

.fa.fa-calendar:before {
  content: "";
}

.fa.fa-arrows-v:before {
  content: "";
}

.fa.fa-arrows-h:before {
  content: "";
}

.fa.fa-bar-chart {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-bar-chart:before {
  content: "";
}

.fa.fa-bar-chart-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-bar-chart-o:before {
  content: "";
}

.fa.fa-twitter-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gears:before {
  content: "";
}

.fa.fa-thumbs-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-thumbs-o-up:before {
  content: "";
}

.fa.fa-thumbs-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-thumbs-o-down:before {
  content: "";
}

.fa.fa-heart-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-heart-o:before {
  content: "";
}

.fa.fa-sign-out:before {
  content: "";
}

.fa.fa-linkedin-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linkedin-square:before {
  content: "";
}

.fa.fa-thumb-tack:before {
  content: "";
}

.fa.fa-external-link:before {
  content: "";
}

.fa.fa-sign-in:before {
  content: "";
}

.fa.fa-github-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-lemon-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-lemon-o:before {
  content: "";
}

.fa.fa-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-square-o:before {
  content: "";
}

.fa.fa-bookmark-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-bookmark-o:before {
  content: "";
}

.fa.fa-twitter {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook:before {
  content: "";
}

.fa.fa-facebook-f {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-f:before {
  content: "";
}

.fa.fa-github {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-credit-card {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-feed:before {
  content: "";
}

.fa.fa-hdd-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hdd-o:before {
  content: "";
}

.fa.fa-hand-o-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-o-right:before {
  content: "";
}

.fa.fa-hand-o-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-o-left:before {
  content: "";
}

.fa.fa-hand-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-o-up:before {
  content: "";
}

.fa.fa-hand-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-o-down:before {
  content: "";
}

.fa.fa-arrows-alt:before {
  content: "";
}

.fa.fa-group:before {
  content: "";
}

.fa.fa-chain:before {
  content: "";
}

.fa.fa-scissors:before {
  content: "";
}

.fa.fa-files-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-files-o:before {
  content: "";
}

.fa.fa-floppy-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-floppy-o:before {
  content: "";
}

.fa.fa-navicon:before {
  content: "";
}

.fa.fa-reorder:before {
  content: "";
}

.fa.fa-pinterest {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pinterest-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus:before {
  content: "";
}

.fa.fa-money {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-money:before {
  content: "";
}

.fa.fa-unsorted:before {
  content: "";
}

.fa.fa-sort-desc:before {
  content: "";
}

.fa.fa-sort-asc:before {
  content: "";
}

.fa.fa-linkedin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linkedin:before {
  content: "";
}

.fa.fa-rotate-left:before {
  content: "";
}

.fa.fa-legal:before {
  content: "";
}

.fa.fa-tachometer:before {
  content: "";
}

.fa.fa-dashboard:before {
  content: "";
}

.fa.fa-comment-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-comment-o:before {
  content: "";
}

.fa.fa-comments-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-comments-o:before {
  content: "";
}

.fa.fa-flash:before {
  content: "";
}

.fa.fa-clipboard {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-paste {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-paste:before {
  content: "";
}

.fa.fa-lightbulb-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-lightbulb-o:before {
  content: "";
}

.fa.fa-exchange:before {
  content: "";
}

.fa.fa-cloud-download:before {
  content: "";
}

.fa.fa-cloud-upload:before {
  content: "";
}

.fa.fa-bell-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-bell-o:before {
  content: "";
}

.fa.fa-cutlery:before {
  content: "";
}

.fa.fa-file-text-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-text-o:before {
  content: "";
}

.fa.fa-building-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-building-o:before {
  content: "";
}

.fa.fa-hospital-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hospital-o:before {
  content: "";
}

.fa.fa-tablet:before {
  content: "";
}

.fa.fa-mobile:before {
  content: "";
}

.fa.fa-mobile-phone:before {
  content: "";
}

.fa.fa-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-circle-o:before {
  content: "";
}

.fa.fa-mail-reply:before {
  content: "";
}

.fa.fa-github-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-folder-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-folder-o:before {
  content: "";
}

.fa.fa-folder-open-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-folder-open-o:before {
  content: "";
}

.fa.fa-smile-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-smile-o:before {
  content: "";
}

.fa.fa-frown-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-frown-o:before {
  content: "";
}

.fa.fa-meh-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-meh-o:before {
  content: "";
}

.fa.fa-keyboard-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-keyboard-o:before {
  content: "";
}

.fa.fa-flag-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-flag-o:before {
  content: "";
}

.fa.fa-mail-reply-all:before {
  content: "";
}

.fa.fa-star-half-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-star-half-o:before {
  content: "";
}

.fa.fa-star-half-empty {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-star-half-empty:before {
  content: "";
}

.fa.fa-star-half-full {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-star-half-full:before {
  content: "";
}

.fa.fa-code-fork:before {
  content: "";
}

.fa.fa-chain-broken:before {
  content: "";
}

.fa.fa-shield:before {
  content: "";
}

.fa.fa-calendar-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-o:before {
  content: "";
}

.fa.fa-maxcdn {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-html5 {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-css3 {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ticket:before {
  content: "";
}

.fa.fa-minus-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-minus-square-o:before {
  content: "";
}

.fa.fa-level-up:before {
  content: "";
}

.fa.fa-level-down:before {
  content: "";
}

.fa.fa-pencil-square:before {
  content: "";
}

.fa.fa-external-link-square:before {
  content: "";
}

.fa.fa-compass {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-down:before {
  content: "";
}

.fa.fa-toggle-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-toggle-down:before {
  content: "";
}

.fa.fa-caret-square-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-up:before {
  content: "";
}

.fa.fa-toggle-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-toggle-up:before {
  content: "";
}

.fa.fa-caret-square-o-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-right:before {
  content: "";
}

.fa.fa-toggle-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-toggle-right:before {
  content: "";
}

.fa.fa-eur:before {
  content: "";
}

.fa.fa-euro:before {
  content: "";
}

.fa.fa-gbp:before {
  content: "";
}

.fa.fa-usd:before {
  content: "";
}

.fa.fa-dollar:before {
  content: "";
}

.fa.fa-inr:before {
  content: "";
}

.fa.fa-rupee:before {
  content: "";
}

.fa.fa-jpy:before {
  content: "";
}

.fa.fa-cny:before {
  content: "";
}

.fa.fa-rmb:before {
  content: "";
}

.fa.fa-yen:before {
  content: "";
}

.fa.fa-rub:before {
  content: "";
}

.fa.fa-ruble:before {
  content: "";
}

.fa.fa-rouble:before {
  content: "";
}

.fa.fa-krw:before {
  content: "";
}

.fa.fa-won:before {
  content: "";
}

.fa.fa-btc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitcoin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitcoin:before {
  content: "";
}

.fa.fa-file-text:before {
  content: "";
}

.fa.fa-sort-alpha-asc:before {
  content: "";
}

.fa.fa-sort-alpha-desc:before {
  content: "";
}

.fa.fa-sort-amount-asc:before {
  content: "";
}

.fa.fa-sort-amount-desc:before {
  content: "";
}

.fa.fa-sort-numeric-asc:before {
  content: "";
}

.fa.fa-sort-numeric-desc:before {
  content: "";
}

.fa.fa-youtube-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-xing {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-xing-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube-play {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube-play:before {
  content: "";
}

.fa.fa-dropbox {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stack-overflow {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-instagram {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-flickr {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-adn {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket-square:before {
  content: "";
}

.fa.fa-tumblr {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-tumblr-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-long-arrow-down:before {
  content: "";
}

.fa.fa-long-arrow-up:before {
  content: "";
}

.fa.fa-long-arrow-left:before {
  content: "";
}

.fa.fa-long-arrow-right:before {
  content: "";
}

.fa.fa-apple {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-windows {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-android {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linux {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-dribbble {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-skype {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-foursquare {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-trello {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gratipay {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gittip {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gittip:before {
  content: "";
}

.fa.fa-sun-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-sun-o:before {
  content: "";
}

.fa.fa-moon-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-moon-o:before {
  content: "";
}

.fa.fa-vk {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-weibo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-renren {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pagelines {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stack-exchange {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right:before {
  content: "";
}

.fa.fa-arrow-circle-o-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-left:before {
  content: "";
}

.fa.fa-caret-square-o-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-left:before {
  content: "";
}

.fa.fa-toggle-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-toggle-left:before {
  content: "";
}

.fa.fa-dot-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-dot-circle-o:before {
  content: "";
}

.fa.fa-vimeo-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-try:before {
  content: "";
}

.fa.fa-turkish-lira:before {
  content: "";
}

.fa.fa-plus-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-plus-square-o:before {
  content: "";
}

.fa.fa-slack {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wordpress {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-openid {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-institution:before {
  content: "";
}

.fa.fa-bank:before {
  content: "";
}

.fa.fa-mortar-board:before {
  content: "";
}

.fa.fa-yahoo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stumbleupon-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stumbleupon {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-delicious {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-digg {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper-pp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-drupal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-joomla {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-spoon:before {
  content: "";
}

.fa.fa-behance {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-behance-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-steam {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-steam-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-automobile:before {
  content: "";
}

.fa.fa-envelope-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-envelope-o:before {
  content: "";
}

.fa.fa-spotify {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-deviantart {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-soundcloud {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-file-pdf-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-pdf-o:before {
  content: "";
}

.fa.fa-file-word-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-word-o:before {
  content: "";
}

.fa.fa-file-excel-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-excel-o:before {
  content: "";
}

.fa.fa-file-powerpoint-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-powerpoint-o:before {
  content: "";
}

.fa.fa-file-image-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-image-o:before {
  content: "";
}

.fa.fa-file-photo-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-photo-o:before {
  content: "";
}

.fa.fa-file-picture-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-picture-o:before {
  content: "";
}

.fa.fa-file-archive-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-archive-o:before {
  content: "";
}

.fa.fa-file-zip-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-zip-o:before {
  content: "";
}

.fa.fa-file-audio-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-audio-o:before {
  content: "";
}

.fa.fa-file-sound-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-sound-o:before {
  content: "";
}

.fa.fa-file-video-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-video-o:before {
  content: "";
}

.fa.fa-file-movie-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-movie-o:before {
  content: "";
}

.fa.fa-file-code-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-code-o:before {
  content: "";
}

.fa.fa-vine {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-codepen {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-jsfiddle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-life-ring {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-life-bouy {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-life-bouy:before {
  content: "";
}

.fa.fa-life-buoy {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-life-buoy:before {
  content: "";
}

.fa.fa-life-saver {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-life-saver:before {
  content: "";
}

.fa.fa-support {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-support:before {
  content: "";
}

.fa.fa-circle-o-notch:before {
  content: "";
}

.fa.fa-rebel {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ra {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ra:before {
  content: "";
}

.fa.fa-resistance {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-resistance:before {
  content: "";
}

.fa.fa-empire {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ge {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ge:before {
  content: "";
}

.fa.fa-git-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-git {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-hacker-news {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator-square:before {
  content: "";
}

.fa.fa-yc-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc-square:before {
  content: "";
}

.fa.fa-tencent-weibo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-qq {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-weixin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wechat {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wechat:before {
  content: "";
}

.fa.fa-send:before {
  content: "";
}

.fa.fa-paper-plane-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-paper-plane-o:before {
  content: "";
}

.fa.fa-send-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-send-o:before {
  content: "";
}

.fa.fa-circle-thin {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-circle-thin:before {
  content: "";
}

.fa.fa-header:before {
  content: "";
}

.fa.fa-sliders:before {
  content: "";
}

.fa.fa-futbol-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-futbol-o:before {
  content: "";
}

.fa.fa-soccer-ball-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-soccer-ball-o:before {
  content: "";
}

.fa.fa-slideshare {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-twitch {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yelp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-newspaper-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-newspaper-o:before {
  content: "";
}

.fa.fa-paypal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-wallet {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-visa {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-mastercard {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-discover {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-amex {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-paypal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-stripe {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bell-slash-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-bell-slash-o:before {
  content: "";
}

.fa.fa-trash:before {
  content: "";
}

.fa.fa-copyright {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-eyedropper:before {
  content: "";
}

.fa.fa-area-chart:before {
  content: "";
}

.fa.fa-pie-chart:before {
  content: "";
}

.fa.fa-line-chart:before {
  content: "";
}

.fa.fa-lastfm {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-lastfm-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ioxhost {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-angellist {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-cc:before {
  content: "";
}

.fa.fa-ils:before {
  content: "";
}

.fa.fa-shekel:before {
  content: "";
}

.fa.fa-sheqel:before {
  content: "";
}

.fa.fa-meanpath {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-meanpath:before {
  content: "";
}

.fa.fa-buysellads {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-connectdevelop {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-dashcube {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-forumbee {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-leanpub {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-sellsy {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-shirtsinbulk {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-simplybuilt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-skyatlas {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-diamond {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-diamond:before {
  content: "";
}

.fa.fa-intersex:before {
  content: "";
}

.fa.fa-facebook-official {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-official:before {
  content: "";
}

.fa.fa-pinterest-p {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-whatsapp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-hotel:before {
  content: "";
}

.fa.fa-viacoin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-medium {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc:before {
  content: "";
}

.fa.fa-optin-monster {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-opencart {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-expeditedssl {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-battery-4:before {
  content: "";
}

.fa.fa-battery:before {
  content: "";
}

.fa.fa-battery-3:before {
  content: "";
}

.fa.fa-battery-2:before {
  content: "";
}

.fa.fa-battery-1:before {
  content: "";
}

.fa.fa-battery-0:before {
  content: "";
}

.fa.fa-object-group {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-object-ungroup {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-sticky-note-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-sticky-note-o:before {
  content: "";
}

.fa.fa-cc-jcb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-diners-club {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-clone {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hourglass-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hourglass-o:before {
  content: "";
}

.fa.fa-hourglass-1:before {
  content: "";
}

.fa.fa-hourglass-2:before {
  content: "";
}

.fa.fa-hourglass-3:before {
  content: "";
}

.fa.fa-hand-rock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-rock-o:before {
  content: "";
}

.fa.fa-hand-grab-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-grab-o:before {
  content: "";
}

.fa.fa-hand-paper-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-paper-o:before {
  content: "";
}

.fa.fa-hand-stop-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-stop-o:before {
  content: "";
}

.fa.fa-hand-scissors-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-scissors-o:before {
  content: "";
}

.fa.fa-hand-lizard-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-lizard-o:before {
  content: "";
}

.fa.fa-hand-spock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-spock-o:before {
  content: "";
}

.fa.fa-hand-pointer-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-pointer-o:before {
  content: "";
}

.fa.fa-hand-peace-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-peace-o:before {
  content: "";
}

.fa.fa-registered {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-creative-commons {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gg {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gg-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-tripadvisor {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-odnoklassniki {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-odnoklassniki-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-get-pocket {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wikipedia-w {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-safari {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-chrome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-firefox {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-opera {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-internet-explorer {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-television:before {
  content: "";
}

.fa.fa-contao {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-500px {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-amazon {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-calendar-plus-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-plus-o:before {
  content: "";
}

.fa.fa-calendar-minus-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-minus-o:before {
  content: "";
}

.fa.fa-calendar-times-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-times-o:before {
  content: "";
}

.fa.fa-calendar-check-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-check-o:before {
  content: "";
}

.fa.fa-map-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-map-o:before {
  content: "";
}

.fa.fa-commenting:before {
  content: "";
}

.fa.fa-commenting-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-commenting-o:before {
  content: "";
}

.fa.fa-houzz {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-vimeo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-vimeo:before {
  content: "";
}

.fa.fa-black-tie {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fonticons {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit-alien {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-edge {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-credit-card-alt:before {
  content: "";
}

.fa.fa-codiepie {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-modx {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fort-awesome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-usb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-product-hunt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-mixcloud {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-scribd {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pause-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-pause-circle-o:before {
  content: "";
}

.fa.fa-stop-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-stop-circle-o:before {
  content: "";
}

.fa.fa-bluetooth {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bluetooth-b {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gitlab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpbeginner {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpforms {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-envira {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wheelchair-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wheelchair-alt:before {
  content: "";
}

.fa.fa-question-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-question-circle-o:before {
  content: "";
}

.fa.fa-volume-control-phone:before {
  content: "";
}

.fa.fa-asl-interpreting:before {
  content: "";
}

.fa.fa-deafness:before {
  content: "";
}

.fa.fa-hard-of-hearing:before {
  content: "";
}

.fa.fa-glide {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-glide-g {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-signing:before {
  content: "";
}

.fa.fa-viadeo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-viadeo-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat-ghost {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-first-order {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yoast {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-themeisle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-official {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-official:before {
  content: "";
}

.fa.fa-google-plus-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-circle:before {
  content: "";
}

.fa.fa-font-awesome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fa {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fa:before {
  content: "";
}

.fa.fa-handshake-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-handshake-o:before {
  content: "";
}

.fa.fa-envelope-open-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-envelope-open-o:before {
  content: "";
}

.fa.fa-linode {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-address-book-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-address-book-o:before {
  content: "";
}

.fa.fa-vcard:before {
  content: "";
}

.fa.fa-address-card-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-address-card-o:before {
  content: "";
}

.fa.fa-vcard-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-vcard-o:before {
  content: "";
}

.fa.fa-user-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-user-circle-o:before {
  content: "";
}

.fa.fa-user-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-user-o:before {
  content: "";
}

.fa.fa-id-badge {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-drivers-license:before {
  content: "";
}

.fa.fa-id-card-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-id-card-o:before {
  content: "";
}

.fa.fa-drivers-license-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-drivers-license-o:before {
  content: "";
}

.fa.fa-quora {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-free-code-camp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-telegram {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-thermometer-4:before {
  content: "";
}

.fa.fa-thermometer:before {
  content: "";
}

.fa.fa-thermometer-3:before {
  content: "";
}

.fa.fa-thermometer-2:before {
  content: "";
}

.fa.fa-thermometer-1:before {
  content: "";
}

.fa.fa-thermometer-0:before {
  content: "";
}

.fa.fa-bathtub:before {
  content: "";
}

.fa.fa-s15:before {
  content: "";
}

.fa.fa-window-maximize {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-window-restore {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-times-rectangle:before {
  content: "";
}

.fa.fa-window-close-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-window-close-o:before {
  content: "";
}

.fa.fa-times-rectangle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-times-rectangle-o:before {
  content: "";
}

.fa.fa-bandcamp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-grav {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-etsy {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-imdb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ravelry {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-eercast {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-eercast:before {
  content: "";
}

.fa.fa-snowflake-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-snowflake-o:before {
  content: "";
}

.fa.fa-superpowers {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpexplorer {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cab:before {
  content: "";
}

h1, h2, h3, h4, h5, h6 {
  color: #393d48;
  margin: 0;
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}

h1, .h1 {
  font-size: 48px;
}

h2, .h2 {
  font-size: 40px;
}

h3, .h3 {
  font-size: 32px;
}

h4, .h4 {
  font-size: 24px;
}

h5, .h5 {
  font-size: 20px;
}

h6, .h6 {
  font-size: 17px;
}

small .dashed:before {
  display: none;
}
small .dashed span {
  font-size: smaller;
}

.dashed {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.dashed:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #aeafb3;
  top: 50%;
}
.dashed span {
  position: relative;
  background: #FFF;
  color: #aeafb3;
  display: inline-block;
  padding-right: 8px;
  text-transform: uppercase;
}

p a {
  position: relative;
  color: #393d48;
  font-weight: 700;
  text-decoration: none;
}
p a:hover:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 5px;
  bottom: -3px;
  background-color: #b31b1b;
}

blockquote {
  margin: 60px 0 30px 100px;
  display: block;
}
blockquote p {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: italic;
}
blockquote p:before {
  content: "“";
  font-size: 250px;
  color: #b31b1b;
  opacity: 0.2;
  top: 30px;
  left: -80px;
  z-index: -1;
  position: absolute;
}

::-moz-selection {
  background: #ED8757;
  text-shadow: none;
}

::selection {
  background: #ED8757;
  text-shadow: none;
}

.heading {
  font-weight: 700;
  color: #239886;
  margin-bottom: 25px;
  padding-top: 15px;
}
.heading.gray-bg .heading-title span {
  background: #efefef;
}
.heading .heading-title {
  font-size: 25px;
  position: relative;
  margin: 0;
  padding: 0;
  color: #239886;
}
.heading .heading-title.black-soft {
  color: #393d48;
}
.heading .heading-title.services {
  color: #393d48;
}
.heading .heading-title.services:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 16px;
  height: 5px;
  background: #b31b1b;
}
.heading .heading-title.elearning {
  color: #393d48;
}
.heading .heading-title.elearning:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 16px;
  height: 5px;
  background: #770058;
}
.heading .heading-title.blog {
  color: #393d48;
}
.heading .heading-title.blog:before {
  content: "";
  display: block;
  position: absolute;
  width: 23%;
  top: 16px;
  height: 5px;
  background: #b31b1b;
}
@media screen and (max-width: 1000px) {
  .heading .heading-title.blog:before {
    width: 100%;
  }
}
.heading .heading-title:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 16px;
  height: 5px;
  background: #239886;
}
.heading .heading-title span {
  padding-right: 20px;
  display: inline-block;
  background: white;
  position: relative;
}
.heading .heading-lead {
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: #239886;
}
.heading .heading-lead.black-soft {
  color: #393d48;
}

.btn, .sendbutton {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #b31b1b;
  background: #b31b1b;
  color: #FFF !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 4px;
  text-decoration: none;
  padding: 0 8px;
  margin: 0 5px 5px 0;
  outline: none;
  vertical-align: middle;
}
.btn:disabled, .sendbutton:disabled, .btn[disabled], [disabled].sendbutton, .btn[disabled=disabled], [disabled=disabled].sendbutton {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn:hover, .sendbutton:hover {
  background: #c51f1f;
  border-color: #c51f1f;
}
.btn.btn-inline, .sendbutton {
  display: inline-block !important;
  width: initial;
}
.btn.btn-xs, .btn-xs.sendbutton {
  height: 26px;
  line-height: 24px;
  padding: 0 5px;
  font-size: 12px;
}
.btn.btn-s, .btn-s.sendbutton {
  line-height: 24px;
  padding: 0 30px;
  font-size: 12px;
  height: 26px;
}
.btn.btn-l, .btn-l.sendbutton {
  height: 54px;
  line-height: 52px;
  padding: 0 30px;
}
.btn.btn-no-outline, .btn-no-outline.sendbutton {
  border-color: transparent;
  color: #239886 !important;
  background-color: transparent;
}
.btn.btn-no-outline:hover, .btn-no-outline.sendbutton:hover {
  color: #FFF !important;
  background-color: #239886;
  border-color: #239886;
}
.btn.btn-outline, .btn-outline.sendbutton {
  background: #FFF;
  color: #b31b1b !important;
}
.btn.btn-outline:hover, .btn-outline.sendbutton:hover {
  background: #c51f1f;
  color: #FFF !important;
}
.btn.btn-light, .btn-light.sendbutton {
  font-size: 12px;
  border-color: transparent;
  background: transparent;
  color: #b31b1b !important;
}
.btn.btn-light:hover, .btn-light.sendbutton:hover {
  background: #c51f1f;
  color: #FFF !important;
}
.btn.btn-light-green, .btn-light-green.sendbutton {
  font-size: 12px;
  border-color: transparent;
  background: transparent;
  color: #239886 !important;
}
.btn.btn-light-green:hover, .btn-light-green.sendbutton:hover {
  background: #29ab97;
  color: #FFF !important;
}
.btn.btn-blue, .btn-blue.sendbutton {
  background: #393d4a;
  border-color: #239886;
  color: #FFF !important;
}
.btn.btn-blue:hover, .btn-blue.sendbutton:hover {
  background: #444958;
}
.btn.btn-gray, .btn-gray.sendbutton {
  border-color: #777777;
  background: #777777;
}
.btn.btn-gray:hover, .btn-gray.sendbutton:hover {
  background: #b5b5b5;
  border-color: #b5b5b5;
}
.btn.btn-gray.btn-outline, .btn-gray.btn-outline.sendbutton {
  border-color: #777777;
  background: #FFF;
  color: #777777 !important;
}
.btn.btn-gray.btn-outline:hover, .btn-gray.btn-outline.sendbutton:hover {
  color: #b5b5b5 !important;
  background: #FFF;
  border-color: #b5b5b5;
}
.btn.btn-white, .btn-white.sendbutton {
  border-color: #FFF;
  color: #FFF !important;
  background: transparent;
}
.btn.btn-white:hover, .btn-white.sendbutton:hover {
  background: #FFF;
  color: #393d4a !important;
}
.btn.btn-white.btn-rounded, .btn-white.btn-rounded.sendbutton {
  border-radius: 20px;
}
.btn.btn-black, .btn-black.sendbutton {
  border-color: #393d4a;
  color: #FFF !important;
  background: #393d4a;
}
.btn.btn-black:hover, .btn-black.sendbutton:hover {
  color: #393d4a !important;
  background: transparent;
}
.btn.btn-black.btn-rounded, .btn-black.btn-rounded.sendbutton {
  border-radius: 20px;
}
.btn.btn-link, .btn-link.sendbutton {
  border: transparent;
  background: transparent;
}
.btn.btn-link:hover, .btn-link.sendbutton:hover {
  color: #393d4a !important;
  background: #FFF;
  border-color: #FFF;
}
.btn.btn-link.btn-link-white, .btn-link.btn-link-white.sendbutton {
  color: #FFF !important;
}
.btn.btn-link.btn-link-white:hover, .btn-link.btn-link-white.sendbutton:hover {
  color: #393d4a !important;
}
.btn.btn-success, .btn-success.sendbutton {
  border-color: #239886;
  background: #239886;
}
.btn.btn-success:hover, .btn-success.sendbutton:hover {
  background: #29ab97;
  border-color: #29ab97;
}
.btn.btn-success.btn-outline, .btn-success.btn-outline.sendbutton {
  border-color: #239886;
  background: #FFF;
  color: #239886 !important;
}
.btn.btn-success.btn-outline:hover, .btn-success.btn-outline.sendbutton:hover {
  background: #29ab97;
  border-color: #29ab97;
  color: #FFF !important;
}
.btn i.fa, .sendbutton i.fa {
  font-size: 18px;
  vertical-align: middle;
  margin-left: 4px;
  margin-right: 4px;
}
.btn.change-view, .change-view.sendbutton {
  margin-right: 0px !important;
}
.btn.change-view.btn-outline svg, .change-view.btn-outline.sendbutton svg {
  vertical-align: text-top;
}
.btn.change-view.btn-outline svg rect, .change-view.btn-outline.sendbutton svg rect {
  fill: #b31b1b !important;
}
.btn.change-view.btn-outline svg rect:hover, .change-view.btn-outline.sendbutton svg rect:hover {
  color: #FFF !important;
}
.btn.change-view.btn-outline:hover svg rect, .change-view.btn-outline.sendbutton:hover svg rect {
  fill: #FFF !important;
}
.btn.change-view svg, .change-view.sendbutton svg {
  vertical-align: text-top;
}
.btn.change-view svg rect, .change-view.sendbutton svg rect {
  fill: #FFF !important;
}
.btn.change-view:last-child, .change-view.sendbutton:last-child {
  margin-right: 0 !important;
}
@media screen and (max-width: 1000px) {
  .btn.change-view, .change-view.sendbutton {
    margin-right: 0 !important;
  }
}
.btn.btn-search-form, .btn-search-form.sendbutton {
  text-transform: uppercase;
  height: 43px;
  line-height: 41px;
}
.btn.basic-search-courses, .basic-search-courses.sendbutton {
  position: relative;
  transition: all 0.15s;
}
.btn.basic-search-courses span, .basic-search-courses.sendbutton span {
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  color: #393d4a !important;
  line-height: 1.1em;
  font-size: 10px;
  opacity: 0;
  transition: all 0.15s;
}
@media screen and (max-width: 800px) {
  .btn.basic-search-courses, .basic-search-courses.sendbutton {
    padding-top: 10px;
  }
  .btn.basic-search-courses span, .basic-search-courses.sendbutton span {
    opacity: 1;
    display: block;
  }
}
.btn.basic-search-courses:hover, .basic-search-courses.sendbutton:hover {
  padding-top: 10px;
}
.btn.basic-search-courses:hover span, .basic-search-courses.sendbutton:hover span {
  opacity: 1;
  display: block;
}
.btn.basic-search-contents, .basic-search-contents.sendbutton {
  position: relative;
  transition: all 0.15s;
}
.btn.basic-search-contents span, .basic-search-contents.sendbutton span {
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  color: #239886 !important;
  line-height: 1.1em;
  font-size: 10px;
  opacity: 0;
  transition: all 0.15s;
}
@media screen and (max-width: 800px) {
  .btn.basic-search-contents, .basic-search-contents.sendbutton {
    padding-top: 10px;
  }
  .btn.basic-search-contents span, .basic-search-contents.sendbutton span {
    opacity: 1;
    display: block;
  }
}
.btn.basic-search-contents:hover, .basic-search-contents.sendbutton:hover {
  padding-top: 10px;
}
.btn.basic-search-contents:hover span, .basic-search-contents.sendbutton:hover span {
  opacity: 1;
  display: block;
}

.btn-divider-container {
  position: relative;
  text-align: center;
}
.btn-divider-container:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #777777;
  position: relative;
  top: 21px;
}
.btn-divider-container .btn.btn-divider, .btn-divider-container .btn-divider.sendbutton {
  z-index: 1;
  position: relative;
  display: inline-block;
  width: initial;
  margin: 0 auto 15px 0;
  border-color: #777777;
  background: #F4F4F4;
  color: #8b1f2d !important;
  padding: 0 15px;
  vertical-align: middle;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.btn-divider-container .btn.btn-divider:after, .btn-divider-container .btn-divider.sendbutton:after {
  display: inline-block;
  width: 14px;
  height: 11px;
  content: "";
  font-family: "Font Awesome 5 Free";
  margin-left: 6px;
}
.btn-divider-container .btn.btn-divider:hover, .btn-divider-container .btn-divider.sendbutton:hover {
  border-color: #c51f1f;
  background: #c51f1f;
  color: #FFF !important;
}
.btn-divider-container .btn.btn-divider:hover:after, .btn-divider-container .btn-divider.sendbutton:hover:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  color: #FFF !important;
}
.btn-divider-container .btn.btn-divider.open:after, .btn-divider-container .btn-divider.open.sendbutton:after {
  display: inline-block;
  width: 14px;
  height: 11px;
  content: "";
  font-family: "Font Awesome 5 Free";
  margin-left: 6px;
}
.btn-divider-container .btn.btn-divider.open:hover:after, .btn-divider-container .btn-divider.open.sendbutton:hover:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  color: #FFF !important;
}

.clean-filters {
  display: inline-block;
  border: solid 1px #b31b1b;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  vertical-align: middle;
  background-color: #FFF;
  font-size: 12px;
  color: #b31b1b;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  outline: none;
  margin: 0 6px 5px 0;
  padding-left: 12px;
  padding-right: 12px;
  display: block;
  line-height: 35px;
  text-transform: uppercase;
}
@media screen and (max-width: 1000px) {
  .clean-filters {
    margin: 0 0 5px 0;
  }
}
@media screen and (max-width: 480px) {
  .clean-filters {
    font-size: 11px;
    padding-left: 6px;
    padding-right: 6px;
  }
}

.go-up {
  margin-top: 20px;
  font-weight: 700;
  color: #b31b1b !important;
  font-size: 30px;
  text-decoration: none;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  border: solid 1px #777777;
  text-align: center;
  position: fixed;
  right: 15px;
  bottom: 15px;
  background: #f7f7f7;
  display: none;
}
.go-up.show {
  display: block;
}
.go-up:hover {
  background-color: #777777;
  color: #FFF !important;
}

.center-choice {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  padding: 15px;
  overflow: hidden;
  transform-style: preserve-3d;
  z-index: 600;
}
.center-choice .contact-form {
  display: block;
  background: #efefef;
  position: absolute;
  max-width: 320px;
  height: auto;
  border-radius: 3px;
  padding: 20px;
  left: 50%;
  margin-left: -150px;
  margin-top: 110px;
}
@media screen and (max-width: 800px) {
  .center-choice .contact-form {
    margin-top: 10px;
  }
}
.center-choice .fa {
  font-size: 15px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #b31b1b;
  text-align: center;
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 4px 0 0 1px;
}
.center-choice h2 {
  font-size: 25px;
  text-align: center;
  line-height: 27px;
  color: #239886;
}
@media screen and (max-width: 800px) {
  .center-choice h2 {
    font-size: 17px;
  }
}
.center-choice ul {
  margin-top: 20px;
  border-radius: 4px;
}
.center-choice .center {
  padding: 7px 0;
  border: solid 1px #239886;
  border-bottom: none;
  color: #239886;
  text-decoration: none;
  background-color: #FFF;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.center-choice .center:hover {
  background-color: #239886;
  color: #FFF;
}
.center-choice li:last-child .center {
  border-bottom: solid 1px #239886;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.center-choice li:first-child .center {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.center-choice img {
  margin: 0 auto 15px auto;
  display: block;
}

.cookies {
  position: fixed;
  padding: 7px 15px;
  width: 100%;
  bottom: -1px;
  z-index: 999;
  text-align: center;
  background-color: #239886;
  color: #FFF;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.cookies a {
  color: #FFF;
}
.cookies .ok {
  text-decoration: none;
  color: #239886;
  background-color: #FFF;
  padding: 2px 4px;
  border-radius: 3px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
  border-color: #239886;
  background-color: #239886 !important;
  border-radius: 4px !important;
  font-style: normal;
  text-align: center;
  font-weight: 700 !important;
}

#cookie-law-info-bar {
  padding: 22px 20px 16px 20px !important;
  border-radius: 6px;
}

.cli-bar-btn_container {
  justify-content: space-between;
}

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 4px !important;
  font-weight: 700 !important;
}

.wt-cli-ckyes-brand-logo {
  display: none !important;
}

.cli-switch input:checked + .cli-slider {
  background-color: #239886 !important;
}

form {
  display: block;
  position: relative;
}
form.contact-form, form.registration-form {
  overflow: visible !important;
  margin-top: 50px;
  display: none;
  background-color: white;
  padding: 20px;
  position: relative;
}
form.contact-form .close, form.registration-form .close {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #393d4a;
  text-align: center;
  box-shadow: -10px 10px 18px -6px rgba(138, 138, 138, 0.1);
  top: -20px;
  right: 20px;
  padding-top: 10px;
  display: block;
  cursor: pointer;
  line-height: 20px;
}
form.contact-form .close:hover, form.registration-form .close:hover {
  background-color: #4e515d;
}
form.contact-form i, form.registration-form i {
  font-size: 20px;
  color: #FFF;
}
form.contact-form .error, form.registration-form .error {
  font-size: 12px;
  color: #8b1f2d;
}
form.contact-form input[type=checkbox],
form.contact-form input[type=radio], form.registration-form input[type=checkbox],
form.registration-form input[type=radio] {
  visibility: hidden;
  position: absolute;
}
form.contact-form input[type=checkbox] + label:before, form.registration-form input[type=checkbox] + label:before {
  display: inline-block;
  content: "";
  position: relative;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 6px;
  height: 16px;
  width: 16px;
  margin-right: 8px;
  cursor: pointer;
  margin-bottom: 2px;
}
form.contact-form input[type=checkbox] + label:hover:before, form.registration-form input[type=checkbox] + label:hover:before {
  background-color: #F4F4F4;
  border: 1px solid #414551;
}
form.contact-form input[type=checkbox]:checked + label:before, form.registration-form input[type=checkbox]:checked + label:before {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.28575 1.72542C6.88768 1.3254 6.24014 1.3256 5.84232 1.72587L2.97381 4.61195L2.15935 3.79114C1.7607 3.38938 1.11101 3.38947 0.712463 3.79134C0.318088 4.18901 0.318562 4.83042 0.713525 5.22751L2.97381 7.49995L7.28622 3.16095C7.68096 2.76377 7.68075 2.12234 7.28575 1.72542Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #239886;
  background-size: 8px 10px;
  border: 1px solid transparent;
}
form.contact-form input[type=checkbox]:checked + label:hover:before, form.registration-form input[type=checkbox]:checked + label:hover:before {
  background-color: #22b29c;
}
form.contact-form input[type=checkbox]:checked + label:active:before, form.registration-form input[type=checkbox]:checked + label:active:before {
  background-color: #227f71;
}
form.contact-form input[type=radio] + label, form.registration-form input[type=radio] + label {
  margin-right: 10px;
}
form.contact-form input[type=radio] + label:before, form.registration-form input[type=radio] + label:before {
  display: inline-block;
  content: "";
  position: relative;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 8px;
  height: 16px;
  width: 16px;
  margin-right: 8px;
  cursor: pointer;
  margin-bottom: 3px;
}
form.contact-form input[type=radio] + label:hover:before, form.registration-form input[type=radio] + label:hover:before {
  background-color: #F4F4F4;
  border: 1px solid #414551;
}
form.contact-form input[type=radio]:checked + label:before, form.registration-form input[type=radio]:checked + label:before {
  background-color: #239886;
  border: solid 4px #dee2e7;
}
form.contact-form input[type=radio]:checked + label:hover:before, form.registration-form input[type=radio]:checked + label:hover:before {
  background-color: #23a793;
}
form.contact-form input[type=radio]:checked + label:active:before, form.registration-form input[type=radio]:checked + label:active:before {
  background-color: #238979;
  border-color: #cfd5dc;
}
form.contact-form a, form.registration-form a {
  color: #b31b1b;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
form.contact-form a:hover, form.registration-form a:hover {
  text-decoration: underline;
}
form fieldset {
  position: relative;
  display: block;
}

.form-group {
  margin-bottom: 15px;
}

.label {
  font-size: 15px;
  text-transform: uppercase;
  color: #393d4a;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 30px;
}

textarea {
  border: solid 1px transparent;
  border-color: #414551;
  display: block;
  width: 100%;
  height: 140px;
  padding: 4px 8px;
  color: #000;
}
textarea:hover {
  background: #F4F4F4;
}
textarea:focus {
  border-color: #b31b1b;
  background: #F4F4F4;
}
textarea.error {
  color: #b31b1b;
  border-color: #8b1f2d;
  background-color: rgba(139, 31, 45, 0.1);
}
textarea:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

input[type=text],
input[type=search],
input[type=password],
input[type=email],
input[type=number],
input[type=tel] {
  border: solid 1px transparent;
  border-color: #414551;
  display: block;
  width: 100%;
  height: 40px;
  background: #F4F4F4;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-size: 14px;
  padding: 0 8px;
  outline: none;
  color: #000;
}
input[type=text].l,
input[type=search].l,
input[type=password].l,
input[type=email].l,
input[type=number].l,
input[type=tel].l {
  height: 50px;
}
input[type=text].s,
input[type=search].s,
input[type=password].s,
input[type=email].s,
input[type=number].s,
input[type=tel].s {
  height: 32px;
}
input[type=text]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder {
  color: #b5b5b5;
}
input[type=text]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=tel]::-moz-placeholder {
  color: #b5b5b5;
}
input[type=text]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=tel]:-moz-placeholder {
  color: #b5b5b5;
}
input[type=text]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder {
  color: #b5b5b5;
}
input[type=text]:hover,
input[type=search]:hover,
input[type=password]:hover,
input[type=email]:hover,
input[type=number]:hover,
input[type=tel]:hover {
  background: #F4F4F4;
}
input[type=text]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus {
  border-color: #b31b1b;
  background: #F4F4F4;
}
input[type=text]:disabled,
input[type=search]:disabled,
input[type=password]:disabled,
input[type=email]:disabled,
input[type=number]:disabled,
input[type=tel]:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
input[type=text].success,
input[type=search].success,
input[type=password].success,
input[type=email].success,
input[type=number].success,
input[type=tel].success {
  color: #239886;
  border-color: #239886;
  background-color: rgba(35, 152, 134, 0.1);
  background-image: url(assets/images/input-success.svg);
  background-size: 14px 11px;
  background-position: right 10px center;
  background-repeat: no-repeat;
}
input[type=text].error,
input[type=search].error,
input[type=password].error,
input[type=email].error,
input[type=number].error,
input[type=tel].error {
  color: #b31b1b;
  border-color: #8b1f2d;
  background-color: rgba(139, 31, 45, 0.1);
  background-image: url(assets/images/input-error.svg);
  background-size: 14px 14px;
  background-position: right 10px center;
  background-repeat: no-repeat;
}
input[type=text].inline-input,
input[type=search].inline-input,
input[type=password].inline-input,
input[type=email].inline-input,
input[type=number].inline-input,
input[type=tel].inline-input {
  display: inline-block;
}
input[type=text].input-search,
input[type=search].input-search,
input[type=password].input-search,
input[type=email].input-search,
input[type=number].input-search,
input[type=tel].input-search {
  border: solid 1px #e1e1e1;
  background-color: #f7f7f7;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left 15px center;
  text-align: center;
  font-size: 12px;
  color: #393d4a;
  font-weight: 700;
}
input[type=text].input-search::-webkit-input-placeholder,
input[type=search].input-search::-webkit-input-placeholder,
input[type=password].input-search::-webkit-input-placeholder,
input[type=email].input-search::-webkit-input-placeholder,
input[type=number].input-search::-webkit-input-placeholder,
input[type=tel].input-search::-webkit-input-placeholder {
  color: #393d4a;
  text-transform: uppercase;
}
input[type=text].input-search::-moz-placeholder,
input[type=search].input-search::-moz-placeholder,
input[type=password].input-search::-moz-placeholder,
input[type=email].input-search::-moz-placeholder,
input[type=number].input-search::-moz-placeholder,
input[type=tel].input-search::-moz-placeholder {
  color: #393d4a;
  text-transform: uppercase;
}
input[type=text].input-search:-moz-placeholder,
input[type=search].input-search:-moz-placeholder,
input[type=password].input-search:-moz-placeholder,
input[type=email].input-search:-moz-placeholder,
input[type=number].input-search:-moz-placeholder,
input[type=tel].input-search:-moz-placeholder {
  color: #393d4a;
  text-transform: uppercase;
}
input[type=text].input-search:-ms-input-placeholder,
input[type=search].input-search:-ms-input-placeholder,
input[type=password].input-search:-ms-input-placeholder,
input[type=email].input-search:-ms-input-placeholder,
input[type=number].input-search:-ms-input-placeholder,
input[type=tel].input-search:-ms-input-placeholder {
  color: #393d4a;
  text-transform: uppercase;
}

.re-order {
  display: inline-block;
  border: solid 1px #b31b1b;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  vertical-align: middle;
  background-color: #FFF;
  font-size: 13px;
  color: #b31b1b;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  outline: none;
  margin: 0 6px 5px 0;
}
.re-order input[type=checkbox] {
  display: none;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.re-order label {
  padding-left: 12px;
  padding-right: 12px;
  display: block;
  line-height: 35px;
  outline: none;
  cursor: pointer;
  text-transform: capitalize;
}
@media screen and (max-width: 480px) {
  .re-order label {
    font-size: 11px;
    text-transform: uppercase;
    padding-left: 6px;
    padding-right: 6px;
  }
}
.re-order:hover {
  background: #c51f1f;
  color: #FFF !important;
}
@media screen and (max-width: 1000px) {
  .re-order {
    margin-right: 0px;
  }
}

.search-container {
  position: relative;
}
.search-container .fa-search {
  position: absolute;
  font-size: 22px;
  left: 16px;
  top: 8px;
  color: #d4d4d4;
}
.search-container .fa-close {
  text-decoration: none;
  position: absolute;
  right: 10px;
  color: rgba(57, 61, 74, 0.4);
  padding-top: 3px;
  padding-right: 1px;
  top: 12px;
  font-size: 10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #e1e1e1;
  text-align: center;
}
.search-container .info-other-courses {
  position: relative;
  margin: -20px 0 20px 0;
  max-width: 271px;
  background-color: #239886;
  border-radius: 4px;
  font-size: 14px;
  padding: 10px;
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.search-container .info-other-courses:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 43%;
  width: 0;
  height: 0;
  border-bottom: 7px solid #239886;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.search-container .info-other-courses a {
  margin: 5px 0;
  color: #FFF;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.search-input {
  display: block;
  border: solid 1px #e1e1e1;
  background-color: #F4F4F4;
  background-image: url(assets/images/icon-search.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: left 15px center;
  padding-left: 50px;
  box-sizing: border-box;
  text-align: center;
}
.search-input::-webkit-input-placeholder {
  color: #393d48;
}
.search-input::-moz-placeholder {
  color: #393d48;
}
.search-input:-moz-placeholder {
  color: #393d48;
}
.search-input:-ms-input-placeholder {
  color: #393d48;
}
.search-input:focus {
  text-align: left;
}

select {
  margin: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  line-height: 35px;
  border-radius: 5px;
  font-weight: 700;
  background-color: #FFF;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L6 4.58579L10.2929 0.292893C10.6834 -0.0976311 11.3166 -0.0976311 11.7071 0.292893C12.0976 0.683417 12.0976 1.31658 11.7071 1.70711L6.70711 6.70711C6.31658 7.09763 5.68342 7.09763 5.29289 6.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683417 0.292893 0.292893Z' fill='%238E2736'/%3E%3C/svg%3E%0A");
  background-position: right 10px center;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  color: #8b1f2d;
  font-size: 13px;
  font-weight: 700;
  padding: 0 25px 0 8px;
}
select .select:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  color: #000;
  padding: 12px 8px;
  position: absolute;
  right: 0;
  top: 0;
  background: red;
  z-index: 1;
  text-align: center;
  width: 10%;
  height: 100%;
  pointer-events: none;
  box-sizing: border-box;
}
select::-ms-expand {
  display: none;
}
select:hover {
  border-color: #8b1f2d;
}
select.lite {
  border-color: transparent;
  text-transform: uppercase;
  font-size: 18px;
  color: #8b1f2d;
  font-weight: 400;
}
select.lite:hover {
  background-color: #F4F4F4;
  border-color: transparent;
}
select.search-form-select {
  font-size: 15px;
  font-weight: 700;
  border: solid 1px transparent;
  height: 43px;
  color: #393d4a;
  padding: 0 15px;
}
select.search-form-select:hover {
  border-color: #b31b1b;
}
select[multiple] {
  height: auto;
  max-height: 160px;
  padding: 0;
  background: none;
}
select[multiple] option {
  padding: 3px 10px;
}
select[name=order-by] {
  color: #b31b1b;
  padding: 0 30px 0 19px;
  border: solid 1px #b31b1b;
  display: inline-block;
  border: solid 1px #b31b1b;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  vertical-align: middle;
  background-color: #FFF;
  font-size: 13px;
  color: #b31b1b;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  outline: none;
  margin: 0 0 5px 0px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.53829 2H9.46171C9.94067 2 10.1802 2.57852 9.84111 2.91756L6.38075 6.38062C6.17087 6.5905 5.82913 6.5905 5.61925 6.38062L2.15889 2.91756C1.81985 2.57852 2.05933 2 2.53829 2Z' fill='%23AD1F21'/%3e%3c/svg%3e");
  background-position: right 10px center;
}

.form-field-container {
  vertical-align: top;
  max-width: 140px;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 6px;
  margin-left: 6px;
}
@media screen and (max-width: 1000px) {
  .form-field-container {
    margin-right: 0px;
  }
}
@media screen and (max-width: 640px) {
  .form-field-container {
    margin-left: 0px;
  }
}

.search-form {
  position: relative;
  border: solid 1px #8b1f2d;
  border-radius: 4px;
  height: 45px;
  padding: 0;
  overflow: hidden;
}
.search-form .fa-search {
  position: absolute;
  left: 15px;
  top: 10px;
  font-size: 22px;
  color: #d4d4d4;
}
.search-form input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: white;
  color: #393d48;
  box-sizing: border-box;
  border: none;
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-size: 20px 20px;
  background-image: url(assets/images/icon-search.png);
  margin: 0;
  padding: 0 50px 0 50px;
  height: 43px;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.search-form input[type=search]::-webkit-input-placeholder {
  color: #393d48;
}
.search-form input[type=search]::-moz-placeholder {
  color: #393d48;
}
.search-form input[type=search]:-moz-placeholder {
  color: #393d48;
}
.search-form input[type=search]:-ms-input-placeholder {
  color: #393d48;
}
.search-form input[type=submit] {
  background: #239886;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 10px;
  right: 10px;
  border-radius: 12px;
  border: none;
  background: #239886;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url(assets/images/search-form-submit-bg.png);
  background-position: center;
  background-color: #239886;
  background-repeat: no-repeat;
}
.search-form .placeholder-link {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 10px;
  right: 11px;
  width: 24px;
  height: 24px;
  background: #239886;
  color: #FFF;
  box-sizing: border-box;
  text-align: center;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
  line-height: 22px;
  font-size: 20px;
  padding-left: 2px;
  border: none;
}
.search-form .placeholder-link:hover {
  background: #29ab97;
}

.cf-box-group {
  margin-bottom: 15px;
}

.reqtxt,
.emailreqtxt {
  display: block;
  font-weight: 400;
  text-align: right;
  font-size: 12px;
}

.message-base, .message.success {
  background: rgba(0, 0, 0, 0.05);
  border: solid 1px rgba(0, 0, 0, 0.08);
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 14px;
}

.message.success {
  background: #d0e7bc;
  border-color: #7bad4f;
  color: #206465;
}
.breadcrumb li {
  color: #aeafb3;
  font-size: 14px;
  display: inline-block;
  padding-right: 5px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.breadcrumb li:not(:first-child):before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #aeafb3;
  display: inline-block;
  position: relative;
  padding: 0 5px;
}
.breadcrumb a {
  font-size: 14px;
  color: #aeafb3;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.breadcrumb a:hover {
  color: #8b1f2d;
}

.pagination {
  margin: 25px 0;
  text-align: center;
}
.pagination li {
  display: inline-block;
  padding: 0 3px;
}
.pagination a, .pagination span {
  text-decoration: none;
  border-radius: 5px;
  border: solid 1px #777777;
  padding: 6px 11px;
  color: #777777;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.pagination a:hover {
  color: #b31b1b;
  border-color: #b31b1b;
}
.pagination span {
  border-color: #8b1f2d;
  background-color: #8b1f2d;
  color: #FFF;
}
.pagination .prev, .pagination .next {
  color: #393d48;
  border: none;
}
.pagination .prev:hover, .pagination .next:hover {
  text-decoration: underline;
}
.thumbnail-list {
  margin: 20px 0;
  width: 100%;
}
.thumbnail-list.horizontal .grid-item {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .thumbnail-list.horizontal .grid-item {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .thumbnail-list.horizontal .grid-item {
    width: 100%;
  }
}
.thumbnail-list.horizontal .item {
  padding-bottom: 0;
}
@media screen and (max-width: 800px) {
  .thumbnail-list.horizontal .item {
    height: auto;
    display: block;
  }
}
.thumbnail-list.horizontal .item-thumbnail, .thumbnail-list.horizontal .item-text, .thumbnail-list.horizontal .item-secondary-info-container {
  width: 33.33333%;
  float: left;
}
@media screen and (max-width: 800px) {
  .thumbnail-list.horizontal .item-thumbnail, .thumbnail-list.horizontal .item-text, .thumbnail-list.horizontal .item-secondary-info-container {
    width: 100%;
    float: none;
  }
}
.thumbnail-list.horizontal figure {
  height: 215px;
}
.thumbnail-list.horizontal .item-secondary-info {
  margin: 10px 15px 10px 15px;
}
.thumbnail-list.on-search .grid-item {
  width: 33.33333%;
}
.thumbnail-list .grid-item {
  margin: 0 0 1em;
  padding-left: 7px;
  padding-right: 7px;
}
@media screen and (max-width: 640px) {
  .thumbnail-list .grid-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.thumbnail-list .item {
  display: block;
  height: auto;
  border: none;
  background: rgba(239, 239, 239, 0.3);
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.thumbnail-list .item:hover .promotion-description {
  display: block;
}
.thumbnail-list .item-thumbnail {
  position: relative;
}
.thumbnail-list .item-text {
  margin-top: 10px;
}
.thumbnail-list .duration {
  font-size: 16px;
  color: #777777;
  margin: -15px 25px 0 25px;
  display: block;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: none;
}
.thumbnail-list figure {
  width: 100%;
  height: 0;
  padding-top: 53%;
  margin: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.thumbnail-list a {
  text-decoration: none;
}
.thumbnail-list .item-main-info span, .thumbnail-list .item-main-info h2 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.thumbnail-list .item-main-info span {
  display: block;
  padding: 10px 20px 20px 20px;
  color: #770058;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.thumbnail-list .item-main-info span i {
  font-size: 16px;
}
.thumbnail-list .item-main-info span > h2 {
  padding-bottom: 10px;
}
.thumbnail-list .item-main-info h2 {
  padding: 10px 20px 10px 20px;
  font-size: 19px;
  line-height: 25px;
  color: #393d48;
}
.thumbnail-list .item-main-info h2 span {
  font-size: 16px;
  line-height: 25px;
  color: #7F7F7F;
  padding-left: 0;
  padding-top: 0px;
}
.thumbnail-list .item-main-info:hover h2 {
  text-decoration: none;
}
.thumbnail-list .item-secondary-info {
  margin: 0 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.thumbnail-list .item-secondary-info li {
  text-transform: uppercase;
  border-bottom: solid 1px #777777;
  position: relative;
  padding-bottom: 0px;
}
.thumbnail-list .item-secondary-info date {
  font-size: 15px;
  color: #239886;
}
.thumbnail-list .item-secondary-info p {
  margin: 5px 0 0 0;
  font-size: 10px;
  color: #777777;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.thumbnail-list .item-secondary-info a {
  display: block;
}
.thumbnail-list .item-secondary-info .text {
  padding: 5px 10px 25px 10px;
}
.thumbnail-list .item-secondary-info .text:hover {
  background-color: #F4F4F4;
}
.thumbnail-list .btn-container {
  margin: 15px;
  text-align: center;
}

.figure-container {
  position: relative;
}

.promotion {
  color: #FFF;
}

.promotion-description {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #b31b1b;
  text-align: center;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.promotion-description p {
  top: 50%;
  position: absolute;
  margin: 0;
  text-align: center;
  width: 100%;
  padding: 40px;
  transform: translateY(-50%);
}

.promotion-label-container {
  position: relative;
  width: 100%;
}
.promotion-label-container.hide {
  display: none;
}
.promotion-label-container .type-label {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  color: #FFF;
}
.promotion-label-container .type-label .promotion-icon {
  background: #b31b1b;
  height: 20px;
  flex-basis: 40px;
  width: 40px;
}
.promotion-label-container .type-label .promotion-icon i {
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  display: block;
}
.promotion-label-container .type-label .presencial {
  height: 20px;
  padding: 0 1em;
  background-color: #249886;
  text-align: right;
}
.promotion-label-container .type-label .presencial label {
  font-size: 11px;
  font-weight: 600;
  height: 20px;
  display: block;
  line-height: 20px;
}
.promotion-label-container .type-label .livetraining {
  height: 20px;
  padding: 0 1em;
  background-color: #ffa735;
  text-align: right;
}
.promotion-label-container .type-label .livetraining label {
  font-size: 11px;
  font-weight: 600;
  height: 20px;
  display: block;
  line-height: 20px;
}
.promotion-label-container .type-label .elearning {
  height: 20px;
  padding: 0 1em;
  background-color: #770058;
  text-align: right;
}
.promotion-label-container .type-label .elearning label {
  font-size: 11px;
  font-weight: 600;
  height: 20px;
  display: block;
  line-height: 18px;
}

.promotion-livestream-container {
  position: absolute;
  right: 0px;
  bottom: -1px;
  height: 20px;
  display: flex;
  text-align: center;
  font-size: 11px;
}
.promotion-livestream-container.hide {
  display: none;
}
.promotion-livestream-container .presencial {
  height: 20px;
  padding: 0 1em;
  background-color: #249886;
  text-align: right;
  color: #FFF;
  text-transform: none;
}
.promotion-livestream-container .presencial label {
  font-size: 11px;
  font-weight: 600;
  height: 20px;
  display: block;
  line-height: 20px;
}
.promotion-livestream-container a {
  text-decoration: none;
  display: inline-block !important;
}
.promotion-livestream-container .fa-bookmark {
  margin: 0;
  position: relative;
  display: inline-block;
  color: #FFF;
  padding: 0 1em;
  height: 20px;
  background: #b31b1b;
  flex-basis: 40px;
  width: 40px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}
.promotion-livestream-container .fa-bookmark label {
  display: none;
  border-radius: 5px;
  padding: 10px 20px;
  position: absolute;
  background-color: #393d48;
  color: #FFF;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.promotion-livestream-container .fa-bookmark label:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #393d48 transparent transparent transparent;
}
.promotion-livestream-container .fa-bookmark:hover label {
  display: block;
}
.promotion-livestream-container .fa-desktop {
  height: 20px;
  padding: 0 1em;
  background-color: #ffa735;
  text-align: right;
  text-transform: none;
}
.promotion-livestream-container .fa-desktop::before {
  content: "";
}
.promotion-livestream-container .fa-desktop label {
  color: #FFF;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  height: 20px;
  display: block;
  line-height: 20px;
}
.promotion-livestream-container .fa-bookmark label {
  top: -51px;
  right: -36px;
}

.course-promo-thumb {
  margin-bottom: 25px;
}
.course-promo-thumb > a {
  display: block;
  text-decoration: none;
}
.course-promo-thumb > a:hover .course-promo-thumb-pic {
  border-top-color: #b31b1b;
  border-left-color: #b31b1b;
  border-right-color: #b31b1b;
}
.course-promo-thumb > a:hover .course-promo-thumb-promo-description {
  opacity: 1;
  transition: all 0.15s ease;
}
.course-promo-thumb > a:hover .course-promo-thumb-details {
  border-left-color: #239886;
  border-right-color: #239886;
  border-bottom-color: #239886;
}
.course-promo-thumb > a:hover .course-promo-thumb-title {
  text-decoration: underline;
}
.course-promo-thumb .course-promo-thumb-pic {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 180px;
  position: relative;
  border-top: solid 1px #239886;
  border-left: solid 1px #239886;
  border-right: solid 1px #239886;
}
.course-promo-thumb .course-promo-thumb-pic img {
  display: none;
}
.course-promo-thumb .course-promo-thumb-promo-description {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: #b31b1b;
  color: #FFF;
  line-height: 1.2em;
}
.course-promo-thumb .course-promo-thumb-promo-description .course-promo-thumb-promo-description-container {
  left: 0;
  right: 0;
  padding: 0 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.course-promo-thumb .course-promo-thumb-promo-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  background: transparent;
  height: 100px;
  width: 100px;
  overflow: hidden;
  font-size: 16px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
}
.course-promo-thumb .course-promo-thumb-promo-icon > span {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  z-index: 1;
  padding-left: 30px;
}
.course-promo-thumb .course-promo-thumb-promo-icon i {
  display: block;
  font-size: 20px;
}
.course-promo-thumb .course-promo-thumb-promo-icon b {
  display: block;
}
.course-promo-thumb .course-promo-thumb-promo-icon:before {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  background: rgba(179, 27, 27, 0.9);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotateZ(45deg);
  transform-origin: left bottom;
}
.course-promo-thumb .course-promo-thumb-details {
  border-left: solid 1px #239886;
  border-right: solid 1px #239886;
  border-bottom: solid 1px #239886;
  padding: 5px 10px 20px 10px;
}
.course-promo-thumb .course-promo-thumb-title {
  color: #239886;
  font-size: 19px;
  text-decoration: none;
  margin-bottom: 8px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.course-promo-thumb .course-promo-thumb-date {
  font-size: 15px;
  color: #8b1f2d;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
.course-promo-thumb .course-promo-thumb-regime {
  font-size: 10px;
  font-weight: bold;
  color: #777;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: solid 1px #777;
  padding-bottom: 5px;
}

.news-thumb-list {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  background: #f2f2f2;
}
.news-thumb-list > ul::after {
  clear: both;
  content: "";
  display: table;
}
.news-thumb-list .heading {
  font-weight: 700;
  color: #393d48;
  margin-bottom: 25px;
  padding-top: 15px;
  width: 50%;
}
@media screen and (max-width: 1100px) {
  .news-thumb-list .heading {
    width: calc(100% - 5px);
  }
}
.news-thumb-list .heading .heading-title {
  font-size: 25px;
  position: relative;
  margin: 0;
  padding: 0;
  color: #393d48;
}
.news-thumb-list .heading .heading-title:before {
  content: "";
  display: block;
  position: absolute;
  width: 140%;
  top: 16px;
  height: 5px;
  background: #b31b1b;
}
@media screen and (max-width: 1100px) {
  .news-thumb-list .heading .heading-title:before {
    width: 100%;
  }
}
.news-thumb-list .heading .heading-title span {
  padding-right: 20px;
  display: inline-block;
  background: white;
  position: relative;
}
.news-thumb-list .heading .heading-lead {
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: #393d48;
}
.news-thumb-list .news-thumb-btn {
  width: calc(20% - 12px);
}
.news-thumb-list .news-thumb-btn .btn, .news-thumb-list .news-thumb-btn .sendbutton {
  margin-top: 20px;
  float: right;
  width: 120px;
  height: 26px;
  line-height: 24px;
  padding: 0 30px;
  background-color: #b31b1b;
  border: solid 1px #b31b1b;
  color: #FFF !important;
  font-size: 12px;
}
.news-thumb-list .news-thumb-btn .btn:hover, .news-thumb-list .news-thumb-btn .sendbutton:hover {
  background-color: #FFF;
  color: #b31b1b !important;
}
@media screen and (max-width: 1355px) {
  .news-thumb-list .news-thumb-btn {
    width: calc(25% - 12px);
  }
}
@media screen and (max-width: 1100px) {
  .news-thumb-list .news-thumb-btn {
    width: calc(100% - 15px);
  }
}
@media screen and (max-width: 1000px) {
  .news-thumb-list .news-thumb-btn {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .news-thumb-list .news-thumb-btn {
    width: 100%;
  }
}
.news-thumb-list .news-thumb-item {
  width: calc(20% - 12px);
  float: left;
  background: #FFF;
  padding-top: 40px;
  height: 358px;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 15px;
  position: relative;
  transition: all 0.2s ease;
}
.news-thumb-list .news-thumb-item:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 1355px) {
  .news-thumb-list .news-thumb-item:last-child {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .news-thumb-list .news-thumb-item:last-child {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  .news-thumb-list .news-thumb-item:last-child {
    display: block !important;
  }
}
@media screen and (max-width: 1355px) {
  .news-thumb-list .news-thumb-item:nth-last-child(2) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 1000px) {
  .news-thumb-list .news-thumb-item:nth-last-child(2) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 1100px) {
  .news-thumb-list .news-thumb-item:nth-last-child(4) {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .news-thumb-list .news-thumb-item:nth-last-child(4) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 1355px) {
  .news-thumb-list .news-thumb-item {
    width: calc(25% - 11.25px);
  }
}
@media screen and (max-width: 1000px) {
  .news-thumb-list .news-thumb-item {
    width: calc(50% - 7.6px);
    margin-bottom: 15px;
    height: 280px;
  }
}
@media screen and (max-width: 800px) {
  .news-thumb-list .news-thumb-item {
    width: calc(50% - 7.6px);
    margin-bottom: 15px;
    height: 280px;
  }
}
@media screen and (max-width: 640px) {
  .news-thumb-list .news-thumb-item {
    width: 100%;
    min-height: initial;
  }
}
@media screen and (max-width: 480px) {
  .news-thumb-list .news-thumb-item {
    width: 100%;
    min-height: initial;
  }
}
.news-thumb-list .news-thumb-item:hover {
  background: #efefef;
}
.news-thumb-list .news-thumb-item:hover .news-thumb-item-title {
  color: #b31b1b;
}
.news-thumb-list .news-thumb-item:hover .news-thumb-item-lead {
  opacity: 1;
}
.news-thumb-list .news-thumb-item.news-thumb-title {
  height: 240px;
  background: #FFF;
  padding: 20px;
  border: none !important;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .news-thumb-list .news-thumb-item.news-thumb-title {
    height: 130px;
    width: 100%;
  }
}
.news-thumb-list .news-thumb-item.news-thumb-title .news-thumb-title-label {
  font-size: 25px;
  font-weight: 700;
  color: #393d48;
  position: relative;
}
.news-thumb-list .news-thumb-item.news-thumb-title .news-thumb-title-label span {
  display: inline-block;
  background: #FFF;
  position: relative;
  z-index: 1;
  padding-right: 10px;
}
.news-thumb-list .news-thumb-item.news-thumb-title .news-thumb-title-label:after {
  content: "";
  display: block;
  background: #b31b1b;
  position: absolute;
  top: 17px;
  height: 5px;
  width: 100%;
  left: 0;
}
.news-thumb-list .news-thumb-item.news-thumb-title .btn, .news-thumb-list .news-thumb-item.news-thumb-title .sendbutton {
  position: absolute;
  width: 220px;
  height: 32px;
  line-height: 30px;
  padding: 0 30px;
  bottom: 20px;
  right: 15px;
  background-color: #b31b1b;
  border: solid 1px #b31b1b;
  color: #FFF !important;
}
.news-thumb-list .news-thumb-item.news-thumb-title .btn:hover, .news-thumb-list .news-thumb-item.news-thumb-title .sendbutton:hover {
  background-color: #FFF;
  color: #b31b1b !important;
}
.news-thumb-list .news-thumb-item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 42px;
  height: 1px;
  margin: 0 auto;
  background: #393d4a;
  left: 45px;
  width: calc(100% - 90px);
}
.news-thumb-list .news-thumb-item > a {
  display: block;
  text-decoration: none;
}
.news-thumb-list .news-thumb-item .news-list-item-title {
  font-size: 22px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  margin-bottom: 20px;
}
.news-thumb-list .news-thumb-item .news-list-item-title a {
  display: block;
  color: #8b1f2d;
  text-decoration: none;
}
.news-thumb-list .news-thumb-item .news-list-item-title a:hover {
  text-decoration: underline;
}
.news-thumb-list .news-thumb-item .news-list-item-lead {
  font-size: 14px;
  color: #393d4a;
  margin-bottom: 5px;
  line-height: 1.5em;
}
.news-thumb-list .news-thumb-item a.news-list-item-more {
  margin-bottom: 30px;
  margin-right: 0;
  text-align: right;
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #b31b1b;
  text-decoration: none;
  position: absolute;
  bottom: -12px;
  left: 30px;
  width: calc(100% - 60px);
}
.news-thumb-list .news-thumb-item a.news-list-item-more:hover {
  text-decoration: underline;
}

.news-list .news-item.col-4:nth-child(3n+1) {
  clear: both;
}
@media screen and (max-width: 800px) {
  .news-list .news-item.m-col-6:nth-child(3n+1) {
    clear: unset;
  }
  .news-list .news-item.m-col-6:nth-child(4n+1) {
    clear: both;
  }
  .news-list .news-item.m-col-6:nth-child(6n+1) {
    clear: both;
  }
}

.news-item {
  margin-bottom: 20px;
  overflow: hidden;
  display: block;
}
.news-item a {
  text-decoration: none;
  color: #393d48;
}
.news-item a:hover {
  color: #b31b1b;
}
.news-item.news-item-highlight {
  overflow: auto;
  height: auto;
}
.destaques .news-item.news-item-highlight .news-item-container {
  border-bottom-width: 4px;
  display: block;
}
.news-item.news-item-highlight .news-item-title {
  font-size: 30px;
}
.news-item.news-item-highlight .news-item-date {
  font-size: 15px !important;
  color: #239886;
}
.news-item.news-item-highlight figure {
  height: 500px;
  max-width: 832px;
}
@media screen and (max-width: 800px) {
  .news-item.news-item-highlight figure {
    height: 320px;
  }
}
@media screen and (max-width: 640px) {
  .news-item.news-item-highlight figure {
    height: 260px;
  }
}
.news-item.news-item-highlight .news-item-kicker {
  height: auto;
  overflow: initial;
}
.news-item .news-page-header {
  padding: 20px;
}
.news-item .news-item-container {
  padding: 20px;
}
.news-item .news-item-container:hover {
  border-bottom-color: #8b1f2d;
  background: #F4F4F4;
}
.news-item .news-item-container:hover figure:after {
  opacity: 1;
}
.destaques .news-item .news-item-container:hover .news-item-content .dashed span {
  background: #F4F4F4;
}
.news-item .news-item-container:hover .news-item-title {
  color: #8b1f2d;
}
.news-item figure {
  z-index: 1;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  height: 240px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #770058;
}
.news-item figure:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: all 0.15s ease;
}
.news-item figure img {
  display: none;
}
.news-item .news-item-body {
  padding: 10px 0px 0px 0px;
  background: transparent;
  border-bottom: solid 8px transparent;
  transition: all 0.15s ease;
}
.news-item .news-item-body::after {
  clear: both;
  content: "";
  display: table;
}
.destaques .news-item .news-item-body {
  padding: 0px;
}
@media screen and (max-width: 640px) {
  .destaques .news-item .news-item-body {
    padding: 10px 0px 0px 0px;
  }
}
.news-item .news-item-body .news-item-date {
  margin-bottom: 15px;
  color: #239886;
  font-size: 11px;
}
.news-item .news-colitem-date {
  float: left;
  margin-bottom: 15px;
  color: #239886;
  font-size: 11px;
}
.destaques .news-item .news-colitem-date {
  display: none;
}
.news-item .news-item-content {
  float: left;
  width: 100%;
  position: relative;
}
.destaques .news-item .news-item-content {
  float: none;
  width: auto;
}
.destaques .news-item .news-item-content .dashed {
  font-weight: 700;
  color: #8b1f2d;
}
.news-item .news-item-title {
  font-size: 18px;
  color: #393d4a;
  margin-bottom: 8px;
  transition: color 0.15s ease;
}
.destaques .news-item .news-item-title {
  margin-top: 20px;
  font-size: 24px;
}
.news-item .news-item-kicker {
  overflow: hidden;
  color: #393d4a;
  line-height: 1.4em;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.news-item.item-destaques .news-item-content {
  float: none;
  width: auto;
}

.article-item {
  margin-bottom: 20px;
  margin-top: 5px;
}
.article-item > a {
  text-decoration: none;
  display: block;
}
.article-item > a:hover .article-item-date {
  opacity: 1;
  transition: opacity 0.15s ease;
}
.article-item > a:hover figure:after {
  background: rgba(139, 31, 45, 0.5);
  transition: background 0.15s ease;
}
.article-item > a:hover .article-item-title {
  color: #b31b1b;
  text-decoration: none;
}
.article-item figure {
  margin: 0;
  padding: 0;
  height: 180px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.article-item figure img {
  display: none;
}
.article-item figure:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: solid 2px #FFF;
  z-index: 1;
}
.article-item figure:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(139, 31, 45, 0.9);
}
.article-item .article-item-date {
  position: relative;
  margin-top: -90px;
  margin-bottom: 45px;
  opacity: 0;
}
.article-item .article-item-date span {
  display: block;
  text-align: center;
}
.article-item .article-item-date .day {
  font-size: 70px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.1em;
}
.article-item .article-item-date .month {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #FFF;
  margin-top: -46px;
  margin-bottom: 25px;
}
.article-item .article-item-title {
  padding: 0 10px;
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3em;
  color: #393d4a;
}
.article-item.article-item-light .article-item-date {
  padding: 0 15px;
  font-size: 15px;
  opacity: 1;
  margin-top: 0;
  margin-bottom: 5px;
  color: #239886;
  text-decoration: none;
}

.teacher-list {
  list-style-type: none;
  width: calc(100% + 30px);
  margin-left: -15px !important;
}

.teacher-item {
  margin-bottom: 20px;
  position: relative;
}
.teacher-item:before {
  display: none !important;
}
.teacher-item > a {
  display: block;
  text-decoration: none;
  position: relative;
}
.teacher-item > a:hover figure:after {
  background: rgba(35, 152, 134, 0.9);
}
.teacher-item figure {
  margin: 0;
  padding: 0;
  position: relative;
  height: 250px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-color: #239886;
  background-repeat: no-repeat;
}
.teacher-item figure:before {
  content: "";
  display: block;
  position: absolute;
  border: solid 2px #FFF;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 1;
}
.teacher-item figure:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(35, 152, 134, 0.5);
  transition: background 0.15s ease;
}
.teacher-item figure img {
  display: none;
}
.teacher-item .teacher-item-name {
  text-transform: uppercase;
  font-size: 24px;
  color: #FFF;
  position: absolute;
  bottom: 55px;
  line-height: 28px;
  left: 0;
  padding: 10px 25px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  z-index: 1;
}
.teacher-item .teacher-item-social-media {
  text-align: center;
  margin: 0;
  padding: 0;
}
.teacher-item .teacher-item-social-media li {
  display: inline-block;
  margin: 8px 5px;
  font-size: 18px;
}
.teacher-item .teacher-item-social-media li:before {
  display: none;
}
.teacher-item .teacher-item-social-media li a {
  display: block;
  color: #393d4a;
}
.teacher-item .teacher-item-social-media li a:hover {
  color: #8b1f2d;
}
.teacher-item .teacher-item-social-media li span {
  display: none;
}

.course-thumb-s {
  margin-bottom: 15px;
}
.course-thumb-s a {
  display: block;
  color: #239886;
  text-decoration: none;
  border: none;
}
.course-thumb-s a:hover .course-thumb-title {
  color: #FFF;
  background: #239886;
}
.course-thumb-s a figure {
  width: 100%;
  height: 0;
  padding-top: 53%;
  margin: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.course-thumb-s a figure img {
  display: none;
}
.course-thumb-s a .course-thumb-title {
  border: solid 1px #239886;
  background: #FFF;
  padding: 15px 20px;
  font-size: 14px;
  min-height: 70px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  transition: all 0.15s ease;
}

.blog-thumb-list {
  padding-top: 0px;
  margin-bottom: 20px;
  position: relative;
  background-color: #FFF;
}
.blog-thumb-list > ul::after {
  clear: both;
  content: "";
  display: table;
}
.blog-thumb-list .blog-thumb-item {
  width: 25%;
  float: left;
  position: relative;
  border-bottom: 0px;
  transition: all 0.2s ease;
}
.blog-thumb-list .blog-thumb-item:after {
  content: "";
  background: #FFF;
  position: absolute;
  z-index: 1;
  top: 0px;
  height: 100%;
  width: 1px;
  right: 0;
}
.blog-thumb-list .blog-thumb-item:before {
  content: "";
  background: #FFF;
  position: absolute;
  z-index: 1;
  top: 0px;
  height: 100%;
  width: 1px;
  left: 0;
}
.blog-thumb-list .blog-thumb-item:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 1355px) {
  .blog-thumb-list .blog-thumb-item:last-child {
    border-right: 0;
  }
}
@media screen and (max-width: 1100px) {
  .blog-thumb-list .blog-thumb-item:last-child {
    border-right: 0;
    display: block !important;
  }
}
@media screen and (max-width: 1355px) {
  .blog-thumb-list .blog-thumb-item {
    width: 25%;
  }
}
@media screen and (max-width: 1000px) {
  .blog-thumb-list .blog-thumb-item {
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  .blog-thumb-list .blog-thumb-item {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .blog-thumb-list .blog-thumb-item {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .blog-thumb-list .blog-thumb-item {
    min-height: initial;
  }
}
.blog-thumb-list .blog-thumb-item:hover {
  background: #efefef;
  border-bottom: 0px;
}
.blog-thumb-list .blog-thumb-item:hover .blog-thumb-item-title {
  color: #b31b1b;
}
.blog-thumb-list .blog-thumb-item:hover .blog-thumb-item-lead {
  opacity: 1;
}
.blog-thumb-list .blog-thumb-item .btn, .blog-thumb-list .blog-thumb-item .sendbutton {
  position: absolute;
  width: 120px;
  height: 26px;
  line-height: 24px;
  padding: 0 30px;
  font-size: 12px;
  bottom: 20px;
  right: 15px;
  background-color: #b31b1b;
  border: solid 1px #b31b1b;
  color: #FFF !important;
}
.blog-thumb-list .blog-thumb-item .btn:hover, .blog-thumb-list .blog-thumb-item .sendbutton:hover {
  background-color: #FFF;
  color: #b31b1b !important;
}
.blog-thumb-list .blog-thumb-item > a {
  display: block;
  text-decoration: none;
}
.blog-thumb-list .blog-thumb-item figure {
  padding: 0;
  margin: 0 0 15px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #8b1f2d;
  position: relative;
  padding-top: 66.25%;
}
.blog-thumb-list .blog-thumb-item figure:after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  transition: all 0.2s ease;
}
.blog-thumb-list .blog-thumb-item figure:hover:after {
  background: rgba(0, 0, 0, 0.2);
}
.blog-thumb-list .blog-thumb-item figure img {
  max-width: 100%;
  visibility: hidden;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.blog-thumb-list .blog-thumb-item .blog-thumb-text-container {
  height: 200px;
  overflow: hidden;
  position: relative;
}
.blog-thumb-list .blog-thumb-item .blog-thumb-text-container:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 75px;
}
@media screen and (max-width: 480px) {
  .blog-thumb-list .blog-thumb-item .blog-thumb-text-container:after {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .blog-thumb-list .blog-thumb-item .blog-thumb-text-container {
    height: 150px;
  }
}
@media screen and (max-width: 480px) {
  .blog-thumb-list .blog-thumb-item .blog-thumb-text-container {
    height: auto;
  }
}
.blog-thumb-list .blog-thumb-item .blog-thumb-item-title {
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 15px;
  text-decoration: none;
  color: #393d4a;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .blog-thumb-list .blog-thumb-item .blog-thumb-item-title {
    font-size: 16px;
  }
}
.blog-thumb-list .blog-thumb-item .blog-thumb-item-lead {
  font-size: 14px;
  color: #393d4a;
  opacity: 0;
  transition: all 0.2s ease;
  padding: 0 15px 50px 15px;
}
@media screen and (max-width: 1000px) {
  .blog-thumb-list .blog-thumb-item .blog-thumb-item-lead {
    font-size: 12px;
  }
}
@media screen and (max-width: 800px) {
  .blog-thumb-list .blog-thumb-item .blog-thumb-item-lead {
    opacity: 1;
  }
}
@media screen and (max-width: 480px) {
  .blog-thumb-list .blog-thumb-item .blog-thumb-item-lead {
    padding-bottom: 20px;
  }
}

.blog-thumb-list-nav {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
}
.blog-thumb-list-nav ul {
  display: block;
}
.blog-thumb-list-nav ul li {
  list-style-type: none;
  display: block;
  position: absolute;
  bottom: 15px;
  height: 32px;
  width: 32px;
}
.blog-thumb-list-nav ul li.prev {
  left: 15px;
}
.blog-thumb-list-nav ul li.next {
  right: 15px;
}
.blog-thumb-list-nav ul li a {
  overflow: hidden;
  color: #FFF;
  text-align: center;
  line-height: 31px;
  font-size: 16px;
  text-decoration: none;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: #393d4a;
}
.blog-thumb-list-nav ul li a:hover {
  background: #b31b1b;
}
.blog-thumb-list-nav ul li a span {
  display: none;
}

.services-thumb-list .grid-item.col-6:nth-child(2n+1) {
  clear: both;
}

.services-thumb-list {
  margin: 20px 0 10px 0;
  width: 100%;
}
.services-thumb-list .grid-item {
  margin: 0 0 1em;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .services-thumb-list .grid-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.services-thumb-list .item {
  display: flex;
  height: auto;
  border: none;
  background: rgba(239, 239, 239, 0.3);
  padding: 20px;
  margin-bottom: 0;
  min-height: 160px;
}
.services-thumb-list .item .item-icon {
  align-self: flex-start;
  margin-right: 20px;
  background-color: rgba(0, 0, 0, 0.02);
}
.services-thumb-list .item .item-icon img, .services-thumb-list .item .item-icon svg {
  height: 114px;
  width: 114px;
}
.services-thumb-list .item .item-content {
  flex: 1 1 auto;
}
.services-thumb-list .item .item-content .item-title {
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding-bottom: 6px;
  text-decoration: none;
  color: #393d48;
}
@media screen and (max-width: 1000px) {
  .services-thumb-list .item .item-content .item-title {
    font-size: 16px;
  }
}
.services-thumb-list .item .item-content .item-title a {
  display: inline-block;
  color: #393d48;
  text-decoration: none;
}
.services-thumb-list .item .item-content .item-title a:hover {
  text-decoration: none;
  color: #b31b1b;
}
.services-thumb-list .item .item-content .item-title a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.services-thumb-list .item .item-content .item-lead {
  font-size: 14px;
  color: #393d4a;
  margin-bottom: 0px;
}
.services-thumb-list .item.hover a.item-more {
  color: #b31b1b !important;
  border-color: #b31b1b;
  text-decoration: none;
}
.services-thumb-list .item.hover .item-icon svg path {
  fill: #b31b1b !important;
}
.services-thumb-list .item a.item-more {
  margin-bottom: 0px;
  padding-bottom: 5px;
  padding-right: 5px;
  bottom: 0px;
  right: 20px;
  position: absolute;
  font-size: 12px;
  font-weight: 700;
  color: #393d4a;
  text-decoration: none;
  border-bottom: 1px solid #393d4a;
}
.services-thumb-list .item a.item-more:hover {
  color: #b31b1b;
  border-color: #b31b1b;
  text-decoration: none;
}

.schedule {
  background: white;
  padding: 15px 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: calc(100% + 30px);
  margin-left: -15px !important;
}
.schedule .schedule-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #8b1f2d;
  position: relative;
  margin: 0 0 15px 0;
  padding: 0;
}
.schedule .schedule-title:before {
  content: "";
  width: 100%;
  display: block;
  height: 1px;
  background: #8b1f2d;
  position: absolute;
  top: 10px;
  left: 0;
}
.schedule .schedule-title span {
  display: inline-block;
  background: white;
  position: relative;
  padding-right: 5px;
}
.schedule .schedule-block {
  border-bottom: solid 1px #8b1f2d;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.schedule .schedule-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.schedule .schedule-location {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
  color: #8b1f2d;
  margin-bottom: 8px;
}
.schedule .schedule-item {
  position: relative;
  padding-left: 32px;
  font-size: 12px;
  margin-bottom: 15px;
  color: #393d48;
}
.schedule .schedule-item:before {
  display: none;
}
.schedule .schedule-item:hover {
  background: #fbfbfb;
}
.schedule .schedule-item > a {
  display: block;
  color: #393d48;
  text-decoration: none;
  padding: 5px;
}
.schedule .schedule-item > a .schedule-date {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.25em;
  color: #393d48;
}
.schedule .schedule-item > a .schedule-regularity {
  line-height: 1.25em;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #393d48;
}
.schedule .schedule-item > a .schedule-item-icon {
  height: 24px;
  width: 24px;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #777777;
  position: absolute;
  top: 7px;
  left: 0;
}
.schedule .schedule-item > a:hover {
  color: #b31b1b !important;
  text-decoration: underline;
}
.schedule .schedule-item > a:hover .schedule-date, .schedule .schedule-item > a:hover .schedule-regularity, .schedule .schedule-item > a:hover .schedule-item-icon {
  color: #b31b1b !important;
}
.schedule .promotion-livestream-container {
  top: 3px;
}

.news-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.news-list .news-list-item:last-child {
  margin-bottom: 0;
}
.news-list .news-list-item:last-child:after {
  display: none;
}
@media screen and (max-width: 1000px) {
  .news-list .news-list-item:last-child:after {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .news-list .news-list-item:last-child:after {
    display: none;
  }
}

.news-list-item {
  padding-bottom: 10px;
  margin-bottom: 35px;
  position: relative;
}
.news-list-item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 90%;
  margin: 0 auto;
  background: #393d4a;
}
@media screen and (max-width: 1000px) {
  .news-list-item {
    height: 140px;
  }
  .news-list-item:nth-child(5), .news-list-item:nth-child(6), .news-list-item:nth-child(7), .news-list-item:nth-child(8) {
    display: none;
  }
}

.news-list-item-title {
  font-size: 22px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
.news-list-item-title a {
  display: block;
  color: #8b1f2d;
  text-decoration: none;
}
.news-list-item-title a:hover {
  text-decoration: underline;
}

.news-list-item-lead {
  font-size: 14px;
  color: #777777;
  margin-bottom: 10px;
}

a.news-list-item-more {
  margin-bottom: 12px;
  text-align: right;
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #b31b1b;
  text-decoration: none;
}
a.news-list-item-more:hover {
  text-decoration: underline;
}

.share-dock {
  display: block;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .share-dock {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.share-dock .share {
  position: relative;
  top: auto;
  right: auto;
}
.share-dock .share h4 {
  display: none;
}
@media screen and (max-width: 800px) {
  .share-dock .share .at-share-btn {
    display: inline-block !important;
    float: left !important;
    margin-left: -5px !important;
  }
}

.share-container {
  display: block;
  position: relative;
  width: 100px;
}

.share {
  position: absolute;
  top: 0;
  right: 0;
}
.share h4 {
  color: #393d4a;
  position: relative;
  margin-bottom: 40px;
}
.share h4:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  bottom: -5px;
  background-color: #393d4a;
}
.share .at-share-btn {
  max-width: 50px !important;
  max-height: 50px !important;
  width: 50px !important;
  height: 50px !important;
  display: block !important;
  float: none !important;
}
.share span {
  width: 50px !important;
  height: 50px !important;
  background-position: center !important;
}

.cat-list {
  font-size: 16px;
  font-weight: 700;
  padding-top: 15px;
}
.cat-list a {
  color: #393d4a;
  text-decoration: none;
  border-bottom: solid 3px transparent;
  text-transform: uppercase;
  font-size: 15px;
}
.cat-list a:hover {
  border-bottom-color: #393d4a;
}

.tag-list {
  padding-top: 20px;
}
.tag-list li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}
.tag-list li a {
  display: block;
  border-radius: 0px;
  padding: 6px;
  color: #FFF;
  text-decoration: none;
  background: #239886;
  font-size: 11px;
  font-weight: 700;
}
.tag-list li a:hover {
  text-decoration: none;
  background: #777777;
}

.header {
  z-index: 500;
  position: relative;
}

.header-contacts {
  background: #393d4a;
  border-bottom: solid 1px #8b1f2d;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
}
.header-contacts.bg_op {
  background-color: #393d4a;
}
.header-contacts ul {
  max-width: 1355px;
  display: block;
  margin: 0;
  padding: 4px 0;
  list-style-type: none;
  text-align: right;
}
.header-contacts ul li {
  display: inline-block;
  margin-left: 20px;
}
.header-contacts a {
  color: #FFF;
  text-decoration: none;
}
.header-contacts a:hover {
  text-decoration: underline;
}

.header-search {
  height: 0;
  overflow: hidden;
  background: #b31b1b;
  border-bottom: none;
  transition: all 0.2s ease;
}
.header-search.open {
  height: 60px;
  border-bottom: solid 2px #8b1f2d;
}
.header-search input[type=search] {
  font-size: 34px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 200;
  font-style: normal;
  background: transparent;
  border: none;
  height: 58px;
  text-align: right;
  padding: 0 10px;
  color: #FFF;
}
.header-search input[type=search]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.header-search input[type=search]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.header-search input[type=search]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.header-search input[type=search]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.header-main {
  background: #FFF;
}
.header-main.bg_op {
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1100px) {
  .header-main .extra {
    max-width: 1100px;
  }
}

.header-main-top {
  height: 75px;
  border-bottom: solid 1px #8b1f2d;
}

.logo-container {
  position: relative;
}

.logo {
  display: inline-block;
  margin: 0;
  padding: 15px 0 0 0;
  position: relative;
}
.logo a {
  display: block;
}
@media screen and (max-width: 480px) {
  .logo a {
    width: 40px;
    overflow: hidden;
  }
}
.logo img {
  display: block;
}

.header-centre {
  position: absolute;
  top: 18px;
  left: 260px;
  width: 110PX;
}
@media screen and (max-width: 1100px) {
  .header-centre {
    left: 230px;
  }
}
@media screen and (max-width: 1000px) {
  .header-centre {
    left: 200px;
  }
}
@media screen and (max-width: 640px) {
  .header-centre {
    left: 180px;
  }
}
@media screen and (max-width: 480px) {
  .header-centre {
    left: 70px;
  }
}
.header-centre select {
  border-color: transparent;
  border-width: 2px;
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}
.header-centre select:focus {
  border-width: 2px;
  border-color: rgba(57, 61, 74, 0.6);
  outline: 0;
}
.header-centre select:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  color: #000;
  padding: 12px 8px;
  position: absolute;
  right: 0;
  top: 0;
  background: red;
  z-index: 1;
  text-align: center;
  width: 10%;
  height: 100%;
  pointer-events: none;
  box-sizing: border-box;
}

.menu-container {
  text-align: right;
}
.menu-container .search-toggle {
  width: 32px;
  height: 32px;
  font-size: 24px;
  color: #b31b1b;
  width: 32px;
  height: 32px;
  font-size: 24px;
  display: inline-block;
  margin-top: 20px;
}
.menu-container .search-toggle.active {
  color: rgba(179, 27, 27, 0.6);
}
.menu-container .search-toggle span {
  display: none;
}
@media screen and (max-width: 640px) {
  .menu-container .search-toggle {
    margin-right: 15px;
    background-color: rgba(244, 244, 244, 0.8);
    position: relative;
    top: 1px;
  }
  .menu-container .search-toggle i {
    position: relative;
    left: -7px;
    top: -3px;
    font-size: 20px;
  }
}

.main-search {
  position: relative;
}
.main-search .basic-search {
  background: rgba(57, 61, 74, 0.95);
  padding: 25px 0 5px 0;
  position: relative;
}
.home .main-search .basic-search {
  background: rgba(57, 61, 73, 0.95);
}
.main-search .basic-search .btn, .main-search .basic-search .sendbutton {
  height: 45px;
  line-height: auto;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .main-search .basic-search .btn, .main-search .basic-search .sendbutton {
    font-size: 13px;
  }
}
@media screen and (max-width: 640px) {
  .main-search .basic-search .btn span, .main-search .basic-search .sendbutton span {
    font-size: 9px;
  }
}
@media screen and (max-width: 800px) {
  .main-search .basic-search .basic-search-courses {
    border-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
}
@media screen and (max-width: 640px) {
  .main-search .basic-search .basic-search-courses {
    font-size: 10px;
  }
}
@media screen and (max-width: 480px) {
  .main-search .basic-search .basic-search-courses {
    letter-spacing: -1px;
  }
  .main-search .basic-search .basic-search-courses span {
    font-size: 8px;
  }
}
@media screen and (max-width: 320px) {
  .main-search .basic-search .basic-search-courses {
    padding-left: 0;
    padding-right: 0;
    letter-spacing: -1px;
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  .main-search .basic-search .basic-search-contents {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media screen and (max-width: 640px) {
  .main-search .basic-search .basic-search-contents {
    font-size: 10px;
  }
}
@media screen and (max-width: 480px) {
  .main-search .basic-search .basic-search-contents {
    padding-left: 0;
    padding-right: 0;
    letter-spacing: -1px;
    text-align: center;
  }
  .main-search .basic-search .basic-search-contents span {
    font-size: 8px;
    color: #2bb9a3;
  }
}
@media screen and (max-width: 320px) {
  .main-search .basic-search .basic-search-contents span {
    font-size: 8px;
  }
}
@media screen and (max-width: 640px) {
  .main-search .basic-search .search-form input[type=search] {
    font-size: 13px;
    background-position: left 8px center;
    padding-left: 37px;
  }
}
@media screen and (max-width: 420px) {
  .main-search .basic-search .search-form input[type=search] {
    background-image: none;
    padding-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  .main-search .basic-search .search-form {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.main-search .basic-search .filter-actions a {
  color: #FFF;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 15px;
}
.main-search .basic-search .filter-actions a:hover {
  color: #2dc1ab;
}
.main-search .basic-search .advanced-search-toggler .less,
.main-search .basic-search .advanced-search-toggler .more {
  width: 7px;
}
.main-search .basic-search .advanced-search-toggler .less {
  display: none;
}
.main-search .basic-search .advanced-search-toggler .more {
  display: inline-block;
}
.main-search .basic-search .advanced-search-toggler.open .less {
  display: inline-block;
}
.main-search .basic-search .advanced-search-toggler.open .more {
  display: none;
}
.main-search .advanced-search {
  background: rgba(57, 61, 74, 0.95);
  padding: 25px 0;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  top: 100%;
  width: 100%;
  display: none;
  z-index: 10;
}
.main-search .advanced-search h5 {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 10px;
}
.main-search .advanced-search .col-1-6 {
  width: 16.6666666667%;
  display: block;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 800px) {
  .main-search .advanced-search .col-1-6 {
    width: 50%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 800px) {
  .main-search .advanced-search .col-1-6:nth-child(odd) {
    clear: both;
  }
}
@media screen and (max-width: 480px) {
  .main-search .advanced-search .col-1-6 {
    width: 100%;
    float: none;
  }
}
.main-search .advanced-search li {
  margin-bottom: 8px;
  vertical-align: middle;
}
.main-search .advanced-search li label {
  cursor: pointer;
}
.main-search .advanced-search li input[type=checkbox],
.main-search .advanced-search li input[type=radio] {
  display: none;
}
.main-search .advanced-search li input[type=checkbox] + label:before {
  display: inline-block;
  content: "";
  position: relative;
  vertical-align: middle;
  background-color: #dee2e7;
  border-radius: 6px;
  height: 16px;
  width: 16px;
  margin-right: 8px;
  cursor: pointer;
}
.main-search .advanced-search li input[type=checkbox] + label:hover:before {
  background-color: #a6d1cf;
}
.main-search .advanced-search li input[type=checkbox]:checked + label:before {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.28575 1.72542C6.88768 1.3254 6.24014 1.3256 5.84232 1.72587L2.97381 4.61195L2.15935 3.79114C1.7607 3.38938 1.11101 3.38947 0.712463 3.79134C0.318088 4.18901 0.318562 4.83042 0.713525 5.22751L2.97381 7.49995L7.28622 3.16095C7.68096 2.76377 7.68075 2.12234 7.28575 1.72542Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #239886;
  background-size: 8px 10px;
}
.main-search .advanced-search li input[type=checkbox]:checked + label:hover:before {
  background-color: #22b29c;
}
.main-search .advanced-search li input[type=checkbox]:checked + label:active:before {
  background-color: #227f71;
}
.main-search .advanced-search li input[type=radio] + label:before {
  display: inline-block;
  content: "";
  position: relative;
  vertical-align: middle;
  background-color: #dee2e7;
  border-radius: 8px;
  height: 16px;
  width: 16px;
  margin-right: 8px;
  cursor: pointer;
}
.main-search .advanced-search li input[type=radio] + label:hover:before {
  background-color: #b7dad8;
}
.main-search .advanced-search li input[type=radio]:checked + label:before {
  background-color: #239886;
  border: solid 4px #dee2e7;
}
.main-search .advanced-search li input[type=radio]:checked + label:hover:before {
  background-color: #23a793;
}
.main-search .advanced-search li input[type=radio]:checked + label:active:before {
  background-color: #238979;
  border-color: #cfd5dc;
}
.main-search .advanced-search .advanced-search-close {
  padding-left: 40px;
  padding-right: 40px;
}
.main-search .advanced-search .advanced-search-close i {
  font-size: 14px;
}

.main-nav {
  display: inline-block;
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: right;
}
.main-nav > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.main-nav > ul > li {
  display: inline-block;
  margin: 0;
}
.main-nav > ul > li.open .sub-menu-container {
  display: block;
}
.main-nav > ul > li.open .sub-menu-container .sub-menu {
  display: block;
}
@media screen and (max-width: 800px) {
  .main-nav > ul > li {
    display: block;
    margin: 0;
    position: relative;
  }
}
.main-nav > ul > li > a {
  height: 74px;
  display: block;
  line-height: 74px;
  padding: 0 14px;
  text-decoration: none;
  color: #393d4a;
  transition: all 0.2s ease;
}
.main-nav > ul > li > a:hover {
  color: #b31b1b;
}
@media screen and (max-width: 1000px) {
  .main-nav > ul > li > a {
    font-size: 15px;
    padding: 0 6px;
  }
}
@media screen and (max-width: 800px) {
  .main-nav > ul > li > a {
    text-align: left !important;
    width: 100%;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    padding: 10px 18px 10px 18px;
    background-color: #393d4a;
    border-bottom: solid 1px #e1e1e1;
    height: auto;
    color: #FFF;
    text-transform: uppercase;
  }
  .main-nav > ul > li > a:hover {
    text-decoration: none;
    color: #b31b1b;
  }
}
@media screen and (min-width: 800px) {
  .main-nav > ul > li > a.open {
    color: #b31b1b;
    box-shadow: inset 0 -4px #b31b1b;
  }
}
@media screen and (max-width: 800px) {
  .main-nav > ul > li .mobile-submenu-toggler {
    cursor: pointer;
    position: absolute;
    height: 40px;
    width: 40px;
    top: 0;
    right: 0;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
    color: #FFF;
  }
  .main-nav > ul > li .mobile-submenu-toggler:hover {
    color: #b31b1b;
  }
  .main-nav > ul > li .mobile-submenu-toggler:before {
    content: "+";
  }
}
@media screen and (max-width: 800px) {
  .main-nav > ul > li .mobile-submenu-toggler.open:before {
    content: "-";
  }
}
.main-nav > ul > li.current-menu-item > a {
  color: #b31b1b;
  box-shadow: inset 0 -4px #b31b1b;
}
@media screen and (max-width: 800px) {
  .main-nav {
    width: 82%;
    z-index: 2;
    background-color: #393d4a;
    margin-top: 0;
    position: fixed;
    top: 0;
    right: -82%;
    overflow: auto;
    height: 100%;
    border-left: 1px solid #393d4a;
    transition: all 0.2s ease;
  }
  .main-nav.open {
    right: 0;
    transition: all 0.2s ease;
  }
}

.sub-menu-container {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  z-index: 20;
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  background: rgba(92, 98, 117, 0.97);
  border-bottom: solid 1px #8b1f2d;
  text-align: left;
}
.sub-menu-container.open {
  display: block;
}
@media screen and (max-width: 800px) {
  .sub-menu-container {
    display: none;
    border: none;
    position: relative;
    padding: 0;
    margin-top: 0;
  }
}
.sub-menu-container li.view-all .btn, .sub-menu-container li.view-all .sendbutton {
  padding-left: 15px;
  padding-right: 15px;
}
.sub-menu-container li.view-all .btn i, .sub-menu-container li.view-all .sendbutton i {
  font-size: 14px;
  position: relative;
  top: -1px;
}
.sub-menu-container li.view-all .btn.btn-white, .sub-menu-container li.view-all .btn-white.sendbutton {
  opacity: 0.7;
}
.sub-menu-container li.view-all .btn.btn-white:hover, .sub-menu-container li.view-all .btn-white.sendbutton:hover {
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .sub-menu-container li.view-all {
    padding: 5px 10px 10px 10px;
    text-align: right;
  }
  .sub-menu-container li.view-all .btn, .sub-menu-container li.view-all .sendbutton {
    display: inline-block;
    width: auto;
  }
}
@media screen and (max-width: 800px) {
  .sub-menu-container.open {
    display: block;
  }
}
.sub-menu-container > ul {
  height: 360px;
  padding: 15px 0;
  width: 100%;
  -moz-columns: 4;
  columns: 4;
  -moz-column-gap: 15px;
  column-gap: 15px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .sub-menu-container > ul {
    -moz-columns: unset;
    columns: unset;
    height: auto;
    padding: 0;
  }
}
.sub-menu-container li {
  display: block;
  font-size: 13px;
}
.sub-menu-container li:first-child {
  border-top: none;
}
@media screen and (max-width: 800px) {
  .sub-menu-container li {
    margin-bottom: 0;
  }
}
.sub-menu-container .sub-menu .btn, .sub-menu-container .sub-menu .sendbutton {
  margin-top: 7px;
  margin-bottom: 15px;
}
@media screen and (max-width: 800px) {
  .sub-menu-container .sub-menu {
    margin-top: 0;
  }
}
.sub-menu-container .sub-menu > li {
  margin-bottom: 10px;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.sub-menu-container .sub-menu > li:hover {
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.15s;
}
@media screen and (max-width: 800px) {
  .sub-menu-container .sub-menu > li {
    position: relative;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  .sub-menu-container .sub-menu > li .sub-cat-toggler {
    display: block;
    position: absolute;
    height: 32px;
    width: 32px;
    top: 3px;
    right: 3px;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    cursor: pointer;
  }
  .sub-menu-container .sub-menu > li .sub-cat-toggler:hover {
    color: #b31b1b;
  }
  .sub-menu-container .sub-menu > li .sub-cat-toggler:before {
    content: "+";
  }
}
@media screen and (max-width: 800px) {
  .sub-menu-container .sub-menu > li .sub-cat-toggler.open:before {
    content: "-";
  }
}
@media screen and (max-width: 800px) {
  .sub-menu-container .sub-menu > li .children {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .sub-menu-container .sub-menu > li .children.open {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .sub-menu-container .sub-menu > li.open .sub-cat-toggler:before {
    content: "-";
  }
}
@media screen and (max-width: 800px) {
  .sub-menu-container .sub-menu > li.open .children {
    display: block;
  }
}
.sub-menu-container .sub-menu a {
  color: #FFF;
  text-decoration: none;
  position: relative;
  padding: 6px 5px;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
.sub-menu-container .sub-menu a:hover {
  text-decoration: none;
  background: #b31b1b;
}
@media screen and (max-width: 800px) {
  .sub-menu-container .sub-menu a {
    padding: 10px 18px 10px 18px;
    border-bottom: solid 1px #e1e1e1;
    margin-left: 0;
    display: block;
  }
  .sub-menu-container .sub-menu a:hover {
    text-decoration: none;
    border-bottom: solid 1px #e1e1e1;
  }
  .sub-menu-container .sub-menu a:before {
    display: none;
  }
}
.sub-menu-container .sub-menu ul.children li {
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}
.sub-menu-container .sub-menu ul.children .children li {
  padding: 0 0 0 25px;
  font-size: 12px;
}
.sub-menu-container .sub-menu ul.children .children li:before {
  content: "-";
  position: relative;
  float: left;
  color: #FFF;
  z-index: 2;
  padding: 6px 0 0 15px;
}
.sub-menu-container .sub-menu ul.children a {
  font-weight: normal;
  text-transform: none;
  padding: 6px 5px 6px 25px;
}
@media screen and (max-width: 800px) {
  .sub-menu-container .sub-menu ul.children a {
    padding: 6px 5px 6px 35px;
  }
}
.sub-menu-container .category-link {
  display: none;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
}
.sub-menu-container .category-link:hover {
  text-decoration: underline;
}
@media screen and (max-width: 800px) {
  .sub-menu-container .category-link {
    position: relative;
    padding: 10px 40px 10px 15px;
    background-color: #FFF;
    border-bottom: solid 1px #e1e1e1;
    display: block;
  }
  .sub-menu-container .category-link:hover {
    text-decoration: none;
  }
  .sub-menu-container .category-link:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    top: 7px;
    right: 15px;
    font-weight: 700;
    color: #b31b1b;
    position: absolute;
  }
  .sub-menu-container .category-link.open:after {
    content: "";
  }
}
.sub-menu-container .btn-success {
  margin: 15px 0 0 0;
  color: #FFF !important;
}
.sub-menu-container .btn-success:hover {
  text-decoration: none !important;
}
.sub-menu-container .btn-success:before {
  display: none;
}
@media screen and (max-width: 800px) {
  .sub-menu-container .btn-success {
    padding: 0 !important;
    margin-top: 0;
    width: 100%;
    margin-left: 0 !important;
    border-radius: 0;
    color: #239886 !important;
    border: 0;
  }
  .sub-menu-container .btn-success:hover {
    background-color: rgba(35, 152, 134, 0.05);
    border: none;
  }
}

.burger-menu {
  display: none;
}
@media screen and (max-width: 800px) {
  .burger-menu {
    display: inline-block;
    position: relative;
    top: 17px;
    height: 40px;
    width: 40px;
    border: solid 1px #8b1f2d;
    background-color: rgba(244, 244, 244, 0.8);
    cursor: pointer;
    border-radius: 3px;
  }
  .burger-menu:before {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-size: 21px;
    left: 10px;
    top: 5px;
    color: #b31b1b;
    font-weight: 900;
  }
  .burger-menu:hover {
    background-color: rgba(179, 27, 27, 0.1);
  }
  .burger-menu.open:before {
    content: "";
  }
}

.secondary-menu {
  position: relative;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .secondary-menu {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .secondary-menu {
    margin-top: 0px;
    text-align: left;
    padding-bottom: 20px;
    min-height: 60px;
  }
}
@media screen and (max-width: 640px) {
  .secondary-menu {
    margin-top: 0px;
    min-height: 60px;
    background-color: #FFF;
  }
}
.secondary-menu label {
  margin-left: 14px;
  padding-right: 5px;
  background-color: #FFF;
  position: relative;
  font-size: 14px;
  color: #8b1f2d;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 800px) {
  .secondary-menu label {
    display: block;
  }
}
.secondary-menu label:before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 110px;
  height: 2px;
  left: 80px;
  top: 9px;
  background-color: #8b1f2d;
}
@media screen and (max-width: 800px) {
  .secondary-menu label:before {
    left: 0;
    z-index: 0;
    width: 97%;
  }
}
.secondary-menu label span {
  background-color: #FFF;
  padding-right: 10px;
  z-index: 1;
  position: relative;
}
.secondary-menu.open {
  display: block;
}
.secondary-menu.open ul.menu li {
  display: block !important;
}
.secondary-menu ul.menu {
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  .secondary-menu ul.menu {
    position: absolute;
    background-color: #FFF;
    z-index: 2;
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .secondary-menu ul.menu li {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .secondary-menu ul.menu li {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .secondary-menu ul.menu li {
    display: none;
  }
}
.secondary-menu ul.menu li:first-child a {
  border-top: solid 1px #e1e1e1;
}
.secondary-menu ul.menu li.current-menu-item {
  background-color: #FFF;
}
.secondary-menu ul.menu li.current-menu-item a {
  color: #8b1f2d;
  border-top: solid 1px #b31b1b;
  border-bottom: solid 1px #b31b1b;
  margin-top: -1px;
  pointer-events: none;
}
.secondary-menu ul.menu li a:hover {
  color: #9a2231;
}
@media screen and (max-width: 800px) {
  .secondary-menu ul.menu li.current-menu-item {
    display: block;
  }
  .secondary-menu ul.menu li.open {
    display: block;
    margin-top: -1px;
  }
}
.secondary-menu a {
  padding: 12px 0;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  color: #393d48;
  border-bottom: solid 1px #e1e1e1;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 1000px) {
  .secondary-menu a {
    padding: 12px 8px;
    border-bottom: solid 1px #e1e1e1;
    margin-bottom: 0px;
    font-size: 12px;
  }
}
@media screen and (max-width: 800px) {
  .secondary-menu a {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .secondary-menu a {
    border: none;
    border-bottom: solid 1px #e1e1e1;
    text-align: center;
    margin-bottom: 0;
  }
}
.secondary-menu .sub-menu-toggle {
  display: none;
  width: 39px;
  height: 36px;
  text-align: center;
  position: absolute;
  z-index: 3;
  right: 1px;
  top: 12px;
  border: none;
  background: #F4F4F4;
  border-radius: 3px;
}
.secondary-menu .sub-menu-toggle:hover {
  color: #9a2231;
}
.secondary-menu .sub-menu-toggle:before {
  position: absolute;
  content: "";
  color: #8b1f2d;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  line-height: 14px;
  right: 15px;
}
.secondary-menu .sub-menu-toggle.open:before {
  content: "";
}
@media screen and (max-width: 800px) {
  .secondary-menu .sub-menu-toggle {
    display: block !important;
  }
}
.secondary-menu .sub-menu-toggle i {
  color: #FFF;
  font-size: 35px;
}

@media screen and (max-width: 640px) {
  .nav-container {
    position: relative;
  }
}

.course-nav-more-details {
  position: relative;
  display: none;
  padding: 12px 0;
  border-bottom: solid 1px #e1e1e1;
  border-top: solid 1px #e1e1e1;
  background-color: #e1e1e1;
  color: #393d48;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.course-nav-more-details:before {
  position: absolute;
  content: ;
  color: #393d4a;
  font-family: "Font Awesome 5 Free";
  right: 15px;
  top: 6px;
  font-size: 20px;
}
.course-nav-more-details.open:before {
  content: "";
}
@media screen and (max-width: 640px) {
  .course-nav-more-details {
    display: block;
  }
}

.single-course-nav {
  margin-top: 25px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .single-course-nav {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .single-course-nav {
    margin-top: 0;
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  .single-course-nav {
    display: none;
    position: absolute;
    background-color: #FFF;
    z-index: 50;
  }
  .single-course-nav.open {
    display: block;
  }
}
.single-course-nav li:first-child a {
  border-top: solid 1px #e1e1e1;
}
@media screen and (max-width: 1000px) {
  .single-course-nav li {
    display: inline-block;
  }
}
@media screen and (max-width: 640px) {
  .single-course-nav li {
    display: block;
  }
}
.single-course-nav a {
  padding: 12px 0;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  color: #393d48;
  border-bottom: solid 1px #e1e1e1;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 1000px) {
  .single-course-nav a {
    padding: 12px 8px;
    border: solid 1px #e1e1e1;
    margin-bottom: 4px;
    font-size: 12px;
  }
}
@media screen and (max-width: 800px) {
  .single-course-nav a {
    font-size: 10px;
  }
}
@media screen and (max-width: 640px) {
  .single-course-nav a {
    border: none;
    border-bottom: solid 1px #e1e1e1;
    text-align: center;
    margin-bottom: 0;
  }
}
.single-course-nav a:hover {
  background-color: #e1e1e1;
}

.button-back {
  line-height: 9px;
}
@media screen and (max-width: 480px) {
  .button-back {
    line-height: 35px;
  }
}
.button-back i {
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .button-back i {
    line-height: 40px;
  }
}
@media screen and (max-width: 640px) {
  .button-back i {
    line-height: auto;
  }
}
.button-back p {
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .button-back p {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .button-back p {
    display: inline-block;
  }
}
@media screen and (max-width: 480px) {
  .button-back p {
    display: none;
  }
}

.articles-navigation {
  z-index: 10;
  width: 100%;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}
.articles-navigation a {
  background-color: #777777;
  padding: 20px;
  width: 200px;
  position: absolute;
  display: block;
  text-decoration: none;
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  transition: all 0.5s ease-in-out;
}
.articles-navigation a.prev-article {
  left: -200px;
}
.articles-navigation a.next-article {
  right: -200px;
}
.articles-navigation a:hover {
  transition: all 0.3s ease-in-out;
}
.articles-navigation a:hover i {
  background-color: #777777;
  color: #FFF;
  border-color: transparent;
}
.articles-navigation a:hover i.fa-angle-left {
  border-left: solid 1px #393d4a;
}
.articles-navigation a:hover i.fa-angle-right {
  border-right: solid 1px #393d4a;
}
.articles-navigation a:hover.prev-article {
  left: 0;
}
.articles-navigation a:hover.next-article {
  right: 0;
}
.articles-navigation i {
  text-align: center;
  top: 0;
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #FFF;
  border: solid 1px #777777;
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
  color: #393d4a;
}
.articles-navigation i.fa-angle-left {
  border-left: none;
  right: -50px;
}
.articles-navigation i.fa-angle-right {
  border-right: none;
  left: -50px;
}

a.at-share-btn {
  zoom: 60%;
}

footer {
  border-top: solid 1px #393d4a;
}
footer .footer-newsletter {
  display: none;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
footer .footer-newsletter .footer-close {
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  text-align: center;
  top: 10px;
  right: 0;
  color: #b31b1b;
}
footer .footer-newsletter .footer-close span {
  display: none;
}
footer .main-footer {
  background: #393d4a;
  border-top: solid 5px #8b1f2d;
  color: #FFF;
  padding-top: 25px;
}
footer .main-footer .grid {
  display: flex;
  flex-wrap: wrap;
}
footer .main-footer .grid .column {
  width: 20%;
  flex: 1;
  padding: 10px;
  position: relative;
  transition: all 0.2s ease;
}
footer .main-footer .grid .column:last-child {
  padding-right: 0px;
}
@media screen and (max-width: 1355px) {
  footer .main-footer .grid .column:last-child {
    border-right: 0;
  }
}
@media screen and (max-width: 1100px) {
  footer .main-footer .grid .column:last-child {
    border-right: 0;
    display: block !important;
  }
}
footer .main-footer .grid .column:first-child {
  padding-left: 0px;
}
@media screen and (max-width: 1355px) {
  footer .main-footer .grid .column {
    width: 20%;
  }
}
@media screen and (max-width: 1000px) {
  footer .main-footer .grid .column {
    min-width: 50%;
    padding-left: 0px;
  }
}
@media screen and (max-width: 800px) {
  footer .main-footer .grid .column {
    min-width: 50%;
    padding-left: 0px;
  }
  footer .main-footer .grid .column::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (max-width: 640px) {
  footer .main-footer .grid .column {
    min-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  footer .main-footer .grid .column {
    min-width: 100%;
    min-height: initial;
  }
}
footer .main-footer .footer-nav::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 800px) {
  footer .main-footer .footer-nav {
    margin-bottom: 30px;
  }
}
footer .main-footer .footer-nav .title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  footer .main-footer .footer-nav ul {
    width: 100%;
  }
}
footer .main-footer .footer-nav a {
  display: inline-block !important;
  color: #FFF;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  display: block;
  padding: 3px 0;
}
footer .main-footer .footer-nav a:hover {
  text-decoration: underline;
  color: #FFF;
}
footer .main-footer .footer-newsletter-btn {
  margin-bottom: 25px;
}
@media screen and (max-width: 800px) {
  footer .main-footer .footer-newsletter-btn {
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  footer .main-footer .footer-newsletter-btn {
    text-align: center;
  }
}
footer .main-footer .footer-social-networks {
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  footer .main-footer .footer-social-networks {
    text-align: left;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  footer .main-footer .footer-social-networks {
    text-align: center;
  }
}
footer .main-footer .footer-social-networks ul {
  list-style-type: none;
}
footer .main-footer .footer-social-networks li {
  display: inline-block;
  margin: 0;
}
footer .main-footer .footer-social-networks li.rss a:hover {
  color: orange;
}
footer .main-footer .footer-social-networks li.facebook a:hover {
  color: #3B5998;
}
footer .main-footer .footer-social-networks li.youtube a:hover {
  color: #FF3333;
}
footer .main-footer .footer-social-networks li.linkedin a:hover {
  color: #007bb6;
}
footer .main-footer .footer-social-networks a {
  color: #FFF;
  text-decoration: none;
  display: block;
  height: 28px;
  width: 28px;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}
footer .main-footer .footer-social-networks a span {
  display: none;
}
footer .main-footer .footer-contacts {
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  footer .main-footer .footer-contacts {
    text-align: left;
  }
}
footer .main-footer .footer-contacts a {
  color: #FFF;
  text-decoration: none;
}
footer .main-footer .footer-contacts a:hover {
  text-decoration: underline;
}
footer .main-footer .footer-copyrights {
  font-size: 12px;
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  footer .main-footer .footer-copyrights {
    text-align: center;
  }
}
footer .main-footer .footer-copyrights p {
  margin-top: 0;
  font-size: 12px;
}
footer .main-footer .credits {
  border-top: solid 1px #FFF;
  padding: 15px 0;
  margin-top: 15px;
  font-size: 12px;
}
footer .main-footer .credits a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}
footer .sub-menu-overlay {
  position: absolute;
  top: 360px;
  left: 0;
  right: 0;
  height: calc(100vh - 75px - 360px);
  background: rgba(57, 61, 74, 0.2);
  z-index: 20;
  display: none;
}
footer .sub-menu-overlay.open {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  /* bottom: 0; */
  height: 100vh;
}
@media screen and (max-width: 800px) {
  footer .sub-menu-overlay {
    display: none !important;
  }
}

.hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #8b1f2d;
}

.hero-content {
  height: 250px;
  padding-top: 95px;
  position: relative;
  overflow: hidden;
  background: transparent linear-gradient(0deg, rgba(57, 61, 73, 0.6) 0%, rgba(48, 52, 62, 0.6) 12%, rgba(11, 12, 15, 0.2) 100%) 0% 0% no-repeat;
}
@media screen and (max-width: 480px) {
  .hero-content {
    padding-top: 60px;
  }
}
.hero-content .hero-title,
.hero-content .hero-lead {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #FFF;
  text-align: center;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
  line-height: 1.2em;
}
.hero-content .hero-title {
  font-size: 53px;
}
@media screen and (max-width: 1100px) {
  .hero-content .hero-title {
    padding-top: 10px;
    font-size: 40px;
  }
}
@media screen and (max-width: 800px) {
  .hero-content .hero-title {
    padding-top: 0px;
    font-size: 40px;
  }
}
@media screen and (max-width: 320px) {
  .hero-content .hero-title {
    font-size: 27px;
  }
}
.hero-content .hero-lead {
  font-size: 20px;
  padding-top: 27px;
}
@media screen and (max-width: 480px) {
  .hero-content .hero-lead {
    padding-top: 14px;
  }
}

.hero-search {
  height: 95px;
  padding: 25px;
  background: rgba(57, 61, 74, 0.8);
}
@media screen and (max-width: 800px) {
  .hero-search {
    height: 155px;
  }
}
@media screen and (max-width: 640px) {
  .hero-search {
    height: 205px;
  }
}
.hero-search .search-form-select {
  border-color: #8b1f2d;
}
@media screen and (max-width: 800px) {
  .hero-search .search-form-select, .hero-search .btn, .hero-search .sendbutton {
    margin-top: 15px;
  }
}

.about img {
  width: 65% !important;
  margin-right: 7px;
  float: left;
}
.about a img {
  width: 32.5% !important;
  margin-right: 0;
}

.post.post-body {
  margin-bottom: 35px;
}
.post.post-body h1, .post.post-body h2, .post.post-body h3, .post.post-body h4, .post.post-body h5, .post.post-body h6 {
  color: #239886;
  margin: 20px auto 10px auto;
}
.post.post-body h1 {
  font-size: 30px;
}
.post.post-body h2 {
  font-size: 20px;
}
.post.post-body h3 {
  font-size: 18px;
}
.post.post-body h4 {
  font-size: 15px;
}
.post.post-body p, .post.post-body li {
  font-size: 15px;
  line-height: 25px;
}
.post.post-body a {
  color: #b31b1b;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.post.post-body a:hover {
  text-decoration: underline;
}
.post.post-body .btn, .post.post-body .sendbutton {
  color: #FFF;
}
.post.post-body ul {
  margin-left: 35px;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.post.post-body ul li:not(.vfb-item) {
  list-style-type: none;
  position: relative;
  margin-bottom: 5px;
}
.post.post-body ul li:not(.vfb-item):before {
  content: "•";
  position: absolute;
  left: -15px;
  color: #b31b1b;
  font-size: 19px;
  top: 0;
}
.post.post-body ol {
  padding-left: 20px;
  font-size: 15px;
  color: #b31b1b;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.post.post-body ol li {
  margin-bottom: 5px;
}

.home {
  background: #FFF;
}
.home aside {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 95px;
  margin-bottom: 25px;
  background: #FFF;
}
@media screen and (max-width: 1000px) {
  .home aside {
    margin-top: 0;
  }
}
.home .row .promo-container, .home .sub-menu-container > ul .promo-container {
  background-color: #b31b1b;
  padding: 16px 8px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .home .row .promo-container, .home .sub-menu-container > ul .promo-container {
    display: block !important;
    align-items: none !important;
  }
}
.home .row .promo-container h4, .home .sub-menu-container > ul .promo-container h4 {
  color: white;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans";
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .home .row .promo-container .promo-type, .home .sub-menu-container > ul .promo-container .promo-type {
    padding: 10px;
  }
}
.home .row .promo-container .promo-type h4, .home .sub-menu-container > ul .promo-container .promo-type h4 {
  font-size: 16px;
}
.home .row .promo-container .promo-type p, .home .sub-menu-container > ul .promo-container .promo-type p {
  color: white;
  font-size: 14px;
  margin: 5px 0 0 0;
}
.home .row .promo-container .promo-type.border, .home .sub-menu-container > ul .promo-container .promo-type.border {
  border-left: 1px solid white;
  border-right: 1px solid white;
}
@media screen and (max-width: 1000px) {
  .home .row .promo-container .promo-type.border, .home .sub-menu-container > ul .promo-container .promo-type.border {
    border-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .home .row .promo-container .promo-type.border, .home .sub-menu-container > ul .promo-container .promo-type.border {
    border-right: 0;
    border-bottom: 1px solid white;
  }
}

.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: inherit;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: white;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19f;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50% !important;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  opacity: 0.6;
  /* vertically center */
  transform: translateY(-50%);
  transition: all 0.2s ease;
}
@media screen and (max-width: 1100px) {
  .flickity-prev-next-button {
    top: 30% !important;
  }
}
@media screen and (max-width: 1000px) {
  .flickity-prev-next-button {
    top: 30% !important;
  }
}
@media screen and (max-width: 800px) {
  .flickity-prev-next-button {
    top: 30% !important;
  }
}
.flickity-prev-next-button.previous {
  left: -50px !important;
}
@media screen and (max-width: 1100px) {
  .flickity-prev-next-button.previous {
    left: 26px !important;
  }
}
.flickity-prev-next-button.next {
  right: -50px;
  left: unset !important;
}
@media screen and (max-width: 1100px) {
  .flickity-prev-next-button.next {
    right: 26px !important;
  }
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.flkty-container .thumbnail-list {
  max-height: 400px;
  margin: 20px 0 0 0 !important;
}

.course-list-side {
  width: 28%;
  float: left;
  text-align: right;
}
.course-list-side.filters {
  opacity: 0;
  transition: all 0.5s ease;
}
.course-list-side.show {
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .course-list-side.place {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .course-list-side.place .course-list-side-content {
    width: 100%;
    max-width: 100%;
    padding: 15px;
  }
}
@media screen and (max-width: 800px) {
  .course-list-side.place .secondary-menu {
    width: 100%;
  }
}
.course-list-side .toggle-filters-mobile {
  display: none;
  text-align: left;
  color: #FFF;
  border-radius: 3px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  background-color: #8b1f2d;
  padding: 0 30px 0 10px;
  line-height: 42px;
  position: relative;
}
.course-list-side .toggle-filters-mobile:after {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  right: 12px;
  height: 9px;
  width: 14px;
  background-image: url(assets/images/chevron-down-white.svg);
  background-position: top left;
  background-repeat: no-repeat;
  background-color: transparent;
  transition: all 0.15s;
}
@media screen and (max-width: 800px) {
  .course-list-side .toggle-filters-mobile {
    display: block;
  }
}
.course-list-side .toggle-filters-mobile.open:after {
  transform: rotateZ(180deg);
}
.course-list-side .course-list-side-content {
  padding: 30px 15px;
  display: inline-block;
  text-align: left;
  max-width: 275px;
  width: 100%;
}
.course-list-side .course-list-side-content.open .container-filters {
  display: block;
}
@media screen and (max-width: 800px) {
  .course-list-side .course-list-side-content.open .container-filters {
    display: block;
  }
}
.course-list-side .h6 {
  text-transform: uppercase;
  position: relative;
  padding-right: 50px;
  font-size: 13px;
  color: #8b1f2d;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.course-list-side .h6 .counter {
  font-size: 12px;
  color: #393d4a;
  position: absolute;
  top: 3px;
  right: 22px;
}
.course-list-side .h6 .cat-toggler {
  display: block;
  font-size: 15px;
  color: #8b1f2d;
  font-size: 15px;
  font-weight: 700;
  height: 18px;
  width: 18px;
  text-align: center;
  position: absolute;
  top: 0;
  right: -4px;
  line-height: 18px;
  padding-top: 3px;
  cursor: pointer;
}
.course-list-side .h6 .cat-toggler:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  display: inline-block;
}
.course-list-side .h6 .cat-toggler:hover {
  color: #b31b1b;
}
.course-list-side .h6 .cat-toggler.open:before {
  content: "";
}
.course-list-side > .category-list > li {
  padding-right: 52px;
}
.course-list-side .category-list {
  display: none;
}
.course-list-side .category-list.open {
  display: block;
}
.course-list-side .category-list li {
  position: relative;
}
.course-list-side .category-list li .counter {
  position: absolute;
  display: block;
  top: 6px;
  right: 18px;
  height: 16px;
  font-size: 12px;
  color: #777777;
  text-align: right;
  display: none;
}
.course-list-side fieldset label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  vertical-align: middle;
  padding: 6px;
  color: #393d48;
}
.course-list-side fieldset label input[type=checkbox],
.course-list-side fieldset label input[type=radio] {
  margin-right: 5px;
}
.course-list-side fieldset input[type=checkbox],
.course-list-side fieldset input[type=radio] {
  display: none;
}
.course-list-side fieldset input[type=checkbox] + label:before {
  display: inline-block;
  content: "";
  position: relative;
  vertical-align: middle;
  background-color: #dee2e7;
  border-radius: 6px;
  height: 16px;
  width: 16px;
  margin-right: 8px;
  cursor: pointer;
}
.course-list-side fieldset input[type=checkbox] + label:hover:before {
  background-color: #a6d1cf;
}
.course-list-side fieldset input[type=checkbox]:checked + label:before {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.28575 1.72542C6.88768 1.3254 6.24014 1.3256 5.84232 1.72587L2.97381 4.61195L2.15935 3.79114C1.7607 3.38938 1.11101 3.38947 0.712463 3.79134C0.318088 4.18901 0.318562 4.83042 0.713525 5.22751L2.97381 7.49995L7.28622 3.16095C7.68096 2.76377 7.68075 2.12234 7.28575 1.72542Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #239886;
  background-size: 8px 10px;
}
.course-list-side fieldset input[type=checkbox]:checked + label:hover:before {
  background-color: #22b29c;
}
.course-list-side fieldset input[type=checkbox]:checked + label:active:before {
  background-color: #227f71;
}
.course-list-side .dropdown-arrow {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  margin-top: -20px;
  cursor: pointer;
}
.course-list-side .dropdown-arrow.closed:before, .course-list-side .dropdown-arrow.opened:before {
  position: absolute;
  top: -5px;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
}
.course-list-side .dropdown-arrow.closed:before {
  content: "";
}
.course-list-side .dropdown-arrow.opened:before {
  content: "";
}
.course-list-side .children {
  display: none;
  padding-left: 15px;
}

.course-list-content {
  padding: 30px 25px;
  float: left;
  width: calc(100% - 28%);
  background: #FFF;
}
.course-list-content .course-list-content-content {
  max-width: 1080px;
}
@media screen and (max-width: 480px) {
  .course-list-content .filters {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .course-list-content .filters small {
    display: block;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 480px) {
  .course-list-content .filters select {
    font-size: 11px;
    text-transform: uppercase;
    background-position: right 5px center;
    padding: 0 21px 0 6px;
  }
}
@media screen and (max-width: 480px) {
  .course-list-content .filters .re-order {
    font-size: 11px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 480px) {
  .course-list-content .filters .re-order label {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (max-width: 800px) {
  .course-list-content .results-header-container {
    padding-right: 15px;
  }
}
.course-list-content .results-header {
  text-align: center;
  font-size: 13px;
  color: #393d4a;
  border-top: solid 1px #e1e1e1;
  margin-top: 10px;
  padding-top: 10px;
  font-weight: 700;
  transition: all 0.2s ease;
}
.course-list-content .results-header b {
  color: #8b1f2d;
}
.course-list-content .results-header span {
  font-size: 16px;
}
.course-list-content .results-header.open {
  margin-top: 230px;
}
.course-list-content .heading .heading-title {
  color: #393d4a;
}
.course-list-content .heading .heading-title span {
  background: #f7f7f7;
}
.course-list-content .heading .heading-title:before {
  background: #393d4a;
}
.course-list-content .heading .heading-lead {
  color: #393d4a;
}

.course-list-results {
  margin-bottom: 40px;
  min-height: 895px;
  margin-top: 0;
  transition: margin-top 0.2s ease;
}
.course-list-results.open {
  margin-top: 230px;
}
@media screen and (max-width: 800px) {
  .course-list-results .list-results {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 640px) {
  .course-list-results .list-results {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.course-list-results .loading {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 2;
  background-color: rgba(247, 247, 247, 0.5);
}
.course-list-results .loading .loading-anim {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 67px;
  height: 66px;
  background-image: url(assets/images/loader.png);
  background-repeat: no-repeat;
  -webkit-animation: loadAnim 0.4s steps(16) infinite;
          animation: loadAnim 0.4s steps(16) infinite;
}

.course-list {
  background: white;
}
.course-list::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 800px) {
  .course-list .course-list-side {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .course-list .course-list-side-content {
    width: 100%;
    max-width: 100% !important;
    padding: 15px 15px 0 15px !important;
  }
}
@media screen and (max-width: 800px) {
  .course-list .course-list-content {
    width: 100%;
    padding: 15px 0 !important;
  }
}
.course-list .more-options {
  display: none !important;
}
@media screen and (max-width: 800px) {
  .course-list .more-options {
    display: block !important;
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .course-list .container-filters {
    display: none;
  }
}
.course-list .container-filters > section {
  border-bottom: solid 1px #e1e1e1;
}
.course-list .container-filters > section:first-child {
  border-top: solid 1px #e1e1e1;
}
.course-list .change-view {
  margin-right: 0px;
  line-height: 35px;
}
@media screen and (max-width: 1000px) {
  .course-list .change-view {
    margin-right: 0px;
  }
}
@media screen and (max-width: 800px) {
  .course-list .change-view {
    display: none !important;
  }
}

.course-single-container {
  padding: 30px 0;
  background: #FFF;
  float: left;
  position: relative;
  overflow: hidden;
  width: calc(100% - 300px);
  width: 70%;
}
@media screen and (max-width: 1100px) {
  .course-single-container {
    width: 80%;
  }
}
@media screen and (max-width: 1000px) {
  .course-single-container {
    width: 100%;
  }
}
.course-single-container .article-aside-right-container {
  max-width: 1080px;
}
@media screen and (max-width: 1000px) {
  .course-single-container .article-aside-right-container {
    max-width: 100%;
  }
}
.course-single-container .article-aside-right-container.open {
  filter: blur(5px);
}
.course-single-container .article-aside-right-container button {
  text-transform: uppercase;
}
.course-single-container .article-aside-right-container .speak-with-us {
  position: relative;
  line-height: 14px;
  text-align: left;
  padding: 12px 0 0 43px;
}
.course-single-container .article-aside-right-container .speak-with-us i {
  position: absolute;
  top: 15px;
  left: 10px;
}
.course-single-container .article-aside-right-container ul {
  font-size: 14px;
}
.course-single-container .promo-single {
  background-color: #b31b1b;
  padding: 10px 0;
  color: #FFF;
  display: inline-block;
  width: 100%;
  max-width: 100%;
}
.course-single-container .promo-single .promo-title {
  font-weight: bold;
  font-size: 14px;
}
.course-single-container .promo-single .promo-content {
  font-size: 14px;
}
@media screen and (max-width: 800px) {
  .course-single-container .promo-single .promo-content {
    display: block;
    margin-top: 5px;
  }
}
.course-single-container .promo-single .promo-link {
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  float: right;
}
.course-single-container .promo-single .promo-link:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1000px) {
  .course-single-container .promo-single .promo-link {
    margin-top: 5px;
  }
}
.course-single-container p {
  font-size: 14px;
}
.course-single-container p.promo {
  color: #b31b1b;
  font-size: 13px;
  margin-top: 10px;
  font-weight: 600;
}
.course-single-container article a:not(.btn):not(.sendbutton) {
  color: #8b1f2d;
}
.course-single-container article a:not(.btn):not(.sendbutton):hover {
  color: #b31b1b;
}
.course-single-container article ul {
  margin-left: 35px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}
.course-single-container article ul li {
  font-size: 14px;
  line-height: 25px;
  list-style-type: none;
  position: relative;
  margin-bottom: 5px;
}
.course-single-container article ul li:before {
  content: "•";
  position: absolute;
  left: -15px;
  color: #b31b1b;
  font-size: 19px;
  top: 0;
}
.course-single-container article ol {
  padding-left: 20px;
  font-size: 15px;
  color: #b31b1b;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.course-single-container article ol li {
  margin-bottom: 5px;
}
@media screen and (max-width: 800px) {
  .course-single-container article .post-body {
    margin-top: 0;
  }
}
.course-single-container article .post-body p a, .course-single-container article .post-body li a {
  color: #b31b1b;
  text-decoration: none;
}
.course-single-container article .post-body p a:hover, .course-single-container article .post-body li a:hover {
  text-decoration: underline;
}
.course-single-container article .post-body ul {
  margin-left: 35px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.course-single-container article .post-body ul li {
  font-size: 14px;
  line-height: 25px;
  list-style-type: none;
  position: relative;
  margin-bottom: 5px;
}
.course-single-container article .post-body ul li:before {
  content: "•";
  position: absolute;
  left: -15px;
  color: #b31b1b;
  font-size: 19px;
  top: 0;
}
.course-single-container article .post-body ol {
  padding-left: 20px;
  font-size: 15px;
  color: #b31b1b;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.course-single-container article .post-body ol li {
  margin-bottom: 5px;
}
.course-single-container article section h2 {
  margin: 20px 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  font-size: 17px;
  color: #239886;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.course-single-container article section h2:before {
  position: absolute;
  content: "";
  top: 10px;
  width: 100%;
  height: 2px;
  background-color: #239886;
}
.course-single-container article section h2 span {
  background-color: #FFF;
}
.course-single-container article section span {
  z-index: 1;
  position: relative;
  padding-right: 5px;
}
.course-single-container article .full-program {
  display: none;
}
.course-single-container .course-btn.mobile {
  display: none;
}
@media screen and (max-width: 800px) {
  .course-single-container .course-btn.mobile {
    display: block;
  }
}
.course-single-container .post-header {
  margin-top: 25px;
  /*span {
  	position: relative;
  	margin: 10px 0 10px 20px;
  	display: block;
  	font-size: 12px;
  	color: $black-soft;
  	@include open(700);
  	i {
  	    font-size: 16px;
   				position: absolute;
   				left: -20px;
  	}
  } */
}
@media screen and (max-width: 1000px) {
  .course-single-container .post-header {
    margin-top: 15px;
  }
}
.course-single-container .post-header .breadcrumb {
  margin-bottom: 30px;
}
.course-single-container .post-header h1 {
  font-size: 30px;
}
.course-single-container .post-header label {
  font-size: 16px;
  color: #777777;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.course-single-container .post-header .figure-container {
  padding-left: 50px;
}
@media screen and (max-width: 1000px) {
  .course-single-container .post-header .figure-container {
    padding-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  .course-single-container .post-header .figure-container {
    margin-bottom: 0;
    padding-left: 0;
  }
}
.course-single-container .post-header figure {
  image-rendering: optimizeQuality;
  width: 100%;
  height: 0;
  padding-top: 53%;
  margin: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.course-single-container .post-header figure img {
  image-rendering: optimizeQuality;
}
.course-single-container .form-container, .course-single-container .registration-container {
  position: absolute;
  width: 100%;
  top: -100%;
  left: 0;
  z-index: 99;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.5s ease;
}
.course-single-container .form-container.open, .course-single-container .registration-container.open {
  right: 0;
  transition: all 0.5s ease;
}
.course-single-container .form-container .contact-form, .course-single-container .form-container .registration-form, .course-single-container .registration-container .contact-form, .course-single-container .registration-container .registration-form {
  display: block;
  background-color: transparent;
}
.course-single-container .form-container h3, .course-single-container .registration-container h3 {
  font-size: 30px;
  color: #b31b1b;
}
.course-single-container .form-container h4, .course-single-container .registration-container h4 {
  font-size: 19px;
  line-height: 35px;
}
.course-single-container .form-container p, .course-single-container .registration-container p {
  font-size: 16px !important;
}
.course-single-container .form-container .form-group p, .course-single-container .registration-container .form-group p {
  font-size: small !important;
}
.course-single-container .form-container .sidenotes, .course-single-container .registration-container .sidenotes {
  margin-top: 30px;
  padding-left: 20px;
}
@media screen and (max-width: 1000px) {
  .course-single-container .form-container .sidenotes, .course-single-container .registration-container .sidenotes {
    display: none;
  }
}
.course-single-container .course-specifications {
  margin: 20px 0;
}
.course-single-container .course-specifications label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.course-single-container .course-specifications .iva {
  margin-top: 10px;
  font-size: 12px;
}
.course-single-container .course-specifications .iva i {
  color: #b31b1b;
  font-size: 15px;
  margin-right: 3px;
}
.course-single-container .specifications-container {
  position: relative;
}
.course-single-container .specifications-container .certificate {
  display: block;
  padding: 0 0 10px 0;
  color: #770058;
  font-size: 12px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-style: normal;
}
.course-single-container .specifications-container .course-level-duration {
  margin-bottom: 0;
  vertical-align: middle;
  display: inline-block;
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #239886;
}
.course-single-container .specifications-container .tab {
  height: 24px;
  width: 135px;
  vertical-align: middle;
  font-size: 11px;
  line-height: 24px;
  font-weight: 600;
}
.course-single-container .specifications-container .tab.presencial {
  text-align: center;
  background-color: #239886;
  color: #FFF;
}
.course-single-container .specifications-container .tab.presencial a {
  color: #FFF;
  text-decoration: none;
}
.course-single-container .specifications-container .tab.presencial a:hover {
  text-decoration: underline;
  color: #FFF;
}
.course-single-container .specifications-container .tab.livetraining {
  text-align: center;
  background-color: #ff9800;
  color: #FFF;
}
.course-single-container .specifications-container .tab.livetraining a {
  color: #FFF;
  text-decoration: none;
}
.course-single-container .specifications-container .tab.livetraining a:hover {
  text-decoration: underline;
  color: #FFF;
}
.course-single-container .specifications-container .tab.elearning {
  text-align: center;
  background-color: #770058;
  color: #FFF;
}
.course-single-container .specifications-container .tab.elearning a {
  color: #FFF;
  text-decoration: none;
}
.course-single-container .specifications-container .tab.elearning a:hover {
  text-decoration: underline;
  color: #FFF;
}
.course-single-container .specifications-container .tab.promo {
  text-align: center;
  background-color: #b31b1b;
  color: #FFF;
}
.course-single-container .specifications-container .tab.promo a {
  color: #FFF;
  text-decoration: none;
}
.course-single-container .specifications-container .tab.promo a:hover {
  text-decoration: underline;
  color: #FFF;
}
.course-single-container .specifications-container .promo-description {
  padding-left: 50px;
  position: relative;
}
.course-single-container .specifications-container .promo-description i {
  background: #FFF;
  border: solid 1px #b31b1b;
  color: #b31b1b;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
}
.course-single-container .specifications-container .promo-description b:first-child {
  color: #b31b1b;
}
.course-single-container .specifications-container .course-property-container {
  display: table;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .course-single-container .specifications-container .course-property-container {
    display: block;
  }
}
.course-single-container .specifications-container .course-property-container .course-property-cell {
  display: table-cell;
  float: none;
  width: 25%;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  .course-single-container .specifications-container .course-property-container .course-property-cell {
    display: block;
    float: left;
  }
}
.course-single-container .specifications-container .course-property:first-child {
  padding-left: 0;
}
.course-single-container .specifications-container .course-property:last-child {
  border-right: none;
  padding-right: 0;
}
.course-single-container .course-property-outer {
  position: relative;
  height: 100%;
  background: #f7f7f7;
  width: calc(100% + 30px);
  margin-left: -15px;
  padding-right: 15px;
  padding-top: 15px;
  margin-bottom: 0px;
  padding-left: 15px;
  margin-top: 25px;
}
@media screen and (max-width: 640px) {
  .course-single-container .course-property-outer {
    margin-top: 15px;
  }
}
.course-single-container .course-property-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 15px;
}
@media screen and (max-width: 800px) {
  .course-single-container .course-property-container {
    padding-top: 0px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .course-single-container .course-property-container {
    flex-wrap: wrap;
  }
}
.course-single-container .course-property-container .course-property-cell {
  width: 167px;
  vertical-align: top;
  border-right: solid 1px #777777;
}
@media screen and (max-width: 480px) {
  .course-single-container .course-property-container .course-property-cell {
    width: 50%;
    padding-bottom: 10px;
    border-right: none;
  }
}
.course-single-container .course-property-container .course-property-cell:last-child {
  border-right: none;
}
.course-single-container .course-property {
  font-size: 11px;
  text-transform: uppercase;
  padding: 0px 12px;
  color: #777777;
}
@media screen and (max-width: 640px) {
  .course-single-container .course-property {
    padding: 4px 8px;
  }
}
@media screen and (max-width: 480px) {
  .course-single-container .course-property {
    border-right: none;
  }
}
.course-single-container .course-property p {
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: initial;
  color: #393d48 !important;
}
.course-single-container .course-property p span {
  display: block;
  font-weight: 600;
}
.course-single-container .course-property.price {
  border-right: none;
}
.course-single-container .course-property-title {
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  color: #8b1f2d;
  text-transform: uppercase;
}
.course-single-container .course-property-title i {
  vertical-align: middle;
  font-size: 20px;
  margin-right: 3px;
}
.course-single-container .course-property-title .end-date {
  font-size: 10px;
}
.course-single-container .course-property-title p {
  font-weight: 400;
}
.course-single-container .iva-info {
  margin-left: 12px;
  position: relative;
  display: inline-block;
}
.course-single-container .iva-info i {
  font-size: 16px;
  color: #8b1f2d;
  text-decoration: none;
}
.course-single-container .iva-info p {
  display: none;
  position: absolute;
  background: #8b1f2d;
  color: #FFF !important;
  border-radius: 2px;
  padding: 6px 4px;
  font-size: 12px;
  top: 20px;
  transform: translateX(-50%);
  width: 200px;
  text-transform: none;
  font-weight: 400;
  z-index: 10;
  text-align: center;
}
.course-single-container .iva-info p:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  border: solid 8px transparent;
  border-bottom-color: #8b1f2d;
  top: -16px;
  left: 50%;
  margin-left: -2px;
}
.course-single-container .iva-info:hover p {
  display: block;
}
.course-single-container .course-schedule {
  font-size: 13px;
  color: #777777;
}
.course-single-container .testimonials {
  position: relative;
}
.course-single-container .testimonials ul {
  margin-left: 0;
}
.course-single-container .testimonials li {
  list-style-type: none;
}
.course-single-container .testimonials li:before {
  display: none;
}
.course-single-container .testimonials blockquote {
  margin: 60px 0 50px 60px;
}
.course-single-container .testimonials .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
}
.course-single-container .testimonials .flex-control-nav ol {
  padding-left: 0;
  bottom: -10px;
}
.course-single-container .testimonials .flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
}
.course-single-container .testimonials .flex-control-nav a {
  cursor: pointer;
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: 100%;
  width: 14px;
  height: 14px;
  -o-box-shadow: inset 0 0 0px 1px #8b1f2d;
  box-shadow: inset 0 0 0px 1px #8b1f2d;
  border-radius: 14px;
}
.course-single-container .testimonials .flex-control-nav a:hover, .course-single-container .testimonials .flex-control-nav a.flex-active {
  background-color: #8b1f2d;
}
.course-single-container blockquote {
  position: relative;
}
.course-single-container blockquote:before {
  position: absolute;
  content: "“";
  font-size: 250px;
  color: #239886;
  top: 30px;
  left: -65px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.course-single-container blockquote p {
  margin: 0;
  font-size: 20px;
  color: #393d4a;
}
.course-single-container blockquote p:before {
  display: none;
}
.course-single-container blockquote .author {
  font-size: 12px;
  display: block;
  text-align: right;
  color: #777777;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.course-single-container .btn-divider-container {
  margin: 30px 0 5px 0;
}
.course-single-container .btn-divider {
  color: #8b1f2d !important;
}
.course-single-container .btn-divider:after {
  color: #8b1f2d !important;
}
.course-single-container .btn-divider:hover {
  background-color: #8b1f2d !important;
  border: solid 1px #777777 !important;
  color: #FFF !important;
}
.course-single-container .post-footer .btn-light-green, .course-single-container .post-footer p {
  font-size: 12px;
  display: inline-block;
}
.course-single-container .post-footer .btn-light-green {
  width: auto;
}
.course-single-container .post-footer i {
  font-size: 16px;
  margin-right: 5px;
}
.course-single-container .post-footer p {
  margin-left: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.course-single-container aside h3.teachers {
  width: 100%;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  color: #8b1f2d;
  margin: 30px 0 10px 0;
}
.course-single-container aside h3.teachers:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: 9px;
  left: 100px;
  background-color: #8b1f2d;
}
.course-single-container .related-courses {
  margin-top: 20px;
}
.course-single-container .related-courses h3 {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-size: 17px;
  color: #239886;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.course-single-container .related-courses h3:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: 10px;
  left: 215px;
  background-color: #239886;
}
.course-single-container .course-actions .action-know-more.no-terminalf .btn, .course-single-container .course-actions .action-know-more.no-terminalf .sendbutton {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.course-single-container .course-actions .action-know-more .btn, .course-single-container .course-actions .action-know-more .sendbutton {
  text-transform: uppercase;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.course-single-container .course-actions .action-signup .btn, .course-single-container .course-actions .action-signup .sendbutton {
  text-transform: uppercase;
  border-left: solid 1px #FFF;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.course-single-container .course-actions .action-print .btn, .course-single-container .course-actions .action-print .sendbutton {
  font-size: 13px;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (max-width: 1260px) {
  .course-single-container .course-actions .action-print .btn, .course-single-container .course-actions .action-print .sendbutton {
    font-size: 12px;
    padding: 0 2px;
  }
}
.course-single-container .course-actions .action-chat .btn, .course-single-container .course-actions .action-chat .sendbutton {
  text-transform: uppercase;
  font-size: 13px;
  white-space: nowrap;
}
.course-single-container .share-container {
  display: inline-block;
}
.course-single-container .share-container:hover a.btn, .course-single-container .share-container:hover a.sendbutton {
  background: #c51f1f;
  color: #FFF;
}
.course-single-container .share-container:hover .share {
  display: block;
}
.course-single-container .share-container .share {
  display: none;
  position: absolute;
  width: auto;
  left: 8px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
  padding: 15px;
  margin-top: -5px;
}
.course-single-container .share-container .share:before {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  width: 1px;
  height: 1px;
  border: solid 6px transparent;
  border-bottom-color: #FFF;
  margin-left: 50%;
  left: -7px;
}
.course-single-container .share-container .share .at-share-btn {
  width: 30px !important;
  height: 30px !important;
}
.course-single-container .share-container .share span {
  width: 30px !important;
  height: 30px !important;
  background-position: center !important;
  margin-left: -5px;
}
.course-single-container .share-container .share h4 {
  display: none;
}
.course-single-container .share-container .share a {
  float: left !important;
  padding: 0 5px;
}
.course-single-container .icon-button {
  width: 50px;
  display: inline-block;
}
.course-single-container .speak-with-us {
  width: calc(100% - 119px);
  display: inline-block;
  margin-right: 0;
}

@media screen and (max-width: 1000px) {
  .single-course .course-list-side .button-back span {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .single-course .course-list-side {
    width: 20%;
  }
}
@media screen and (max-width: 1000px) {
  .single-course .course-list-side {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .single-course .course-list-side-content {
    width: 100%;
    max-width: 100%;
    padding: 25px 15px 15px 15px;
  }
}

.blog-list-container {
  padding-top: 25px;
}
.blog-list-container figure {
  margin: 0;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.blog-list-container > ul {
  border-top: solid 5px #e1e1e1;
  padding-top: 20px;
  margin-bottom: 20px;
}
.blog-list-container .pagination {
  margin-bottom: 50px;
}
.blog-list-container .mask {
  background-color: rgba(57, 61, 74, 0.5);
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: -320px;
}

.first-item {
  position: relative;
  height: 320px;
  margin-bottom: 20px;
  text-align: center;
}
.first-item h2, .first-item a {
  color: #FFF;
}
.first-item a {
  margin: 25px auto 0 auto;
  width: 120px;
  text-transform: uppercase;
  border-color: #FFF !important;
  color: #FFF !important;
  background-color: transparent !important;
}
.first-item a:hover {
  background-color: #FFF !important;
  color: #393d48 !important;
}

.first-item-text {
  position: relative;
  margin-top: -180px;
}

/*
.single-container {
    width: 100%;
    overflow: hidden;
    position: relative;

    .course-list-side {
    	position: relative;

    	@include l {
    		width: 15%;
    		text-align: left;
    	}
    	@include m {
    		display: none;
    	}

    	.share-container {
    		display: block;
    		position: relative;
    	}
    }
}
.blog-single-container {
	padding: 30px 0;
	float: left;
	@include calc(width, "100% - 300px");
	width: 70%;
	@include l {
		width: 85%;
	}
	@include m {
		width: 100%;
	}
	.article-aside-blog-container {
		max-width: 910px;
	}
	.last-articles {
		width: 100%;
		overflow: hidden;
		position: relative;
		text-transform: uppercase;
		font-size: 14px;
		color: $bordeaux;
		margin: 10px 0 10px 0;
		span {
			background-color: $white;
			padding-right: 10px;
		}
		&:before {
			position: absolute;
			content: '';
			width: 100%;
			height: 2px;
		    top: 9px;
			z-index: -1;
			background-color: $bordeaux;
		}
	}
	.post-header {
		figure {
			margin-top: 20px;
			width: 100%;
			height: 350px;
			margin: 0;
			background-position: center;
			background-size: cover;
			background-repeat: no-repeat;
		}
	}
	.breadcrumb {
		margin-bottom: 40px;
	}
	.date {
		margin-bottom:15px;
		font-size: 14px;
		color: $bordeaux;
		text-transform: uppercase;
		@include open(700);
	}
	h1 {
		line-height: 48px;
		margin: 20px 0;
		padding-bottom: 20px;
		border-bottom: solid 5px $gray-lighter;
		@include s {
			font-size: 35px;
		    line-height: 35px;
		    margin: 10px 0;
		    padding-bottom: 10px;
		}
	}
	img {
	    width: 100%;
	    height: 100%;
	    margin-bottom: 10px;
	}
	.tags {
		margin: 20px 0;
		width: 100%;
		border-top: solid 5px $gray-lighter;
		border-bottom: solid 5px $gray-lighter;
		li {
			display: inline-block;
		}
		a {
			margin-left: 15px;
			position: relative;
			padding: 10px;
			display: block;
			text-decoration: none;
			color: $gray-lighter;
			font-size: 16px;
			@include open(700);
			&:before {
				position: absolute;
				content: '#';
				left: 0;
			}
			&:hover {
				color: $black-soft;
			}
		}
	}
	.share {
		display: none;
		@include m {
			display: block;
		    margin: 30px 0;
		    .at-share-btn {
		    	display: inline-block;
	    	    display: inline-block !important;
    			margin-left: -2px;
		    }
		}
		h4 {
			@include m {
				margin-bottom: 15px;
			}
		}
	}
	.go-up{
		@include m {
		    margin-right: 15px;
    		float: right;
		}
	}

	a.more {
		margin-left: $gap;
		margin-right: $gap;
		display: inline-block;
		text-transform: uppercase;
		color: $gray;
		vertical-align: middle;
		font-size: 12px;
		font-weight: 700;
		text-decoration: none;

		i {
			font-size: 20px;
			vertical-align: middle;
		}

		&:hover {
			color: $black;
		}
	}
}
.related-articles-blog-single{
	h2 {
		span {
			line-height: 28px;

		}
		&:after {
			top: 43px !important;
		}
	}
}

*/
.blog-single-container .article-aside-blog-container.row.extra, .blog-single-container .sub-menu-container > ul.article-aside-blog-container.extra {
  padding-top: 10px;
  padding-left: 127px;
}
@media screen and (max-width: 1355px) {
  .blog-single-container .article-aside-blog-container.row.extra, .blog-single-container .sub-menu-container > ul.article-aside-blog-container.extra {
    padding-left: 0;
  }
}
.blog-single-container .last-articles {
  width: 100%;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  font-size: 17px;
  color: #aeafb3;
  margin: 10px 0 10px 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.blog-single-container .last-articles span {
  background-color: #FFF;
  padding-right: 10px;
}
.blog-single-container .last-articles:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: 9px;
  z-index: -1;
  background-color: #aeafb3;
}
.blog-single-container .article-list.destaques .article-item {
  margin-bottom: 12px;
}
.blog-single-container .article-list .article-item-title {
  padding-left: 15px;
  padding-right: 15px;
}
.blog-single-container .post-header {
  margin-top: 15px;
}
.blog-single-container .post-header figure {
  margin-top: 20px;
  width: 100%;
  height: 350px;
  margin: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-single-container .breadcrumb {
  margin-bottom: 5px;
}
.blog-single-container date {
  margin-top: 30px;
  margin-bottom: 0px;
  font-size: 15px;
  color: #239886;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.blog-single-container h1 {
  font-size: 30px;
  line-height: 35px;
  margin: 10px 0 5px 0;
  padding-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .blog-single-container h1 {
    font-size: 30px;
    line-height: 35px;
    margin: 10px 0;
    padding-bottom: 10px;
  }
}
.blog-single-container img:not(.post img) {
  height: 100%;
  width: 100%;
  margin-bottom: 10px;
}
.blog-single-container .post img {
  height: auto;
  width: auto;
  max-width: 100%;
  margin-bottom: 10px;
}
.blog-single-container .tags {
  margin: 20px 0;
  width: 100%;
  border-top: solid 5px #e1e1e1;
  border-bottom: solid 5px #e1e1e1;
}
.blog-single-container .tags li {
  display: inline-block;
}
.blog-single-container .tags a {
  margin-left: 15px;
  position: relative;
  padding: 10px;
  display: block;
  text-decoration: none;
  color: #e1e1e1;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.blog-single-container .tags a:before {
  position: absolute;
  content: "#";
  left: 0;
}
.blog-single-container .tags a:hover {
  color: #393d48;
}
.blog-single-container .share {
  position: relative;
  top: auto;
  right: auto;
  margin-top: -58px;
}
@media screen and (max-width: 800px) {
  .blog-single-container .share {
    display: block;
    margin: 30px 0;
  }
  .blog-single-container .share .at-share-btn {
    display: inline-block;
    display: inline-block !important;
    margin-left: -2px;
  }
}
@media screen and (max-width: 800px) {
  .blog-single-container .share h4 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 800px) {
  .blog-single-container .go-up {
    margin-right: 15px;
    float: right;
  }
}
.blog-single-container a.more {
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block;
  text-transform: uppercase;
  color: #777777;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
.blog-single-container a.more i {
  font-size: 20px;
  vertical-align: middle;
}
.blog-single-container a.more:hover {
  color: #000;
}

.related-articles-blog-single h2 span {
  line-height: 28px;
}
.related-articles-blog-single h2:after {
  top: 43px !important;
}

.page-intitutional-container {
  padding-top: 50px;
}
@media screen and (max-width: 1000px) {
  .page-intitutional-container {
    padding-top: 20px;
  }
}
@media screen and (max-width: 800px) {
  .page-intitutional-container {
    padding-top: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .blog-single-container.page-intitutional {
    padding-left: 0px;
    padding-left: 0px;
  }
}
.blog-single-container h1 {
  border-color: #b31b1b;
}
.blog-single-container blockquote {
  position: relative;
  margin: 60px 0 30px 60px;
}
.blog-single-container blockquote:before {
  position: absolute;
  content: "“";
  font-size: 250px;
  color: rgba(35, 152, 134, 0.2);
  top: -130px;
  left: -65px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.blog-single-container blockquote p {
  font-size: 20px !important;
  line-height: 27px;
  color: #393d4a;
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.blog-single-container blockquote p:before {
  display: none;
}

@media screen and (max-width: 800px) {
  .page-intitutional-container .course-list-side {
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 800px) {
  .page-intitutional-container .course-list-side-content {
    width: 100%;
    max-width: 100%;
  }
}

.fluid-width-video-wrapper {
  padding-top: 56.25% !important;
}

.page-search {
  margin-top: 30px;
}
.page-search .red-title, .page-search .aquamarine-title {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
}
.page-search .red-title:before, .page-search .aquamarine-title:before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  top: 26px;
}
.page-search .red-title:before {
  background-color: #b31b1b;
}
.page-search .aquamarine-title {
  color: #239886;
}
.page-search .aquamarine-title:before {
  background-color: #239886;
}
.page-search h2 span {
  background-color: #FFF;
  padding-right: 10px;
}
.page-search .thumbnail-list.on-search .grid-item {
  float: left;
  padding: 0 15px;
}
@media screen and (max-width: 800px) {
  .page-search .thumbnail-list.on-search .grid-item {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .page-search .thumbnail-list.on-search .grid-item {
    width: 100%;
  }
}

.not-found {
  text-align: center;
  background-color: #FFF;
}
.not-found .text-container {
  background-color: #FFF;
  padding: 50px;
}
@media screen and (max-width: 800px) {
  .not-found .text-container {
    padding: 50px 30px;
  }
}
.not-found h1 {
  color: #b31b1b;
}
.not-found h2 {
  font-size: 150px;
  color: #b31b1b;
}
.not-found p {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.not-found p:first-child {
  margin-bottom: 20px;
}

.school-places p {
  font-size: 15px;
  line-height: 25px;
}
.school-places img {
  padding-top: 30px;
}
.school-places h4 {
  font-size: 16px !important;
  padding-top: 5px;
}
.school-places section p {
  margin-top: 0;
  font-size: 14px;
}
.school-places .about {
  margin-bottom: 20px;
}
.school-places .contact_info {
  min-height: 92px !important;
}

main {
  background: #efefef;
}

body {
  position: relative;
  left: 0;
  transition: all 0.2s ease;
}
@media screen and (max-width: 800px) {
  body.open {
    left: -82%;
    transition: all 0.2s ease;
  }
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block !important;
}

.text-transform-none {
  text-transform: none !important;
}

.pad {
  padding-left: 15px;
  padding-right: 15px;
}

.no-pad {
  padding-left: 0;
  padding-right: 0;
}

.alpha {
  padding-left: 0;
}

.omega {
  padding-right: 0;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.no-margin {
  margin: 0;
}

.margin-top {
  margin-top: 15px;
}

.margin-right {
  margin-right: 15px;
}

.margin-bottom {
  margin-bottom: 15px;
}

.margin-left {
  margin-left: 15px;
}

.margin-top-s {
  margin-top: 7px;
}

.margin-right-s {
  margin-right: 7px;
}

.margin-bottom-s {
  margin-bottom: 7px;
}

.margin-left-s {
  margin-left: 7px;
}

.margin-top-l {
  margin-top: 25px;
}

.margin-right-l {
  margin-right: 25px;
}

.margin-bottom-l {
  margin-bottom: 25px;
}

.margin-left-l {
  margin-left: 25px;
}

.margin-top-n {
  margin-top: -20px;
}

.margin-top-n-l {
  margin-top: -30px;
}

.padding-top {
  padding-top: 15px;
}

.padding-right {
  padding-right: 15px;
}

.padding-bottom {
  padding-bottom: 15px;
}

.padding-left {
  padding-left: 15px;
}

.padding-top-s {
  padding-top: 7px;
}

.padding-right-s {
  padding-right: 7px;
}

.padding-bottom-s {
  padding-bottom: 7px;
}

.padding-left-s {
  padding-left: 7px;
}

.padding-top-l {
  padding-top: 25px;
}

.padding-right-l {
  padding-right: 25px;
}

.padding-bottom-l {
  padding-bottom: 25px;
}

.padding-left-l {
  padding-left: 25px;
}

.relative {
  position: relative;
}

.grid-size {
  width: 50%;
}

.red {
  color: #b31b1b;
}

.bordeaux {
  color: #8b1f2d;
}

.black-soft {
  color: #393d48;
}

.aquamarine {
  color: #239886;
}

.white-bg {
  background-color: #FFF;
}

.ghost-white-bg {
  background-color: #F4F4F4;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.half-pad {
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (max-width: 640px) {
  .half-pad {
    padding-left: unset;
    padding-right: unset;
  }
}/*# sourceMappingURL=style.css.map */