@charset "UTF-8";

:root {
  --main-font: "Poppins", Arial;
  --font-2: "Archivo", Arial;
  --font-3: "Archivo", Arial;
  --c-primary: #55616f;
  --c-secondary: #2c3f5a;
  --c-tertiary: #eceef0;
  --c-quaternary: #fafafa;
  --c-quinary: #8c97a5;
  --c-blue: #587CA0;
  --c-celeste: #94D1FF;
  --c-blue-light: #7A90AC;
  --c-light: #FFFFFF;
  --c-dark: #000000;
  --c-white: #FFFFFF;
  --c-gray: #999999;
  --c-black: #000000;
  --c-black-0: rgba(0,0,0,0);
  --c-black-50: rgba(0,0,0,.5);
  --c-facebook: #3A5795;
  --c-twitter: #55C5FB;
  --c-instagram: #E34078;
  --c-linkedin: #5BA6E0;
  --c-whatsapp: #25d366;
  --c-youtube: #CC181E;
  --c-pinterest: #D70004;
  --c-text: #55616f;
  --c-text-medium: #8c97a5;
  --c-text-light: #fafafa;
  --c-bg: #999999;
  --c-bg-medium: #DDDDDD;
  --c-bg-light: #EEEEEE;
  --c-border: #c4c4c4;
  --c-border-2: #5F5F5F;
  --header-height-sm: 100px;
  --header-height-lg: 160px; }


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

i {
  display: inline-flex;
  align-items: center;
  justify-content: center; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit; }


ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }


mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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


hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select, img {
  vertical-align: middle; }

button {
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  color: var(--c-text);
  font-family: var(--main-font); }






input[type="date"]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none; }

input[type=checkbox],
input[type=radio] {
  margin: 0; }

input[type=submit] {
  padding: 0;
  font-family: var(--main-font); }

.entry p {
  font-size: 1rem;
  line-height: 135%;
  margin-bottom: 1rem; }
  @media (min-width: 1024px) {
    .entry p {
      margin-bottom: 1.2rem;
      font-size: 1.2rem; } }
  .entry p:last-child {
    margin-bottom: 0; }

.entry strong {
  font-weight: bold; }

.entry em {
  font-style: italic; }

.entry hr {
  border-bottom: none;
  border-color: var(--color-black);
  margin-bottom: 1.5rem; }

.entry a {
  color: var(--color-primary);
  text-decoration: underline; }
  .entry a:hover {
    filter: brightness(50%); }

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
  font-weight: 700;
  line-height: 115%;
  margin-bottom: 1rem;
  margin-top: 2rem; }
  @media (min-width: 1024px) {
    .entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
      margin-bottom: 1rem; } }

.entry h1 {
  font-size: 2.3rem; }
  @media (min-width: 1024px) {
    .entry h1 {
      font-size: 2.5rem; } }

.entry h2 {
  font-size: 2.1rem; }
  @media (min-width: 1024px) {
    .entry h2 {
      font-size: 2.3rem; } }

.entry h3 {
  font-size: 1.9rem; }
  @media (min-width: 1024px) {
    .entry h3 {
      font-size: 2.1rem; } }

.entry h4 {
  font-size: 1.7rem; }
  @media (min-width: 1024px) {
    .entry h4 {
      font-size: 1.9rem; } }

.entry h5 {
  font-size: 1.5rem; }
  @media (min-width: 1024px) {
    .entry h5 {
      font-size: 1.7rem; } }

.entry h6 {
  font-size: 1.3rem; }
  @media (min-width: 1024px) {
    .entry h6 {
      font-size: 1.5rem; } }

.entry ul, .entry ol {
  font-size: 1rem;
  line-height: 135%;
  margin-bottom: 1.5rem;
  padding-left: 2.4rem; }
  @media (min-width: 1024px) {
    .entry ul, .entry ol {
      font-size: 1.2rem;
      margin-bottom: 1.8rem; } }
  .entry ul li, .entry ol li {
    margin-bottom: 0.8rem; }

.entry ul li {
  list-style: square; }

.entry ol li {
  list-style: decimal; }

.entry blockquote {
  margin-bottom: 1.8rem;
  font-size: 1.8rem;
  line-height: 120%; }
  @media (min-width: 1024px) {
    .entry blockquote {
      margin-bottom: 2rem;
      font-size: 2rem; } }
  .entry blockquote p {
    font-size: 1.8rem;
    line-height: 120%; }
    @media (min-width: 1024px) {
      .entry blockquote p {
        font-size: 2rem; } }

.entry table {
  width: 100%;
  margin-bottom: 1.8rem; }
  @media (min-width: 1024px) {
    .entry table {
      margin-bottom: 2rem; } }
  .entry table td, .entry table th {
    padding: 1rem;
    text-align: center;
    font-size: 1rem;
    color: var(--color-black);
    letter-spacing: -0.01em; }
  .entry table th {
    background-color: var(--color-black);
    color: var(--color-white);
    font-weight: 700; }
  .entry table tr td {
    background-color: var(--color-white); }
  .entry table tr:nth-child(odd) td {
    background-color: #f2f2f2; }

.entry pre {
  white-space: pre-wrap;
  margin-bottom: 1.5rem; }

.entry .wp-caption {
  width: 100% !important; }

.entry .wp-caption img,
.entry img {
  margin-bottom: 1.8rem;
  width: 100% !important;
  max-width: 100%;
  height: auto; }
  @media (min-width: 1024px) {
    .entry .wp-caption img,
    .entry img {
      width: auto;
      margin-bottom: 2rem; } }

.entry .size-full {
  width: 100%;
  height: auto;
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .entry .size-full {
      margin-bottom: 30px; } }

.alignleft, img.alignleft {
  margin-right: 1.5rem;
  display: inline;
  float: left; }

.alignright, img.alignright {
  margin-left: 1.5rem;
  display: inline;
  float: right; }

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.wp-caption {
  margin-bottom: 1.8rem;
  text-align: left;
  padding-top: 0.6rem; }

.entry .wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
  margin-bottom: 0.6rem; }

.wp-caption p.wp-caption-text {
  line-height: 135%;
  font-size: 0.8rem;
  margin: 0; }

.wp-smiley {
  margin: 0 !important;
  max-height: 1em; }

blockquote.left {
  margin-right: 1.8rem;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left; }

blockquote.right {
  margin-left: 1.8rem;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right; }


.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.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

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

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

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

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

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

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  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; }


.fa-500px:before {
  content: ""; }

.fa-abacus:before {
  content: ""; }

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

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

.fa-acorn: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-conditioner:before {
  content: ""; }

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

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

.fa-alarm-clock:before {
  content: ""; }

.fa-alarm-exclamation:before {
  content: ""; }

.fa-alarm-plus:before {
  content: ""; }

.fa-alarm-snooze:before {
  content: ""; }

.fa-album:before {
  content: ""; }

.fa-album-collection:before {
  content: ""; }

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

.fa-alicorn:before {
  content: ""; }

.fa-alien:before {
  content: ""; }

.fa-alien-monster:before {
  content: ""; }

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

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

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

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

.fa-align-slash: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-amp-guitar:before {
  content: ""; }

.fa-analytics:before {
  content: ""; }

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

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

.fa-angel: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-crate: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-alt-down:before {
  content: ""; }

.fa-arrow-alt-from-bottom:before {
  content: ""; }

.fa-arrow-alt-from-left:before {
  content: ""; }

.fa-arrow-alt-from-right:before {
  content: ""; }

.fa-arrow-alt-from-top:before {
  content: ""; }

.fa-arrow-alt-left:before {
  content: ""; }

.fa-arrow-alt-right:before {
  content: ""; }

.fa-arrow-alt-square-down:before {
  content: ""; }

.fa-arrow-alt-square-left:before {
  content: ""; }

.fa-arrow-alt-square-right:before {
  content: ""; }

.fa-arrow-alt-square-up:before {
  content: ""; }

.fa-arrow-alt-to-bottom:before {
  content: ""; }

.fa-arrow-alt-to-left:before {
  content: ""; }

.fa-arrow-alt-to-right:before {
  content: ""; }

.fa-arrow-alt-to-top:before {
  content: ""; }

.fa-arrow-alt-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-from-bottom:before {
  content: ""; }

.fa-arrow-from-left:before {
  content: ""; }

.fa-arrow-from-right:before {
  content: ""; }

.fa-arrow-from-top:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-square-down:before {
  content: ""; }

.fa-arrow-square-left:before {
  content: ""; }

.fa-arrow-square-right:before {
  content: ""; }

.fa-arrow-square-up:before {
  content: ""; }

.fa-arrow-to-bottom:before {
  content: ""; }

.fa-arrow-to-left:before {
  content: ""; }

.fa-arrow-to-right:before {
  content: ""; }

.fa-arrow-to-top:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-arrows-alt-h:before {
  content: ""; }

.fa-arrows-alt-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-arrows-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-atom-alt: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-axe:before {
  content: ""; }

.fa-axe-battle:before {
  content: ""; }

.fa-baby:before {
  content: ""; }

.fa-baby-carriage:before {
  content: ""; }

.fa-backpack:before {
  content: ""; }

.fa-backspace:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-bacon:before {
  content: ""; }

.fa-bacteria:before {
  content: ""; }

.fa-bacterium:before {
  content: ""; }

.fa-badge:before {
  content: ""; }

.fa-badge-check:before {
  content: ""; }

.fa-badge-dollar:before {
  content: ""; }

.fa-badge-percent:before {
  content: ""; }

.fa-badge-sheriff:before {
  content: ""; }

.fa-badger-honey:before {
  content: ""; }

.fa-bags-shopping:before {
  content: ""; }

.fa-bahai:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-balance-scale-left:before {
  content: ""; }

.fa-balance-scale-right:before {
  content: ""; }

.fa-ball-pile:before {
  content: ""; }

.fa-ballot:before {
  content: ""; }

.fa-ballot-check:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-band-aid:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-banjo:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-barcode-alt:before {
  content: ""; }

.fa-barcode-read:before {
  content: ""; }

.fa-barcode-scan:before {
  content: ""; }

.fa-bars:before {
  content: ""; }

.fa-baseball:before {
  content: ""; }

.fa-baseball-ball:before {
  content: ""; }

.fa-basketball-ball:before {
  content: ""; }

.fa-basketball-hoop:before {
  content: ""; }

.fa-bat:before {
  content: ""; }

.fa-bath:before {
  content: ""; }

.fa-battery-bolt:before {
  content: ""; }

.fa-battery-empty:before {
  content: ""; }

.fa-battery-full:before {
  content: ""; }

.fa-battery-half:before {
  content: ""; }

.fa-battery-quarter:before {
  content: ""; }

.fa-battery-slash:before {
  content: ""; }

.fa-battery-three-quarters:before {
  content: ""; }

.fa-battle-net:before {
  content: ""; }

.fa-bed:before {
  content: ""; }

.fa-bed-alt:before {
  content: ""; }

.fa-bed-bunk:before {
  content: ""; }

.fa-bed-empty:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-bell-exclamation:before {
  content: ""; }

.fa-bell-on:before {
  content: ""; }

.fa-bell-plus:before {
  content: ""; }

.fa-bell-school:before {
  content: ""; }

.fa-bell-school-slash:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bells:before {
  content: ""; }

.fa-betamax:before {
  content: ""; }

.fa-bezier-curve:before {
  content: ""; }

.fa-bible:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-biking:before {
  content: ""; }

.fa-biking-mountain: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-blanket:before {
  content: ""; }

.fa-blender:before {
  content: ""; }

.fa-blender-phone:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-blinds:before {
  content: ""; }

.fa-blinds-open:before {
  content: ""; }

.fa-blinds-raised: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-bone-break:before {
  content: ""; }

.fa-bong:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-book-alt:before {
  content: ""; }

.fa-book-dead:before {
  content: ""; }

.fa-book-heart:before {
  content: ""; }

.fa-book-medical:before {
  content: ""; }

.fa-book-open:before {
  content: ""; }

.fa-book-reader:before {
  content: ""; }

.fa-book-spells:before {
  content: ""; }

.fa-book-user:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-books:before {
  content: ""; }

.fa-books-medical:before {
  content: ""; }

.fa-boombox:before {
  content: ""; }

.fa-boot:before {
  content: ""; }

.fa-booth-curtain:before {
  content: ""; }

.fa-bootstrap:before {
  content: ""; }

.fa-border-all:before {
  content: ""; }

.fa-border-bottom:before {
  content: ""; }

.fa-border-center-h:before {
  content: ""; }

.fa-border-center-v:before {
  content: ""; }

.fa-border-inner:before {
  content: ""; }

.fa-border-left:before {
  content: ""; }

.fa-border-none:before {
  content: ""; }

.fa-border-outer:before {
  content: ""; }

.fa-border-right:before {
  content: ""; }

.fa-border-style:before {
  content: ""; }

.fa-border-style-alt:before {
  content: ""; }

.fa-border-top:before {
  content: ""; }

.fa-bow-arrow:before {
  content: ""; }

.fa-bowling-ball:before {
  content: ""; }

.fa-bowling-pins:before {
  content: ""; }

.fa-box:before {
  content: ""; }

.fa-box-alt:before {
  content: ""; }

.fa-box-ballot:before {
  content: ""; }

.fa-box-check:before {
  content: ""; }

.fa-box-fragile:before {
  content: ""; }

.fa-box-full:before {
  content: ""; }

.fa-box-heart:before {
  content: ""; }

.fa-box-open:before {
  content: ""; }

.fa-box-tissue:before {
  content: ""; }

.fa-box-up:before {
  content: ""; }

.fa-box-usd:before {
  content: ""; }

.fa-boxes:before {
  content: ""; }

.fa-boxes-alt:before {
  content: ""; }

.fa-boxing-glove:before {
  content: ""; }

.fa-brackets:before {
  content: ""; }

.fa-brackets-curly:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-brain:before {
  content: ""; }

.fa-bread-loaf:before {
  content: ""; }

.fa-bread-slice:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-briefcase-medical:before {
  content: ""; }

.fa-bring-forward:before {
  content: ""; }

.fa-bring-front:before {
  content: ""; }

.fa-broadcast-tower:before {
  content: ""; }

.fa-broom:before {
  content: ""; }

.fa-browser: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-bullseye-arrow:before {
  content: ""; }

.fa-bullseye-pointer:before {
  content: ""; }

.fa-burger-soda:before {
  content: ""; }

.fa-burn:before {
  content: ""; }

.fa-buromobelexperte:before {
  content: ""; }

.fa-burrito:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-bus-alt:before {
  content: ""; }

.fa-bus-school:before {
  content: ""; }

.fa-business-time:before {
  content: ""; }

.fa-buy-n-large:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-cabinet-filing:before {
  content: ""; }

.fa-cactus:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-calculator-alt:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-calendar-alt:before {
  content: ""; }

.fa-calendar-check:before {
  content: ""; }

.fa-calendar-day:before {
  content: ""; }

.fa-calendar-edit:before {
  content: ""; }

.fa-calendar-exclamation:before {
  content: ""; }

.fa-calendar-minus:before {
  content: ""; }

.fa-calendar-plus:before {
  content: ""; }

.fa-calendar-star:before {
  content: ""; }

.fa-calendar-times:before {
  content: ""; }

.fa-calendar-week:before {
  content: ""; }

.fa-camcorder:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-camera-alt:before {
  content: ""; }

.fa-camera-home:before {
  content: ""; }

.fa-camera-movie:before {
  content: ""; }

.fa-camera-polaroid:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-campfire:before {
  content: ""; }

.fa-campground:before {
  content: ""; }

.fa-canadian-maple-leaf:before {
  content: ""; }

.fa-candle-holder:before {
  content: ""; }

.fa-candy-cane:before {
  content: ""; }

.fa-candy-corn: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-building:before {
  content: ""; }

.fa-car-bump:before {
  content: ""; }

.fa-car-bus:before {
  content: ""; }

.fa-car-crash:before {
  content: ""; }

.fa-car-garage:before {
  content: ""; }

.fa-car-mechanic:before {
  content: ""; }

.fa-car-side:before {
  content: ""; }

.fa-car-tilt:before {
  content: ""; }

.fa-car-wash:before {
  content: ""; }

.fa-caravan:before {
  content: ""; }

.fa-caravan-alt:before {
  content: ""; }

.fa-caret-circle-down:before {
  content: ""; }

.fa-caret-circle-left:before {
  content: ""; }

.fa-caret-circle-right:before {
  content: ""; }

.fa-caret-circle-up: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-cars:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cash-register:before {
  content: ""; }

.fa-cassette-tape:before {
  content: ""; }

.fa-cat:before {
  content: ""; }

.fa-cat-space:before {
  content: ""; }

.fa-cauldron: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-cctv:before {
  content: ""; }

.fa-centercode:before {
  content: ""; }

.fa-centos:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-chair:before {
  content: ""; }

.fa-chair-office: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-line-down:before {
  content: ""; }

.fa-chart-network:before {
  content: ""; }

.fa-chart-pie:before {
  content: ""; }

.fa-chart-pie-alt:before {
  content: ""; }

.fa-chart-scatter: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-cheese-swiss:before {
  content: ""; }

.fa-cheeseburger:before {
  content: ""; }

.fa-chess:before {
  content: ""; }

.fa-chess-bishop:before {
  content: ""; }

.fa-chess-bishop-alt:before {
  content: ""; }

.fa-chess-board:before {
  content: ""; }

.fa-chess-clock:before {
  content: ""; }

.fa-chess-clock-alt:before {
  content: ""; }

.fa-chess-king:before {
  content: ""; }

.fa-chess-king-alt:before {
  content: ""; }

.fa-chess-knight:before {
  content: ""; }

.fa-chess-knight-alt:before {
  content: ""; }

.fa-chess-pawn:before {
  content: ""; }

.fa-chess-pawn-alt:before {
  content: ""; }

.fa-chess-queen:before {
  content: ""; }

.fa-chess-queen-alt:before {
  content: ""; }

.fa-chess-rook:before {
  content: ""; }

.fa-chess-rook-alt: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-double-down:before {
  content: ""; }

.fa-chevron-double-left:before {
  content: ""; }

.fa-chevron-double-right:before {
  content: ""; }

.fa-chevron-double-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-chevron-square-down:before {
  content: ""; }

.fa-chevron-square-left:before {
  content: ""; }

.fa-chevron-square-right:before {
  content: ""; }

.fa-chevron-square-up:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-chimney: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-clarinet:before {
  content: ""; }

.fa-claw-marks:before {
  content: ""; }

.fa-clinic-medical:before {
  content: ""; }

.fa-clipboard:before {
  content: ""; }

.fa-clipboard-check:before {
  content: ""; }

.fa-clipboard-list:before {
  content: ""; }

.fa-clipboard-list-check:before {
  content: ""; }

.fa-clipboard-prescription:before {
  content: ""; }

.fa-clipboard-user:before {
  content: ""; }

.fa-clock:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-closed-captioning:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-download-alt:before {
  content: ""; }

.fa-cloud-drizzle:before {
  content: ""; }

.fa-cloud-hail:before {
  content: ""; }

.fa-cloud-hail-mixed:before {
  content: ""; }

.fa-cloud-meatball:before {
  content: ""; }

.fa-cloud-moon:before {
  content: ""; }

.fa-cloud-moon-rain:before {
  content: ""; }

.fa-cloud-music:before {
  content: ""; }

.fa-cloud-rain:before {
  content: ""; }

.fa-cloud-rainbow:before {
  content: ""; }

.fa-cloud-showers:before {
  content: ""; }

.fa-cloud-showers-heavy:before {
  content: ""; }

.fa-cloud-sleet:before {
  content: ""; }

.fa-cloud-snow:before {
  content: ""; }

.fa-cloud-sun:before {
  content: ""; }

.fa-cloud-sun-rain:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-cloud-upload-alt:before {
  content: ""; }

.fa-clouds:before {
  content: ""; }

.fa-clouds-moon:before {
  content: ""; }

.fa-clouds-sun:before {
  content: ""; }

.fa-cloudscale:before {
  content: ""; }

.fa-cloudsmith:before {
  content: ""; }

.fa-cloudversify:before {
  content: ""; }

.fa-club:before {
  content: ""; }

.fa-cocktail:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-code-branch:before {
  content: ""; }

.fa-code-commit:before {
  content: ""; }

.fa-code-merge:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-coffee-pot:before {
  content: ""; }

.fa-coffee-togo:before {
  content: ""; }

.fa-coffin:before {
  content: ""; }

.fa-coffin-cross:before {
  content: ""; }

.fa-cog:before {
  content: ""; }

.fa-cogs:before {
  content: ""; }

.fa-coin:before {
  content: ""; }

.fa-coins:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-comet:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-comment-alt:before {
  content: ""; }

.fa-comment-alt-check:before {
  content: ""; }

.fa-comment-alt-dollar:before {
  content: ""; }

.fa-comment-alt-dots:before {
  content: ""; }

.fa-comment-alt-edit:before {
  content: ""; }

.fa-comment-alt-exclamation:before {
  content: ""; }

.fa-comment-alt-lines:before {
  content: ""; }

.fa-comment-alt-medical:before {
  content: ""; }

.fa-comment-alt-minus:before {
  content: ""; }

.fa-comment-alt-music:before {
  content: ""; }

.fa-comment-alt-plus:before {
  content: ""; }

.fa-comment-alt-slash:before {
  content: ""; }

.fa-comment-alt-smile:before {
  content: ""; }

.fa-comment-alt-times:before {
  content: ""; }

.fa-comment-check:before {
  content: ""; }

.fa-comment-dollar:before {
  content: ""; }

.fa-comment-dots:before {
  content: ""; }

.fa-comment-edit:before {
  content: ""; }

.fa-comment-exclamation:before {
  content: ""; }

.fa-comment-lines:before {
  content: ""; }

.fa-comment-medical:before {
  content: ""; }

.fa-comment-minus:before {
  content: ""; }

.fa-comment-music:before {
  content: ""; }

.fa-comment-plus:before {
  content: ""; }

.fa-comment-slash:before {
  content: ""; }

.fa-comment-smile:before {
  content: ""; }

.fa-comment-times:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-comments-alt:before {
  content: ""; }

.fa-comments-alt-dollar:before {
  content: ""; }

.fa-comments-dollar:before {
  content: ""; }

.fa-compact-disc:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-compass-slash:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-compress-alt:before {
  content: ""; }

.fa-compress-arrows-alt:before {
  content: ""; }

.fa-compress-wide:before {
  content: ""; }

.fa-computer-classic:before {
  content: ""; }

.fa-computer-speaker:before {
  content: ""; }

.fa-concierge-bell:before {
  content: ""; }

.fa-confluence:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-construction:before {
  content: ""; }

.fa-container-storage:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-conveyor-belt:before {
  content: ""; }

.fa-conveyor-belt-alt:before {
  content: ""; }

.fa-cookie:before {
  content: ""; }

.fa-cookie-bite:before {
  content: ""; }

.fa-copy:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-corn:before {
  content: ""; }

.fa-cotton-bureau:before {
  content: ""; }

.fa-couch:before {
  content: ""; }

.fa-cow:before {
  content: ""; }

.fa-cowbell:before {
  content: ""; }

.fa-cowbell-more: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-credit-card-blank:before {
  content: ""; }

.fa-credit-card-front:before {
  content: ""; }

.fa-cricket:before {
  content: ""; }

.fa-critical-role:before {
  content: ""; }

.fa-croissant: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-crutches:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-css3-alt:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-curling:before {
  content: ""; }

.fa-cut:before {
  content: ""; }

.fa-cuttlefish:before {
  content: ""; }

.fa-d-and-d:before {
  content: ""; }

.fa-d-and-d-beyond:before {
  content: ""; }

.fa-dagger:before {
  content: ""; }

.fa-dailymotion:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-deaf:before {
  content: ""; }

.fa-debug:before {
  content: ""; }

.fa-deer:before {
  content: ""; }

.fa-deer-rudolph: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-desktop-alt:before {
  content: ""; }

.fa-dev:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-dewpoint:before {
  content: ""; }

.fa-dharmachakra:before {
  content: ""; }

.fa-dhl:before {
  content: ""; }

.fa-diagnoses:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-diaspora:before {
  content: ""; }

.fa-dice:before {
  content: ""; }

.fa-dice-d10:before {
  content: ""; }

.fa-dice-d12:before {
  content: ""; }

.fa-dice-d20:before {
  content: ""; }

.fa-dice-d4:before {
  content: ""; }

.fa-dice-d6:before {
  content: ""; }

.fa-dice-d8: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-digging:before {
  content: ""; }

.fa-digital-ocean:before {
  content: ""; }

.fa-digital-tachograph:before {
  content: ""; }

.fa-diploma:before {
  content: ""; }

.fa-directions:before {
  content: ""; }

.fa-disc-drive: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-do-not-enter:before {
  content: ""; }

.fa-dochub:before {
  content: ""; }

.fa-docker:before {
  content: ""; }

.fa-dog:before {
  content: ""; }

.fa-dog-leashed:before {
  content: ""; }

.fa-dollar-sign:before {
  content: ""; }

.fa-dolly:before {
  content: ""; }

.fa-dolly-empty:before {
  content: ""; }

.fa-dolly-flatbed:before {
  content: ""; }

.fa-dolly-flatbed-alt:before {
  content: ""; }

.fa-dolly-flatbed-empty: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-circle:before {
  content: ""; }

.fa-draw-polygon:before {
  content: ""; }

.fa-draw-square:before {
  content: ""; }

.fa-dreidel:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-dribbble-square:before {
  content: ""; }

.fa-drone:before {
  content: ""; }

.fa-drone-alt:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-drum:before {
  content: ""; }

.fa-drum-steelpan:before {
  content: ""; }

.fa-drumstick:before {
  content: ""; }

.fa-drumstick-bite:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-dryer:before {
  content: ""; }

.fa-dryer-alt:before {
  content: ""; }

.fa-duck:before {
  content: ""; }

.fa-dumbbell:before {
  content: ""; }

.fa-dumpster:before {
  content: ""; }

.fa-dumpster-fire:before {
  content: ""; }

.fa-dungeon:before {
  content: ""; }

.fa-dyalog:before {
  content: ""; }

.fa-ear:before {
  content: ""; }

.fa-ear-muffs:before {
  content: ""; }

.fa-earlybirds:before {
  content: ""; }

.fa-ebay:before {
  content: ""; }

.fa-eclipse:before {
  content: ""; }

.fa-eclipse-alt:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-edge-legacy:before {
  content: ""; }

.fa-edit:before {
  content: ""; }

.fa-egg:before {
  content: ""; }

.fa-egg-fried:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-elementor:before {
  content: ""; }

.fa-elephant:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-h-alt:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-ellipsis-v-alt:before {
  content: ""; }

.fa-ello:before {
  content: ""; }

.fa-ember:before {
  content: ""; }

.fa-empire:before {
  content: ""; }

.fa-empty-set:before {
  content: ""; }

.fa-engine-warning:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-dollar: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:before {
  content: ""; }

.fa-exchange-alt:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-exclamation-square:before {
  content: ""; }

.fa-exclamation-triangle:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-expand-alt:before {
  content: ""; }

.fa-expand-arrows:before {
  content: ""; }

.fa-expand-arrows-alt:before {
  content: ""; }

.fa-expand-wide:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-external-link-alt:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-external-link-square-alt:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-dropper:before {
  content: ""; }

.fa-eye-evil: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-fan-table:before {
  content: ""; }

.fa-fantasy-flight-games:before {
  content: ""; }

.fa-farm:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-faucet:before {
  content: ""; }

.fa-faucet-drip: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-field-hockey: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-certificate:before {
  content: ""; }

.fa-file-chart-line:before {
  content: ""; }

.fa-file-chart-pie:before {
  content: ""; }

.fa-file-check:before {
  content: ""; }

.fa-file-code:before {
  content: ""; }

.fa-file-contract:before {
  content: ""; }

.fa-file-csv:before {
  content: ""; }

.fa-file-download:before {
  content: ""; }

.fa-file-edit:before {
  content: ""; }

.fa-file-excel:before {
  content: ""; }

.fa-file-exclamation: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-minus:before {
  content: ""; }

.fa-file-music:before {
  content: ""; }

.fa-file-pdf:before {
  content: ""; }

.fa-file-plus:before {
  content: ""; }

.fa-file-powerpoint:before {
  content: ""; }

.fa-file-prescription:before {
  content: ""; }

.fa-file-search:before {
  content: ""; }

.fa-file-signature:before {
  content: ""; }

.fa-file-spreadsheet:before {
  content: ""; }

.fa-file-times:before {
  content: ""; }

.fa-file-upload:before {
  content: ""; }

.fa-file-user:before {
  content: ""; }

.fa-file-video:before {
  content: ""; }

.fa-file-word:before {
  content: ""; }

.fa-files-medical:before {
  content: ""; }

.fa-fill:before {
  content: ""; }

.fa-fill-drip:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-film-alt:before {
  content: ""; }

.fa-film-canister: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-fire-smoke:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-firefox-browser:before {
  content: ""; }

.fa-fireplace: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-fish-cooked:before {
  content: ""; }

.fa-fist-raised:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-flag-alt:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-flag-usa:before {
  content: ""; }

.fa-flame:before {
  content: ""; }

.fa-flashlight:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-flask-poison:before {
  content: ""; }

.fa-flask-potion:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-flipboard:before {
  content: ""; }

.fa-flower:before {
  content: ""; }

.fa-flower-daffodil:before {
  content: ""; }

.fa-flower-tulip:before {
  content: ""; }

.fa-flushed:before {
  content: ""; }

.fa-flute:before {
  content: ""; }

.fa-flux-capacitor:before {
  content: ""; }

.fa-fly:before {
  content: ""; }

.fa-fog:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-download:before {
  content: ""; }

.fa-folder-minus:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-folder-plus:before {
  content: ""; }

.fa-folder-times:before {
  content: ""; }

.fa-folder-tree:before {
  content: ""; }

.fa-folder-upload:before {
  content: ""; }

.fa-folders: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-font-case:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-fonticons-fi:before {
  content: ""; }

.fa-football-ball:before {
  content: ""; }

.fa-football-helmet:before {
  content: ""; }

.fa-forklift: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-fragile:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-freebsd:before {
  content: ""; }

.fa-french-fries:before {
  content: ""; }

.fa-frog:before {
  content: ""; }

.fa-frosty-head:before {
  content: ""; }

.fa-frown:before {
  content: ""; }

.fa-frown-open:before {
  content: ""; }

.fa-fulcrum:before {
  content: ""; }

.fa-function:before {
  content: ""; }

.fa-funnel-dollar:before {
  content: ""; }

.fa-futbol:before {
  content: ""; }

.fa-galactic-republic:before {
  content: ""; }

.fa-galactic-senate:before {
  content: ""; }

.fa-galaxy:before {
  content: ""; }

.fa-game-board:before {
  content: ""; }

.fa-game-board-alt:before {
  content: ""; }

.fa-game-console-handheld:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-gamepad-alt:before {
  content: ""; }

.fa-garage:before {
  content: ""; }

.fa-garage-car:before {
  content: ""; }

.fa-garage-open:before {
  content: ""; }

.fa-gas-pump:before {
  content: ""; }

.fa-gas-pump-slash: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-gift-card:before {
  content: ""; }

.fa-gifts:before {
  content: ""; }

.fa-gingerbread-man: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:before {
  content: ""; }

.fa-glass-champagne:before {
  content: ""; }

.fa-glass-cheers:before {
  content: ""; }

.fa-glass-citrus:before {
  content: ""; }

.fa-glass-martini:before {
  content: ""; }

.fa-glass-martini-alt:before {
  content: ""; }

.fa-glass-whiskey:before {
  content: ""; }

.fa-glass-whiskey-rocks:before {
  content: ""; }

.fa-glasses:before {
  content: ""; }

.fa-glasses-alt: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-globe-snow:before {
  content: ""; }

.fa-globe-stand:before {
  content: ""; }

.fa-gofore:before {
  content: ""; }

.fa-golf-ball:before {
  content: ""; }

.fa-golf-club: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-gramophone: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-guitar-electric:before {
  content: ""; }

.fa-guitars:before {
  content: ""; }

.fa-gulp:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-h1:before {
  content: ""; }

.fa-h2:before {
  content: ""; }

.fa-h3:before {
  content: ""; }

.fa-h4: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-hammer-war:before {
  content: ""; }

.fa-hamsa:before {
  content: ""; }

.fa-hand-heart:before {
  content: ""; }

.fa-hand-holding:before {
  content: ""; }

.fa-hand-holding-box:before {
  content: ""; }

.fa-hand-holding-heart:before {
  content: ""; }

.fa-hand-holding-magic:before {
  content: ""; }

.fa-hand-holding-medical:before {
  content: ""; }

.fa-hand-holding-seedling: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-receiving: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-heart:before {
  content: ""; }

.fa-hands-helping:before {
  content: ""; }

.fa-hands-usd:before {
  content: ""; }

.fa-hands-wash:before {
  content: ""; }

.fa-handshake:before {
  content: ""; }

.fa-handshake-alt: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-chef:before {
  content: ""; }

.fa-hat-cowboy:before {
  content: ""; }

.fa-hat-cowboy-side:before {
  content: ""; }

.fa-hat-santa:before {
  content: ""; }

.fa-hat-winter:before {
  content: ""; }

.fa-hat-witch:before {
  content: ""; }

.fa-hat-wizard:before {
  content: ""; }

.fa-hdd:before {
  content: ""; }

.fa-head-side:before {
  content: ""; }

.fa-head-side-brain:before {
  content: ""; }

.fa-head-side-cough:before {
  content: ""; }

.fa-head-side-cough-slash:before {
  content: ""; }

.fa-head-side-headphones:before {
  content: ""; }

.fa-head-side-mask:before {
  content: ""; }

.fa-head-side-medical:before {
  content: ""; }

.fa-head-side-virus:before {
  content: ""; }

.fa-head-vr: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-heart-circle:before {
  content: ""; }

.fa-heart-rate:before {
  content: ""; }

.fa-heart-square:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-heat:before {
  content: ""; }

.fa-helicopter:before {
  content: ""; }

.fa-helmet-battle:before {
  content: ""; }

.fa-hexagon: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-mask:before {
  content: ""; }

.fa-hockey-puck:before {
  content: ""; }

.fa-hockey-sticks:before {
  content: ""; }

.fa-holly-berry:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-home-alt:before {
  content: ""; }

.fa-home-heart:before {
  content: ""; }

.fa-home-lg:before {
  content: ""; }

.fa-home-lg-alt:before {
  content: ""; }

.fa-hood-cloak:before {
  content: ""; }

.fa-hooli:before {
  content: ""; }

.fa-horizontal-rule:before {
  content: ""; }

.fa-hornbill:before {
  content: ""; }

.fa-horse:before {
  content: ""; }

.fa-horse-head:before {
  content: ""; }

.fa-horse-saddle:before {
  content: ""; }

.fa-hospital:before {
  content: ""; }

.fa-hospital-alt:before {
  content: ""; }

.fa-hospital-symbol:before {
  content: ""; }

.fa-hospital-user:before {
  content: ""; }

.fa-hospitals: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:before {
  content: ""; }

.fa-house-damage:before {
  content: ""; }

.fa-house-day:before {
  content: ""; }

.fa-house-flood:before {
  content: ""; }

.fa-house-leave:before {
  content: ""; }

.fa-house-night:before {
  content: ""; }

.fa-house-return:before {
  content: ""; }

.fa-house-signal:before {
  content: ""; }

.fa-house-user:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-hryvnia:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-hubspot:before {
  content: ""; }

.fa-humidity:before {
  content: ""; }

.fa-hurricane:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-ice-cream:before {
  content: ""; }

.fa-ice-skate:before {
  content: ""; }

.fa-icicles:before {
  content: ""; }

.fa-icons:before {
  content: ""; }

.fa-icons-alt: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-image-polaroid:before {
  content: ""; }

.fa-images:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-inbox-in:before {
  content: ""; }

.fa-inbox-out:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-industry-alt:before {
  content: ""; }

.fa-infinity:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-info-square:before {
  content: ""; }

.fa-inhaler:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-instagram-square:before {
  content: ""; }

.fa-integral:before {
  content: ""; }

.fa-intercom:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-intersection:before {
  content: ""; }

.fa-inventory:before {
  content: ""; }

.fa-invision:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-island-tropical:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-itch-io:before {
  content: ""; }

.fa-itunes:before {
  content: ""; }

.fa-itunes-note:before {
  content: ""; }

.fa-jack-o-lantern: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-joystick:before {
  content: ""; }

.fa-js:before {
  content: ""; }

.fa-js-square:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-jug:before {
  content: ""; }

.fa-kaaba:before {
  content: ""; }

.fa-kaggle:before {
  content: ""; }

.fa-kazoo:before {
  content: ""; }

.fa-kerning:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-key-skeleton:before {
  content: ""; }

.fa-keybase:before {
  content: ""; }

.fa-keyboard:before {
  content: ""; }

.fa-keycdn:before {
  content: ""; }

.fa-keynote:before {
  content: ""; }

.fa-khanda:before {
  content: ""; }

.fa-kickstarter:before {
  content: ""; }

.fa-kickstarter-k:before {
  content: ""; }

.fa-kidneys:before {
  content: ""; }

.fa-kiss:before {
  content: ""; }

.fa-kiss-beam:before {
  content: ""; }

.fa-kiss-wink-heart:before {
  content: ""; }

.fa-kite:before {
  content: ""; }

.fa-kiwi-bird:before {
  content: ""; }

.fa-knife-kitchen:before {
  content: ""; }

.fa-korvue:before {
  content: ""; }

.fa-lambda:before {
  content: ""; }

.fa-lamp:before {
  content: ""; }

.fa-lamp-desk:before {
  content: ""; }

.fa-lamp-floor:before {
  content: ""; }

.fa-landmark:before {
  content: ""; }

.fa-landmark-alt: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-lasso: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-layer-minus:before {
  content: ""; }

.fa-layer-plus:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-leaf-heart:before {
  content: ""; }

.fa-leaf-maple:before {
  content: ""; }

.fa-leaf-oak: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:before {
  content: ""; }

.fa-level-down-alt:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-up-alt:before {
  content: ""; }

.fa-life-ring:before {
  content: ""; }

.fa-light-ceiling:before {
  content: ""; }

.fa-light-switch:before {
  content: ""; }

.fa-light-switch-off:before {
  content: ""; }

.fa-light-switch-on:before {
  content: ""; }

.fa-lightbulb:before {
  content: ""; }

.fa-lightbulb-dollar:before {
  content: ""; }

.fa-lightbulb-exclamation:before {
  content: ""; }

.fa-lightbulb-on:before {
  content: ""; }

.fa-lightbulb-slash:before {
  content: ""; }

.fa-lights-holiday:before {
  content: ""; }

.fa-line:before {
  content: ""; }

.fa-line-columns:before {
  content: ""; }

.fa-line-height:before {
  content: ""; }

.fa-link:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-linkedin-in:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-lips:before {
  content: ""; }

.fa-lira-sign:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-list-music:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-location:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-location-circle:before {
  content: ""; }

.fa-location-slash:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-lock-alt:before {
  content: ""; }

.fa-lock-open:before {
  content: ""; }

.fa-lock-open-alt: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-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-loveseat:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-luchador:before {
  content: ""; }

.fa-luggage-cart:before {
  content: ""; }

.fa-lungs:before {
  content: ""; }

.fa-lungs-virus:before {
  content: ""; }

.fa-lyft:before {
  content: ""; }

.fa-mace:before {
  content: ""; }

.fa-magento:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-mail-bulk:before {
  content: ""; }

.fa-mailbox:before {
  content: ""; }

.fa-mailchimp:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-mandalorian:before {
  content: ""; }

.fa-mandolin: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-marker-alt-slash:before {
  content: ""; }

.fa-map-marker-check:before {
  content: ""; }

.fa-map-marker-edit:before {
  content: ""; }

.fa-map-marker-exclamation:before {
  content: ""; }

.fa-map-marker-minus:before {
  content: ""; }

.fa-map-marker-plus:before {
  content: ""; }

.fa-map-marker-question:before {
  content: ""; }

.fa-map-marker-slash:before {
  content: ""; }

.fa-map-marker-smile:before {
  content: ""; }

.fa-map-marker-times: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-meat: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-megaphone: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-microphone-stand:before {
  content: ""; }

.fa-microscope:before {
  content: ""; }

.fa-microsoft:before {
  content: ""; }

.fa-microwave:before {
  content: ""; }

.fa-mind-share:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-minus-hexagon:before {
  content: ""; }

.fa-minus-octagon:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-mistletoe: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-mobile-android:before {
  content: ""; }

.fa-mobile-android-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-money-check-edit:before {
  content: ""; }

.fa-money-check-edit-alt:before {
  content: ""; }

.fa-monitor-heart-rate:before {
  content: ""; }

.fa-monkey:before {
  content: ""; }

.fa-monument:before {
  content: ""; }

.fa-moon:before {
  content: ""; }

.fa-moon-cloud:before {
  content: ""; }

.fa-moon-stars:before {
  content: ""; }

.fa-mortar-pestle:before {
  content: ""; }

.fa-mosque:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-mountain:before {
  content: ""; }

.fa-mountains:before {
  content: ""; }

.fa-mouse:before {
  content: ""; }

.fa-mouse-alt:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-mp3-player:before {
  content: ""; }

.fa-mug:before {
  content: ""; }

.fa-mug-hot:before {
  content: ""; }

.fa-mug-marshmallows:before {
  content: ""; }

.fa-mug-tea:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-music-alt:before {
  content: ""; }

.fa-music-alt-slash:before {
  content: ""; }

.fa-music-slash:before {
  content: ""; }

.fa-napster:before {
  content: ""; }

.fa-narwhal: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-octagon:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-oil-can:before {
  content: ""; }

.fa-oil-temp:before {
  content: ""; }

.fa-old-republic:before {
  content: ""; }

.fa-om:before {
  content: ""; }

.fa-omega:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-orcid:before {
  content: ""; }

.fa-ornament:before {
  content: ""; }

.fa-osi:before {
  content: ""; }

.fa-otter:before {
  content: ""; }

.fa-outdent:before {
  content: ""; }

.fa-outlet:before {
  content: ""; }

.fa-oven:before {
  content: ""; }

.fa-overline:before {
  content: ""; }

.fa-page-break:before {
  content: ""; }

.fa-page4:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-pager:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-paint-brush-alt:before {
  content: ""; }

.fa-paint-roller:before {
  content: ""; }

.fa-palette:before {
  content: ""; }

.fa-palfed:before {
  content: ""; }

.fa-pallet:before {
  content: ""; }

.fa-pallet-alt:before {
  content: ""; }

.fa-paper-plane:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-parachute-box:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-paragraph-rtl:before {
  content: ""; }

.fa-parking:before {
  content: ""; }

.fa-parking-circle:before {
  content: ""; }

.fa-parking-circle-slash:before {
  content: ""; }

.fa-parking-slash: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-paw-alt:before {
  content: ""; }

.fa-paw-claws:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-peace:before {
  content: ""; }

.fa-pegasus: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:before {
  content: ""; }

.fa-pencil-alt:before {
  content: ""; }

.fa-pencil-paintbrush:before {
  content: ""; }

.fa-pencil-ruler:before {
  content: ""; }

.fa-pennant: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-person-carry:before {
  content: ""; }

.fa-person-dolly:before {
  content: ""; }

.fa-person-dolly-empty:before {
  content: ""; }

.fa-person-sign: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-laptop:before {
  content: ""; }

.fa-phone-office:before {
  content: ""; }

.fa-phone-plus:before {
  content: ""; }

.fa-phone-rotary: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-pi:before {
  content: ""; }

.fa-piano:before {
  content: ""; }

.fa-piano-keyboard:before {
  content: ""; }

.fa-pie: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-pig: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:before {
  content: ""; }

.fa-pizza-slice:before {
  content: ""; }

.fa-place-of-worship:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-plane-alt:before {
  content: ""; }

.fa-plane-arrival:before {
  content: ""; }

.fa-plane-departure:before {
  content: ""; }

.fa-plane-slash:before {
  content: ""; }

.fa-planet-moon:before {
  content: ""; }

.fa-planet-ringed: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-hexagon:before {
  content: ""; }

.fa-plus-octagon:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-podium:before {
  content: ""; }

.fa-podium-star:before {
  content: ""; }

.fa-police-box:before {
  content: ""; }

.fa-poll:before {
  content: ""; }

.fa-poll-h:before {
  content: ""; }

.fa-poll-people:before {
  content: ""; }

.fa-poo:before {
  content: ""; }

.fa-poo-storm:before {
  content: ""; }

.fa-poop:before {
  content: ""; }

.fa-popcorn:before {
  content: ""; }

.fa-portal-enter:before {
  content: ""; }

.fa-portal-exit: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-presentation:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-print-search:before {
  content: ""; }

.fa-print-slash:before {
  content: ""; }

.fa-procedures:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-project-diagram:before {
  content: ""; }

.fa-projector:before {
  content: ""; }

.fa-pump-medical:before {
  content: ""; }

.fa-pump-soap:before {
  content: ""; }

.fa-pumpkin: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-question-square: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-rabbit:before {
  content: ""; }

.fa-rabbit-fast:before {
  content: ""; }

.fa-racquet:before {
  content: ""; }

.fa-radar:before {
  content: ""; }

.fa-radiation:before {
  content: ""; }

.fa-radiation-alt:before {
  content: ""; }

.fa-radio:before {
  content: ""; }

.fa-radio-alt:before {
  content: ""; }

.fa-rainbow:before {
  content: ""; }

.fa-raindrops:before {
  content: ""; }

.fa-ram:before {
  content: ""; }

.fa-ramp-loading:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-raspberry-pi:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-raygun: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-rectangle-landscape:before {
  content: ""; }

.fa-rectangle-portrait:before {
  content: ""; }

.fa-rectangle-wide: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-refrigerator:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-remove-format:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-repeat:before {
  content: ""; }

.fa-repeat-1:before {
  content: ""; }

.fa-repeat-1-alt:before {
  content: ""; }

.fa-repeat-alt: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-retweet-alt:before {
  content: ""; }

.fa-rev:before {
  content: ""; }

.fa-ribbon:before {
  content: ""; }

.fa-ring:before {
  content: ""; }

.fa-rings-wedding:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-robot:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-rocket-launch:before {
  content: ""; }

.fa-rocketchat:before {
  content: ""; }

.fa-rockrms:before {
  content: ""; }

.fa-route:before {
  content: ""; }

.fa-route-highway:before {
  content: ""; }

.fa-route-interstate:before {
  content: ""; }

.fa-router: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-triangle:before {
  content: ""; }

.fa-ruler-vertical:before {
  content: ""; }

.fa-running:before {
  content: ""; }

.fa-rupee-sign:before {
  content: ""; }

.fa-rust:before {
  content: ""; }

.fa-rv:before {
  content: ""; }

.fa-sack:before {
  content: ""; }

.fa-sack-dollar:before {
  content: ""; }

.fa-sad-cry:before {
  content: ""; }

.fa-sad-tear:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-salad:before {
  content: ""; }

.fa-salesforce:before {
  content: ""; }

.fa-sandwich:before {
  content: ""; }

.fa-sass:before {
  content: ""; }

.fa-satellite:before {
  content: ""; }

.fa-satellite-dish:before {
  content: ""; }

.fa-sausage:before {
  content: ""; }

.fa-save:before {
  content: ""; }

.fa-sax-hot:before {
  content: ""; }

.fa-saxophone:before {
  content: ""; }

.fa-scalpel:before {
  content: ""; }

.fa-scalpel-path:before {
  content: ""; }

.fa-scanner:before {
  content: ""; }

.fa-scanner-image:before {
  content: ""; }

.fa-scanner-keyboard:before {
  content: ""; }

.fa-scanner-touchscreen:before {
  content: ""; }

.fa-scarecrow:before {
  content: ""; }

.fa-scarf:before {
  content: ""; }

.fa-schlix:before {
  content: ""; }

.fa-school:before {
  content: ""; }

.fa-screwdriver:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-scroll:before {
  content: ""; }

.fa-scroll-old:before {
  content: ""; }

.fa-scrubber:before {
  content: ""; }

.fa-scythe: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-send-back:before {
  content: ""; }

.fa-send-backward:before {
  content: ""; }

.fa-sensor:before {
  content: ""; }

.fa-sensor-alert:before {
  content: ""; }

.fa-sensor-fire:before {
  content: ""; }

.fa-sensor-on:before {
  content: ""; }

.fa-sensor-smoke:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-servicestack:before {
  content: ""; }

.fa-shapes:before {
  content: ""; }

.fa-share:before {
  content: ""; }

.fa-share-all:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-sheep:before {
  content: ""; }

.fa-shekel-sign:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-shield-alt:before {
  content: ""; }

.fa-shield-check:before {
  content: ""; }

.fa-shield-cross:before {
  content: ""; }

.fa-shield-virus:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-shipping-fast:before {
  content: ""; }

.fa-shipping-timed:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-shish-kebab: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-shovel:before {
  content: ""; }

.fa-shovel-snow:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-shredder:before {
  content: ""; }

.fa-shuttle-van:before {
  content: ""; }

.fa-shuttlecock:before {
  content: ""; }

.fa-sickle:before {
  content: ""; }

.fa-sigma:before {
  content: ""; }

.fa-sign:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-sign-in-alt:before {
  content: ""; }

.fa-sign-language:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-sign-out-alt:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-signal-1:before {
  content: ""; }

.fa-signal-2:before {
  content: ""; }

.fa-signal-3:before {
  content: ""; }

.fa-signal-4:before {
  content: ""; }

.fa-signal-alt:before {
  content: ""; }

.fa-signal-alt-1:before {
  content: ""; }

.fa-signal-alt-2:before {
  content: ""; }

.fa-signal-alt-3:before {
  content: ""; }

.fa-signal-alt-slash:before {
  content: ""; }

.fa-signal-slash:before {
  content: ""; }

.fa-signal-stream:before {
  content: ""; }

.fa-signature:before {
  content: ""; }

.fa-sim-card:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-sink:before {
  content: ""; }

.fa-siren:before {
  content: ""; }

.fa-siren-on:before {
  content: ""; }

.fa-sistrix:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-sith:before {
  content: ""; }

.fa-skating:before {
  content: ""; }

.fa-skeleton:before {
  content: ""; }

.fa-sketch:before {
  content: ""; }

.fa-ski-jump:before {
  content: ""; }

.fa-ski-lift:before {
  content: ""; }

.fa-skiing:before {
  content: ""; }

.fa-skiing-nordic:before {
  content: ""; }

.fa-skull:before {
  content: ""; }

.fa-skull-cow: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-sledding:before {
  content: ""; }

.fa-sleigh:before {
  content: ""; }

.fa-sliders-h:before {
  content: ""; }

.fa-sliders-h-square:before {
  content: ""; }

.fa-sliders-v:before {
  content: ""; }

.fa-sliders-v-square:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-smile:before {
  content: ""; }

.fa-smile-beam:before {
  content: ""; }

.fa-smile-plus:before {
  content: ""; }

.fa-smile-wink:before {
  content: ""; }

.fa-smog:before {
  content: ""; }

.fa-smoke:before {
  content: ""; }

.fa-smoking:before {
  content: ""; }

.fa-smoking-ban:before {
  content: ""; }

.fa-sms:before {
  content: ""; }

.fa-snake:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-snooze:before {
  content: ""; }

.fa-snow-blowing:before {
  content: ""; }

.fa-snowboarding:before {
  content: ""; }

.fa-snowflake:before {
  content: ""; }

.fa-snowflakes:before {
  content: ""; }

.fa-snowman:before {
  content: ""; }

.fa-snowmobile:before {
  content: ""; }

.fa-snowplow:before {
  content: ""; }

.fa-soap:before {
  content: ""; }

.fa-socks:before {
  content: ""; }

.fa-solar-panel:before {
  content: ""; }

.fa-solar-system: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-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-circle:before {
  content: ""; }

.fa-sort-circle-down:before {
  content: ""; }

.fa-sort-circle-up: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-shapes-down:before {
  content: ""; }

.fa-sort-shapes-down-alt:before {
  content: ""; }

.fa-sort-shapes-up:before {
  content: ""; }

.fa-sort-shapes-up-alt:before {
  content: ""; }

.fa-sort-size-down:before {
  content: ""; }

.fa-sort-size-down-alt:before {
  content: ""; }

.fa-sort-size-up:before {
  content: ""; }

.fa-sort-size-up-alt:before {
  content: ""; }

.fa-sort-up:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-soup:before {
  content: ""; }

.fa-sourcetree:before {
  content: ""; }

.fa-spa:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-space-station-moon:before {
  content: ""; }

.fa-space-station-moon-alt:before {
  content: ""; }

.fa-spade:before {
  content: ""; }

.fa-sparkles:before {
  content: ""; }

.fa-speakap:before {
  content: ""; }

.fa-speaker:before {
  content: ""; }

.fa-speaker-deck:before {
  content: ""; }

.fa-speakers:before {
  content: ""; }

.fa-spell-check:before {
  content: ""; }

.fa-spider:before {
  content: ""; }

.fa-spider-black-widow:before {
  content: ""; }

.fa-spider-web:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-spinner-third:before {
  content: ""; }

.fa-splotch:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-spray-can:before {
  content: ""; }

.fa-sprinkler:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-square-full:before {
  content: ""; }

.fa-square-root:before {
  content: ""; }

.fa-square-root-alt:before {
  content: ""; }

.fa-squarespace:before {
  content: ""; }

.fa-squirrel:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-stackpath:before {
  content: ""; }

.fa-staff:before {
  content: ""; }

.fa-stamp:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-and-crescent:before {
  content: ""; }

.fa-star-christmas:before {
  content: ""; }

.fa-star-exclamation: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-star-shooting:before {
  content: ""; }

.fa-starfighter:before {
  content: ""; }

.fa-starfighter-alt:before {
  content: ""; }

.fa-stars:before {
  content: ""; }

.fa-starship:before {
  content: ""; }

.fa-starship-freighter:before {
  content: ""; }

.fa-staylinked:before {
  content: ""; }

.fa-steak:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-steam-symbol:before {
  content: ""; }

.fa-steering-wheel: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-stocking:before {
  content: ""; }

.fa-stomach: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-stretcher: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-sun-cloud:before {
  content: ""; }

.fa-sun-dust:before {
  content: ""; }

.fa-sun-haze:before {
  content: ""; }

.fa-sunglasses:before {
  content: ""; }

.fa-sunrise:before {
  content: ""; }

.fa-sunset: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-sword:before {
  content: ""; }

.fa-sword-laser:before {
  content: ""; }

.fa-sword-laser-alt:before {
  content: ""; }

.fa-swords:before {
  content: ""; }

.fa-swords-laser: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-tablet-android:before {
  content: ""; }

.fa-tablet-android-alt:before {
  content: ""; }

.fa-tablet-rugged:before {
  content: ""; }

.fa-tablets:before {
  content: ""; }

.fa-tachometer:before {
  content: ""; }

.fa-tachometer-alt:before {
  content: ""; }

.fa-tachometer-alt-average:before {
  content: ""; }

.fa-tachometer-alt-fast:before {
  content: ""; }

.fa-tachometer-alt-fastest:before {
  content: ""; }

.fa-tachometer-alt-slow:before {
  content: ""; }

.fa-tachometer-alt-slowest:before {
  content: ""; }

.fa-tachometer-average:before {
  content: ""; }

.fa-tachometer-fast:before {
  content: ""; }

.fa-tachometer-fastest:before {
  content: ""; }

.fa-tachometer-slow:before {
  content: ""; }

.fa-tachometer-slowest:before {
  content: ""; }

.fa-taco:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-tally:before {
  content: ""; }

.fa-tanakh:before {
  content: ""; }

.fa-tape:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-tasks-alt: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-telescope:before {
  content: ""; }

.fa-temperature-down:before {
  content: ""; }

.fa-temperature-frigid:before {
  content: ""; }

.fa-temperature-high:before {
  content: ""; }

.fa-temperature-hot:before {
  content: ""; }

.fa-temperature-low:before {
  content: ""; }

.fa-temperature-up:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-tenge:before {
  content: ""; }

.fa-tennis-ball:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-text:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-size: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-theta:before {
  content: ""; }

.fa-think-peaks:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbtack:before {
  content: ""; }

.fa-thunderstorm:before {
  content: ""; }

.fa-thunderstorm-moon:before {
  content: ""; }

.fa-thunderstorm-sun:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-ticket-alt:before {
  content: ""; }

.fa-tiktok:before {
  content: ""; }

.fa-tilde:before {
  content: ""; }

.fa-times:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-times-hexagon:before {
  content: ""; }

.fa-times-octagon:before {
  content: ""; }

.fa-times-square:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-tint-slash:before {
  content: ""; }

.fa-tire:before {
  content: ""; }

.fa-tire-flat:before {
  content: ""; }

.fa-tire-pressure-warning:before {
  content: ""; }

.fa-tire-rugged: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-alt:before {
  content: ""; }

.fa-toilet-paper-slash:before {
  content: ""; }

.fa-tombstone:before {
  content: ""; }

.fa-tombstone-alt:before {
  content: ""; }

.fa-toolbox:before {
  content: ""; }

.fa-tools:before {
  content: ""; }

.fa-tooth:before {
  content: ""; }

.fa-toothbrush:before {
  content: ""; }

.fa-torah:before {
  content: ""; }

.fa-torii-gate:before {
  content: ""; }

.fa-tornado:before {
  content: ""; }

.fa-tractor:before {
  content: ""; }

.fa-trade-federation:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-traffic-cone:before {
  content: ""; }

.fa-traffic-light:before {
  content: ""; }

.fa-traffic-light-go:before {
  content: ""; }

.fa-traffic-light-slow:before {
  content: ""; }

.fa-traffic-light-stop:before {
  content: ""; }

.fa-trailer:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-tram:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-transporter:before {
  content: ""; }

.fa-transporter-1:before {
  content: ""; }

.fa-transporter-2:before {
  content: ""; }

.fa-transporter-3:before {
  content: ""; }

.fa-transporter-empty:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-trash-alt:before {
  content: ""; }

.fa-trash-restore:before {
  content: ""; }

.fa-trash-restore-alt:before {
  content: ""; }

.fa-trash-undo:before {
  content: ""; }

.fa-trash-undo-alt:before {
  content: ""; }

.fa-treasure-chest:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-tree-alt:before {
  content: ""; }

.fa-tree-christmas:before {
  content: ""; }

.fa-tree-decorated:before {
  content: ""; }

.fa-tree-large:before {
  content: ""; }

.fa-tree-palm:before {
  content: ""; }

.fa-trees:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-triangle:before {
  content: ""; }

.fa-triangle-music:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-trophy-alt:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-truck-container:before {
  content: ""; }

.fa-truck-couch:before {
  content: ""; }

.fa-truck-loading:before {
  content: ""; }

.fa-truck-monster:before {
  content: ""; }

.fa-truck-moving:before {
  content: ""; }

.fa-truck-pickup:before {
  content: ""; }

.fa-truck-plow:before {
  content: ""; }

.fa-truck-ramp:before {
  content: ""; }

.fa-trumpet:before {
  content: ""; }

.fa-tshirt:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-turkey:before {
  content: ""; }

.fa-turntable:before {
  content: ""; }

.fa-turtle:before {
  content: ""; }

.fa-tv:before {
  content: ""; }

.fa-tv-alt:before {
  content: ""; }

.fa-tv-music:before {
  content: ""; }

.fa-tv-retro:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-typewriter:before {
  content: ""; }

.fa-typo3:before {
  content: ""; }

.fa-uber:before {
  content: ""; }

.fa-ubuntu:before {
  content: ""; }

.fa-ufo:before {
  content: ""; }

.fa-ufo-beam: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-unicorn:before {
  content: ""; }

.fa-union: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-usb-drive:before {
  content: ""; }

.fa-usd-circle:before {
  content: ""; }

.fa-usd-square:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-user-alien:before {
  content: ""; }

.fa-user-alt:before {
  content: ""; }

.fa-user-alt-slash:before {
  content: ""; }

.fa-user-astronaut:before {
  content: ""; }

.fa-user-chart:before {
  content: ""; }

.fa-user-check:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-clock:before {
  content: ""; }

.fa-user-cog:before {
  content: ""; }

.fa-user-cowboy:before {
  content: ""; }

.fa-user-crown:before {
  content: ""; }

.fa-user-edit:before {
  content: ""; }

.fa-user-friends:before {
  content: ""; }

.fa-user-graduate:before {
  content: ""; }

.fa-user-hard-hat:before {
  content: ""; }

.fa-user-headset:before {
  content: ""; }

.fa-user-injured:before {
  content: ""; }

.fa-user-lock:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-user-md-chat:before {
  content: ""; }

.fa-user-minus:before {
  content: ""; }

.fa-user-music:before {
  content: ""; }

.fa-user-ninja:before {
  content: ""; }

.fa-user-nurse:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-robot: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-user-unlock:before {
  content: ""; }

.fa-user-visor:before {
  content: ""; }

.fa-users:before {
  content: ""; }

.fa-users-class:before {
  content: ""; }

.fa-users-cog:before {
  content: ""; }

.fa-users-crown:before {
  content: ""; }

.fa-users-medical:before {
  content: ""; }

.fa-users-slash:before {
  content: ""; }

.fa-usps:before {
  content: ""; }

.fa-ussunnah:before {
  content: ""; }

.fa-utensil-fork:before {
  content: ""; }

.fa-utensil-knife:before {
  content: ""; }

.fa-utensil-spoon:before {
  content: ""; }

.fa-utensils:before {
  content: ""; }

.fa-utensils-alt:before {
  content: ""; }

.fa-vaadin:before {
  content: ""; }

.fa-vacuum:before {
  content: ""; }

.fa-vacuum-robot:before {
  content: ""; }

.fa-value-absolute:before {
  content: ""; }

.fa-vector-square:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-vhs: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-plus: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-violin: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-volcano:before {
  content: ""; }

.fa-volleyball-ball:before {
  content: ""; }

.fa-volume:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-mute:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-slash:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-vote-nay:before {
  content: ""; }

.fa-vote-yea:before {
  content: ""; }

.fa-vr-cardboard:before {
  content: ""; }

.fa-vuejs:before {
  content: ""; }

.fa-wagon-covered:before {
  content: ""; }

.fa-walker:before {
  content: ""; }

.fa-walkie-talkie:before {
  content: ""; }

.fa-walking:before {
  content: ""; }

.fa-wallet:before {
  content: ""; }

.fa-wand:before {
  content: ""; }

.fa-wand-magic:before {
  content: ""; }

.fa-warehouse:before {
  content: ""; }

.fa-warehouse-alt:before {
  content: ""; }

.fa-washer:before {
  content: ""; }

.fa-watch:before {
  content: ""; }

.fa-watch-calculator:before {
  content: ""; }

.fa-watch-fitness:before {
  content: ""; }

.fa-water:before {
  content: ""; }

.fa-water-lower:before {
  content: ""; }

.fa-water-rise:before {
  content: ""; }

.fa-wave-sine:before {
  content: ""; }

.fa-wave-square:before {
  content: ""; }

.fa-wave-triangle:before {
  content: ""; }

.fa-waveform:before {
  content: ""; }

.fa-waveform-path:before {
  content: ""; }

.fa-waze:before {
  content: ""; }

.fa-webcam:before {
  content: ""; }

.fa-webcam-slash:before {
  content: ""; }

.fa-weebly:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-weight:before {
  content: ""; }

.fa-weight-hanging:before {
  content: ""; }

.fa-weixin:before {
  content: ""; }

.fa-whale:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-whatsapp-square:before {
  content: ""; }

.fa-wheat:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-whistle:before {
  content: ""; }

.fa-whmcs:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-wifi-1:before {
  content: ""; }

.fa-wifi-2:before {
  content: ""; }

.fa-wifi-slash:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-wind:before {
  content: ""; }

.fa-wind-turbine:before {
  content: ""; }

.fa-wind-warning:before {
  content: ""; }

.fa-window:before {
  content: ""; }

.fa-window-alt:before {
  content: ""; }

.fa-window-close:before {
  content: ""; }

.fa-window-frame:before {
  content: ""; }

.fa-window-frame-open:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-windsock: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-wreath: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-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("");
  src: url("") format("embedded-opentype"), url("/wp-content/themes/capitalvision/assets/recovered/wp-content/themes/capital-vision/css/fonts/icons/font-awesome/webfonts/fa-solid-900.woff2") format("woff2"), url("/wp-content/themes/capitalvision/assets/recovered/wp-content/themes/capital-vision/css/fonts/icons/font-awesome/webfonts/fa-solid-900.woff") format("woff"), url("/wp-content/themes/capitalvision/assets/recovered/wp-content/themes/capital-vision/css/fonts/icons/font-awesome/webfonts/fa-solid-900.ttf") format("truetype"), url("") format("svg"); }

.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900; }


@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("");
  src: url("") format("embedded-opentype"), url("/wp-content/themes/capitalvision/assets/recovered/wp-content/themes/capital-vision/css/fonts/icons/font-awesome/webfonts/fa-regular-400.woff2") format("woff2"), url("/wp-content/themes/capitalvision/assets/recovered/wp-content/themes/capital-vision/css/fonts/icons/font-awesome/webfonts/fa-regular-400.woff") format("woff"), url("/wp-content/themes/capitalvision/assets/recovered/wp-content/themes/capital-vision/css/fonts/icons/font-awesome/webfonts/fa-regular-400.ttf") format("truetype"), url("") format("svg"); }

.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400; }


@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("");
  src: url("") format("embedded-opentype"), url("/wp-content/themes/capitalvision/assets/recovered/wp-content/themes/capital-vision/css/fonts/icons/font-awesome/webfonts/fa-light-300.woff2") format("woff2"), url("/wp-content/themes/capitalvision/assets/recovered/wp-content/themes/capital-vision/css/fonts/icons/font-awesome/webfonts/fa-light-300.woff") format("woff"), url("/wp-content/themes/capitalvision/assets/recovered/wp-content/themes/capital-vision/css/fonts/icons/font-awesome/webfonts/fa-light-300.ttf") format("truetype"), url("") format("svg"); }

.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300; }


@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("");
  src: url("") format("embedded-opentype"), url("/wp-content/themes/capitalvision/assets/recovered/wp-content/themes/capital-vision/css/fonts/icons/font-awesome/webfonts/fa-brands-400.woff2") format("woff2"), url("/wp-content/themes/capitalvision/assets/recovered/wp-content/themes/capital-vision/css/fonts/icons/font-awesome/webfonts/fa-brands-400.woff") format("woff"), url("/wp-content/themes/capitalvision/assets/recovered/wp-content/themes/capital-vision/css/fonts/icons/font-awesome/webfonts/fa-brands-400.ttf") format("truetype"), url("") format("svg"); }

.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }


@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("");
  src: url("") format("embedded-opentype"), url("/wp-content/themes/capitalvision/assets/recovered/wp-content/themes/capital-vision/css/fonts/icons/font-awesome/webfonts/fa-duotone-900.woff2") format("woff2"), url("/wp-content/themes/capitalvision/assets/recovered/wp-content/themes/capital-vision/css/fonts/icons/font-awesome/webfonts/fa-duotone-900.woff") format("woff"), url("/wp-content/themes/capitalvision/assets/recovered/wp-content/themes/capital-vision/css/fonts/icons/font-awesome/webfonts/fa-duotone-900.ttf") format("truetype"), url("") format("svg"); }

.fad {
  position: relative;
  font-family: "Font Awesome 5 Duotone";
  font-weight: 900; }

.fad:before {
  position: absolute;
  color: var(--fa-primary-color, inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1); }

.fad:after {
  color: var(--fa-secondary-color, inherit);
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4); }

.fa-swap-opacity .fad:before,
.fad.fa-swap-opacity:before {
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4); }

.fa-swap-opacity .fad:after,
.fad.fa-swap-opacity:after {
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1); }

.fad.fa-inverse {
  color: #fff; }

.fad.fa-stack-1x, .fad.fa-stack-2x {
  position: absolute; }

.fad.fa-stack-1x:before,
.fad.fa-stack-2x:before,
.fad.fa-fw:before {
  left: 50%;
  transform: translateX(-50%); }

.fad.fa-abacus:after {
  content: "􏙀"; }

.fad.fa-acorn:after {
  content: "􏚮"; }

.fad.fa-ad:after {
  content: "􏙁"; }

.fad.fa-address-book:after {
  content: "􏊹"; }

.fad.fa-address-card:after {
  content: "􏊻"; }

.fad.fa-adjust:after {
  content: "􏁂"; }

.fad.fa-air-conditioner:after {
  content: "􏣴"; }

.fad.fa-air-freshener:after {
  content: "􏗐"; }

.fad.fa-alarm-clock:after {
  content: "􏍎"; }

.fad.fa-alarm-exclamation:after {
  content: "􏡃"; }

.fad.fa-alarm-plus:after {
  content: "􏡄"; }

.fad.fa-alarm-snooze:after {
  content: "􏡅"; }

.fad.fa-album:after {
  content: "􏢟"; }

.fad.fa-album-collection:after {
  content: "􏢠"; }

.fad.fa-alicorn:after {
  content: "􏚰"; }

.fad.fa-alien:after {
  content: "􏣵"; }

.fad.fa-alien-monster:after {
  content: "􏣶"; }

.fad.fa-align-center:after {
  content: "􏀷"; }

.fad.fa-align-justify:after {
  content: "􏀹"; }

.fad.fa-align-left:after {
  content: "􏀶"; }

.fad.fa-align-right:after {
  content: "􏀸"; }

.fad.fa-align-slash:after {
  content: "􏡆"; }

.fad.fa-allergies:after {
  content: "􏑡"; }

.fad.fa-ambulance:after {
  content: "􏃹"; }

.fad.fa-american-sign-language-interpreting:after {
  content: "􏊣"; }

.fad.fa-amp-guitar:after {
  content: "􏢡"; }

.fad.fa-analytics:after {
  content: "􏙃"; }

.fad.fa-anchor:after {
  content: "􏄽"; }

.fad.fa-angel:after {
  content: "􏝹"; }

.fad.fa-angle-double-down:after {
  content: "􏄃"; }

.fad.fa-angle-double-left:after {
  content: "􏄀"; }

.fad.fa-angle-double-right:after {
  content: "􏄁"; }

.fad.fa-angle-double-up:after {
  content: "􏄂"; }

.fad.fa-angle-down:after {
  content: "􏄇"; }

.fad.fa-angle-left:after {
  content: "􏄄"; }

.fad.fa-angle-right:after {
  content: "􏄅"; }

.fad.fa-angle-up:after {
  content: "􏄆"; }

.fad.fa-angry:after {
  content: "􏕖"; }

.fad.fa-ankh:after {
  content: "􏙄"; }

.fad.fa-apple-alt:after {
  content: "􏗑"; }

.fad.fa-apple-crate:after {
  content: "􏚱"; }

.fad.fa-archive:after {
  content: "􏆇"; }

.fad.fa-archway:after {
  content: "􏕗"; }

.fad.fa-arrow-alt-circle-down:after {
  content: "􏍘"; }

.fad.fa-arrow-alt-circle-left:after {
  content: "􏍙"; }

.fad.fa-arrow-alt-circle-right:after {
  content: "􏍚"; }

.fad.fa-arrow-alt-circle-up:after {
  content: "􏍛"; }

.fad.fa-arrow-alt-down:after {
  content: "􏍔"; }

.fad.fa-arrow-alt-from-bottom:after {
  content: "􏍆"; }

.fad.fa-arrow-alt-from-left:after {
  content: "􏍇"; }

.fad.fa-arrow-alt-from-right:after {
  content: "􏍈"; }

.fad.fa-arrow-alt-from-top:after {
  content: "􏍉"; }

.fad.fa-arrow-alt-left:after {
  content: "􏍕"; }

.fad.fa-arrow-alt-right:after {
  content: "􏍖"; }

.fad.fa-arrow-alt-square-down:after {
  content: "􏍐"; }

.fad.fa-arrow-alt-square-left:after {
  content: "􏍑"; }

.fad.fa-arrow-alt-square-right:after {
  content: "􏍒"; }

.fad.fa-arrow-alt-square-up:after {
  content: "􏍓"; }

.fad.fa-arrow-alt-to-bottom:after {
  content: "􏍊"; }

.fad.fa-arrow-alt-to-left:after {
  content: "􏍋"; }

.fad.fa-arrow-alt-to-right:after {
  content: "􏍌"; }

.fad.fa-arrow-alt-to-top:after {
  content: "􏍍"; }

.fad.fa-arrow-alt-up:after {
  content: "􏍗"; }

.fad.fa-arrow-circle-down:after {
  content: "􏂫"; }

.fad.fa-arrow-circle-left:after {
  content: "􏂨"; }

.fad.fa-arrow-circle-right:after {
  content: "􏂩"; }

.fad.fa-arrow-circle-up:after {
  content: "􏂪"; }

.fad.fa-arrow-down:after {
  content: "􏁣"; }

.fad.fa-arrow-from-bottom:after {
  content: "􏍂"; }

.fad.fa-arrow-from-left:after {
  content: "􏍃"; }

.fad.fa-arrow-from-right:after {
  content: "􏍄"; }

.fad.fa-arrow-from-top:after {
  content: "􏍅"; }

.fad.fa-arrow-left:after {
  content: "􏁠"; }

.fad.fa-arrow-right:after {
  content: "􏁡"; }

.fad.fa-arrow-square-down:after {
  content: "􏌹"; }

.fad.fa-arrow-square-left:after {
  content: "􏌺"; }

.fad.fa-arrow-square-right:after {
  content: "􏌻"; }

.fad.fa-arrow-square-up:after {
  content: "􏌼"; }

.fad.fa-arrow-to-bottom:after {
  content: "􏌽"; }

.fad.fa-arrow-to-left:after {
  content: "􏌾"; }

.fad.fa-arrow-to-right:after {
  content: "􏍀"; }

.fad.fa-arrow-to-top:after {
  content: "􏍁"; }

.fad.fa-arrow-up:after {
  content: "􏁢"; }

.fad.fa-arrows:after {
  content: "􏁇"; }

.fad.fa-arrows-alt:after {
  content: "􏂲"; }

.fad.fa-arrows-alt-h:after {
  content: "􏌷"; }

.fad.fa-arrows-alt-v:after {
  content: "􏌸"; }

.fad.fa-arrows-h:after {
  content: "􏁾"; }

.fad.fa-arrows-v:after {
  content: "􏁽"; }

.fad.fa-assistive-listening-systems:after {
  content: "􏊢"; }

.fad.fa-asterisk:after {
  content: "􏁩"; }

.fad.fa-at:after {
  content: "􏇺"; }

.fad.fa-atlas:after {
  content: "􏕘"; }

.fad.fa-atom:after {
  content: "􏗒"; }

.fad.fa-atom-alt:after {
  content: "􏗓"; }

.fad.fa-audio-description:after {
  content: "􏊞"; }

.fad.fa-award:after {
  content: "􏕙"; }

.fad.fa-axe:after {
  content: "􏚲"; }

.fad.fa-axe-battle:after {
  content: "􏚳"; }

.fad.fa-baby:after {
  content: "􏝼"; }

.fad.fa-baby-carriage:after {
  content: "􏝽"; }

.fad.fa-backpack:after {
  content: "􏗔"; }

.fad.fa-backspace:after {
  content: "􏕚"; }

.fad.fa-backward:after {
  content: "􏁊"; }

.fad.fa-bacon:after {
  content: "􏟥"; }

.fad.fa-bacteria:after {
  content: "􎁙"; }

.fad.fa-bacterium:after {
  content: "􎁚"; }

.fad.fa-badge:after {
  content: "􏌵"; }

.fad.fa-badge-check:after {
  content: "􏌶"; }

.fad.fa-badge-dollar:after {
  content: "􏙅"; }

.fad.fa-badge-percent:after {
  content: "􏙆"; }

.fad.fa-badge-sheriff:after {
  content: "􏢢"; }

.fad.fa-badger-honey:after {
  content: "􏚴"; }

.fad.fa-bags-shopping:after {
  content: "􏡇"; }

.fad.fa-bahai:after {
  content: "􏙦"; }

.fad.fa-balance-scale:after {
  content: "􏉎"; }

.fad.fa-balance-scale-left:after {
  content: "􏔕"; }

.fad.fa-balance-scale-right:after {
  content: "􏔖"; }

.fad.fa-ball-pile:after {
  content: "􏝾"; }

.fad.fa-ballot:after {
  content: "􏜲"; }

.fad.fa-ballot-check:after {
  content: "􏜳"; }

.fad.fa-ban:after {
  content: "􏁞"; }

.fad.fa-band-aid:after {
  content: "􏑢"; }

.fad.fa-banjo:after {
  content: "􏢣"; }

.fad.fa-barcode:after {
  content: "􏀪"; }

.fad.fa-barcode-alt:after {
  content: "􏑣"; }

.fad.fa-barcode-read:after {
  content: "􏑤"; }

.fad.fa-barcode-scan:after {
  content: "􏑥"; }

.fad.fa-bars:after {
  content: "􏃉"; }

.fad.fa-baseball:after {
  content: "􏐲"; }

.fad.fa-baseball-ball:after {
  content: "􏐳"; }

.fad.fa-basketball-ball:after {
  content: "􏐴"; }

.fad.fa-basketball-hoop:after {
  content: "􏐵"; }

.fad.fa-bat:after {
  content: "􏚵"; }

.fad.fa-bath:after {
  content: "􏋍"; }

.fad.fa-battery-bolt:after {
  content: "􏍶"; }

.fad.fa-battery-empty:after {
  content: "􏉄"; }

.fad.fa-battery-full:after {
  content: "􏉀"; }

.fad.fa-battery-half:after {
  content: "􏉂"; }

.fad.fa-battery-quarter:after {
  content: "􏉃"; }

.fad.fa-battery-slash:after {
  content: "􏍷"; }

.fad.fa-battery-three-quarters:after {
  content: "􏉁"; }

.fad.fa-bed:after {
  content: "􏈶"; }

.fad.fa-bed-alt:after {
  content: "􏣷"; }

.fad.fa-bed-bunk:after {
  content: "􏣸"; }

.fad.fa-bed-empty:after {
  content: "􏣹"; }

.fad.fa-beer:after {
  content: "􏃼"; }

.fad.fa-bell:after {
  content: "􏃳"; }

.fad.fa-bell-exclamation:after {
  content: "􏡈"; }

.fad.fa-bell-on:after {
  content: "􏣺"; }

.fad.fa-bell-plus:after {
  content: "􏡉"; }

.fad.fa-bell-school:after {
  content: "􏗕"; }

.fad.fa-bell-school-slash:after {
  content: "􏗖"; }

.fad.fa-bell-slash:after {
  content: "􏇶"; }

.fad.fa-bells:after {
  content: "􏝿"; }

.fad.fa-betamax:after {
  content: "􏢤"; }

.fad.fa-bezier-curve:after {
  content: "􏕛"; }

.fad.fa-bible:after {
  content: "􏙇"; }

.fad.fa-bicycle:after {
  content: "􏈆"; }

.fad.fa-biking:after {
  content: "􏡊"; }

.fad.fa-biking-mountain:after {
  content: "􏡋"; }

.fad.fa-binoculars:after {
  content: "􏇥"; }

.fad.fa-biohazard:after {
  content: "􏞀"; }

.fad.fa-birthday-cake:after {
  content: "􏇽"; }

.fad.fa-blanket:after {
  content: "􏒘"; }

.fad.fa-blender:after {
  content: "􏔗"; }

.fad.fa-blender-phone:after {
  content: "􏚶"; }

.fad.fa-blind:after {
  content: "􏊝"; }

.fad.fa-blinds:after {
  content: "􏣻"; }

.fad.fa-blinds-open:after {
  content: "􏣼"; }

.fad.fa-blinds-raised:after {
  content: "􏣽"; }

.fad.fa-blog:after {
  content: "􏞁"; }

.fad.fa-bold:after {
  content: "􏀲"; }

.fad.fa-bolt:after {
  content: "􏃧"; }

.fad.fa-bomb:after {
  content: "􏇢"; }

.fad.fa-bone:after {
  content: "􏗗"; }

.fad.fa-bone-break:after {
  content: "􏗘"; }

.fad.fa-bong:after {
  content: "􏕜"; }

.fad.fa-book:after {
  content: "􏀭"; }

.fad.fa-book-alt:after {
  content: "􏗙"; }

.fad.fa-book-dead:after {
  content: "􏚷"; }

.fad.fa-book-heart:after {
  content: "􏒙"; }

.fad.fa-book-medical:after {
  content: "􏟦"; }

.fad.fa-book-open:after {
  content: "􏔘"; }

.fad.fa-book-reader:after {
  content: "􏗚"; }

.fad.fa-book-spells:after {
  content: "􏚸"; }

.fad.fa-book-user:after {
  content: "􏟧"; }

.fad.fa-bookmark:after {
  content: "􏀮"; }

.fad.fa-books:after {
  content: "􏗛"; }

.fad.fa-books-medical:after {
  content: "􏟨"; }

.fad.fa-boombox:after {
  content: "􏢥"; }

.fad.fa-boot:after {
  content: "􏞂"; }

.fad.fa-booth-curtain:after {
  content: "􏜴"; }

.fad.fa-border-all:after {
  content: "􏡌"; }

.fad.fa-border-bottom:after {
  content: "􏡍"; }

.fad.fa-border-center-h:after {
  content: "􏢜"; }

.fad.fa-border-center-v:after {
  content: "􏢝"; }

.fad.fa-border-inner:after {
  content: "􏡎"; }

.fad.fa-border-left:after {
  content: "􏡏"; }

.fad.fa-border-none:after {
  content: "􏡐"; }

.fad.fa-border-outer:after {
  content: "􏡑"; }

.fad.fa-border-right:after {
  content: "􏡒"; }

.fad.fa-border-style:after {
  content: "􏡓"; }

.fad.fa-border-style-alt:after {
  content: "􏡔"; }

.fad.fa-border-top:after {
  content: "􏡕"; }

.fad.fa-bow-arrow:after {
  content: "􏚹"; }

.fad.fa-bowling-ball:after {
  content: "􏐶"; }

.fad.fa-bowling-pins:after {
  content: "􏐷"; }

.fad.fa-box:after {
  content: "􏑦"; }

.fad.fa-box-alt:after {
  content: "􏒚"; }

.fad.fa-box-ballot:after {
  content: "􏜵"; }

.fad.fa-box-check:after {
  content: "􏑧"; }

.fad.fa-box-fragile:after {
  content: "􏒛"; }

.fad.fa-box-full:after {
  content: "􏒜"; }

.fad.fa-box-heart:after {
  content: "􏒝"; }

.fad.fa-box-open:after {
  content: "􏒞"; }

.fad.fa-box-tissue:after {
  content: "􎁛"; }

.fad.fa-box-up:after {
  content: "􏒟"; }

.fad.fa-box-usd:after {
  content: "􏒠"; }

.fad.fa-boxes:after {
  content: "􏑨"; }

.fad.fa-boxes-alt:after {
  content: "􏒡"; }

.fad.fa-boxing-glove:after {
  content: "􏐸"; }

.fad.fa-brackets:after {
  content: "􏟩"; }

.fad.fa-brackets-curly:after {
  content: "􏟪"; }

.fad.fa-braille:after {
  content: "􏊡"; }

.fad.fa-brain:after {
  content: "􏗜"; }

.fad.fa-bread-loaf:after {
  content: "􏟫"; }

.fad.fa-bread-slice:after {
  content: "􏟬"; }

.fad.fa-briefcase:after {
  content: "􏂱"; }

.fad.fa-briefcase-medical:after {
  content: "􏑩"; }

.fad.fa-bring-forward:after {
  content: "􏡖"; }

.fad.fa-bring-front:after {
  content: "􏡗"; }

.fad.fa-broadcast-tower:after {
  content: "􏔙"; }

.fad.fa-broom:after {
  content: "􏔚"; }

.fad.fa-browser:after {
  content: "􏍾"; }

.fad.fa-brush:after {
  content: "􏕝"; }

.fad.fa-bug:after {
  content: "􏆈"; }

.fad.fa-building:after {
  content: "􏆭"; }

.fad.fa-bullhorn:after {
  content: "􏂡"; }

.fad.fa-bullseye:after {
  content: "􏅀"; }

.fad.fa-bullseye-arrow:after {
  content: "􏙈"; }

.fad.fa-bullseye-pointer:after {
  content: "􏙉"; }

.fad.fa-burger-soda:after {
  content: "􏡘"; }

.fad.fa-burn:after {
  content: "􏑪"; }

.fad.fa-burrito:after {
  content: "􏟭"; }

.fad.fa-bus:after {
  content: "􏈇"; }

.fad.fa-bus-alt:after {
  content: "􏕞"; }

.fad.fa-bus-school:after {
  content: "􏗝"; }

.fad.fa-business-time:after {
  content: "􏙊"; }

.fad.fa-cabinet-filing:after {
  content: "􏙋"; }

.fad.fa-cactus:after {
  content: "􏢧"; }

.fad.fa-calculator:after {
  content: "􏇬"; }

.fad.fa-calculator-alt:after {
  content: "􏙌"; }

.fad.fa-calendar:after {
  content: "􏄳"; }

.fad.fa-calendar-alt:after {
  content: "􏁳"; }

.fad.fa-calendar-check:after {
  content: "􏉴"; }

.fad.fa-calendar-day:after {
  content: "􏞃"; }

.fad.fa-calendar-edit:after {
  content: "􏌳"; }

.fad.fa-calendar-exclamation:after {
  content: "􏌴"; }

.fad.fa-calendar-minus:after {
  content: "􏉲"; }

.fad.fa-calendar-plus:after {
  content: "􏉱"; }

.fad.fa-calendar-star:after {
  content: "􏜶"; }

.fad.fa-calendar-times:after {
  content: "􏉳"; }

.fad.fa-calendar-week:after {
  content: "􏞄"; }

.fad.fa-camcorder:after {
  content: "􏢨"; }

.fad.fa-camera:after {
  content: "􏀰"; }

.fad.fa-camera-alt:after {
  content: "􏌲"; }

.fad.fa-camera-home:after {
  content: "􏣾"; }

.fad.fa-camera-movie:after {
  content: "􏢩"; }

.fad.fa-camera-polaroid:after {
  content: "􏢪"; }

.fad.fa-camera-retro:after {
  content: "􏂃"; }

.fad.fa-campfire:after {
  content: "􏚺"; }

.fad.fa-campground:after {
  content: "􏚻"; }

.fad.fa-candle-holder:after {
  content: "􏚼"; }

.fad.fa-candy-cane:after {
  content: "􏞆"; }

.fad.fa-candy-corn:after {
  content: "􏚽"; }

.fad.fa-cannabis:after {
  content: "􏕟"; }

.fad.fa-capsules:after {
  content: "􏑫"; }

.fad.fa-car:after {
  content: "􏆹"; }

.fad.fa-car-alt:after {
  content: "􏗞"; }

.fad.fa-car-battery:after {
  content: "􏗟"; }

.fad.fa-car-building:after {
  content: "􏡙"; }

.fad.fa-car-bump:after {
  content: "􏗠"; }

.fad.fa-car-bus:after {
  content: "􏡚"; }

.fad.fa-car-crash:after {
  content: "􏗡"; }

.fad.fa-car-garage:after {
  content: "􏗢"; }

.fad.fa-car-mechanic:after {
  content: "􏗣"; }

.fad.fa-car-side:after {
  content: "􏗤"; }

.fad.fa-car-tilt:after {
  content: "􏗥"; }

.fad.fa-car-wash:after {
  content: "􏗦"; }

.fad.fa-caravan:after {
  content: "􏣿"; }

.fad.fa-caravan-alt:after {
  content: "􎀀"; }

.fad.fa-caret-circle-down:after {
  content: "􏌭"; }

.fad.fa-caret-circle-left:after {
  content: "􏌮"; }

.fad.fa-caret-circle-right:after {
  content: "􏌰"; }

.fad.fa-caret-circle-up:after {
  content: "􏌱"; }

.fad.fa-caret-down:after {
  content: "􏃗"; }

.fad.fa-caret-left:after {
  content: "􏃙"; }

.fad.fa-caret-right:after {
  content: "􏃚"; }

.fad.fa-caret-square-down:after {
  content: "􏅐"; }

.fad.fa-caret-square-left:after {
  content: "􏆑"; }

.fad.fa-caret-square-right:after {
  content: "􏅒"; }

.fad.fa-caret-square-up:after {
  content: "􏅑"; }

.fad.fa-caret-up:after {
  content: "􏃘"; }

.fad.fa-carrot:after {
  content: "􏞇"; }

.fad.fa-cars:after {
  content: "􏡛"; }

.fad.fa-cart-arrow-down:after {
  content: "􏈘"; }

.fad.fa-cart-plus:after {
  content: "􏈗"; }

.fad.fa-cash-register:after {
  content: "􏞈"; }

.fad.fa-cassette-tape:after {
  content: "􏢫"; }

.fad.fa-cat:after {
  content: "􏚾"; }

.fad.fa-cat-space:after {
  content: "􎀁"; }

.fad.fa-cauldron:after {
  content: "􏚿"; }

.fad.fa-cctv:after {
  content: "􏢬"; }

.fad.fa-certificate:after {
  content: "􏂣"; }

.fad.fa-chair:after {
  content: "􏛀"; }

.fad.fa-chair-office:after {
  content: "􏛁"; }

.fad.fa-chalkboard:after {
  content: "􏔛"; }

.fad.fa-chalkboard-teacher:after {
  content: "􏔜"; }

.fad.fa-charging-station:after {
  content: "􏗧"; }

.fad.fa-chart-area:after {
  content: "􏇾"; }

.fad.fa-chart-bar:after {
  content: "􏂀"; }

.fad.fa-chart-line:after {
  content: "􏈁"; }

.fad.fa-chart-line-down:after {
  content: "􏙍"; }

.fad.fa-chart-network:after {
  content: "􏞊"; }

.fad.fa-chart-pie:after {
  content: "􏈀"; }

.fad.fa-chart-pie-alt:after {
  content: "􏙎"; }

.fad.fa-chart-scatter:after {
  content: "􏟮"; }

.fad.fa-check:after {
  content: "􏀌"; }

.fad.fa-check-circle:after {
  content: "􏁘"; }

.fad.fa-check-double:after {
  content: "􏕠"; }

.fad.fa-check-square:after {
  content: "􏅊"; }

.fad.fa-cheese:after {
  content: "􏟯"; }

.fad.fa-cheese-swiss:after {
  content: "􏟰"; }

.fad.fa-cheeseburger:after {
  content: "􏟱"; }

.fad.fa-chess:after {
  content: "􏐹"; }

.fad.fa-chess-bishop:after {
  content: "􏐺"; }

.fad.fa-chess-bishop-alt:after {
  content: "􏐻"; }

.fad.fa-chess-board:after {
  content: "􏐼"; }

.fad.fa-chess-clock:after {
  content: "􏐽"; }

.fad.fa-chess-clock-alt:after {
  content: "􏐾"; }

.fad.fa-chess-king:after {
  content: "􏐿"; }

.fad.fa-chess-king-alt:after {
  content: "􏑀"; }

.fad.fa-chess-knight:after {
  content: "􏑁"; }

.fad.fa-chess-knight-alt:after {
  content: "􏑂"; }

.fad.fa-chess-pawn:after {
  content: "􏑃"; }

.fad.fa-chess-pawn-alt:after {
  content: "􏑄"; }

.fad.fa-chess-queen:after {
  content: "􏑅"; }

.fad.fa-chess-queen-alt:after {
  content: "􏑆"; }

.fad.fa-chess-rook:after {
  content: "􏑇"; }

.fad.fa-chess-rook-alt:after {
  content: "􏑈"; }

.fad.fa-chevron-circle-down:after {
  content: "􏄺"; }

.fad.fa-chevron-circle-left:after {
  content: "􏄷"; }

.fad.fa-chevron-circle-right:after {
  content: "􏄸"; }

.fad.fa-chevron-circle-up:after {
  content: "􏄹"; }

.fad.fa-chevron-double-down:after {
  content: "􏌢"; }

.fad.fa-chevron-double-left:after {
  content: "􏌣"; }

.fad.fa-chevron-double-right:after {
  content: "􏌤"; }

.fad.fa-chevron-double-up:after {
  content: "􏌥"; }

.fad.fa-chevron-down:after {
  content: "􏁸"; }

.fad.fa-chevron-left:after {
  content: "􏁓"; }

.fad.fa-chevron-right:after {
  content: "􏁔"; }

.fad.fa-chevron-square-down:after {
  content: "􏌩"; }

.fad.fa-chevron-square-left:after {
  content: "􏌪"; }

.fad.fa-chevron-square-right:after {
  content: "􏌫"; }

.fad.fa-chevron-square-up:after {
  content: "􏌬"; }

.fad.fa-chevron-up:after {
  content: "􏁷"; }

.fad.fa-child:after {
  content: "􏆮"; }

.fad.fa-chimney:after {
  content: "􏞋"; }

.fad.fa-church:after {
  content: "􏔝"; }

.fad.fa-circle:after {
  content: "􏄑"; }

.fad.fa-circle-notch:after {
  content: "􏇎"; }

.fad.fa-city:after {
  content: "􏙏"; }

.fad.fa-clarinet:after {
  content: "􏢭"; }

.fad.fa-claw-marks:after {
  content: "􏛂"; }

.fad.fa-clinic-medical:after {
  content: "􏟲"; }

.fad.fa-clipboard:after {
  content: "􏌨"; }

.fad.fa-clipboard-check:after {
  content: "􏑬"; }

.fad.fa-clipboard-list:after {
  content: "􏑭"; }

.fad.fa-clipboard-list-check:after {
  content: "􏜷"; }

.fad.fa-clipboard-prescription:after {
  content: "􏗨"; }

.fad.fa-clipboard-user:after {
  content: "􏟳"; }

.fad.fa-clock:after {
  content: "􏀗"; }

.fad.fa-clone:after {
  content: "􏉍"; }

.fad.fa-closed-captioning:after {
  content: "􏈊"; }

.fad.fa-cloud:after {
  content: "􏃂"; }

.fad.fa-cloud-download:after {
  content: "􏃭"; }

.fad.fa-cloud-download-alt:after {
  content: "􏎁"; }

.fad.fa-cloud-drizzle:after {
  content: "􏜸"; }

.fad.fa-cloud-hail:after {
  content: "􏜹"; }

.fad.fa-cloud-hail-mixed:after {
  content: "􏜺"; }

.fad.fa-cloud-meatball:after {
  content: "􏜻"; }

.fad.fa-cloud-moon:after {
  content: "􏛃"; }

.fad.fa-cloud-moon-rain:after {
  content: "􏜼"; }

.fad.fa-cloud-music:after {
  content: "􏢮"; }

.fad.fa-cloud-rain:after {
  content: "􏜽"; }

.fad.fa-cloud-rainbow:after {
  content: "􏜾"; }

.fad.fa-cloud-showers:after {
  content: "􏜿"; }

.fad.fa-cloud-showers-heavy:after {
  content: "􏝀"; }

.fad.fa-cloud-sleet:after {
  content: "􏝁"; }

.fad.fa-cloud-snow:after {
  content: "􏝂"; }

.fad.fa-cloud-sun:after {
  content: "􏛄"; }

.fad.fa-cloud-sun-rain:after {
  content: "􏝃"; }

.fad.fa-cloud-upload:after {
  content: "􏃮"; }

.fad.fa-cloud-upload-alt:after {
  content: "􏎂"; }

.fad.fa-clouds:after {
  content: "􏝄"; }

.fad.fa-clouds-moon:after {
  content: "􏝅"; }

.fad.fa-clouds-sun:after {
  content: "􏝆"; }

.fad.fa-club:after {
  content: "􏌧"; }

.fad.fa-cocktail:after {
  content: "􏕡"; }

.fad.fa-code:after {
  content: "􏄡"; }

.fad.fa-code-branch:after {
  content: "􏄦"; }

.fad.fa-code-commit:after {
  content: "􏎆"; }

.fad.fa-code-merge:after {
  content: "􏎇"; }

.fad.fa-coffee:after {
  content: "􏃴"; }

.fad.fa-coffee-pot:after {
  content: "􎀂"; }

.fad.fa-coffee-togo:after {
  content: "􏛅"; }

.fad.fa-coffin:after {
  content: "􏛆"; }

.fad.fa-coffin-cross:after {
  content: "􎁑"; }

.fad.fa-cog:after {
  content: "􏀓"; }

.fad.fa-cogs:after {
  content: "􏂅"; }

.fad.fa-coin:after {
  content: "􏡜"; }

.fad.fa-coins:after {
  content: "􏔞"; }

.fad.fa-columns:after {
  content: "􏃛"; }

.fad.fa-comet:after {
  content: "􎀃"; }

.fad.fa-comment:after {
  content: "􏁵"; }

.fad.fa-comment-alt:after {
  content: "􏉺"; }

.fad.fa-comment-alt-check:after {
  content: "􏒢"; }

.fad.fa-comment-alt-dollar:after {
  content: "􏙐"; }

.fad.fa-comment-alt-dots:after {
  content: "􏒣"; }

.fad.fa-comment-alt-edit:after {
  content: "􏒤"; }

.fad.fa-comment-alt-exclamation:after {
  content: "􏒥"; }

.fad.fa-comment-alt-lines:after {
  content: "􏒦"; }

.fad.fa-comment-alt-medical:after {
  content: "􏟴"; }

.fad.fa-comment-alt-minus:after {
  content: "􏒧"; }

.fad.fa-comment-alt-music:after {
  content: "􏢯"; }

.fad.fa-comment-alt-plus:after {
  content: "􏒨"; }

.fad.fa-comment-alt-slash:after {
  content: "􏒩"; }

.fad.fa-comment-alt-smile:after {
  content: "􏒪"; }

.fad.fa-comment-alt-times:after {
  content: "􏒫"; }

.fad.fa-comment-check:after {
  content: "􏒬"; }

.fad.fa-comment-dollar:after {
  content: "􏙑"; }

.fad.fa-comment-dots:after {
  content: "􏒭"; }

.fad.fa-comment-edit:after {
  content: "􏒮"; }

.fad.fa-comment-exclamation:after {
  content: "􏒯"; }

.fad.fa-comment-lines:after {
  content: "􏒰"; }

.fad.fa-comment-medical:after {
  content: "􏟵"; }

.fad.fa-comment-minus:after {
  content: "􏒱"; }

.fad.fa-comment-music:after {
  content: "􏢰"; }

.fad.fa-comment-plus:after {
  content: "􏒲"; }

.fad.fa-comment-slash:after {
  content: "􏒳"; }

.fad.fa-comment-smile:after {
  content: "􏒴"; }

.fad.fa-comment-times:after {
  content: "􏒵"; }

.fad.fa-comments:after {
  content: "􏂆"; }

.fad.fa-comments-alt:after {
  content: "􏒶"; }

.fad.fa-comments-alt-dollar:after {
  content: "􏙒"; }

.fad.fa-comments-dollar:after {
  content: "􏙓"; }

.fad.fa-compact-disc:after {
  content: "􏔟"; }

.fad.fa-compass:after {
  content: "􏅎"; }

.fad.fa-compass-slash:after {
  content: "􏗩"; }

.fad.fa-compress:after {
  content: "􏁦"; }

.fad.fa-compress-alt:after {
  content: "􏐢"; }

.fad.fa-compress-arrows-alt:after {
  content: "􏞌"; }

.fad.fa-compress-wide:after {
  content: "􏌦"; }

.fad.fa-computer-classic:after {
  content: "􏢱"; }

.fad.fa-computer-speaker:after {
  content: "􏢲"; }

.fad.fa-concierge-bell:after {
  content: "􏕢"; }

.fad.fa-construction:after {
  content: "􏡝"; }

.fad.fa-container-storage:after {
  content: "􏒷"; }

.fad.fa-conveyor-belt:after {
  content: "􏑮"; }

.fad.fa-conveyor-belt-alt:after {
  content: "􏑯"; }

.fad.fa-cookie:after {
  content: "􏕣"; }

.fad.fa-cookie-bite:after {
  content: "􏕤"; }

.fad.fa-copy:after {
  content: "􏃅"; }

.fad.fa-copyright:after {
  content: "􏇹"; }

.fad.fa-corn:after {
  content: "􏛇"; }

.fad.fa-couch:after {
  content: "􏒸"; }

.fad.fa-cow:after {
  content: "􏛈"; }

.fad.fa-cowbell:after {
  content: "􏢳"; }

.fad.fa-cowbell-more:after {
  content: "􏢴"; }

.fad.fa-credit-card:after {
  content: "􏂝"; }

.fad.fa-credit-card-blank:after {
  content: "􏎉"; }

.fad.fa-credit-card-front:after {
  content: "􏎊"; }

.fad.fa-cricket:after {
  content: "􏑉"; }

.fad.fa-croissant:after {
  content: "􏟶"; }

.fad.fa-crop:after {
  content: "􏄥"; }

.fad.fa-crop-alt:after {
  content: "􏕥"; }

.fad.fa-cross:after {
  content: "􏙔"; }

.fad.fa-crosshairs:after {
  content: "􏁛"; }

.fad.fa-crow:after {
  content: "􏔠"; }

.fad.fa-crown:after {
  content: "􏔡"; }

.fad.fa-crutch:after {
  content: "􏟷"; }

.fad.fa-crutches:after {
  content: "􏟸"; }

.fad.fa-cube:after {
  content: "􏆲"; }

.fad.fa-cubes:after {
  content: "􏆳"; }

.fad.fa-curling:after {
  content: "􏑊"; }

.fad.fa-cut:after {
  content: "􏃄"; }

.fad.fa-dagger:after {
  content: "􏛋"; }

.fad.fa-database:after {
  content: "􏇀"; }

.fad.fa-deaf:after {
  content: "􏊤"; }

.fad.fa-debug:after {
  content: "􏟹"; }

.fad.fa-deer:after {
  content: "􏞎"; }

.fad.fa-deer-rudolph:after {
  content: "􏞏"; }

.fad.fa-democrat:after {
  content: "􏝇"; }

.fad.fa-desktop:after {
  content: "􏄈"; }

.fad.fa-desktop-alt:after {
  content: "􏎐"; }

.fad.fa-dewpoint:after {
  content: "􏝈"; }

.fad.fa-dharmachakra:after {
  content: "􏙕"; }

.fad.fa-diagnoses:after {
  content: "􏑰"; }

.fad.fa-diamond:after {
  content: "􏈙"; }

.fad.fa-dice:after {
  content: "􏔢"; }

.fad.fa-dice-d10:after {
  content: "􏛍"; }

.fad.fa-dice-d12:after {
  content: "􏛎"; }

.fad.fa-dice-d20:after {
  content: "􏛏"; }

.fad.fa-dice-d4:after {
  content: "􏛐"; }

.fad.fa-dice-d6:after {
  content: "􏛑"; }

.fad.fa-dice-d8:after {
  content: "􏛒"; }

.fad.fa-dice-five:after {
  content: "􏔣"; }

.fad.fa-dice-four:after {
  content: "􏔤"; }

.fad.fa-dice-one:after {
  content: "􏔥"; }

.fad.fa-dice-six:after {
  content: "􏔦"; }

.fad.fa-dice-three:after {
  content: "􏔧"; }

.fad.fa-dice-two:after {
  content: "􏔨"; }

.fad.fa-digging:after {
  content: "􏡞"; }

.fad.fa-digital-tachograph:after {
  content: "􏕦"; }

.fad.fa-diploma:after {
  content: "􏗪"; }

.fad.fa-directions:after {
  content: "􏗫"; }

.fad.fa-disc-drive:after {
  content: "􏢵"; }

.fad.fa-disease:after {
  content: "􏟺"; }

.fad.fa-divide:after {
  content: "􏔩"; }

.fad.fa-dizzy:after {
  content: "􏕧"; }

.fad.fa-dna:after {
  content: "􏑱"; }

.fad.fa-do-not-enter:after {
  content: "􏗬"; }

.fad.fa-dog:after {
  content: "􏛓"; }

.fad.fa-dog-leashed:after {
  content: "􏛔"; }

.fad.fa-dollar-sign:after {
  content: "􏅕"; }

.fad.fa-dolly:after {
  content: "􏑲"; }

.fad.fa-dolly-empty:after {
  content: "􏑳"; }

.fad.fa-dolly-flatbed:after {
  content: "􏑴"; }

.fad.fa-dolly-flatbed-alt:after {
  content: "􏑵"; }

.fad.fa-dolly-flatbed-empty:after {
  content: "􏑶"; }

.fad.fa-donate:after {
  content: "􏒹"; }

.fad.fa-door-closed:after {
  content: "􏔪"; }

.fad.fa-door-open:after {
  content: "􏔫"; }

.fad.fa-dot-circle:after {
  content: "􏆒"; }

.fad.fa-dove:after {
  content: "􏒺"; }

.fad.fa-download:after {
  content: "􏀙"; }

.fad.fa-drafting-compass:after {
  content: "􏕨"; }

.fad.fa-dragon:after {
  content: "􏛕"; }

.fad.fa-draw-circle:after {
  content: "􏗭"; }

.fad.fa-draw-polygon:after {
  content: "􏗮"; }

.fad.fa-draw-square:after {
  content: "􏗯"; }

.fad.fa-dreidel:after {
  content: "􏞒"; }

.fad.fa-drone:after {
  content: "􏡟"; }

.fad.fa-drone-alt:after {
  content: "􏡠"; }

.fad.fa-drum:after {
  content: "􏕩"; }

.fad.fa-drum-steelpan:after {
  content: "􏕪"; }

.fad.fa-drumstick:after {
  content: "􏛖"; }

.fad.fa-drumstick-bite:after {
  content: "􏛗"; }

.fad.fa-dryer:after {
  content: "􏡡"; }

.fad.fa-dryer-alt:after {
  content: "􏡢"; }

.fad.fa-duck:after {
  content: "􏛘"; }

.fad.fa-dumbbell:after {
  content: "􏑋"; }

.fad.fa-dumpster:after {
  content: "􏞓"; }

.fad.fa-dumpster-fire:after {
  content: "􏞔"; }

.fad.fa-dungeon:after {
  content: "􏛙"; }

.fad.fa-ear:after {
  content: "􏗰"; }

.fad.fa-ear-muffs:after {
  content: "􏞕"; }

.fad.fa-eclipse:after {
  content: "􏝉"; }

.fad.fa-eclipse-alt:after {
  content: "􏝊"; }

.fad.fa-edit:after {
  content: "􏁄"; }

.fad.fa-egg:after {
  content: "􏟻"; }

.fad.fa-egg-fried:after {
  content: "􏟼"; }

.fad.fa-eject:after {
  content: "􏁒"; }

.fad.fa-elephant:after {
  content: "􏛚"; }

.fad.fa-ellipsis-h:after {
  content: "􏅁"; }

.fad.fa-ellipsis-h-alt:after {
  content: "􏎛"; }

.fad.fa-ellipsis-v:after {
  content: "􏅂"; }

.fad.fa-ellipsis-v-alt:after {
  content: "􏎜"; }

.fad.fa-empty-set:after {
  content: "􏙖"; }

.fad.fa-engine-warning:after {
  content: "􏗲"; }

.fad.fa-envelope:after {
  content: "􏃠"; }

.fad.fa-envelope-open:after {
  content: "􏊶"; }

.fad.fa-envelope-open-dollar:after {
  content: "􏙗"; }

.fad.fa-envelope-open-text:after {
  content: "􏙘"; }

.fad.fa-envelope-square:after {
  content: "􏆙"; }

.fad.fa-equals:after {
  content: "􏔬"; }

.fad.fa-eraser:after {
  content: "􏄭"; }

.fad.fa-ethernet:after {
  content: "􏞖"; }

.fad.fa-euro-sign:after {
  content: "􏅓"; }

.fad.fa-exchange:after {
  content: "􏃬"; }

.fad.fa-exchange-alt:after {
  content: "􏍢"; }

.fad.fa-exclamation:after {
  content: "􏄪"; }

.fad.fa-exclamation-circle:after {
  content: "􏁪"; }

.fad.fa-exclamation-square:after {
  content: "􏌡"; }

.fad.fa-exclamation-triangle:after {
  content: "􏁱"; }

.fad.fa-expand:after {
  content: "􏁥"; }

.fad.fa-expand-alt:after {
  content: "􏐤"; }

.fad.fa-expand-arrows:after {
  content: "􏌝"; }

.fad.fa-expand-arrows-alt:after {
  content: "􏌞"; }

.fad.fa-expand-wide:after {
  content: "􏌠"; }

.fad.fa-external-link:after {
  content: "􏂎"; }

.fad.fa-external-link-alt:after {
  content: "􏍝"; }

.fad.fa-external-link-square:after {
  content: "􏅌"; }

.fad.fa-external-link-square-alt:after {
  content: "􏍠"; }

.fad.fa-eye:after {
  content: "􏁮"; }

.fad.fa-eye-dropper:after {
  content: "􏇻"; }

.fad.fa-eye-evil:after {
  content: "􏛛"; }

.fad.fa-eye-slash:after {
  content: "􏁰"; }

.fad.fa-fan:after {
  content: "􏡣"; }

.fad.fa-fan-table:after {
  content: "􎀄"; }

.fad.fa-farm:after {
  content: "􏡤"; }

.fad.fa-fast-backward:after {
  content: "􏁉"; }

.fad.fa-fast-forward:after {
  content: "􏁐"; }

.fad.fa-faucet:after {
  content: "􎀅"; }

.fad.fa-faucet-drip:after {
  content: "􎀆"; }

.fad.fa-fax:after {
  content: "􏆬"; }

.fad.fa-feather:after {
  content: "􏔭"; }

.fad.fa-feather-alt:after {
  content: "􏕫"; }

.fad.fa-female:after {
  content: "􏆂"; }

.fad.fa-field-hockey:after {
  content: "􏑌"; }

.fad.fa-fighter-jet:after {
  content: "􏃻"; }

.fad.fa-file:after {
  content: "􏅛"; }

.fad.fa-file-alt:after {
  content: "􏅜"; }

.fad.fa-file-archive:after {
  content: "􏇆"; }

.fad.fa-file-audio:after {
  content: "􏇇"; }

.fad.fa-file-certificate:after {
  content: "􏗳"; }

.fad.fa-file-chart-line:after {
  content: "􏙙"; }

.fad.fa-file-chart-pie:after {
  content: "􏙚"; }

.fad.fa-file-check:after {
  content: "􏌖"; }

.fad.fa-file-code:after {
  content: "􏇉"; }

.fad.fa-file-contract:after {
  content: "􏕬"; }

.fad.fa-file-csv:after {
  content: "􏛝"; }

.fad.fa-file-download:after {
  content: "􏕭"; }

.fad.fa-file-edit:after {
  content: "􏌜"; }

.fad.fa-file-excel:after {
  content: "􏇃"; }

.fad.fa-file-exclamation:after {
  content: "􏌚"; }

.fad.fa-file-export:after {
  content: "􏕮"; }

.fad.fa-file-image:after {
  content: "􏇅"; }

.fad.fa-file-import:after {
  content: "􏕯"; }

.fad.fa-file-invoice:after {
  content: "􏕰"; }

.fad.fa-file-invoice-dollar:after {
  content: "􏕱"; }

.fad.fa-file-medical:after {
  content: "􏑷"; }

.fad.fa-file-medical-alt:after {
  content: "􏑸"; }

.fad.fa-file-minus:after {
  content: "􏌘"; }

.fad.fa-file-music:after {
  content: "􏢶"; }

.fad.fa-file-pdf:after {
  content: "􏇁"; }

.fad.fa-file-plus:after {
  content: "􏌙"; }

.fad.fa-file-powerpoint:after {
  content: "􏇄"; }

.fad.fa-file-prescription:after {
  content: "􏕲"; }

.fad.fa-file-search:after {
  content: "􏡥"; }

.fad.fa-file-signature:after {
  content: "􏕳"; }

.fad.fa-file-spreadsheet:after {
  content: "􏙛"; }

.fad.fa-file-times:after {
  content: "􏌗"; }

.fad.fa-file-upload:after {
  content: "􏕴"; }

.fad.fa-file-user:after {
  content: "􏙜"; }

.fad.fa-file-video:after {
  content: "􏇈"; }

.fad.fa-file-word:after {
  content: "􏇂"; }

.fad.fa-files-medical:after {
  content: "􏟽"; }

.fad.fa-fill:after {
  content: "􏕵"; }

.fad.fa-fill-drip:after {
  content: "􏕶"; }

.fad.fa-film:after {
  content: "􏀈"; }

.fad.fa-film-alt:after {
  content: "􏎠"; }

.fad.fa-film-canister:after {
  content: "􏢷"; }

.fad.fa-filter:after {
  content: "􏂰"; }

.fad.fa-fingerprint:after {
  content: "􏕷"; }

.fad.fa-fire:after {
  content: "􏁭"; }

.fad.fa-fire-alt:after {
  content: "􏟤"; }

.fad.fa-fire-extinguisher:after {
  content: "􏄴"; }

.fad.fa-fire-smoke:after {
  content: "􏝋"; }

.fad.fa-fireplace:after {
  content: "􏞚"; }

.fad.fa-first-aid:after {
  content: "􏑹"; }

.fad.fa-fish:after {
  content: "􏕸"; }

.fad.fa-fish-cooked:after {
  content: "􏟾"; }

.fad.fa-fist-raised:after {
  content: "􏛞"; }

.fad.fa-flag:after {
  content: "􏀤"; }

.fad.fa-flag-alt:after {
  content: "􏝌"; }

.fad.fa-flag-checkered:after {
  content: "􏄞"; }

.fad.fa-flag-usa:after {
  content: "􏝍"; }

.fad.fa-flame:after {
  content: "􏛟"; }

.fad.fa-flashlight:after {
  content: "􏢸"; }

.fad.fa-flask:after {
  content: "􏃃"; }

.fad.fa-flask-poison:after {
  content: "􏛠"; }

.fad.fa-flask-potion:after {
  content: "􏛡"; }

.fad.fa-flower:after {
  content: "􏟿"; }

.fad.fa-flower-daffodil:after {
  content: "􏠀"; }

.fad.fa-flower-tulip:after {
  content: "􏠁"; }

.fad.fa-flushed:after {
  content: "􏕹"; }

.fad.fa-flute:after {
  content: "􏢹"; }

.fad.fa-flux-capacitor:after {
  content: "􏢺"; }

.fad.fa-fog:after {
  content: "􏝎"; }

.fad.fa-folder:after {
  content: "􏁻"; }

.fad.fa-folder-download:after {
  content: "􎁓"; }

.fad.fa-folder-minus:after {
  content: "􏙝"; }

.fad.fa-folder-open:after {
  content: "􏁼"; }

.fad.fa-folder-plus:after {
  content: "􏙞"; }

.fad.fa-folder-times:after {
  content: "􏙟"; }

.fad.fa-folder-tree:after {
  content: "􏠂"; }

.fad.fa-folder-upload:after {
  content: "􎁔"; }

.fad.fa-folders:after {
  content: "􏙠"; }

.fad.fa-font:after {
  content: "􏀱"; }

.fad.fa-font-awesome-logo-full:after {
  content: "􏓦"; }

.fad.fa-font-case:after {
  content: "􏡦"; }

.fad.fa-football-ball:after {
  content: "􏑎"; }

.fad.fa-football-helmet:after {
  content: "􏑏"; }

.fad.fa-forklift:after {
  content: "􏑺"; }

.fad.fa-forward:after {
  content: "􏁎"; }

.fad.fa-fragile:after {
  content: "􏒻"; }

.fad.fa-french-fries:after {
  content: "􏠃"; }

.fad.fa-frog:after {
  content: "􏔮"; }

.fad.fa-frosty-head:after {
  content: "􏞛"; }

.fad.fa-frown:after {
  content: "􏄙"; }

.fad.fa-frown-open:after {
  content: "􏕺"; }

.fad.fa-function:after {
  content: "􏙡"; }

.fad.fa-funnel-dollar:after {
  content: "􏙢"; }

.fad.fa-futbol:after {
  content: "􏇣"; }

.fad.fa-galaxy:after {
  content: "􎀈"; }

.fad.fa-game-board:after {
  content: "􏡧"; }

.fad.fa-game-board-alt:after {
  content: "􏡨"; }

.fad.fa-game-console-handheld:after {
  content: "􏢻"; }

.fad.fa-gamepad:after {
  content: "􏄛"; }

.fad.fa-gamepad-alt:after {
  content: "􏢼"; }

.fad.fa-garage:after {
  content: "􎀉"; }

.fad.fa-garage-car:after {
  content: "􎀊"; }

.fad.fa-garage-open:after {
  content: "􎀋"; }

.fad.fa-gas-pump:after {
  content: "􏔯"; }

.fad.fa-gas-pump-slash:after {
  content: "􏗴"; }

.fad.fa-gavel:after {
  content: "􏃣"; }

.fad.fa-gem:after {
  content: "􏎥"; }

.fad.fa-genderless:after {
  content: "􏈭"; }

.fad.fa-ghost:after {
  content: "􏛢"; }

.fad.fa-gift:after {
  content: "􏁫"; }

.fad.fa-gift-card:after {
  content: "􏙣"; }

.fad.fa-gifts:after {
  content: "􏞜"; }

.fad.fa-gingerbread-man:after {
  content: "􏞝"; }

.fad.fa-glass:after {
  content: "􏠄"; }

.fad.fa-glass-champagne:after {
  content: "􏞞"; }

.fad.fa-glass-cheers:after {
  content: "􏞟"; }

.fad.fa-glass-citrus:after {
  content: "􏡩"; }

.fad.fa-glass-martini:after {
  content: "􏀀"; }

.fad.fa-glass-martini-alt:after {
  content: "􏕻"; }

.fad.fa-glass-whiskey:after {
  content: "􏞠"; }

.fad.fa-glass-whiskey-rocks:after {
  content: "􏞡"; }

.fad.fa-glasses:after {
  content: "􏔰"; }

.fad.fa-glasses-alt:after {
  content: "􏗵"; }

.fad.fa-globe:after {
  content: "􏂬"; }

.fad.fa-globe-africa:after {
  content: "􏕼"; }

.fad.fa-globe-americas:after {
  content: "􏕽"; }

.fad.fa-globe-asia:after {
  content: "􏕾"; }

.fad.fa-globe-europe:after {
  content: "􏞢"; }

.fad.fa-globe-snow:after {
  content: "􏞣"; }

.fad.fa-globe-stand:after {
  content: "􏗶"; }

.fad.fa-golf-ball:after {
  content: "􏑐"; }

.fad.fa-golf-club:after {
  content: "􏑑"; }

.fad.fa-gopuram:after {
  content: "􏙤"; }

.fad.fa-graduation-cap:after {
  content: "􏆝"; }

.fad.fa-gramophone:after {
  content: "􏢽"; }

.fad.fa-greater-than:after {
  content: "􏔱"; }

.fad.fa-greater-than-equal:after {
  content: "􏔲"; }

.fad.fa-grimace:after {
  content: "􏕿"; }

.fad.fa-grin:after {
  content: "􏖀"; }

.fad.fa-grin-alt:after {
  content: "􏖁"; }

.fad.fa-grin-beam:after {
  content: "􏖂"; }

.fad.fa-grin-beam-sweat:after {
  content: "􏖃"; }

.fad.fa-grin-hearts:after {
  content: "􏖄"; }

.fad.fa-grin-squint:after {
  content: "􏖅"; }

.fad.fa-grin-squint-tears:after {
  content: "􏖆"; }

.fad.fa-grin-stars:after {
  content: "􏖇"; }

.fad.fa-grin-tears:after {
  content: "􏖈"; }

.fad.fa-grin-tongue:after {
  content: "􏖉"; }

.fad.fa-grin-tongue-squint:after {
  content: "􏖊"; }

.fad.fa-grin-tongue-wink:after {
  content: "􏖋"; }

.fad.fa-grin-wink:after {
  content: "􏖌"; }

.fad.fa-grip-horizontal:after {
  content: "􏖍"; }

.fad.fa-grip-lines:after {
  content: "􏞤"; }

.fad.fa-grip-lines-vertical:after {
  content: "􏞥"; }

.fad.fa-grip-vertical:after {
  content: "􏖎"; }

.fad.fa-guitar:after {
  content: "􏞦"; }

.fad.fa-guitar-electric:after {
  content: "􏢾"; }

.fad.fa-guitars:after {
  content: "􏢿"; }

.fad.fa-h-square:after {
  content: "􏃽"; }

.fad.fa-h1:after {
  content: "􏌓"; }

.fad.fa-h2:after {
  content: "􏌔"; }

.fad.fa-h3:after {
  content: "􏌕"; }

.fad.fa-h4:after {
  content: "􏡪"; }

.fad.fa-hamburger:after {
  content: "􏠅"; }

.fad.fa-hammer:after {
  content: "􏛣"; }

.fad.fa-hammer-war:after {
  content: "􏛤"; }

.fad.fa-hamsa:after {
  content: "􏙥"; }

.fad.fa-hand-heart:after {
  content: "􏒼"; }

.fad.fa-hand-holding:after {
  content: "􏒽"; }

.fad.fa-hand-holding-box:after {
  content: "􏑻"; }

.fad.fa-hand-holding-heart:after {
  content: "􏒾"; }

.fad.fa-hand-holding-magic:after {
  content: "􏛥"; }

.fad.fa-hand-holding-medical:after {
  content: "􎁜"; }

.fad.fa-hand-holding-seedling:after {
  content: "􏒿"; }

.fad.fa-hand-holding-usd:after {
  content: "􏓀"; }

.fad.fa-hand-holding-water:after {
  content: "􏓁"; }

.fad.fa-hand-lizard:after {
  content: "􏉘"; }

.fad.fa-hand-middle-finger:after {
  content: "􏠆"; }

.fad.fa-hand-paper:after {
  content: "􏉖"; }

.fad.fa-hand-peace:after {
  content: "􏉛"; }

.fad.fa-hand-point-down:after {
  content: "􏂧"; }

.fad.fa-hand-point-left:after {
  content: "􏂥"; }

.fad.fa-hand-point-right:after {
  content: "􏂤"; }

.fad.fa-hand-point-up:after {
  content: "􏂦"; }

.fad.fa-hand-pointer:after {
  content: "􏉚"; }

.fad.fa-hand-receiving:after {
  content: "􏑼"; }

.fad.fa-hand-rock:after {
  content: "􏉕"; }

.fad.fa-hand-scissors:after {
  content: "􏉗"; }

.fad.fa-hand-sparkles:after {
  content: "􎁝"; }

.fad.fa-hand-spock:after {
  content: "􏉙"; }

.fad.fa-hands:after {
  content: "􏓂"; }

.fad.fa-hands-heart:after {
  content: "􏓃"; }

.fad.fa-hands-helping:after {
  content: "􏓄"; }

.fad.fa-hands-usd:after {
  content: "􏓅"; }

.fad.fa-hands-wash:after {
  content: "􎁞"; }

.fad.fa-handshake:after {
  content: "􏊵"; }

.fad.fa-handshake-alt:after {
  content: "􏓆"; }

.fad.fa-handshake-alt-slash:after {
  content: "􎁟"; }

.fad.fa-handshake-slash:after {
  content: "􎁠"; }

.fad.fa-hanukiah:after {
  content: "􏛦"; }

.fad.fa-hard-hat:after {
  content: "􏠇"; }

.fad.fa-hashtag:after {
  content: "􏊒"; }

.fad.fa-hat-chef:after {
  content: "􏡫"; }

.fad.fa-hat-cowboy:after {
  content: "􏣀"; }

.fad.fa-hat-cowboy-side:after {
  content: "􏣁"; }

.fad.fa-hat-santa:after {
  content: "􏞧"; }

.fad.fa-hat-winter:after {
  content: "􏞨"; }

.fad.fa-hat-witch:after {
  content: "􏛧"; }

.fad.fa-hat-wizard:after {
  content: "􏛨"; }

.fad.fa-hdd:after {
  content: "􏂠"; }

.fad.fa-head-side:after {
  content: "􏛩"; }

.fad.fa-head-side-brain:after {
  content: "􏠈"; }

.fad.fa-head-side-cough:after {
  content: "􎁡"; }

.fad.fa-head-side-cough-slash:after {
  content: "􎁢"; }

.fad.fa-head-side-headphones:after {
  content: "􏣂"; }

.fad.fa-head-side-mask:after {
  content: "􎁣"; }

.fad.fa-head-side-medical:after {
  content: "􏠉"; }

.fad.fa-head-side-virus:after {
  content: "􎁤"; }

.fad.fa-head-vr:after {
  content: "􏛪"; }

.fad.fa-heading:after {
  content: "􏇜"; }

.fad.fa-headphones:after {
  content: "􏀥"; }

.fad.fa-headphones-alt:after {
  content: "􏖏"; }

.fad.fa-headset:after {
  content: "􏖐"; }

.fad.fa-heart:after {
  content: "􏀄"; }

.fad.fa-heart-broken:after {
  content: "􏞩"; }

.fad.fa-heart-circle:after {
  content: "􏓇"; }

.fad.fa-heart-rate:after {
  content: "􏗸"; }

.fad.fa-heart-square:after {
  content: "􏓈"; }

.fad.fa-heartbeat:after {
  content: "􏈞"; }

.fad.fa-heat:after {
  content: "􎀌"; }

.fad.fa-helicopter:after {
  content: "􏔳"; }

.fad.fa-helmet-battle:after {
  content: "􏛫"; }

.fad.fa-hexagon:after {
  content: "􏌒"; }

.fad.fa-highlighter:after {
  content: "􏖑"; }

.fad.fa-hiking:after {
  content: "􏛬"; }

.fad.fa-hippo:after {
  content: "􏛭"; }

.fad.fa-history:after {
  content: "􏇚"; }

.fad.fa-hockey-mask:after {
  content: "􏛮"; }

.fad.fa-hockey-puck:after {
  content: "􏑓"; }

.fad.fa-hockey-sticks:after {
  content: "􏑔"; }

.fad.fa-holly-berry:after {
  content: "􏞪"; }

.fad.fa-home:after {
  content: "􏀕"; }

.fad.fa-home-alt:after {
  content: "􏠊"; }

.fad.fa-home-heart:after {
  content: "􏓉"; }

.fad.fa-home-lg:after {
  content: "􏠋"; }

.fad.fa-home-lg-alt:after {
  content: "􏠌"; }

.fad.fa-hood-cloak:after {
  content: "􏛯"; }

.fad.fa-horizontal-rule:after {
  content: "􏡬"; }

.fad.fa-horse:after {
  content: "􏛰"; }

.fad.fa-horse-head:after {
  content: "􏞫"; }

.fad.fa-horse-saddle:after {
  content: "􏣃"; }

.fad.fa-hospital:after {
  content: "􏃸"; }

.fad.fa-hospital-alt:after {
  content: "􏑽"; }

.fad.fa-hospital-symbol:after {
  content: "􏑾"; }

.fad.fa-hospital-user:after {
  content: "􏠍"; }

.fad.fa-hospitals:after {
  content: "􏠎"; }

.fad.fa-hot-tub:after {
  content: "􏖓"; }

.fad.fa-hotdog:after {
  content: "􏠏"; }

.fad.fa-hotel:after {
  content: "􏖔"; }

.fad.fa-hourglass:after {
  content: "􏉔"; }

.fad.fa-hourglass-end:after {
  content: "􏉓"; }

.fad.fa-hourglass-half:after {
  content: "􏉒"; }

.fad.fa-hourglass-start:after {
  content: "􏉑"; }

.fad.fa-house:after {
  content: "􎀍"; }

.fad.fa-house-damage:after {
  content: "􏛱"; }

.fad.fa-house-day:after {
  content: "􎀎"; }

.fad.fa-house-flood:after {
  content: "􏝏"; }

.fad.fa-house-leave:after {
  content: "􎀏"; }

.fad.fa-house-night:after {
  content: "􎀐"; }

.fad.fa-house-return:after {
  content: "􎀑"; }

.fad.fa-house-signal:after {
  content: "􎀒"; }

.fad.fa-house-user:after {
  content: "􎁥"; }

.fad.fa-hryvnia:after {
  content: "􏛲"; }

.fad.fa-humidity:after {
  content: "􏝐"; }

.fad.fa-hurricane:after {
  content: "􏝑"; }

.fad.fa-i-cursor:after {
  content: "􏉆"; }

.fad.fa-ice-cream:after {
  content: "􏠐"; }

.fad.fa-ice-skate:after {
  content: "􏞬"; }

.fad.fa-icicles:after {
  content: "􏞭"; }

.fad.fa-icons:after {
  content: "􏡭"; }

.fad.fa-icons-alt:after {
  content: "􏡮"; }

.fad.fa-id-badge:after {
  content: "􏋁"; }

.fad.fa-id-card:after {
  content: "􏋂"; }

.fad.fa-id-card-alt:after {
  content: "􏑿"; }

.fad.fa-igloo:after {
  content: "􏞮"; }

.fad.fa-image:after {
  content: "􏀾"; }

.fad.fa-image-polaroid:after {
  content: "􏣄"; }

.fad.fa-images:after {
  content: "􏌂"; }

.fad.fa-inbox:after {
  content: "􏀜"; }

.fad.fa-inbox-in:after {
  content: "􏌐"; }

.fad.fa-inbox-out:after {
  content: "􏌑"; }

.fad.fa-indent:after {
  content: "􏀼"; }

.fad.fa-industry:after {
  content: "􏉵"; }

.fad.fa-industry-alt:after {
  content: "􏎳"; }

.fad.fa-infinity:after {
  content: "􏔴"; }

.fad.fa-info:after {
  content: "􏄩"; }

.fad.fa-info-circle:after {
  content: "􏁚"; }

.fad.fa-info-square:after {
  content: "􏌏"; }

.fad.fa-inhaler:after {
  content: "􏗹"; }

.fad.fa-integral:after {
  content: "􏙧"; }

.fad.fa-intersection:after {
  content: "􏙨"; }

.fad.fa-inventory:after {
  content: "􏒀"; }

.fad.fa-island-tropical:after {
  content: "􏠑"; }

.fad.fa-italic:after {
  content: "􏀳"; }

.fad.fa-jack-o-lantern:after {
  content: "􏌎"; }

.fad.fa-jedi:after {
  content: "􏙩"; }

.fad.fa-joint:after {
  content: "􏖕"; }

.fad.fa-journal-whills:after {
  content: "􏙪"; }

.fad.fa-joystick:after {
  content: "􏣅"; }

.fad.fa-jug:after {
  content: "􏣆"; }

.fad.fa-kaaba:after {
  content: "􏙫"; }

.fad.fa-kazoo:after {
  content: "􏣇"; }

.fad.fa-kerning:after {
  content: "􏡯"; }

.fad.fa-key:after {
  content: "􏂄"; }

.fad.fa-key-skeleton:after {
  content: "􏛳"; }

.fad.fa-keyboard:after {
  content: "􏄜"; }

.fad.fa-keynote:after {
  content: "􏙬"; }

.fad.fa-khanda:after {
  content: "􏙭"; }

.fad.fa-kidneys:after {
  content: "􏗻"; }

.fad.fa-kiss:after {
  content: "􏖖"; }

.fad.fa-kiss-beam:after {
  content: "􏖗"; }

.fad.fa-kiss-wink-heart:after {
  content: "􏖘"; }

.fad.fa-kite:after {
  content: "􏛴"; }

.fad.fa-kiwi-bird:after {
  content: "􏔵"; }

.fad.fa-knife-kitchen:after {
  content: "􏛵"; }

.fad.fa-lambda:after {
  content: "􏙮"; }

.fad.fa-lamp:after {
  content: "􏓊"; }

.fad.fa-lamp-desk:after {
  content: "􎀔"; }

.fad.fa-lamp-floor:after {
  content: "􎀕"; }

.fad.fa-landmark:after {
  content: "􏙯"; }

.fad.fa-landmark-alt:after {
  content: "􏝒"; }

.fad.fa-language:after {
  content: "􏆫"; }

.fad.fa-laptop:after {
  content: "􏄉"; }

.fad.fa-laptop-code:after {
  content: "􏗼"; }

.fad.fa-laptop-house:after {
  content: "􎁦"; }

.fad.fa-laptop-medical:after {
  content: "􏠒"; }

.fad.fa-lasso:after {
  content: "􏣈"; }

.fad.fa-laugh:after {
  content: "􏖙"; }

.fad.fa-laugh-beam:after {
  content: "􏖚"; }

.fad.fa-laugh-squint:after {
  content: "􏖛"; }

.fad.fa-laugh-wink:after {
  content: "􏖜"; }

.fad.fa-layer-group:after {
  content: "􏗽"; }

.fad.fa-layer-minus:after {
  content: "􏗾"; }

.fad.fa-layer-plus:after {
  content: "􏗿"; }

.fad.fa-leaf:after {
  content: "􏁬"; }

.fad.fa-leaf-heart:after {
  content: "􏓋"; }

.fad.fa-leaf-maple:after {
  content: "􏛶"; }

.fad.fa-leaf-oak:after {
  content: "􏛷"; }

.fad.fa-lemon:after {
  content: "􏂔"; }

.fad.fa-less-than:after {
  content: "􏔶"; }

.fad.fa-less-than-equal:after {
  content: "􏔷"; }

.fad.fa-level-down:after {
  content: "􏅉"; }

.fad.fa-level-down-alt:after {
  content: "􏎾"; }

.fad.fa-level-up:after {
  content: "􏅈"; }

.fad.fa-level-up-alt:after {
  content: "􏎿"; }

.fad.fa-life-ring:after {
  content: "􏇍"; }

.fad.fa-light-ceiling:after {
  content: "􎀖"; }

.fad.fa-light-switch:after {
  content: "􎀗"; }

.fad.fa-light-switch-off:after {
  content: "􎀘"; }

.fad.fa-light-switch-on:after {
  content: "􎀙"; }

.fad.fa-lightbulb:after {
  content: "􏃫"; }

.fad.fa-lightbulb-dollar:after {
  content: "􏙰"; }

.fad.fa-lightbulb-exclamation:after {
  content: "􏙱"; }

.fad.fa-lightbulb-on:after {
  content: "􏙲"; }

.fad.fa-lightbulb-slash:after {
  content: "􏙳"; }

.fad.fa-lights-holiday:after {
  content: "􏞲"; }

.fad.fa-line-columns:after {
  content: "􏡰"; }

.fad.fa-line-height:after {
  content: "􏡱"; }

.fad.fa-link:after {
  content: "􏃁"; }

.fad.fa-lips:after {
  content: "􏘀"; }

.fad.fa-lira-sign:after {
  content: "􏆕"; }

.fad.fa-list:after {
  content: "􏀺"; }

.fad.fa-list-alt:after {
  content: "􏀢"; }

.fad.fa-list-music:after {
  content: "􏣉"; }

.fad.fa-list-ol:after {
  content: "􏃋"; }

.fad.fa-list-ul:after {
  content: "􏃊"; }

.fad.fa-location:after {
  content: "􏘁"; }

.fad.fa-location-arrow:after {
  content: "􏄤"; }

.fad.fa-location-circle:after {
  content: "􏘂"; }

.fad.fa-location-slash:after {
  content: "􏘃"; }

.fad.fa-lock:after {
  content: "􏀣"; }

.fad.fa-lock-alt:after {
  content: "􏌍"; }

.fad.fa-lock-open:after {
  content: "􏏁"; }

.fad.fa-lock-open-alt:after {
  content: "􏏂"; }

.fad.fa-long-arrow-alt-down:after {
  content: "􏌉"; }

.fad.fa-long-arrow-alt-left:after {
  content: "􏌊"; }

.fad.fa-long-arrow-alt-right:after {
  content: "􏌋"; }

.fad.fa-long-arrow-alt-up:after {
  content: "􏌌"; }

.fad.fa-long-arrow-down:after {
  content: "􏅵"; }

.fad.fa-long-arrow-left:after {
  content: "􏅷"; }

.fad.fa-long-arrow-right:after {
  content: "􏅸"; }

.fad.fa-long-arrow-up:after {
  content: "􏅶"; }

.fad.fa-loveseat:after {
  content: "􏓌"; }

.fad.fa-low-vision:after {
  content: "􏊨"; }

.fad.fa-luchador:after {
  content: "􏑕"; }

.fad.fa-luggage-cart:after {
  content: "􏖝"; }

.fad.fa-lungs:after {
  content: "􏘄"; }

.fad.fa-lungs-virus:after {
  content: "􎁧"; }

.fad.fa-mace:after {
  content: "􏛸"; }

.fad.fa-magic:after {
  content: "􏃐"; }

.fad.fa-magnet:after {
  content: "􏁶"; }

.fad.fa-mail-bulk:after {
  content: "􏙴"; }

.fad.fa-mailbox:after {
  content: "􏠓"; }

.fad.fa-male:after {
  content: "􏆃"; }

.fad.fa-mandolin:after {
  content: "􏛹"; }

.fad.fa-map:after {
  content: "􏉹"; }

.fad.fa-map-marked:after {
  content: "􏖟"; }

.fad.fa-map-marked-alt:after {
  content: "􏖠"; }

.fad.fa-map-marker:after {
  content: "􏁁"; }

.fad.fa-map-marker-alt:after {
  content: "􏏅"; }

.fad.fa-map-marker-alt-slash:after {
  content: "􏘅"; }

.fad.fa-map-marker-check:after {
  content: "􏘆"; }

.fad.fa-map-marker-edit:after {
  content: "􏘇"; }

.fad.fa-map-marker-exclamation:after {
  content: "􏘈"; }

.fad.fa-map-marker-minus:after {
  content: "􏘉"; }

.fad.fa-map-marker-plus:after {
  content: "􏘊"; }

.fad.fa-map-marker-question:after {
  content: "􏘋"; }

.fad.fa-map-marker-slash:after {
  content: "􏘌"; }

.fad.fa-map-marker-smile:after {
  content: "􏘍"; }

.fad.fa-map-marker-times:after {
  content: "􏘎"; }

.fad.fa-map-pin:after {
  content: "􏉶"; }

.fad.fa-map-signs:after {
  content: "􏉷"; }

.fad.fa-marker:after {
  content: "􏖡"; }

.fad.fa-mars:after {
  content: "􏈢"; }

.fad.fa-mars-double:after {
  content: "􏈧"; }

.fad.fa-mars-stroke:after {
  content: "􏈩"; }

.fad.fa-mars-stroke-h:after {
  content: "􏈫"; }

.fad.fa-mars-stroke-v:after {
  content: "􏈪"; }

.fad.fa-mask:after {
  content: "􏛺"; }

.fad.fa-meat:after {
  content: "􏠔"; }

.fad.fa-medal:after {
  content: "􏖢"; }

.fad.fa-medkit:after {
  content: "􏃺"; }

.fad.fa-megaphone:after {
  content: "􏙵"; }

.fad.fa-meh:after {
  content: "􏄚"; }

.fad.fa-meh-blank:after {
  content: "􏖤"; }

.fad.fa-meh-rolling-eyes:after {
  content: "􏖥"; }

.fad.fa-memory:after {
  content: "􏔸"; }

.fad.fa-menorah:after {
  content: "􏙶"; }

.fad.fa-mercury:after {
  content: "􏈣"; }

.fad.fa-meteor:after {
  content: "􏝓"; }

.fad.fa-microchip:after {
  content: "􏋛"; }

.fad.fa-microphone:after {
  content: "􏄰"; }

.fad.fa-microphone-alt:after {
  content: "􏏉"; }

.fad.fa-microphone-alt-slash:after {
  content: "􏔹"; }

.fad.fa-microphone-slash:after {
  content: "􏄱"; }

.fad.fa-microphone-stand:after {
  content: "􏣋"; }

.fad.fa-microscope:after {
  content: "􏘐"; }

.fad.fa-microwave:after {
  content: "􎀛"; }

.fad.fa-mind-share:after {
  content: "􏙷"; }

.fad.fa-minus:after {
  content: "􏁨"; }

.fad.fa-minus-circle:after {
  content: "􏁖"; }

.fad.fa-minus-hexagon:after {
  content: "􏌇"; }

.fad.fa-minus-octagon:after {
  content: "􏌈"; }

.fad.fa-minus-square:after {
  content: "􏅆"; }

.fad.fa-mistletoe:after {
  content: "􏞴"; }

.fad.fa-mitten:after {
  content: "􏞵"; }

.fad.fa-mobile:after {
  content: "􏄋"; }

.fad.fa-mobile-alt:after {
  content: "􏏍"; }

.fad.fa-mobile-android:after {
  content: "􏏎"; }

.fad.fa-mobile-android-alt:after {
  content: "􏏏"; }

.fad.fa-money-bill:after {
  content: "􏃖"; }

.fad.fa-money-bill-alt:after {
  content: "􏏑"; }

.fad.fa-money-bill-wave:after {
  content: "􏔺"; }

.fad.fa-money-bill-wave-alt:after {
  content: "􏔻"; }

.fad.fa-money-check:after {
  content: "􏔼"; }

.fad.fa-money-check-alt:after {
  content: "􏔽"; }

.fad.fa-money-check-edit:after {
  content: "􏡲"; }

.fad.fa-money-check-edit-alt:after {
  content: "􏡳"; }

.fad.fa-monitor-heart-rate:after {
  content: "􏘑"; }

.fad.fa-monkey:after {
  content: "􏛻"; }

.fad.fa-monument:after {
  content: "􏖦"; }

.fad.fa-moon:after {
  content: "􏆆"; }

.fad.fa-moon-cloud:after {
  content: "􏝔"; }

.fad.fa-moon-stars:after {
  content: "􏝕"; }

.fad.fa-mortar-pestle:after {
  content: "􏖧"; }

.fad.fa-mosque:after {
  content: "􏙸"; }

.fad.fa-motorcycle:after {
  content: "􏈜"; }

.fad.fa-mountain:after {
  content: "􏛼"; }

.fad.fa-mountains:after {
  content: "􏛽"; }

.fad.fa-mouse:after {
  content: "􏣌"; }

.fad.fa-mouse-alt:after {
  content: "􏣍"; }

.fad.fa-mouse-pointer:after {
  content: "􏉅"; }

.fad.fa-mp3-player:after {
  content: "􏣎"; }

.fad.fa-mug:after {
  content: "􏡴"; }

.fad.fa-mug-hot:after {
  content: "􏞶"; }

.fad.fa-mug-marshmallows:after {
  content: "􏞷"; }

.fad.fa-mug-tea:after {
  content: "􏡵"; }

.fad.fa-music:after {
  content: "􏀁"; }

.fad.fa-music-alt:after {
  content: "􏣏"; }

.fad.fa-music-alt-slash:after {
  content: "􏣐"; }

.fad.fa-music-slash:after {
  content: "􏣑"; }

.fad.fa-narwhal:after {
  content: "􏛾"; }

.fad.fa-network-wired:after {
  content: "􏛿"; }

.fad.fa-neuter:after {
  content: "􏈬"; }

.fad.fa-newspaper:after {
  content: "􏇪"; }

.fad.fa-not-equal:after {
  content: "􏔾"; }

.fad.fa-notes-medical:after {
  content: "􏒁"; }

.fad.fa-object-group:after {
  content: "􏉇"; }

.fad.fa-object-ungroup:after {
  content: "􏉈"; }

.fad.fa-octagon:after {
  content: "􏌆"; }

.fad.fa-oil-can:after {
  content: "􏘓"; }

.fad.fa-oil-temp:after {
  content: "􏘔"; }

.fad.fa-om:after {
  content: "􏙹"; }

.fad.fa-omega:after {
  content: "􏙺"; }

.fad.fa-ornament:after {
  content: "􏞸"; }

.fad.fa-otter:after {
  content: "􏜀"; }

.fad.fa-outdent:after {
  content: "􏀻"; }

.fad.fa-outlet:after {
  content: "􎀜"; }

.fad.fa-oven:after {
  content: "􎀝"; }

.fad.fa-overline:after {
  content: "􏡶"; }

.fad.fa-page-break:after {
  content: "􏡷"; }

.fad.fa-pager:after {
  content: "􏠕"; }

.fad.fa-paint-brush:after {
  content: "􏇼"; }

.fad.fa-paint-brush-alt:after {
  content: "􏖩"; }

.fad.fa-paint-roller:after {
  content: "􏖪"; }

.fad.fa-palette:after {
  content: "􏔿"; }

.fad.fa-pallet:after {
  content: "􏒂"; }

.fad.fa-pallet-alt:after {
  content: "􏒃"; }

.fad.fa-paper-plane:after {
  content: "􏇘"; }

.fad.fa-paperclip:after {
  content: "􏃆"; }

.fad.fa-parachute-box:after {
  content: "􏓍"; }

.fad.fa-paragraph:after {
  content: "􏇝"; }

.fad.fa-paragraph-rtl:after {
  content: "􏡸"; }

.fad.fa-parking:after {
  content: "􏕀"; }

.fad.fa-parking-circle:after {
  content: "􏘕"; }

.fad.fa-parking-circle-slash:after {
  content: "􏘖"; }

.fad.fa-parking-slash:after {
  content: "􏘗"; }

.fad.fa-passport:after {
  content: "􏖫"; }

.fad.fa-pastafarianism:after {
  content: "􏙻"; }

.fad.fa-paste:after {
  content: "􏃪"; }

.fad.fa-pause:after {
  content: "􏁌"; }

.fad.fa-pause-circle:after {
  content: "􏊋"; }

.fad.fa-paw:after {
  content: "􏆰"; }

.fad.fa-paw-alt:after {
  content: "􏜁"; }

.fad.fa-paw-claws:after {
  content: "􏜂"; }

.fad.fa-peace:after {
  content: "􏙼"; }

.fad.fa-pegasus:after {
  content: "􏜃"; }

.fad.fa-pen:after {
  content: "􏌄"; }

.fad.fa-pen-alt:after {
  content: "􏌅"; }

.fad.fa-pen-fancy:after {
  content: "􏖬"; }

.fad.fa-pen-nib:after {
  content: "􏖭"; }

.fad.fa-pen-square:after {
  content: "􏅋"; }

.fad.fa-pencil:after {
  content: "􏁀"; }

.fad.fa-pencil-alt:after {
  content: "􏌃"; }

.fad.fa-pencil-paintbrush:after {
  content: "􏘘"; }

.fad.fa-pencil-ruler:after {
  content: "􏖮"; }

.fad.fa-pennant:after {
  content: "􏑖"; }

.fad.fa-people-arrows:after {
  content: "􎁨"; }

.fad.fa-people-carry:after {
  content: "􏓎"; }

.fad.fa-pepper-hot:after {
  content: "􏠖"; }

.fad.fa-percent:after {
  content: "􏊕"; }

.fad.fa-percentage:after {
  content: "􏕁"; }

.fad.fa-person-booth:after {
  content: "􏝖"; }

.fad.fa-person-carry:after {
  content: "􏓏"; }

.fad.fa-person-dolly:after {
  content: "􏓐"; }

.fad.fa-person-dolly-empty:after {
  content: "􏓑"; }

.fad.fa-person-sign:after {
  content: "􏝗"; }

.fad.fa-phone:after {
  content: "􏂕"; }

.fad.fa-phone-alt:after {
  content: "􏡹"; }

.fad.fa-phone-laptop:after {
  content: "􏡺"; }

.fad.fa-phone-office:after {
  content: "􏙽"; }

.fad.fa-phone-plus:after {
  content: "􏓒"; }

.fad.fa-phone-rotary:after {
  content: "􏣓"; }

.fad.fa-phone-slash:after {
  content: "􏏝"; }

.fad.fa-phone-square:after {
  content: "􏂘"; }

.fad.fa-phone-square-alt:after {
  content: "􏡻"; }

.fad.fa-phone-volume:after {
  content: "􏊠"; }

.fad.fa-photo-video:after {
  content: "􏡼"; }

.fad.fa-pi:after {
  content: "􏙾"; }

.fad.fa-piano:after {
  content: "􏣔"; }

.fad.fa-piano-keyboard:after {
  content: "􏣕"; }

.fad.fa-pie:after {
  content: "􏜅"; }

.fad.fa-pig:after {
  content: "􏜆"; }

.fad.fa-piggy-bank:after {
  content: "􏓓"; }

.fad.fa-pills:after {
  content: "􏒄"; }

.fad.fa-pizza:after {
  content: "􏠗"; }

.fad.fa-pizza-slice:after {
  content: "􏠘"; }

.fad.fa-place-of-worship:after {
  content: "􏙿"; }

.fad.fa-plane:after {
  content: "􏁲"; }

.fad.fa-plane-alt:after {
  content: "􏏞"; }

.fad.fa-plane-arrival:after {
  content: "􏖯"; }

.fad.fa-plane-departure:after {
  content: "􏖰"; }

.fad.fa-plane-slash:after {
  content: "􎁩"; }

.fad.fa-planet-moon:after {
  content: "􎀟"; }

.fad.fa-planet-ringed:after {
  content: "􎀠"; }

.fad.fa-play:after {
  content: "􏁋"; }

.fad.fa-play-circle:after {
  content: "􏅄"; }

.fad.fa-plug:after {
  content: "􏇦"; }

.fad.fa-plus:after {
  content: "􏁧"; }

.fad.fa-plus-circle:after {
  content: "􏁕"; }

.fad.fa-plus-hexagon:after {
  content: "􏌀"; }

.fad.fa-plus-octagon:after {
  content: "􏌁"; }

.fad.fa-plus-square:after {
  content: "􏃾"; }

.fad.fa-podcast:after {
  content: "􏋎"; }

.fad.fa-podium:after {
  content: "􏚀"; }

.fad.fa-podium-star:after {
  content: "􏝘"; }

.fad.fa-police-box:after {
  content: "􎀡"; }

.fad.fa-poll:after {
  content: "􏚁"; }

.fad.fa-poll-h:after {
  content: "􏚂"; }

.fad.fa-poll-people:after {
  content: "􏝙"; }

.fad.fa-poo:after {
  content: "􏋾"; }

.fad.fa-poo-storm:after {
  content: "􏝚"; }

.fad.fa-poop:after {
  content: "􏘙"; }

.fad.fa-popcorn:after {
  content: "􏠙"; }

.fad.fa-portal-enter:after {
  content: "􎀢"; }

.fad.fa-portal-exit:after {
  content: "􎀣"; }

.fad.fa-portrait:after {
  content: "􏏠"; }

.fad.fa-pound-sign:after {
  content: "􏅔"; }

.fad.fa-power-off:after {
  content: "􏀑"; }

.fad.fa-pray:after {
  content: "􏚃"; }

.fad.fa-praying-hands:after {
  content: "􏚄"; }

.fad.fa-prescription:after {
  content: "􏖱"; }

.fad.fa-prescription-bottle:after {
  content: "􏒅"; }

.fad.fa-prescription-bottle-alt:after {
  content: "􏒆"; }

.fad.fa-presentation:after {
  content: "􏚅"; }

.fad.fa-print:after {
  content: "􏀯"; }

.fad.fa-print-search:after {
  content: "􏠚"; }

.fad.fa-print-slash:after {
  content: "􏚆"; }

.fad.fa-procedures:after {
  content: "􏒇"; }

.fad.fa-project-diagram:after {
  content: "􏕂"; }

.fad.fa-projector:after {
  content: "􏣖"; }

.fad.fa-pump-medical:after {
  content: "􎁪"; }

.fad.fa-pump-soap:after {
  content: "􎁫"; }

.fad.fa-pumpkin:after {
  content: "􏜇"; }

.fad.fa-puzzle-piece:after {
  content: "􏄮"; }

.fad.fa-qrcode:after {
  content: "􏀩"; }

.fad.fa-question:after {
  content: "􏄨"; }

.fad.fa-question-circle:after {
  content: "􏁙"; }

.fad.fa-question-square:after {
  content: "􏋽"; }

.fad.fa-quidditch:after {
  content: "􏑘"; }

.fad.fa-quote-left:after {
  content: "􏄍"; }

.fad.fa-quote-right:after {
  content: "􏄎"; }

.fad.fa-quran:after {
  content: "􏚇"; }

.fad.fa-rabbit:after {
  content: "􏜈"; }

.fad.fa-rabbit-fast:after {
  content: "􏜉"; }

.fad.fa-racquet:after {
  content: "􏑚"; }

.fad.fa-radar:after {
  content: "􎀤"; }

.fad.fa-radiation:after {
  content: "􏞹"; }

.fad.fa-radiation-alt:after {
  content: "􏞺"; }

.fad.fa-radio:after {
  content: "􏣗"; }

.fad.fa-radio-alt:after {
  content: "􏣘"; }

.fad.fa-rainbow:after {
  content: "􏝛"; }

.fad.fa-raindrops:after {
  content: "􏝜"; }

.fad.fa-ram:after {
  content: "􏜊"; }

.fad.fa-ramp-loading:after {
  content: "􏓔"; }

.fad.fa-random:after {
  content: "􏁴"; }

.fad.fa-raygun:after {
  content: "􎀥"; }

.fad.fa-receipt:after {
  content: "􏕃"; }

.fad.fa-record-vinyl:after {
  content: "􏣙"; }

.fad.fa-rectangle-landscape:after {
  content: "􏋺"; }

.fad.fa-rectangle-portrait:after {
  content: "􏋻"; }

.fad.fa-rectangle-wide:after {
  content: "􏋼"; }

.fad.fa-recycle:after {
  content: "􏆸"; }

.fad.fa-redo:after {
  content: "􏀞"; }

.fad.fa-redo-alt:after {
  content: "􏋹"; }

.fad.fa-refrigerator:after {
  content: "􎀦"; }

.fad.fa-registered:after {
  content: "􏉝"; }

.fad.fa-remove-format:after {
  content: "􏡽"; }

.fad.fa-repeat:after {
  content: "􏍣"; }

.fad.fa-repeat-1:after {
  content: "􏍥"; }

.fad.fa-repeat-1-alt:after {
  content: "􏍦"; }

.fad.fa-repeat-alt:after {
  content: "􏍤"; }

.fad.fa-reply:after {
  content: "􏏥"; }

.fad.fa-reply-all:after {
  content: "􏄢"; }

.fad.fa-republican:after {
  content: "􏝞"; }

.fad.fa-restroom:after {
  content: "􏞽"; }

.fad.fa-retweet:after {
  content: "􏁹"; }

.fad.fa-retweet-alt:after {
  content: "􏍡"; }

.fad.fa-ribbon:after {
  content: "􏓖"; }

.fad.fa-ring:after {
  content: "􏜋"; }

.fad.fa-rings-wedding:after {
  content: "􏠛"; }

.fad.fa-road:after {
  content: "􏀘"; }

.fad.fa-robot:after {
  content: "􏕄"; }

.fad.fa-rocket:after {
  content: "􏄵"; }

.fad.fa-rocket-launch:after {
  content: "􎀧"; }

.fad.fa-route:after {
  content: "􏓗"; }

.fad.fa-route-highway:after {
  content: "􏘚"; }

.fad.fa-route-interstate:after {
  content: "􏘛"; }

.fad.fa-router:after {
  content: "􏣚"; }

.fad.fa-rss:after {
  content: "􏂞"; }

.fad.fa-rss-square:after {
  content: "􏅃"; }

.fad.fa-ruble-sign:after {
  content: "􏅘"; }

.fad.fa-ruler:after {
  content: "􏕅"; }

.fad.fa-ruler-combined:after {
  content: "􏕆"; }

.fad.fa-ruler-horizontal:after {
  content: "􏕇"; }

.fad.fa-ruler-triangle:after {
  content: "􏘜"; }

.fad.fa-ruler-vertical:after {
  content: "􏕈"; }

.fad.fa-running:after {
  content: "􏜌"; }

.fad.fa-rupee-sign:after {
  content: "􏅖"; }

.fad.fa-rv:after {
  content: "􏞾"; }

.fad.fa-sack:after {
  content: "􏠜"; }

.fad.fa-sack-dollar:after {
  content: "􏠝"; }

.fad.fa-sad-cry:after {
  content: "􏖳"; }

.fad.fa-sad-tear:after {
  content: "􏖴"; }

.fad.fa-salad:after {
  content: "􏠞"; }

.fad.fa-sandwich:after {
  content: "􏠟"; }

.fad.fa-satellite:after {
  content: "􏞿"; }

.fad.fa-satellite-dish:after {
  content: "􏟀"; }

.fad.fa-sausage:after {
  content: "􏠠"; }

.fad.fa-save:after {
  content: "􏃇"; }

.fad.fa-sax-hot:after {
  content: "􏣛"; }

.fad.fa-saxophone:after {
  content: "􏣜"; }

.fad.fa-scalpel:after {
  content: "􏘝"; }

.fad.fa-scalpel-path:after {
  content: "􏘞"; }

.fad.fa-scanner:after {
  content: "􏒈"; }

.fad.fa-scanner-image:after {
  content: "􏣳"; }

.fad.fa-scanner-keyboard:after {
  content: "􏒉"; }

.fad.fa-scanner-touchscreen:after {
  content: "􏒊"; }

.fad.fa-scarecrow:after {
  content: "􏜍"; }

.fad.fa-scarf:after {
  content: "􏟁"; }

.fad.fa-school:after {
  content: "􏕉"; }

.fad.fa-screwdriver:after {
  content: "􏕊"; }

.fad.fa-scroll:after {
  content: "􏜎"; }

.fad.fa-scroll-old:after {
  content: "􏜏"; }

.fad.fa-scrubber:after {
  content: "􏋸"; }

.fad.fa-scythe:after {
  content: "􏜐"; }

.fad.fa-sd-card:after {
  content: "􏟂"; }

.fad.fa-search:after {
  content: "􏀂"; }

.fad.fa-search-dollar:after {
  content: "􏚈"; }

.fad.fa-search-location:after {
  content: "􏚉"; }

.fad.fa-search-minus:after {
  content: "􏀐"; }

.fad.fa-search-plus:after {
  content: "􏀎"; }

.fad.fa-seedling:after {
  content: "􏓘"; }

.fad.fa-send-back:after {
  content: "􏡾"; }

.fad.fa-send-backward:after {
  content: "􏡿"; }

.fad.fa-sensor:after {
  content: "􎀨"; }

.fad.fa-sensor-alert:after {
  content: "􎀩"; }

.fad.fa-sensor-fire:after {
  content: "􎀪"; }

.fad.fa-sensor-on:after {
  content: "􎀫"; }

.fad.fa-sensor-smoke:after {
  content: "􎀬"; }

.fad.fa-server:after {
  content: "􏈳"; }

.fad.fa-shapes:after {
  content: "􏘟"; }

.fad.fa-share:after {
  content: "􏁤"; }

.fad.fa-share-all:after {
  content: "􏍧"; }

.fad.fa-share-alt:after {
  content: "􏇠"; }

.fad.fa-share-alt-square:after {
  content: "􏇡"; }

.fad.fa-share-square:after {
  content: "􏅍"; }

.fad.fa-sheep:after {
  content: "􏜑"; }

.fad.fa-shekel-sign:after {
  content: "􏈋"; }

.fad.fa-shield:after {
  content: "􏄲"; }

.fad.fa-shield-alt:after {
  content: "􏏭"; }

.fad.fa-shield-check:after {
  content: "􏋷"; }

.fad.fa-shield-cross:after {
  content: "􏜒"; }

.fad.fa-shield-virus:after {
  content: "􎁬"; }

.fad.fa-ship:after {
  content: "􏈚"; }

.fad.fa-shipping-fast:after {
  content: "􏒋"; }

.fad.fa-shipping-timed:after {
  content: "􏒌"; }

.fad.fa-shish-kebab:after {
  content: "􏠡"; }

.fad.fa-shoe-prints:after {
  content: "􏕋"; }

.fad.fa-shopping-bag:after {
  content: "􏊐"; }

.fad.fa-shopping-basket:after {
  content: "􏊑"; }

.fad.fa-shopping-cart:after {
  content: "􏁺"; }

.fad.fa-shovel:after {
  content: "􏜓"; }

.fad.fa-shovel-snow:after {
  content: "􏟃"; }

.fad.fa-shower:after {
  content: "􏋌"; }

.fad.fa-shredder:after {
  content: "􏚊"; }

.fad.fa-shuttle-van:after {
  content: "􏖶"; }

.fad.fa-shuttlecock:after {
  content: "􏑛"; }

.fad.fa-sickle:after {
  content: "􏠢"; }

.fad.fa-sigma:after {
  content: "􏚋"; }

.fad.fa-sign:after {
  content: "􏓙"; }

.fad.fa-sign-in:after {
  content: "􏂐"; }

.fad.fa-sign-in-alt:after {
  content: "􏋶"; }

.fad.fa-sign-language:after {
  content: "􏊧"; }

.fad.fa-sign-out:after {
  content: "􏂋"; }

.fad.fa-sign-out-alt:after {
  content: "􏋵"; }

.fad.fa-signal:after {
  content: "􏀒"; }

.fad.fa-signal-1:after {
  content: "􏚌"; }

.fad.fa-signal-2:after {
  content: "􏚍"; }

.fad.fa-signal-3:after {
  content: "􏚎"; }

.fad.fa-signal-4:after {
  content: "􏚏"; }

.fad.fa-signal-alt:after {
  content: "􏚐"; }

.fad.fa-signal-alt-1:after {
  content: "􏚑"; }

.fad.fa-signal-alt-2:after {
  content: "􏚒"; }

.fad.fa-signal-alt-3:after {
  content: "􏚓"; }

.fad.fa-signal-alt-slash:after {
  content: "􏚔"; }

.fad.fa-signal-slash:after {
  content: "􏚕"; }

.fad.fa-signal-stream:after {
  content: "􏣝"; }

.fad.fa-signature:after {
  content: "􏖷"; }

.fad.fa-sim-card:after {
  content: "􏟄"; }

.fad.fa-sink:after {
  content: "􎁭"; }

.fad.fa-siren:after {
  content: "􎀭"; }

.fad.fa-siren-on:after {
  content: "􎀮"; }

.fad.fa-sitemap:after {
  content: "􏃨"; }

.fad.fa-skating:after {
  content: "􏟅"; }

.fad.fa-skeleton:after {
  content: "􏘠"; }

.fad.fa-ski-jump:after {
  content: "􏟇"; }

.fad.fa-ski-lift:after {
  content: "􏟈"; }

.fad.fa-skiing:after {
  content: "􏟉"; }

.fad.fa-skiing-nordic:after {
  content: "􏟊"; }

.fad.fa-skull:after {
  content: "􏕌"; }

.fad.fa-skull-cow:after {
  content: "􏣞"; }

.fad.fa-skull-crossbones:after {
  content: "􏜔"; }

.fad.fa-slash:after {
  content: "􏜕"; }

.fad.fa-sledding:after {
  content: "􏟋"; }

.fad.fa-sleigh:after {
  content: "􏟌"; }

.fad.fa-sliders-h:after {
  content: "􏇞"; }

.fad.fa-sliders-h-square:after {
  content: "􏏰"; }

.fad.fa-sliders-v:after {
  content: "􏏱"; }

.fad.fa-sliders-v-square:after {
  content: "􏏲"; }

.fad.fa-smile:after {
  content: "􏄘"; }

.fad.fa-smile-beam:after {
  content: "􏖸"; }

.fad.fa-smile-plus:after {
  content: "􏖹"; }

.fad.fa-smile-wink:after {
  content: "􏓚"; }

.fad.fa-smog:after {
  content: "􏝟"; }

.fad.fa-smoke:after {
  content: "􏝠"; }

.fad.fa-smoking:after {
  content: "􏒍"; }

.fad.fa-smoking-ban:after {
  content: "􏕍"; }

.fad.fa-sms:after {
  content: "􏟍"; }

.fad.fa-snake:after {
  content: "􏜖"; }

.fad.fa-snooze:after {
  content: "􏢀"; }

.fad.fa-snow-blowing:after {
  content: "􏝡"; }

.fad.fa-snowboarding:after {
  content: "􏟎"; }

.fad.fa-snowflake:after {
  content: "􏋜"; }

.fad.fa-snowflakes:after {
  content: "􏟏"; }

.fad.fa-snowman:after {
  content: "􏟐"; }

.fad.fa-snowmobile:after {
  content: "􏟑"; }

.fad.fa-snowplow:after {
  content: "􏟒"; }

.fad.fa-soap:after {
  content: "􎁮"; }

.fad.fa-socks:after {
  content: "􏚖"; }

.fad.fa-solar-panel:after {
  content: "􏖺"; }

.fad.fa-solar-system:after {
  content: "􎀯"; }

.fad.fa-sort:after {
  content: "􏃜"; }

.fad.fa-sort-alpha-down:after {
  content: "􏅝"; }

.fad.fa-sort-alpha-down-alt:after {
  content: "􏢁"; }

.fad.fa-sort-alpha-up:after {
  content: "􏅞"; }

.fad.fa-sort-alpha-up-alt:after {
  content: "􏢂"; }

.fad.fa-sort-alt:after {
  content: "􏢃"; }

.fad.fa-sort-amount-down:after {
  content: "􏅠"; }

.fad.fa-sort-amount-down-alt:after {
  content: "􏢄"; }

.fad.fa-sort-amount-up:after {
  content: "􏅡"; }

.fad.fa-sort-amount-up-alt:after {
  content: "􏢅"; }

.fad.fa-sort-circle:after {
  content: "􎀰"; }

.fad.fa-sort-circle-down:after {
  content: "􎀱"; }

.fad.fa-sort-circle-up:after {
  content: "􎀲"; }

.fad.fa-sort-down:after {
  content: "􏃝"; }

.fad.fa-sort-numeric-down:after {
  content: "􏅢"; }

.fad.fa-sort-numeric-down-alt:after {
  content: "􏢆"; }

.fad.fa-sort-numeric-up:after {
  content: "􏅣"; }

.fad.fa-sort-numeric-up-alt:after {
  content: "􏢇"; }

.fad.fa-sort-shapes-down:after {
  content: "􏢈"; }

.fad.fa-sort-shapes-down-alt:after {
  content: "􏢉"; }

.fad.fa-sort-shapes-up:after {
  content: "􏢊"; }

.fad.fa-sort-shapes-up-alt:after {
  content: "􏢋"; }

.fad.fa-sort-size-down:after {
  content: "􏢌"; }

.fad.fa-sort-size-down-alt:after {
  content: "􏢍"; }

.fad.fa-sort-size-up:after {
  content: "􏢎"; }

.fad.fa-sort-size-up-alt:after {
  content: "􏢏"; }

.fad.fa-sort-up:after {
  content: "􏃞"; }

.fad.fa-soup:after {
  content: "􏠣"; }

.fad.fa-spa:after {
  content: "􏖻"; }

.fad.fa-space-shuttle:after {
  content: "􏆗"; }

.fad.fa-space-station-moon:after {
  content: "􎀳"; }

.fad.fa-space-station-moon-alt:after {
  content: "􎀴"; }

.fad.fa-spade:after {
  content: "􏋴"; }

.fad.fa-sparkles:after {
  content: "􏢐"; }

.fad.fa-speaker:after {
  content: "􏣟"; }

.fad.fa-speakers:after {
  content: "􏣠"; }

.fad.fa-spell-check:after {
  content: "􏢑"; }

.fad.fa-spider:after {
  content: "􏜗"; }

.fad.fa-spider-black-widow:after {
  content: "􏜘"; }

.fad.fa-spider-web:after {
  content: "􏜙"; }

.fad.fa-spinner:after {
  content: "􏄐"; }

.fad.fa-spinner-third:after {
  content: "􏏴"; }

.fad.fa-splotch:after {
  content: "􏖼"; }

.fad.fa-spray-can:after {
  content: "􏖽"; }

.fad.fa-sprinkler:after {
  content: "􎀵"; }

.fad.fa-square:after {
  content: "􏃈"; }

.fad.fa-square-full:after {
  content: "􏑜"; }

.fad.fa-square-root:after {
  content: "􏚗"; }

.fad.fa-square-root-alt:after {
  content: "􏚘"; }

.fad.fa-squirrel:after {
  content: "􏜚"; }

.fad.fa-staff:after {
  content: "􏜛"; }

.fad.fa-stamp:after {
  content: "􏖿"; }

.fad.fa-star:after {
  content: "􏀅"; }

.fad.fa-star-and-crescent:after {
  content: "􏚙"; }

.fad.fa-star-christmas:after {
  content: "􏟔"; }

.fad.fa-star-exclamation:after {
  content: "􏋳"; }

.fad.fa-star-half:after {
  content: "􏂉"; }

.fad.fa-star-half-alt:after {
  content: "􏗀"; }

.fad.fa-star-of-david:after {
  content: "􏚚"; }

.fad.fa-star-of-life:after {
  content: "􏘡"; }

.fad.fa-star-shooting:after {
  content: "􎀶"; }

.fad.fa-starfighter:after {
  content: "􎀷"; }

.fad.fa-starfighter-alt:after {
  content: "􎀸"; }

.fad.fa-stars:after {
  content: "􏝢"; }

.fad.fa-starship:after {
  content: "􎀹"; }

.fad.fa-starship-freighter:after {
  content: "􎀺"; }

.fad.fa-steak:after {
  content: "􏠤"; }

.fad.fa-steering-wheel:after {
  content: "􏘢"; }

.fad.fa-step-backward:after {
  content: "􏁈"; }

.fad.fa-step-forward:after {
  content: "􏁑"; }

.fad.fa-stethoscope:after {
  content: "􏃱"; }

.fad.fa-sticky-note:after {
  content: "􏉉"; }

.fad.fa-stocking:after {
  content: "􏟕"; }

.fad.fa-stomach:after {
  content: "􏘣"; }

.fad.fa-stop:after {
  content: "􏁍"; }

.fad.fa-stop-circle:after {
  content: "􏊍"; }

.fad.fa-stopwatch:after {
  content: "􏋲"; }

.fad.fa-stopwatch-20:after {
  content: "􎁯"; }

.fad.fa-store:after {
  content: "􏕎"; }

.fad.fa-store-alt:after {
  content: "􏕏"; }

.fad.fa-store-alt-slash:after {
  content: "􎁰"; }

.fad.fa-store-slash:after {
  content: "􎁱"; }

.fad.fa-stream:after {
  content: "􏕐"; }

.fad.fa-street-view:after {
  content: "􏈝"; }

.fad.fa-stretcher:after {
  content: "􏠥"; }

.fad.fa-strikethrough:after {
  content: "􏃌"; }

.fad.fa-stroopwafel:after {
  content: "􏕑"; }

.fad.fa-subscript:after {
  content: "􏄬"; }

.fad.fa-subway:after {
  content: "􏈹"; }

.fad.fa-suitcase:after {
  content: "􏃲"; }

.fad.fa-suitcase-rolling:after {
  content: "􏗁"; }

.fad.fa-sun:after {
  content: "􏆅"; }

.fad.fa-sun-cloud:after {
  content: "􏝣"; }

.fad.fa-sun-dust:after {
  content: "􏝤"; }

.fad.fa-sun-haze:after {
  content: "􏝥"; }

.fad.fa-sunglasses:after {
  content: "􏢒"; }

.fad.fa-sunrise:after {
  content: "􏝦"; }

.fad.fa-sunset:after {
  content: "􏝧"; }

.fad.fa-superscript:after {
  content: "􏄫"; }

.fad.fa-surprise:after {
  content: "􏗂"; }

.fad.fa-swatchbook:after {
  content: "􏗃"; }

.fad.fa-swimmer:after {
  content: "􏗄"; }

.fad.fa-swimming-pool:after {
  content: "􏗅"; }

.fad.fa-sword:after {
  content: "􏜜"; }

.fad.fa-sword-laser:after {
  content: "􎀻"; }

.fad.fa-sword-laser-alt:after {
  content: "􎀼"; }

.fad.fa-swords:after {
  content: "􏜝"; }

.fad.fa-swords-laser:after {
  content: "􎀽"; }

.fad.fa-synagogue:after {
  content: "􏚛"; }

.fad.fa-sync:after {
  content: "􏀡"; }

.fad.fa-sync-alt:after {
  content: "􏋱"; }

.fad.fa-syringe:after {
  content: "􏒎"; }

.fad.fa-table:after {
  content: "􏃎"; }

.fad.fa-table-tennis:after {
  content: "􏑝"; }

.fad.fa-tablet:after {
  content: "􏄊"; }

.fad.fa-tablet-alt:after {
  content: "􏏺"; }

.fad.fa-tablet-android:after {
  content: "􏏻"; }

.fad.fa-tablet-android-alt:after {
  content: "􏏼"; }

.fad.fa-tablet-rugged:after {
  content: "􏒏"; }

.fad.fa-tablets:after {
  content: "􏒐"; }

.fad.fa-tachometer:after {
  content: "􏃤"; }

.fad.fa-tachometer-alt:after {
  content: "􏏽"; }

.fad.fa-tachometer-alt-average:after {
  content: "􏘤"; }

.fad.fa-tachometer-alt-fast:after {
  content: "􏘥"; }

.fad.fa-tachometer-alt-fastest:after {
  content: "􏘦"; }

.fad.fa-tachometer-alt-slow:after {
  content: "􏘧"; }

.fad.fa-tachometer-alt-slowest:after {
  content: "􏘨"; }

.fad.fa-tachometer-average:after {
  content: "􏘩"; }

.fad.fa-tachometer-fast:after {
  content: "􏘪"; }

.fad.fa-tachometer-fastest:after {
  content: "􏘫"; }

.fad.fa-tachometer-slow:after {
  content: "􏘬"; }

.fad.fa-tachometer-slowest:after {
  content: "􏘭"; }

.fad.fa-taco:after {
  content: "􏠦"; }

.fad.fa-tag:after {
  content: "􏀫"; }

.fad.fa-tags:after {
  content: "􏀬"; }

.fad.fa-tally:after {
  content: "􏚜"; }

.fad.fa-tanakh:after {
  content: "􏠧"; }

.fad.fa-tape:after {
  content: "􏓛"; }

.fad.fa-tasks:after {
  content: "􏂮"; }

.fad.fa-tasks-alt:after {
  content: "􏠨"; }

.fad.fa-taxi:after {
  content: "􏆺"; }

.fad.fa-teeth:after {
  content: "􏘮"; }

.fad.fa-teeth-open:after {
  content: "􏘯"; }

.fad.fa-telescope:after {
  content: "􎀾"; }

.fad.fa-temperature-down:after {
  content: "􎀿"; }

.fad.fa-temperature-frigid:after {
  content: "􏝨"; }

.fad.fa-temperature-high:after {
  content: "􏝩"; }

.fad.fa-temperature-hot:after {
  content: "􏝪"; }

.fad.fa-temperature-low:after {
  content: "􏝫"; }

.fad.fa-temperature-up:after {
  content: "􎁀"; }

.fad.fa-tenge:after {
  content: "􏟗"; }

.fad.fa-tennis-ball:after {
  content: "􏑞"; }

.fad.fa-terminal:after {
  content: "􏄠"; }

.fad.fa-text:after {
  content: "􏢓"; }

.fad.fa-text-height:after {
  content: "􏀴"; }

.fad.fa-text-size:after {
  content: "􏢔"; }

.fad.fa-text-width:after {
  content: "􏀵"; }

.fad.fa-th:after {
  content: "􏀊"; }

.fad.fa-th-large:after {
  content: "􏀉"; }

.fad.fa-th-list:after {
  content: "􏀋"; }

.fad.fa-theater-masks:after {
  content: "􏘰"; }

.fad.fa-thermometer:after {
  content: "􏒑"; }

.fad.fa-thermometer-empty:after {
  content: "􏋋"; }

.fad.fa-thermometer-full:after {
  content: "􏋇"; }

.fad.fa-thermometer-half:after {
  content: "􏋉"; }

.fad.fa-thermometer-quarter:after {
  content: "􏋊"; }

.fad.fa-thermometer-three-quarters:after {
  content: "􏋈"; }

.fad.fa-theta:after {
  content: "􏚞"; }

.fad.fa-thumbs-down:after {
  content: "􏅥"; }

.fad.fa-thumbs-up:after {
  content: "􏅤"; }

.fad.fa-thumbtack:after {
  content: "􏂍"; }

.fad.fa-thunderstorm:after {
  content: "􏝬"; }

.fad.fa-thunderstorm-moon:after {
  content: "􏝭"; }

.fad.fa-thunderstorm-sun:after {
  content: "􏝮"; }

.fad.fa-ticket:after {
  content: "􏅅"; }

.fad.fa-ticket-alt:after {
  content: "􏏿"; }

.fad.fa-tilde:after {
  content: "􏚟"; }

.fad.fa-times:after {
  content: "􏀍"; }

.fad.fa-times-circle:after {
  content: "􏁗"; }

.fad.fa-times-hexagon:after {
  content: "􏋮"; }

.fad.fa-times-octagon:after {
  content: "􏋰"; }

.fad.fa-times-square:after {
  content: "􏋓"; }

.fad.fa-tint:after {
  content: "􏁃"; }

.fad.fa-tint-slash:after {
  content: "􏗇"; }

.fad.fa-tire:after {
  content: "􏘱"; }

.fad.fa-tire-flat:after {
  content: "􏘲"; }

.fad.fa-tire-pressure-warning:after {
  content: "􏘳"; }

.fad.fa-tire-rugged:after {
  content: "􏘴"; }

.fad.fa-tired:after {
  content: "􏗈"; }

.fad.fa-toggle-off:after {
  content: "􏈄"; }

.fad.fa-toggle-on:after {
  content: "􏈅"; }

.fad.fa-toilet:after {
  content: "􏟘"; }

.fad.fa-toilet-paper:after {
  content: "􏜞"; }

.fad.fa-toilet-paper-alt:after {
  content: "􏜟"; }

.fad.fa-toilet-paper-slash:after {
  content: "􎁲"; }

.fad.fa-tombstone:after {
  content: "􏜠"; }

.fad.fa-tombstone-alt:after {
  content: "􏜡"; }

.fad.fa-toolbox:after {
  content: "􏕒"; }

.fad.fa-tools:after {
  content: "􏟙"; }

.fad.fa-tooth:after {
  content: "􏗉"; }

.fad.fa-toothbrush:after {
  content: "􏘵"; }

.fad.fa-torah:after {
  content: "􏚠"; }

.fad.fa-torii-gate:after {
  content: "􏚡"; }

.fad.fa-tornado:after {
  content: "􏝯"; }

.fad.fa-tractor:after {
  content: "􏜢"; }

.fad.fa-trademark:after {
  content: "􏉜"; }

.fad.fa-traffic-cone:after {
  content: "􏘶"; }

.fad.fa-traffic-light:after {
  content: "􏘷"; }

.fad.fa-traffic-light-go:after {
  content: "􏘸"; }

.fad.fa-traffic-light-slow:after {
  content: "􏘹"; }

.fad.fa-traffic-light-stop:after {
  content: "􏘺"; }

.fad.fa-trailer:after {
  content: "􎁁"; }

.fad.fa-train:after {
  content: "􏈸"; }

.fad.fa-tram:after {
  content: "􏟚"; }

.fad.fa-transgender:after {
  content: "􏈤"; }

.fad.fa-transgender-alt:after {
  content: "􏈥"; }

.fad.fa-transporter:after {
  content: "􎁂"; }

.fad.fa-transporter-1:after {
  content: "􎁃"; }

.fad.fa-transporter-2:after {
  content: "􎁄"; }

.fad.fa-transporter-3:after {
  content: "􎁅"; }

.fad.fa-transporter-empty:after {
  content: "􎁆"; }

.fad.fa-trash:after {
  content: "􏇸"; }

.fad.fa-trash-alt:after {
  content: "􏋭"; }

.fad.fa-trash-restore:after {
  content: "􏠩"; }

.fad.fa-trash-restore-alt:after {
  content: "􏠪"; }

.fad.fa-trash-undo:after {
  content: "􏢕"; }

.fad.fa-trash-undo-alt:after {
  content: "􏢖"; }

.fad.fa-treasure-chest:after {
  content: "􏜣"; }

.fad.fa-tree:after {
  content: "􏆻"; }

.fad.fa-tree-alt:after {
  content: "􏐀"; }

.fad.fa-tree-christmas:after {
  content: "􏟛"; }

.fad.fa-tree-decorated:after {
  content: "􏟜"; }

.fad.fa-tree-large:after {
  content: "􏟝"; }

.fad.fa-tree-palm:after {
  content: "􏠫"; }

.fad.fa-trees:after {
  content: "􏜤"; }

.fad.fa-triangle:after {
  content: "􏋬"; }

.fad.fa-triangle-music:after {
  content: "􏣢"; }

.fad.fa-trophy:after {
  content: "􏂑"; }

.fad.fa-trophy-alt:after {
  content: "􏋫"; }

.fad.fa-truck:after {
  content: "􏃑"; }

.fad.fa-truck-container:after {
  content: "􏓜"; }

.fad.fa-truck-couch:after {
  content: "􏓝"; }

.fad.fa-truck-loading:after {
  content: "􏓞"; }

.fad.fa-truck-monster:after {
  content: "􏘻"; }

.fad.fa-truck-moving:after {
  content: "􏓟"; }

.fad.fa-truck-pickup:after {
  content: "􏘼"; }

.fad.fa-truck-plow:after {
  content: "􏟞"; }

.fad.fa-truck-ramp:after {
  content: "􏓠"; }

.fad.fa-trumpet:after {
  content: "􏣣"; }

.fad.fa-tshirt:after {
  content: "􏕓"; }

.fad.fa-tty:after {
  content: "􏇤"; }

.fad.fa-turkey:after {
  content: "􏜥"; }

.fad.fa-turntable:after {
  content: "􏣤"; }

.fad.fa-turtle:after {
  content: "􏜦"; }

.fad.fa-tv:after {
  content: "􏉬"; }

.fad.fa-tv-alt:after {
  content: "􏣥"; }

.fad.fa-tv-music:after {
  content: "􏣦"; }

.fad.fa-tv-retro:after {
  content: "􏐁"; }

.fad.fa-typewriter:after {
  content: "􏣧"; }

.fad.fa-ufo:after {
  content: "􎁇"; }

.fad.fa-ufo-beam:after {
  content: "􎁈"; }

.fad.fa-umbrella:after {
  content: "􏃩"; }

.fad.fa-umbrella-beach:after {
  content: "􏗊"; }

.fad.fa-underline:after {
  content: "􏃍"; }

.fad.fa-undo:after {
  content: "􏃢"; }

.fad.fa-undo-alt:after {
  content: "􏋪"; }

.fad.fa-unicorn:after {
  content: "􏜧"; }

.fad.fa-union:after {
  content: "􏚢"; }

.fad.fa-universal-access:after {
  content: "􏊚"; }

.fad.fa-university:after {
  content: "􏆜"; }

.fad.fa-unlink:after {
  content: "􏄧"; }

.fad.fa-unlock:after {
  content: "􏂜"; }

.fad.fa-unlock-alt:after {
  content: "􏄾"; }

.fad.fa-upload:after {
  content: "􏂓"; }

.fad.fa-usb-drive:after {
  content: "􏣩"; }

.fad.fa-usd-circle:after {
  content: "􏋨"; }

.fad.fa-usd-square:after {
  content: "􏋩"; }

.fad.fa-user:after {
  content: "􏀇"; }

.fad.fa-user-alien:after {
  content: "􎁊"; }

.fad.fa-user-alt:after {
  content: "􏐆"; }

.fad.fa-user-alt-slash:after {
  content: "􏓺"; }

.fad.fa-user-astronaut:after {
  content: "􏓻"; }

.fad.fa-user-chart:after {
  content: "􏚣"; }

.fad.fa-user-check:after {
  content: "􏓼"; }

.fad.fa-user-circle:after {
  content: "􏊽"; }

.fad.fa-user-clock:after {
  content: "􏓽"; }

.fad.fa-user-cog:after {
  content: "􏓾"; }

.fad.fa-user-cowboy:after {
  content: "􏣪"; }

.fad.fa-user-crown:after {
  content: "􏚤"; }

.fad.fa-user-edit:after {
  content: "􏓿"; }

.fad.fa-user-friends:after {
  content: "􏔀"; }

.fad.fa-user-graduate:after {
  content: "􏔁"; }

.fad.fa-user-hard-hat:after {
  content: "􏠬"; }

.fad.fa-user-headset:after {
  content: "􏠭"; }

.fad.fa-user-injured:after {
  content: "􏜨"; }

.fad.fa-user-lock:after {
  content: "􏔂"; }

.fad.fa-user-md:after {
  content: "􏃰"; }

.fad.fa-user-md-chat:after {
  content: "􏠮"; }

.fad.fa-user-minus:after {
  content: "􏔃"; }

.fad.fa-user-music:after {
  content: "􏣫"; }

.fad.fa-user-ninja:after {
  content: "􏔄"; }

.fad.fa-user-nurse:after {
  content: "􏠯"; }

.fad.fa-user-plus:after {
  content: "􏈴"; }

.fad.fa-user-robot:after {
  content: "􎁋"; }

.fad.fa-user-secret:after {
  content: "􏈛"; }

.fad.fa-user-shield:after {
  content: "􏔅"; }

.fad.fa-user-slash:after {
  content: "􏔆"; }

.fad.fa-user-tag:after {
  content: "􏔇"; }

.fad.fa-user-tie:after {
  content: "􏔈"; }

.fad.fa-user-times:after {
  content: "􏈵"; }

.fad.fa-user-unlock:after {
  content: "􎁘"; }

.fad.fa-user-visor:after {
  content: "􎁌"; }

.fad.fa-users:after {
  content: "􏃀"; }

.fad.fa-users-class:after {
  content: "􏘽"; }

.fad.fa-users-cog:after {
  content: "􏔉"; }

.fad.fa-users-crown:after {
  content: "􏚥"; }

.fad.fa-users-medical:after {
  content: "􏠰"; }

.fad.fa-users-slash:after {
  content: "􎁳"; }

.fad.fa-utensil-fork:after {
  content: "􏋣"; }

.fad.fa-utensil-knife:after {
  content: "􏋤"; }

.fad.fa-utensil-spoon:after {
  content: "􏋥"; }

.fad.fa-utensils:after {
  content: "􏋧"; }

.fad.fa-utensils-alt:after {
  content: "􏋦"; }

.fad.fa-vacuum:after {
  content: "􎁍"; }

.fad.fa-vacuum-robot:after {
  content: "􎁎"; }

.fad.fa-value-absolute:after {
  content: "􏚦"; }

.fad.fa-vector-square:after {
  content: "􏗋"; }

.fad.fa-venus:after {
  content: "􏈡"; }

.fad.fa-venus-double:after {
  content: "􏈦"; }

.fad.fa-venus-mars:after {
  content: "􏈨"; }

.fad.fa-vhs:after {
  content: "􏣬"; }

.fad.fa-vial:after {
  content: "􏒒"; }

.fad.fa-vials:after {
  content: "􏒓"; }

.fad.fa-video:after {
  content: "􏀽"; }

.fad.fa-video-plus:after {
  content: "􏓡"; }

.fad.fa-video-slash:after {
  content: "􏓢"; }

.fad.fa-vihara:after {
  content: "􏚧"; }

.fad.fa-violin:after {
  content: "􏣭"; }

.fad.fa-virus:after {
  content: "􎁴"; }

.fad.fa-virus-slash:after {
  content: "􎁵"; }

.fad.fa-viruses:after {
  content: "􎁶"; }

.fad.fa-voicemail:after {
  content: "􏢗"; }

.fad.fa-volcano:after {
  content: "􏝰"; }

.fad.fa-volleyball-ball:after {
  content: "􏑟"; }

.fad.fa-volume:after {
  content: "􏚨"; }

.fad.fa-volume-down:after {
  content: "􏀧"; }

.fad.fa-volume-mute:after {
  content: "􏚩"; }

.fad.fa-volume-off:after {
  content: "􏀦"; }

.fad.fa-volume-slash:after {
  content: "􏋢"; }

.fad.fa-volume-up:after {
  content: "􏀨"; }

.fad.fa-vote-nay:after {
  content: "􏝱"; }

.fad.fa-vote-yea:after {
  content: "􏝲"; }

.fad.fa-vr-cardboard:after {
  content: "􏜩"; }

.fad.fa-wagon-covered:after {
  content: "􏣮"; }

.fad.fa-walker:after {
  content: "􏠱"; }

.fad.fa-walkie-talkie:after {
  content: "􏣯"; }

.fad.fa-walking:after {
  content: "􏕔"; }

.fad.fa-wallet:after {
  content: "􏕕"; }

.fad.fa-wand:after {
  content: "􏜪"; }

.fad.fa-wand-magic:after {
  content: "􏜫"; }

.fad.fa-warehouse:after {
  content: "􏒔"; }

.fad.fa-warehouse-alt:after {
  content: "􏒕"; }

.fad.fa-washer:after {
  content: "􏢘"; }

.fad.fa-watch:after {
  content: "􏋡"; }

.fad.fa-watch-calculator:after {
  content: "􏣰"; }

.fad.fa-watch-fitness:after {
  content: "􏘾"; }

.fad.fa-water:after {
  content: "􏝳"; }

.fad.fa-water-lower:after {
  content: "􏝴"; }

.fad.fa-water-rise:after {
  content: "􏝵"; }

.fad.fa-wave-sine:after {
  content: "􏢙"; }

.fad.fa-wave-square:after {
  content: "􏠾"; }

.fad.fa-wave-triangle:after {
  content: "􏢚"; }

.fad.fa-waveform:after {
  content: "􏣱"; }

.fad.fa-waveform-path:after {
  content: "􏣲"; }

.fad.fa-webcam:after {
  content: "􏠲"; }

.fad.fa-webcam-slash:after {
  content: "􏠳"; }

.fad.fa-weight:after {
  content: "􏒖"; }

.fad.fa-weight-hanging:after {
  content: "􏗍"; }

.fad.fa-whale:after {
  content: "􏜬"; }

.fad.fa-wheat:after {
  content: "􏜭"; }

.fad.fa-wheelchair:after {
  content: "􏆓"; }

.fad.fa-whistle:after {
  content: "􏑠"; }

.fad.fa-wifi:after {
  content: "􏇫"; }

.fad.fa-wifi-1:after {
  content: "􏚪"; }

.fad.fa-wifi-2:after {
  content: "􏚫"; }

.fad.fa-wifi-slash:after {
  content: "􏚬"; }

.fad.fa-wind:after {
  content: "􏜮"; }

.fad.fa-wind-turbine:after {
  content: "􏢛"; }

.fad.fa-wind-warning:after {
  content: "􏝶"; }

.fad.fa-window:after {
  content: "􏐎"; }

.fad.fa-window-alt:after {
  content: "􏐏"; }

.fad.fa-window-close:after {
  content: "􏐐"; }

.fad.fa-window-frame:after {
  content: "􎁏"; }

.fad.fa-window-frame-open:after {
  content: "􎁐"; }

.fad.fa-window-maximize:after {
  content: "􏋐"; }

.fad.fa-window-minimize:after {
  content: "􏋑"; }

.fad.fa-window-restore:after {
  content: "􏋒"; }

.fad.fa-windsock:after {
  content: "􏝷"; }

.fad.fa-wine-bottle:after {
  content: "􏜯"; }

.fad.fa-wine-glass:after {
  content: "􏓣"; }

.fad.fa-wine-glass-alt:after {
  content: "􏗎"; }

.fad.fa-won-sign:after {
  content: "􏅙"; }

.fad.fa-wreath:after {
  content: "􏟢"; }

.fad.fa-wrench:after {
  content: "􏂭"; }

.fad.fa-x-ray:after {
  content: "􏒗"; }

.fad.fa-yen-sign:after {
  content: "􏅗"; }

.fad.fa-yin-yang:after {
  content: "􏚭"; }


@font-face {
  font-family: swiper-icons;
  src: url("") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color:#007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-container-pointer-events {
  touch-action: pan-y; }

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height; }

.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev"; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next"; }

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff; }

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color:#000000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0; }

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px); }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0); }

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0); }

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0); }

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0); }

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0); }

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0); }

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0); }

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0); }

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0); }

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1); }

[data-aos=zoom-in] {
  transform: scale(0.6); }

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6); }

[data-aos=zoom-out] {
  transform: scale(1.2); }

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2); }

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2); }

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2); }

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2); }

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform; }

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0); }

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0); }

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0); }

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0); }

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0); }

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg); }

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg); }

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg); }

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0); }

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg); }

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0); }

.container {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px; }
  @media (min-width: 768px) {
    .container {
      max-width: 780px; } }
  @media (min-width: 1024px) {
    .container {
      max-width: 980px; } }
  @media (min-width: 1280px) {
    .container {
      max-width: 1250px; } }
  @media (min-width: 1536px) {
    .container {
      max-width: 1500px; } }

.col-4 {
  grid-column: 1/5; }
  @media (min-width: 768px) {
    .col-4.col-4--center {
      grid-column: 3/7; } }
  @media (min-width: 1024px) {
    .col-4.col-4--center {
      grid-column: 4/8; } }
  @media (min-width: 1280px) {
    .col-4.col-4--center {
      grid-column: 5/9; } }

.col-6 {
  grid-column: 1/5; }
  @media (min-width: 768px) {
    .col-6 {
      grid-column: 1/7; } }
  @media (min-width: 768px) {
    .col-6.col-6--center {
      grid-column: 2/8; } }
  @media (min-width: 1024px) {
    .col-6.col-6--center {
      grid-column: 3/9; } }
  @media (min-width: 1280px) {
    .col-6.col-6--center {
      grid-column: 4/10; } }

.col-8 {
  grid-column: 1/5; }
  @media (min-width: 768px) {
    .col-8 {
      grid-column: 1/9; } }
  @media (min-width: 1024px) {
    .col-8.col-8--center {
      grid-column: 2/10; } }
  @media (min-width: 1280px) {
    .col-8.col-8--center {
      grid-column: 3/11; } }

.col-10 {
  grid-column: 1/5; }
  @media (min-width: 768px) {
    .col-10 {
      grid-column: 1/9; } }
  @media (min-width: 1024px) {
    .col-10 {
      grid-column: 1/11; } }
  @media (min-width: 1280px) {
    .col-10.col-10--center {
      grid-column: 2/12; } }

.breadcrumb li {
  margin-right: 10px;
  margin-bottom: 7px; }
  @media (min-width: 1024px) {
    .breadcrumb li {
      margin-bottom: 10px; } }
  .breadcrumb li a {
    padding: 7px 0;
    padding-right: 10px; }
    .breadcrumb li a:hover {
      text-decoration: underline; }
  .breadcrumb li:after {
    font-family: "Font Awesome 5 Pro";
    display: inline;
    content: "";
    color: var(--c-text-light); }
  .breadcrumb li:last-child:after {
    display: none; }

.btn-hamburger {
  position: relative;
  display: block;
  width: 20px;
  height: 17px; }
  .btn-hamburger:before, .btn-hamburger:after,
  .btn-hamburger span {
    background-color: var(--c-primary);
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    position: absolute;
    left: 0;
    transition: none .3s ease .3s;
    transition-property: transform, top, bottom, right, opacity; }
  .btn-hamburger:before {
    transform: translateY(-6px); }
  .btn-hamburger:after {
    transform: translateY(6px); }
  .btn-hamburger:focus {
    outline-color: var(--c-primary); }

.social {
  display: flex;
  align-items: center; }
  .social a {
    padding: 5px;
    margin-right: 5px; }
    .social a i:before {
      font-size: 18px; }
    .social a:last-child {
      margin: 0; }
  .social.social--trans-4 a {
    transition: all .4s ease-in-out; }
  .social.social--trans-6 a {
    transition: all .6s ease-in-out; }
  .social.social--hover-c-black a:hover {
    color: var(--c-black); }
  .social.social--hover-c-white a:hover {
    color: var(--c-white); }
  .social.social--hover-c-prim a:hover {
    color: var(--c-primary); }
  .social.social--hover-c-second a:hover {
    color: var(--c-secondary); }
  .social.social--hover-c-tertiary a:hover {
    color: var(--c-tertiary); }
  .social.social--hover-c-quaternary a:hover {
    color: var(--c-quaternary); }
  .social.social--hover-c-quinary a:hover {
    color: var(--c-quinary); }
  .social.social--xsm a i:before {
    font-size: 14px; }
  .social.social--sm a i:before {
    font-size: 16px; }
  .social.social--md a {
    margin-right: 8px; }
    .social.social--md a i:before {
      font-size: 21px; }
  .social.social--lg a {
    margin-right: 10px; }
    .social.social--lg a i:before {
      font-size: 24px; }
    .social.social--lg a:last-child {
      margin: 0; }
  .social.social--vertical {
    flex-direction: column; }
    .social.social--vertical a {
      margin: 0;
      margin-bottom: 5px; }
      .social.social--vertical a:last-child {
        margin: 0; }
    .social.social--vertical.social--lg a {
      margin-bottom: 10px; }
      .social.social--vertical.social--lg a:last-child {
        margin: 0; }
  .social.social--circle a {
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 40px;
    height: 40px;
    margin-right: 10px; }
    .social.social--circle a:last-child {
      margin-right: 0; }
  .social.social--circle.social--xsm a {
    margin-right: 8px;
    width: 30px;
    height: 30px; }
    .social.social--circle.social--xsm a:last-child {
      margin-right: 0; }
  .social.social--circle.social--sm a {
    margin-right: 8px;
    width: 35px;
    height: 35px; }
    .social.social--circle.social--sm a:last-child {
      margin-right: 0; }
  .social.social--circle.social--md a {
    margin-right: 13px;
    width: 45px;
    height: 45px; }
    .social.social--circle.social--md a:last-child {
      margin-right: 0; }
  .social.social--circle.social--lg a {
    margin-right: 15px;
    width: 50px;
    height: 50px; }
    .social.social--circle.social--lg a:last-child {
      margin-right: 0; }
  .social.social--circle.social--bg-black a {
    background-color: var(--c-black); }
  .social.social--circle.social--bg-white a {
    background-color: var(--c-white); }
  .social.social--circle.social--bg-prim a {
    background-color: var(--c-primary); }
  .social.social--circle.social--bg-second a {
    background-color: var(--c-secondary); }
  .social.social--circle.social--bg-tertiary a {
    background-color: var(--c-tertiary); }
  .social.social--circle.social--bg-quaternary a {
    background-color: var(--c-quaternary); }
  .social.social--circle.social--bg-quinary a {
    background-color: var(--c-quinary); }
  .social.social--circle.social--hover-c-black a:hover {
    color: inherit;
    background-color: var(--c-black); }
  .social.social--circle.social--hover-c-white a:hover {
    color: inherit;
    background-color: var(--c-white); }
  .social.social--circle.social--hover-c-prim a:hover {
    color: inherit;
    background-color: var(--c-primary); }
  .social.social--circle.social--hover-c-second a:hover {
    color: inherit;
    background-color: var(--c-secondary); }
  .social.social--circle.social--hover-c-tertiary a:hover {
    color: inherit;
    background-color: var(--c-tertiary); }
  .social.social--circle.social--hover-c-quaternary a:hover {
    color: inherit;
    background-color: var(--c-quaternary); }
  .social.social--circle.social--hover-c-quinary a:hover {
    color: inherit;
    background-color: var(--c-quinary); }

.bg-img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .bg-img.bg-img--blur {
    z-index: -2;
    filter: blur(15px); }

.cover {
  height: 400px; }
  @media (min-width: 1024px) {
    .cover {
      min-height: 600px;
      height: 100vh; } }

@media (min-width: 1024px) {
  .cover-alt {
    min-height: 600px;
    height: calc(100vh - var(--header-height-lg)); } }

.box-entry p,
.box-entry ul li,
.box-entry ol li {
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .box-entry p,
    .box-entry ul li,
    .box-entry ol li {
      margin-bottom: 30px; } }

.box-entry a {
  text-decoration: underline; }

.box-entry strong {
  font-weight: 700; }

.box-entry ul, .box-entry ol {
  padding-left: 16px;
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .box-entry ul, .box-entry ol {
      margin-bottom: 30px; } }

.box-entry ul {
  list-style: square; }

.box-entry *:last-child {
  margin-bottom: 0; }

.box-entry.box-entry--sm p,
.box-entry.box-entry--sm ul li,
.box-entry.box-entry--sm ol li {
  margin-bottom: 13px; }
  @media (min-width: 1024px) {
    .box-entry.box-entry--sm p,
    .box-entry.box-entry--sm ul li,
    .box-entry.box-entry--sm ol li {
      margin-bottom: 15px; } }

@media (min-width: 1024px) {
  .card-horiz {
    display: flex;
    align-items: stretch;
    flex-direction: row-reverse;
    min-height: 350px; } }

@media (min-width: 1280px) {
  .card-horiz {
    min-height: 400px; } }

@media (min-width: 1024px) {
  .card-horiz > a {
    width: 50%; } }

.card-horiz > a picture {
  height: 200px; }
  @media (min-width: 1024px) {
    .card-horiz > a picture {
      height: 100%; } }

.card-horiz > div {
  padding: 20px; }
  @media (min-width: 1024px) {
    .card-horiz > div {
      width: 50%; } }
  @media (min-width: 1280px) {
    .card-horiz > div {
      padding: 30px; } }
  @media (min-width: 1280px) {
    .card-horiz > div {
      padding: 40px; } }

@media (min-width: 1024px) {
  .card-horiz.card-horiz--all-click picture {
    width: 50%; } }

.underline {
  text-decoration: underline; }

.uppercase {
  text-transform: uppercase; }

.ta-center {
  text-align: center; }

.ta-center-left {
  text-align: center; }
  @media (min-width: 1024px) {
    .ta-center-left {
      text-align: left; } }

.ta-right {
  text-align: right; }

.font-main {
  font-family: var(--main-font); }

.font-2 {
  font-family: var(--font-2); }

.font-3 {
  font-family: var(--font-3); }

.italic {
  font-style: italic; }

.fz-1 {
  font-size: 1rem; }

.fz-50 {
  font-size: 0.50rem; }

.fz-55 {
  font-size: 0.55rem; }

.fz-60 {
  font-size: 0.60rem; }

.fz-65 {
  font-size: 0.65rem; }

.fz-70 {
  font-size: 0.70rem; }

.fz-75 {
  font-size: 0.75rem; }

.fz-80 {
  font-size: 0.80rem; }

.fz-85 {
  font-size: 0.85rem; }

.fz-87 {
  font-size: 0.87rem; }

.fz-90 {
  font-size: 0.90rem; }

.fz-95 {
  font-size: 0.95rem; }

.fz-105 {
  font-size: 1.05rem; }

.fz-110 {
  font-size: 1.10rem; }

.fz-112 {
  font-size: 1.12rem; }

.fz-115 {
  font-size: 1.15rem; }

.fz-120 {
  font-size: 1.20rem; }

.fz-125 {
  font-size: 1.25rem; }

.fz-135 {
  font-size: 1.35rem; }

.fz-150 {
  font-size: 1.50rem; }

.fz-175 {
  font-size: 1.75rem; }

.fz-187 {
  font-size: 1.80rem; }
  @media (min-width: 768px) {
    .fz-187 {
      font-size: 1.87rem; } }

.fz-200 {
  font-size: 1.85rem; }
  @media (min-width: 768px) {
    .fz-200 {
      font-size: 2rem; } }

.fz-250 {
  font-size: 1.95rem; }
  @media (min-width: 768px) {
    .fz-250 {
      font-size: 2.50rem; } }

.fz-300 {
  font-size: 2.05rem; }
  @media (min-width: 768px) {
    .fz-300 {
      font-size: 3rem; } }

.fz-350 {
  font-size: 2.15rem; }
  @media (min-width: 768px) {
    .fz-350 {
      font-size: 3.50rem; } }

.fz-400 {
  font-size: 2.3rem; }
  @media (min-width: 768px) {
    .fz-400 {
      font-size: 4rem; } }

.fz-450 {
  font-size: 2.45rem; }
  @media (min-width: 768px) {
    .fz-450 {
      font-size: 4.50rem; } }

.fz-500 {
  font-size: 2.6rem; }
  @media (min-width: 768px) {
    .fz-500 {
      font-size: 5rem; } }

.thin {
  font-weight: 100; }

.extra-light {
  font-weight: 200; }

.light {
  font-weight: 300; }

.regular {
  font-weight: 400; }

.medium {
  font-weight: 500; }

.semibold {
  font-weight: 600; }

.bold {
  font-weight: 700; }

.extra-bold {
  font-weight: 800; }

.black {
  font-weight: 900; }

.lh-110 {
  line-height: 110%; }

.lh-115 {
  line-height: 115%; }

.lh-120 {
  line-height: 120%; }

.lh-125 {
  line-height: 125%; }

.lh-130 {
  line-height: 130%; }

.lh-135 {
  line-height: 135%; }

.lh-140 {
  line-height: 140%; }

.lh-145 {
  line-height: 145%; }

.lh-150 {
  line-height: 150%; }

.lh-155 {
  line-height: 155%; }

.lh-160 {
  line-height: 160%; }

.lh-165 {
  line-height: 165%; }

.lh-170 {
  line-height: 170%; }

.lh-175 {
  line-height: 175%; }

.-l-spacing-10 {
  letter-spacing: -.01em; }

.-l-spacing-20 {
  letter-spacing: -.02em; }

.-l-spacing-30 {
  letter-spacing: -.03em; }

.-l-spacing-40 {
  letter-spacing: -.04em; }

.-l-spacing-50 {
  letter-spacing: -.05em; }

.-l-spacing-60 {
  letter-spacing: -.06em; }

.-l-spacing-70 {
  letter-spacing: -.07em; }

.-l-spacing-80 {
  letter-spacing: -.08em; }

.-l-spacing-90 {
  letter-spacing: -.09em; }

.-l-spacing-100 {
  letter-spacing: -.1em; }

.-l-spacing-10 {
  letter-spacing: .01em; }

.l-spacing-20 {
  letter-spacing: .02em; }

.l-spacing-30 {
  letter-spacing: .03em; }

.l-spacing-40 {
  letter-spacing: .04em; }

.l-spacing-50 {
  letter-spacing: .05em; }

.l-spacing-60 {
  letter-spacing: .06em; }

.l-spacing-70 {
  letter-spacing: .07em; }

.l-spacing-80 {
  letter-spacing: .08em; }

.l-spacing-90 {
  letter-spacing: .09em; }

.l-spacing-100 {
  letter-spacing: .1em; }

.l-spacing-200 {
  letter-spacing: .2em; }

.c-celeste {
  color: var(--c-celeste); }

.c-white {
  color: var(--c-white); }

.c-black {
  color: var(--c-black); }

.c-prim {
  color: var(--c-primary); }

.c-second {
  color: var(--c-secondary); }

.c-tertiary {
  color: var(--c-tertiary); }

.c-quaternary {
  color: var(--c-quaternary); }

.c-quinary {
  color: var(--c-quinary); }

.c-facebook {
  color: var(--c-facebook); }

.c-twitter {
  color: var(--c-twitter); }

.c-instagram {
  color: var(--c-instagram); }

.c-linkedin {
  color: var(--c-linkedin); }

.c-whatsapp {
  color: var(--c-whatsapp); }

.c-youtube {
  color: var(--c-youtube); }

.c-pinterest {
  color: var(--c-pinterest); }

.c-text {
  color: var(--c-text); }

.c-text-medium {
  color: var(--c-text-medium); }

.c-text-light {
  color: var(--c-text-light); }

.bg-none {
  background: none; }

.bg-transp {
  background-color: transparent; }

.bg-white {
  background-color: var(--c-white); }

.bg-gray {
  background-color: var(--c-gray); }

.bg-black {
  background-color: var(--c-black); }

.bg-prim {
  background-color: var(--c-primary); }

.bg-second {
  background-color: var(--c-secondary); }

.bg-tertiary {
  background-color: var(--c-tertiary); }

.bg-quaternary {
  background-color: var(--c-quaternary); }

.bg-quinary {
  background-color: var(--c-quinary); }

.bg-facebook {
  background-color: var(--c-facebook); }

.bg-twitter {
  background-color: var(--c-twitter); }

.bg-instagram {
  background-color: var(--c-instagram); }

.bg-linkedin {
  background-color: var(--c-linkedin); }

.bg-whatsapp {
  background-color: var(--c-whatsapp); }

.bg-youtube {
  background-color: var(--c-youtube); }

.bg-pinterest {
  background-color: var(--c-pinterest); }

.bg {
  background-color: var(--c-bg); }

.bg-medium {
  background-color: var(--c-bg-medium); }

.bg-light {
  background-color: var(--c-bg-light); }

.border-none {
  border: none; }

.border-transp {
  border: 1px solid transparent; }

.border-prim {
  border: 1px solid var(--c-primary); }

.border-white {
  border: 1px solid var(--c-white); }

.border-black {
  border: 1px solid var(--c-black); }

.border-celeste {
  border: 1px solid var(--c-celeste); }

.border-second {
  border: 1px solid var(--c-secondary); }

.border-tertiary {
  border: 1px solid var(--c-tertiary); }

.border-quaternary {
  border: 1px solid var(--c-quaternary); }

.border-quinary {
  border: 1px solid var(--c-quinary); }

.border-1 {
  border: 1px solid var(--c-border); }

.border-2 {
  border: 1px solid var(--c-border-2); }

.border-3 {
  border: 1px solid var(--c-border-3); }

.border--top {
  border-bottom: none;
  border-left: none;
  border-right: none; }

.border--bottom {
  border-top: none;
  border-left: none;
  border-right: none; }

.border--left {
  border-bottom: none;
  border-top: none;
  border-right: none; }

.border--right {
  border-bottom: none;
  border-left: none;
  border-top: none; }

.border--right-none {
  border-right: none; }

.border--left-none {
  border-left: none; }

.border--top-none {
  border-top: none; }

.border--bottom-none {
  border-bottom: none; }

.border-w-2 {
  border-width: 2px; }

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

.radius-4 {
  border-radius: 4px; }

.radius-5 {
  border-radius: 5px; }

.radius-8 {
  border-radius: 8px; }

.radius-10 {
  border-radius: 10px; }

.radius-20 {
  border-radius: 20px; }

.radius-40 {
  border-radius: 40px; }

.radius--left {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.radius--right {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.radius--top {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.radius--bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.circle-25-30 {
  border-radius: 50%;
  width: 25px;
  height: 25px; }
  @media (min-width: 1024px) {
    .circle-25-30 {
      width: 30px;
      height: 30px; } }

.circle-30 {
  border-radius: 50%;
  width: 30px;
  height: 30px; }

.circle-35-40 {
  border-radius: 50%;
  width: 35px;
  height: 35px; }
  @media (min-width: 1024px) {
    .circle-35-40 {
      width: 40px;
      height: 40px; } }

.circle-40-50 {
  border-radius: 50%;
  width: 40px;
  height: 40px; }
  @media (min-width: 1024px) {
    .circle-40-50 {
      width: 50px;
      height: 50px; } }

.circle-50-70 {
  border-radius: 50%;
  width: 50px;
  height: 50px; }
  @media (min-width: 1024px) {
    .circle-50-70 {
      width: 70px;
      height: 70px; } }

.circle-50-75 {
  border-radius: 50%;
  width: 50px;
  height: 50px; }
  @media (min-width: 1024px) {
    .circle-50-75 {
      width: 75px;
      height: 75px; } }

.circle-70-100 {
  border-radius: 50%;
  width: 70px;
  height: 70px; }
  @media (min-width: 1024px) {
    .circle-70-100 {
      width: 100px;
      height: 100px; } }

.square-30 {
  width: 30px;
  height: 30px; }

.h-20-30 {
  height: 20px; }
  @media (min-width: 1024px) {
    .h-20-30 {
      height: 30px; } }

.h-20-35 {
  height: 20px; }
  @media (min-width: 1024px) {
    .h-20-35 {
      height: 35px; } }

.h-20-40 {
  height: 20px; }
  @media (min-width: 1024px) {
    .h-20-40 {
      height: 40px; } }

.h-25 {
  height: 25px; }

.h-30-35 {
  height: 30px; }
  @media (min-width: 1024px) {
    .h-30-35 {
      height: 35px; } }

.h-35-40 {
  height: 35px; }
  @media (min-width: 1024px) {
    .h-35-40 {
      height: 40px; } }

.h-40-45 {
  height: 40px; }
  @media (min-width: 1024px) {
    .h-40-45 {
      height: 45px; } }

.h-40-50 {
  height: 40px; }
  @media (min-width: 1024px) {
    .h-40-50 {
      height: 50px; } }

.h-40-60 {
  height: 40px; }
  @media (min-width: 1024px) {
    .h-40-60 {
      height: 60px; } }

.h-50-60 {
  height: 50px; }
  @media (min-width: 1024px) {
    .h-50-60 {
      height: 60px; } }

.h-200 {
  height: 200px; }

.h-220 {
  height: 220px; }

.h-200-250 {
  height: 200px; }
  @media (min-width: 1024px) {
    .h-200-250 {
      height: 250px; } }

.h-200-300 {
  height: 200px; }
  @media (min-width: 1024px) {
    .h-200-300 {
      height: 250px; } }

.h-200-500 {
  height: 200px; }
  @media (min-width: 1024px) {
    .h-200-500 {
      height: 500px; } }

.h-250-300 {
  height: 250px; }
  @media (min-width: 1024px) {
    .h-250-300 {
      height: 250px; } }

.h-400-500 {
  height: 400px; }
  @media (min-width: 1024px) {
    .h-400-500 {
      height: 500px; } }

.h-400-600 {
  height: 400px; }
  @media (min-width: 1024px) {
    .h-400-600 {
      height: 600px; } }

.h-400-800 {
  height: 400px; }
  @media (min-width: 1024px) {
    .h-400-800 {
      height: 800px; } }

.h-header {
  height: var(--header-height-sm); }
  @media (min-width: 1024px) {
    .h-header {
      height: var(--header-height-lg); } }

.w-200 {
  width: 200px; }

.w-50porc {
  width: 50%; }

.h-100 {
  height: 100%; }

@media (min-width: 1024px) {
  .h-100-md {
    height: 100%; } }

.max-h-100 {
  max-height: 100%; }

.w-100 {
  width: 100%; }

.w-100-auto {
  width: 100%; }
  @media (min-width: 1024px) {
    .w-100-auto {
      width: auto; } }

.max-w-100 {
  max-width: 100%; }

.min-h-300 {
  min-height: 300px; }

.min-h-400 {
  min-height: 400px; }

.d-none {
  display: none; }

.d-inline {
  display: inline; }

.d-block {
  display: block; }

.d-iblock {
  display: inline-block; }

.d-none-block {
  display: none; }
  @media (min-width: 1024px) {
    .d-none-block {
      display: block; } }

.flex {
  display: flex; }

.iflex {
  display: inline-flex; }

@media (min-width: 768px) {
  .flex-sm {
    display: flex; } }

@media (min-width: 1024px) {
  .flex-md {
    display: flex; } }

.d-none-flex {
  display: none; }
  @media (min-width: 1024px) {
    .d-none-flex {
      display: flex; } }

.flex--row-rev {
  flex-direction: row-reverse; }

.flex--col {
  flex-direction: column; }

.flex--col-rev {
  flex-direction: column-reverse; }

.flex--wrap {
  flex-wrap: wrap; }

.flex--col-row {
  flex-direction: column; }
  @media (min-width: 1024px) {
    .flex--col-row {
      flex-direction: row; } }


.grid {
  display: grid; }
  @media (min-width: 768px) {
    .grid .col-span-1-2 {
      grid-column: span 2; } }
  @media (min-width: 768px) {
    .grid.grid--1-2 {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 768px) {
    .grid.grid--1-2-3 {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1024px) {
    .grid.grid--1-2-3 {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 768px) {
    .grid.grid--1-2-2-3 {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1280px) {
    .grid.grid--1-2-2-3 {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 768px) {
    .grid.grid--1-3 {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 768px) {
    .grid.grid--1-4 {
      grid-template-columns: repeat(4, 1fr); } }
  @media (min-width: 768px) {
    .grid.grid--1-6y4 {
      grid-template-columns: 6fr 4fr; } }
  .grid.grid--2 {
    grid-template-columns: repeat(2, 1fr); }
  .grid.grid--2-3 {
    grid-template-columns: repeat(2, 1fr); }
    @media (min-width: 768px) {
      .grid.grid--2-3 {
        grid-template-columns: repeat(3, 1fr); } }
  .grid.grid--2-4 {
    grid-template-columns: repeat(2, 1fr); }
    @media (min-width: 1024px) {
      .grid.grid--2-4 {
        grid-template-columns: repeat(4, 1fr); } }
  .grid.grid--3 {
    grid-template-columns: repeat(3, 1fr); }
  @media (min-width: 768px) {
    .grid.grid--1y2 {
      grid-template-columns: 1fr 2fr; } }
  @media (min-width: 768px) {
    .grid.grid--4y8 {
      grid-template-columns: 4fr 8fr; } }
  .grid.grid--12 {
    grid-template-columns: repeat(4, 1fr); }
    @media (min-width: 768px) {
      .grid.grid--12 {
        grid-template-columns: repeat(8, 1fr); } }
    @media (min-width: 1024px) {
      .grid.grid--12 {
        grid-template-columns: repeat(10, 1fr); } }
    @media (min-width: 1280px) {
      .grid.grid--12 {
        grid-template-columns: repeat(12, 1fr); } }
  .grid.gap--5 {
    grid-gap: 5px; }
  .grid.gap--7-7-10 {
    grid-gap: 7px; }
    @media (min-width: 1024px) {
      .grid.gap--7-7-10 {
        grid-gap: 10px; } }
  .grid.gap--10 {
    grid-gap: 10px; }
  .grid.gap--15 {
    grid-gap: 15px; }
  .grid.gap--20 {
    grid-gap: 20px; }
  .grid.gap--20-20-35 {
    grid-gap: 20px; }
    @media (min-width: 1024px) {
      .grid.gap--20-20-35 {
        grid-gap: 35px; } }
  .grid.gap--20-30-50-75 {
    grid-gap: 20px; }
    @media (min-width: 768px) {
      .grid.gap--20-30-50-75 {
        grid-gap: 30px; } }
    @media (min-width: 1024px) {
      .grid.gap--20-30-50-75 {
        grid-gap: 50px; } }
    @media (min-width: 1536px) {
      .grid.gap--20-30-50-75 {
        grid-gap: 75px; } }
  .grid.gap--30-15 {
    grid-gap: 30px; }
    @media (min-width: 1024px) {
      .grid.gap--30-15 {
        grid-gap: 15px; } }
  .grid.gap--30-30-120-120-200 {
    grid-gap: 30px; }
    @media (min-width: 1024px) {
      .grid.gap--30-30-120-120-200 {
        grid-gap: 120px; } }
    @media (min-width: 1536px) {
      .grid.gap--30-30-120-120-200 {
        grid-gap: 200px; } }
  .grid.gap--30-50 {
    grid-gap: 30px; }
    @media (min-width: 1024px) {
      .grid.gap--30-50 {
        grid-gap: 50px; } }
  .grid.gap--40-70 {
    grid-gap: 40px; }
    @media (min-width: 1024px) {
      .grid.gap--40-70 {
        grid-gap: 70px; } }
  .grid.gap--30-50-75 {
    grid-gap: 30px; }
    @media (min-width: 1024px) {
      .grid.gap--30-50-75 {
        grid-gap: 50px; } }
    @media (min-width: 1536px) {
      .grid.gap--30-50-75 {
        grid-gap: 75px; } }
  .grid.gap-y--5-10 {
    grid-row-gap: 5px; }
    @media (min-width: 1024px) {
      .grid.gap-y--5-10 {
        grid-row-gap: 10px; } }
  .grid.gap-y--10 {
    grid-row-gap: 10px; }
  .grid.gap-y--15-20 {
    grid-row-gap: 15px; }
    @media (min-width: 1024px) {
      .grid.gap-y--15-20 {
        grid-row-gap: 20px; } }
  .grid.gap-y--20-25 {
    grid-row-gap: 20px; }
    @media (min-width: 1024px) {
      .grid.gap-y--20-25 {
        grid-row-gap: 25px; } }
  .grid.gap-y--25-30 {
    grid-row-gap: 25px; }
    @media (min-width: 1024px) {
      .grid.gap-y--25-30 {
        grid-row-gap: 30px; } }
  .grid.gap-y--40 {
    grid-row-gap: 40px; }
  .grid.gap-x--15 {
    grid-column-gap: 15px; }
  @media (min-width: 768px) {
    .grid.gap-x--0-50-100-150 {
      grid-column-gap: 50px; } }
  @media (min-width: 1024px) {
    .grid.gap-x--0-50-100-150 {
      grid-column-gap: 100px; } }
  @media (min-width: 1536px) {
    .grid.gap-x--0-50-100-150 {
      grid-column-gap: 150px; } }

@media (min-width: 1024px) {
  .d-none-md {
    display: none; } }

.jc-center {
  justify-content: center; }

.jc-end {
  justify-content: flex-end; }

.jc-between {
  justify-content: space-between; }

.ai-center {
  align-items: center; }

.ai-end {
  align-items: flex-end; }

.ai-stretch {
  align-items: stretch; }

@media (min-width: 1024px) {
  .jc-between-md {
    justify-content: space-between; } }

.jc-between-start {
  justify-content: space-between; }
  @media (min-width: 1024px) {
    .jc-between-start {
      justify-content: flex-start; } }

.jc-center-end {
  justify-content: center; }
  @media (min-width: 1024px) {
    .jc-center-end {
      justify-content: flex-end; } }

@media (min-width: 768px) {
  .col-count-1-2 {
    column-count: 2; } }

@media (min-width: 768px) {
  .col-count-1-3 {
    column-count: 3; } }

.col-count-2 {
  column-count: 2; }

@media (min-width: 768px) {
  .col--gap-0-30-50-75 {
    column-gap: 30px; } }

@media (min-width: 1024px) {
  .col--gap-0-30-50-75 {
    column-gap: 50px; } }

@media (min-width: 1536px) {
  .col--gap-0-30-50-75 {
    column-gap: 75px; } }

@media (min-width: 768px) {
  .col--gap-0-30-50-100 {
    column-gap: 30px; } }

@media (min-width: 1024px) {
  .col--gap-0-30-50-100 {
    column-gap: 50px; } }

@media (min-width: 1536px) {
  .col--gap-0-30-50-100 {
    column-gap: 100px; } }

.col--gap-30-50-100 {
  column-gap: 30px; }
  @media (min-width: 1024px) {
    .col--gap-30-50-100 {
      column-gap: 50px; } }
  @media (min-width: 1536px) {
    .col--gap-30-50-100 {
      column-gap: 100px; } }

.o-hidden {
  overflow: hidden; }

.o-auto {
  overflow: auto; }

.op-0 {
  opacity: 0; }

.op-10 {
  opacity: .1; }

.op-20 {
  opacity: .2; }

.op-30 {
  opacity: .3; }

.op-40 {
  opacity: .4; }

.op-50 {
  opacity: .5; }

.op-60 {
  opacity: .6; }

.op-70 {
  opacity: .7; }

.op-80 {
  opacity: .8; }

.op-90 {
  opacity: .9; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

@media (min-width: 1024px) {
  .absolute-md {
    position: absolute; } }

.fixed {
  position: fixed; }

.sticky {
  position: sticky; }

.t-0 {
  top: 0; }

.t-center {
  top: 50%;
  transform: translateY(-50%); }

.b-0 {
  bottom: 0; }

.r-0 {
  right: 0; }

.l-0 {
  left: 0; }

.l-center {
  left: 50%;
  transform: translateX(-50%); }

.abs-center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.-z-5 {
  z-index: -5; }

.-z-1 {
  z-index: -1; }

.z-0 {
  z-index: 0; }

.z-1 {
  z-index: 1; }

.z-5 {
  z-index: 5; }

.z-10 {
  z-index: 10; }

.z-20 {
  z-index: 20; }

.z-30 {
  z-index: 30; }

.-translate-x-50 {
  transform: translateX(-50%); }

.-translate-y-50 {
  transform: translateY(-50%); }

.translate-x-50 {
  transform: translateX(50%); }

.translate-y-50 {
  transform: translateY(50%); }

.-z-1-before:before {
  z-index: -1; }

.z-0-before:before {
  z-index: 0; }

.z-1-before:before {
  z-index: 1; }

.z-5-before:before {
  z-index: 5; }

.-z-1-after:after {
  z-index: -1; }

.z-0-after:after {
  z-index: 0; }

.z-1-after:after {
  z-index: 1; }

.z-5-after:after {
  z-index: 5; }

.before:before {
  display: block;
  content: ""; }

.before.before--all:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }

.before.before--half-to-top:before {
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0;
  left: 0; }

.before.before--bg-prim:before {
  background-color: var(--c-primary); }

.before.before--bg-second:before {
  background-color: var(--c-secondary); }

.before.before--bg-black:before {
  background-color: var(--c-black); }

.before.before--op-0:before {
  opacity: 0; }

.before.before--op-10:before {
  opacity: .1; }

.before.before--op-20:before {
  opacity: .2; }

.before.before--op-30:before {
  opacity: .3; }

.before.before--op-40:before {
  opacity: .4; }

.before.before--op-50:before {
  opacity: .5; }

.before.before--op-60:before {
  opacity: .6; }

.before.before--op-70:before {
  opacity: .7; }

.before.before--op-80:before {
  opacity: .8; }

.before.before--op-90:before {
  opacity: .9; }

.before.before--trans-4:before {
  transition: all .4s ease-in-out; }

.before.before--trans-6:before {
  transition: all .6s ease-in-out; }

.trans-4 {
  transition: all .4s ease-in-out; }

.trans-6 {
  transition: all .6s ease-in-out; }

.icon-2xsm:before {
  font-size: 12px; }
  @media (min-width: 1024px) {
    .icon-2xsm:before {
      font-size: 13px; } }

.icon-xsm:before {
  font-size: 15px; }
  @media (min-width: 1024px) {
    .icon-xsm:before {
      font-size: 16px; } }

.icon-normal:before {
  font-size: 18px; }
  @media (min-width: 1024px) {
    .icon-normal:before {
      font-size: 21px; } }

.icon-md:before {
  font-size: 20px; }
  @media (min-width: 1024px) {
    .icon-md:before {
      font-size: 24px; } }

.icon-play {
  transform: translateX(1px); }

.attachment-fixed {
  background-attachment: fixed; }

.gradient-to-bottom-black:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(180deg, var(--c-black) 0%, var(--c-black-0) 100%); }

.contain {
  background-size: contain; }

.cursor-pointer {
  cursor: pointer; }

.list-decimal {
  list-style: decimal;
  margin-left: 16px; }

.list-square {
  list-style: square;
  margin-left: 22px; }
  .list-square li::marker {
    font-size: 20px; }
    @media (min-width: 1024px) {
      .list-square li::marker {
        font-size: 25px; } }

.o-fit-cover {
  object-fit: cover; }

.o-fit-contain {
  object-fit: contain; }

.o-pos-center {
  object-position: center; }

.m-0-auto {
  margin: 0 auto; }

.mb-5 {
  margin-bottom: 5px; }

.mb-5-10 {
  margin-bottom: 5px; }
  @media (min-width: 1024px) {
    .mb-5-10 {
      margin-bottom: 10px; } }

.mb-8-10 {
  margin-bottom: 8px; }
  @media (min-width: 1024px) {
    .mb-8-10 {
      margin-bottom: 10px; } }

.mb-10 {
  margin-bottom: 10px; }

.mb-10-0 {
  margin-bottom: 10px; }
  @media (min-width: 1024px) {
    .mb-10-0 {
      margin-bottom: 0; } }

.mb-10-15 {
  margin-bottom: 10px; }
  @media (min-width: 1024px) {
    .mb-10-15 {
      margin-bottom: 15px; } }

.mb-10-20 {
  margin-bottom: 10px; }
  @media (min-width: 1024px) {
    .mb-10-20 {
      margin-bottom: 20px; } }

.mb-15 {
  margin-bottom: 15px; }

.mb-15-0 {
  margin-bottom: 15px; }
  @media (min-width: 1024px) {
    .mb-15-0 {
      margin-bottom: 0; } }

.mb-15-20 {
  margin-bottom: 15px; }
  @media (min-width: 1024px) {
    .mb-15-20 {
      margin-bottom: 20px; } }

.mb-15-25 {
  margin-bottom: 15px; }
  @media (min-width: 1024px) {
    .mb-15-25 {
      margin-bottom: 25px; } }

.mb-15-30 {
  margin-bottom: 15px; }
  @media (min-width: 1024px) {
    .mb-15-30 {
      margin-bottom: 30px; } }

.mb-20 {
  margin-bottom: 20px; }

.mb-20-0 {
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .mb-20-0 {
      margin-bottom: 0px; } }

.mb-20-25 {
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .mb-20-25 {
      margin-bottom: 25px; } }

.mb-20-30 {
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .mb-20-30 {
      margin-bottom: 30px; } }

.mb-20-40 {
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .mb-20-40 {
      margin-bottom: 40px; } }

.mb-20-50 {
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .mb-20-50 {
      margin-bottom: 50px; } }

.mb-25-50 {
  margin-bottom: 25px; }
  @media (min-width: 1024px) {
    .mb-25-50 {
      margin-bottom: 50px; } }

.mb-30 {
  margin-bottom: 30px; }

.mb-30-0 {
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .mb-30-0 {
      margin-bottom: 0px; } }

.mb-30-50 {
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .mb-30-50 {
      margin-bottom: 50px; } }

.mb-30-60 {
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .mb-30-60 {
      margin-bottom: 60px; } }

.mb-30-60-80 {
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .mb-30-60-80 {
      margin-bottom: 60px; } }
  @media (min-width: 1536px) {
    .mb-30-60-80 {
      margin-bottom: 80px; } }

.mb-30-70 {
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .mb-30-70 {
      margin-bottom: 70px; } }

.mb-35-70 {
  margin-bottom: 35px; }
  @media (min-width: 1024px) {
    .mb-35-70 {
      margin-bottom: 70px; } }

.mb-40 {
  margin-bottom: 40px; }

.mb-40-0 {
  margin-bottom: 40px; }
  @media (min-width: 1024px) {
    .mb-40-0 {
      margin-bottom: 0px; } }

.mb-40-80 {
  margin-bottom: 40px; }
  @media (min-width: 1024px) {
    .mb-40-80 {
      margin-bottom: 80px; } }

.mb-50 {
  margin-bottom: 50px; }

.mb-50-70 {
  margin-bottom: 50px; }
  @media (min-width: 1024px) {
    .mb-50-70 {
      margin-bottom: 70px; } }

.mb-50-80-100 {
  margin-bottom: 50px; }
  @media (min-width: 1024px) {
    .mb-50-80-100 {
      margin-bottom: 80px; } }
  @media (min-width: 1536px) {
    .mb-50-80-100 {
      margin-bottom: 100px; } }

.mb-50-100-150 {
  margin-bottom: 50px; }
  @media (min-width: 1024px) {
    .mb-50-100-150 {
      margin-bottom: 100px; } }
  @media (min-width: 1536px) {
    .mb-50-100-150 {
      margin-bottom: 150px; } }

.mt-auto {
  margin-top: auto; }

.mt-10 {
  margin-top: 10px; }

.mt-20-40 {
  margin-top: 20px; }
  @media (min-width: 1024px) {
    .mt-20-40 {
      margin-top: 40px; } }

.mt-40-80 {
  margin-top: 40px; }
  @media (min-width: 1024px) {
    .mt-40-80 {
      margin-top: 80px; } }

.mt-50 {
  margin-top: 50px; }

.ml-auto {
  margin-left: auto; }

.ml-2 {
  margin-left: 2px; }

.ml-5 {
  margin-left: 5px; }

.ml-10 {
  margin-left: 10px; }

.ml-20 {
  margin-left: 20px; }

.ml-20-35 {
  margin-left: 20px; }
  @media (min-width: 1024px) {
    .ml-20-35 {
      margin-left: 35px; } }

.ml-30 {
  margin-left: 30px; }

@media (min-width: 1024px) {
  .mr-0-50-75 {
    margin-right: 50px; } }

@media (min-width: 1280px) {
  .mr-0-50-75 {
    margin-right: 75px; } }

.mr-2 {
  margin-right: 2px; }

.mr-5-10 {
  margin-right: 5px; }
  @media (min-width: 1024px) {
    .mr-5-10 {
      margin-right: 10px; } }

.mr-10 {
  margin-right: 10px; }

.mr-10-15 {
  margin-right: 10px; }
  @media (min-width: 1024px) {
    .mr-10-15 {
      margin-right: 15px; } }

.mr-10-20 {
  margin-right: 10px; }
  @media (min-width: 1024px) {
    .mr-10-20 {
      margin-right: 20px; } }

.mr-15-30 {
  margin-right: 15px; }
  @media (min-width: 1024px) {
    .mr-15-30 {
      margin-right: 30px; } }

.mr-20 {
  margin-right: 20px; }

.mr-20-30 {
  margin-right: 20px; }
  @media (min-width: 1024px) {
    .mr-20-30 {
      margin-right: 30px; } }

.last-child-mb-0 *:last-child {
  margin-bottom: 0; }

.child-mb-10-15 h1, .child-mb-10-15 h2, .child-mb-10-15 h3, .child-mb-10-15 h4, .child-mb-10-15 h5, .child-mb-10-15 h6,
.child-mb-10-15 p, .child-mb-10-15 ul, .child-mb-10-15 ol {
  margin-bottom: 10px; }
  @media (min-width: 1024px) {
    .child-mb-10-15 h1, .child-mb-10-15 h2, .child-mb-10-15 h3, .child-mb-10-15 h4, .child-mb-10-15 h5, .child-mb-10-15 h6,
    .child-mb-10-15 p, .child-mb-10-15 ul, .child-mb-10-15 ol {
      margin-bottom: 15px; } }

.child-mb-10-20 h1, .child-mb-10-20 h2, .child-mb-10-20 h3, .child-mb-10-20 h4, .child-mb-10-20 h5, .child-mb-10-20 h6,
.child-mb-10-20 p, .child-mb-10-20 ul, .child-mb-10-20 ol {
  margin-bottom: 10px; }
  @media (min-width: 1024px) {
    .child-mb-10-20 h1, .child-mb-10-20 h2, .child-mb-10-20 h3, .child-mb-10-20 h4, .child-mb-10-20 h5, .child-mb-10-20 h6,
    .child-mb-10-20 p, .child-mb-10-20 ul, .child-mb-10-20 ol {
      margin-bottom: 20px; } }

.child-mb-15 h1, .child-mb-15 h2, .child-mb-15 h3, .child-mb-15 h4, .child-mb-15 h5, .child-mb-15 h6,
.child-mb-15 p, .child-mb-15 ul, .child-mb-15 ol {
  margin-bottom: 15px; }

.child-mb-15-20 h1, .child-mb-15-20 h2, .child-mb-15-20 h3, .child-mb-15-20 h4, .child-mb-15-20 h5, .child-mb-15-20 h6,
.child-mb-15-20 p, .child-mb-15-20 ul, .child-mb-15-20 ol {
  margin-bottom: 15px; }
  @media (min-width: 1024px) {
    .child-mb-15-20 h1, .child-mb-15-20 h2, .child-mb-15-20 h3, .child-mb-15-20 h4, .child-mb-15-20 h5, .child-mb-15-20 h6,
    .child-mb-15-20 p, .child-mb-15-20 ul, .child-mb-15-20 ol {
      margin-bottom: 20px; } }

.child-mb-15-30 h1, .child-mb-15-30 h2, .child-mb-15-30 h3, .child-mb-15-30 h4, .child-mb-15-30 h5, .child-mb-15-30 h6,
.child-mb-15-30 p, .child-mb-15-30 ul, .child-mb-15-30 ol {
  margin-bottom: 15px; }
  @media (min-width: 1024px) {
    .child-mb-15-30 h1, .child-mb-15-30 h2, .child-mb-15-30 h3, .child-mb-15-30 h4, .child-mb-15-30 h5, .child-mb-15-30 h6,
    .child-mb-15-30 p, .child-mb-15-30 ul, .child-mb-15-30 ol {
      margin-bottom: 30px; } }

.p-15 {
  padding: 15px; }

.p-20 {
  padding: 20px; }

.p-20-30 {
  padding: 20px; }
  @media (min-width: 1024px) {
    .p-20-30 {
      padding: 30px; } }

.p-20-40 {
  padding: 20px; }
  @media (min-width: 1024px) {
    .p-20-40 {
      padding: 40px; } }

.p-40-60 {
  padding: 40px; }
  @media (min-width: 1024px) {
    .p-40-60 {
      padding: 60px; } }

.px-7-10 {
  padding-left: 7px;
  padding-right: 7px; }
  @media (min-width: 1024px) {
    .px-7-10 {
      padding-left: 10px;
      padding-right: 10px; } }

.px-10-20 {
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 1024px) {
    .px-10-20 {
      padding-left: 20px;
      padding-right: 20px; } }

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

.px-16 {
  padding-right: 16px;
  padding-left: 16px; }

.px-15-20 {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1024px) {
    .px-15-20 {
      padding-left: 20px;
      padding-right: 20px; } }

.px-15-30 {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1024px) {
    .px-15-30 {
      padding-left: 30px;
      padding-right: 30px; } }

.px-20 {
  padding-right: 20px;
  padding-left: 20px; }

.px-20-25 {
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 1024px) {
    .px-20-25 {
      padding-left: 25px;
      padding-right: 25px; } }

.px-20-30 {
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 1024px) {
    .px-20-30 {
      padding-left: 30px;
      padding-right: 30px; } }

.px-25 {
  padding-right: 25px;
  padding-left: 25px; }

.px-25-40 {
  padding-left: 25px;
  padding-right: 25px; }
  @media (min-width: 1024px) {
    .px-25-40 {
      padding-left: 40px;
      padding-right: 40px; } }

.px-30-60 {
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 1024px) {
    .px-30-60 {
      padding-left: 60px;
      padding-right: 60px; } }

.px-40 {
  padding-right: 40px;
  padding-left: 40px; }

.px-40-60 {
  padding-left: 40px;
  padding-right: 40px; }
  @media (min-width: 1024px) {
    .px-40-60 {
      padding-left: 60px;
      padding-right: 60px; } }

@media (min-width: 1024px) {
  .py-0-20 {
    padding-top: 20px;
    padding-bottom: 20px; } }

.py-10-15 {
  padding-top: 10px;
  padding-bottom: 10px; }
  @media (min-width: 1024px) {
    .py-10-15 {
      padding-top: 15px;
      padding-bottom: 15px; } }

.py-15-20 {
  padding-top: 15px;
  padding-bottom: 15px; }
  @media (min-width: 1024px) {
    .py-15-20 {
      padding-top: 20px;
      padding-bottom: 20px; } }

.py-15-30 {
  padding-top: 15px;
  padding-bottom: 15px; }
  @media (min-width: 1024px) {
    .py-15-30 {
      padding-top: 30px;
      padding-bottom: 30px; } }

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.py-20-30 {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 1024px) {
    .py-20-30 {
      padding-top: 30px;
      padding-bottom: 30px; } }

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.py-30-40 {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 1024px) {
    .py-30-40 {
      padding-top: 40px;
      padding-bottom: 40px; } }

.py-30-50 {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 1024px) {
    .py-30-50 {
      padding-top: 50px;
      padding-bottom: 50px; } }

.py-40-80 {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 1024px) {
    .py-40-80 {
      padding-top: 80px;
      padding-bottom: 80px; } }

.py-40-100 {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 1024px) {
    .py-40-100 {
      padding-top: 100px;
      padding-bottom: 100px; } }

.py-40-100-120 {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 1024px) {
    .py-40-100-120 {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 1536px) {
    .py-40-100-120 {
      padding-top: 120px;
      padding-bottom: 120px; } }

.py-50-100-150 {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (min-width: 1024px) {
    .py-50-100-150 {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 1536px) {
    .py-50-100-150 {
      padding-top: 150px;
      padding-bottom: 150px; } }

.pb-15-20 {
  padding-bottom: 15px; }
  @media (min-width: 1024px) {
    .pb-15-20 {
      padding-bottom: 20px; } }

.pb-40-65 {
  padding-bottom: 40px; }
  @media (min-width: 1024px) {
    .pb-40-65 {
      padding-bottom: 65px; } }

.pb-40-100-150 {
  padding-bottom: 40px; }
  @media (min-width: 1024px) {
    .pb-40-100-150 {
      padding-bottom: 100px; } }
  @media (min-width: 1536px) {
    .pb-40-100-150 {
      padding-bottom: 150px; } }

.pb-50-100-120 {
  padding-bottom: 50px; }
  @media (min-width: 1024px) {
    .pb-50-100-120 {
      padding-bottom: 100px; } }
  @media (min-width: 1536px) {
    .pb-50-100-120 {
      padding-bottom: 120px; } }

.pb-50-100-150 {
  padding-bottom: 50px; }
  @media (min-width: 1024px) {
    .pb-50-100-150 {
      padding-bottom: 100px; } }
  @media (min-width: 1536px) {
    .pb-50-100-150 {
      padding-bottom: 150px; } }

@media (min-width: 1024px) {
  .pt-0-100 {
    padding-top: 100px; } }

.pt-20-25 {
  padding-top: 20px; }
  @media (min-width: 1024px) {
    .pt-20-25 {
      padding-top: 25px; } }

.pt-20-40 {
  padding-top: 20px; }
  @media (min-width: 1024px) {
    .pt-20-40 {
      padding-top: 40px; } }

.pt-30-40 {
  padding-top: 30px; }
  @media (min-width: 1024px) {
    .pt-30-40 {
      padding-top: 40px; } }

.pt-40-0 {
  padding-top: 40px; }
  @media (min-width: 1024px) {
    .pt-40-0 {
      padding-top: 0; } }

.pt-40-100 {
  padding-top: 40px; }
  @media (min-width: 1024px) {
    .pt-40-100 {
      padding-top: 100px; } }

.pt-50-80-120 {
  padding-top: 50px; }
  @media (min-width: 1024px) {
    .pt-50-80-120 {
      padding-top: 80px; } }
  @media (min-width: 1536px) {
    .pt-50-80-120 {
      padding-top: 120px; } }

.pt-header {
  padding-top: var(--header-height-sm); }
  @media (min-width: 1024px) {
    .pt-header {
      padding-top: var(--header-height-lg); } }

.pl-0-100-140 {
  padding-left: 0px; }
  @media (min-width: 1024px) {
    .pl-0-100-140 {
      padding-left: 100px; } }
  @media (min-width: 1536px) {
    .pl-0-100-140 {
      padding-left: 140px; } }

.pl-15-25 {
  padding-left: 15px; }
  @media (min-width: 1024px) {
    .pl-15-25 {
      padding-left: 25px; } }

.pl-20-30 {
  padding-left: 20px; }
  @media (min-width: 1024px) {
    .pl-20-30 {
      padding-left: 30px; } }

.pl-30 {
  padding-left: 30px; }

.pl-30-40 {
  padding-left: 30px; }
  @media (min-width: 1024px) {
    .pl-30-40 {
      padding-left: 40px; } }

.pr-10-15 {
  padding-right: 10px; }
  @media (min-width: 1024px) {
    .pr-10-15 {
      padding-right: 15px; } }

.pr-10-20 {
  padding-right: 10px; }
  @media (min-width: 1024px) {
    .pr-10-20 {
      padding-right: 20px; } }

.pr-15-20 {
  padding-right: 15px; }
  @media (min-width: 1024px) {
    .pr-15-20 {
      padding-right: 20px; } }

.pr-15-30 {
  padding-right: 15px; }
  @media (min-width: 1024px) {
    .pr-15-30 {
      padding-right: 30px; } }

.pr-20-30 {
  padding-right: 20px; }
  @media (min-width: 1024px) {
    .pr-20-30 {
      padding-right: 30px; } }

.pr-20-40 {
  padding-right: 20px; }
  @media (min-width: 1024px) {
    .pr-20-40 {
      padding-right: 40px; } }

.pr-30-35 {
  padding-right: 30px; }
  @media (min-width: 1024px) {
    .pr-30-35 {
      padding-right: 35px; } }

.pr-30-40 {
  padding-right: 30px; }
  @media (min-width: 1024px) {
    .pr-30-40 {
      padding-right: 40px; } }

.pr-0-100-140 {
  padding-right: 0px; }
  @media (min-width: 1024px) {
    .pr-0-100-140 {
      padding-right: 100px; } }
  @media (min-width: 1536px) {
    .pr-0-100-140 {
      padding-right: 140px; } }

.click:active {
  position: relative;
  bottom: -1px;
  outline: none; }

.hover-underline:hover {
  text-decoration: underline; }

.hover-right:hover i {
  transform: translateX(5px); }

.hover-up:hover {
  transform: translateY(-3px); }

.hover-shadow:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.hover-up.hover-shadow:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.hover-invested:hover.bg-prim.border-prim.c-white {
  background-color: transparent;
  color: var(--c-primary); }

.hover-invested:hover.bg-second.border-second.c-white {
  background-color: transparent;
  color: var(--c-secondary); }

.hover-invested:hover.bg-tertiary.border-tertiary.c-white {
  background-color: transparent;
  color: var(--c-tertiary); }

.hover-invested:hover.bg-quaternary.border-quaternary.c-white {
  background-color: transparent;
  color: var(--c-quaternary); }

.hover-invested:hover.bg-quinary.border-quinary.c-white {
  background-color: transparent;
  color: var(--c-quinary); }

.hover-invested:hover.bg-black.border-black.c-white {
  background-color: transparent;
  color: var(--c-black); }

.hover-invested:hover.border-prim.c-prim {
  color: var(--c-white);
  background-color: var(--c-primary); }

.hover-invested:hover.border-second.c-second {
  color: var(--c-white);
  background-color: var(--c-secondary); }

.hover-invested:hover.border-tertiary.c-tertiary {
  color: var(--c-white);
  background-color: var(--c-tertiary); }

.hover-invested:hover.border-quaternary.c-quaternary {
  color: var(--c-white);
  background-color: var(--c-quaternary); }

.hover-invested:hover.border-quinary.c-quinary {
  color: var(--c-white);
  background-color: var(--c-quinary); }

.hover-invested:hover.border-black.c-black {
  color: var(--c-white);
  background-color: var(--c-black); }

.hover-invested:hover.border-white.c-white {
  color: var(--c-black);
  background-color: var(--c-white); }

.hover-img-zoom:hover img,
.hover-img-zoom:hover .bg-img {
  transform: scale(1.2); }

.hover-img-zoom-alt:hover .o-fit-cover {
  transform: scale(1.2); }

.hover-before-op-0:hover:before {
  opacity: 0; }

.hover-before-op-40:hover:before {
  opacity: .4; }

.hover-c-prim:hover {
  color: var(--c-primary); }

.hover-c-second:hover {
  color: var(--c-secondary); }

.hover-c-tertiary:hover {
  color: var(--c-tertiary); }

.hover-c-quaternary:hover {
  color: var(--c-quaternary); }

.hover-c-quinary:hover {
  color: var(--c-quinary); }

.hover-c-black:hover {
  color: var(--c-black); }

.hover-c-white:hover {
  color: var(--c-white); }

.hover-c-text:hover {
  color: var(--c-text); }

.hover-bg-prim:hover {
  background-color: var(--c-primary); }

.hover-bg-prim-saturate:hover {
  background-color: #415f83; }

.hover-bg-prim-light:hover {
  background-color: #8794a3; }

.hover-bg-prim-dark:hover {
  background-color: #292f35; }

.hover-bg-second:hover {
  background-color: var(--c-secondary); }

.hover-bg-second-light:hover {
  background-color: #4d6f9f; }

.hover-bg-second-dark:hover {
  background-color: #0b0f15; }

.hover-bg-tertiary:hover {
  background-color: var(--c-tertiary); }

.hover-bg-quaternary:hover {
  background-color: var(--c-quaternary); }

.hover-bg-quinary:hover {
  background-color: var(--c-quinary); }

.hover-bg-celeste:hover {
  background-color: var(--c-celeste); }

html, body {
  overflow-x: hidden !important; }

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

html {
  font-size: 14px; }
  @media (min-width: 1024px) {
    html {
      font-size: 15px; } }
  @media (min-width: 1536px) {
    html {
      font-size: 16px; } }

body {
  background-color: var(--c-white);
  font-family: var(--main-font);
  color: var(--c-text);
  font-size: 1rem; }

.c-blue {
  color: var(--c-blue); }

.radio-button {
  width: 90px;
  height: 40px; }
  .radio-button .checkmark {
    position: absolute;
    left: 5px; }
  .radio-button input {
    font-size: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 100;
    width: 100%;
    height: 100%; }
    .radio-button input.radio__no {
      z-index: 0; }
    .radio-button input.radio__yes {
      z-index: 1; }
      .radio-button input.radio__yes:checked {
        z-index: 0; }
        .radio-button input.radio__yes:checked ~ .radio__bg {
          background: var(--c-black); }
        .radio-button input.radio__yes:checked ~ .checkmark {
          left: auto;
          right: 5px; }
        .radio-button input.radio__yes:checked ~ .radio__no {
          z-index: 1; }
  .radio-button .radio__text {
    font-size: 12px; }

@media (min-width: 1024px) {
  .radio-button-lg input {
    height: 17px;
    width: 17px; } }

@media (min-width: 1024px) {
  .checkbox-lg input {
    height: 17px;
    width: 17px; } }

.input,
.input input,
.input select,
.input textarea {
  font-family: var(--main-font);
  font-weight: 400;
  color: var(--c-border-2);
  font-size: 14px;
  letter-spacing: .02em;
  line-height: 1.5; }

@media (min-width: 1024px) {
  .input.input--sz-lg,
  .input.input--sz-lg input,
  .input.input--sz-lg select,
  .input.input--sz-lg textarea {
    font-size: 18px; } }

.input input, .input select, .input textarea {
  width: 100%;
  border: 1px solid var(--c-quinary);
  border-radius: 25px;
  background-color: var(--c-white); }
  .input input:focus, .input select:focus, .input textarea:focus {
    outline: none;
    border-color: var(--c-primary); }

.input textarea {
  resize: none;
  line-height: 1.5;
  height: 110px;
  padding: 15px 20px; }
  @media (min-width: 1024px) {
    .input textarea {
      height: 180px;
      padding: 20px 25px; } }
  @media (min-width: 1536px) {
    .input textarea {
      padding: 20px 30px; } }

.input .input__select,
.input .input__box {
  height: 40px; }
  @media (min-width: 1024px) {
    .input .input__select,
    .input .input__box {
      height: 50px; } }
  .input .input__select input, .input .input__select select,
  .input .input__box input,
  .input .input__box select {
    height: 100%;
    padding: 0 20px; }
    @media (min-width: 1024px) {
      .input .input__select input, .input .input__select select,
      .input .input__box input,
      .input .input__box select {
        padding: 0 25px; } }
    @media (min-width: 1536px) {
      .input .input__select input, .input .input__select select,
      .input .input__box input,
      .input .input__box select {
        padding: 0 30px; } }

.input .input__select {
  position: relative;
  z-index: 10;
  background-color: var(--color-white); }
  .input .input__select i {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    width: 40px; }
    @media (min-width: 1024px) {
      .input .input__select i {
        width: 50px; } }
    .input .input__select i:before {
      font-size: 20px;
      color: var(--color-black); }
      @media (min-width: 1024px) {
        .input .input__select i:before {
          font-size: 24px; } }
  .input .input__select select {
    position: relative;
    z-index: 30;
    -webkit-appearance: none;
    background-color: transparent;
    padding-right: 40px; }
    @media (min-width: 1024px) {
      .input .input__select select {
        padding-right: 50px; } }

.input .input__box {
  background-color: transparent; }

.input .input__label {
  display: block;
  margin-bottom: 7px;
  font-size: 14px; }

@media (min-width: 1024px) {
  .input.input--sz-lg .input__select,
  .input.input--sz-lg .input__box {
    height: 45px; } }

@media (min-width: 1024px) {
  .input.input--sz-lg .input__select i:before {
    font-size: 26px; } }

@media (min-width: 1024px) {
  .submit {
    margin-right: -30px; } }

.submit .circle-25-30 {
  transition: all .4s ease-in-out;
  transform: translateX(-100%); }
  .submit .circle-25-30 i {
    font-size: 11px; }

.submit input {
  cursor: pointer;
  transition: all .4s ease-in-out;
  padding-right: 35px; }
  @media (min-width: 1024px) {
    .submit input {
      padding-right: 45px; } }
  .submit input:hover {
    color: var(--c-black); }
    .submit input:hover ~ .circle-25-30 {
      background-color: var(--c-black); }

.figure.figure--h-w {
  height: 400px;
  width: 400px; }

.figure.figure--cuadrada picture {
  height: 400px;
  width: 400px; }

.figure.figure--alta picture {
  height: 400px;
  width: 200px; }

.figure.figure--ancha picture {
  height: 200px;
  width: 400px; }

.w-200 {
  width: 200px; }

.w-400 {
  width: 400px; }

.max-w-150 {
  max-width: 150px; }

@media (min-width: 1024px) {
  .box-number {
    width: calc((100% / 3) - 40px); } }

.box-number .box__right {
  width: 230px; }
  @media (min-width: 768px) {
    .box-number .box__right {
      width: 600px; } }
  @media (min-width: 1024px) {
    .box-number .box__right {
      width: auto; } }
  @media (min-width: 1280px) {
    .box-number .box__right {
      width: auto; } }

@media (min-width: 1024px) {
  .box-number .box__left {
    width: 120px;
    min-width: 120px; } }

.box-number .mil {
  display: none; }

.box-number:last-of-type .mil {
  display: inline; }

.content-features .btn-feature {
  border-width: 3px; }
  @media (min-width: 1024px) {
    .content-features .btn-feature {
      border-width: 4px; } }
  .content-features .btn-feature.active {
    border-color: var(--c-primary);
    color: var(--c-primary); }
  .content-features .btn-feature:focus {
    outline: none; }

@media (min-width: 1024px) {
  .img-and-content picture,
  .img-and-content .grid.grid--1-3 {
    width: 50%; } }

@media (min-width: 1024px) {
  .img-and-content .content {
    width: 40%; } }

@media (min-width: 1024px) {
  .img-and-content .grid.grid--1-3 picture {
    width: auto; } }

@media (min-width: 1024px) {
  .img-and-content.img-and-content--alt picture,
  .img-and-content.img-and-content--alt .grid.grid--1-3 {
    width: 40%; } }

@media (min-width: 1024px) {
  .img-and-content.img-and-content--alt .content {
    width: 50%; } }

.hero-abs {
  bottom: 50px;
  margin-bottom: -50px; }
  @media (min-width: 1024px) {
    .hero-abs {
      bottom: auto;
      margin-bottom: -125px;
      transform: translateY(-50%); } }
  .hero-abs .box:before {
    background-color: var(--c-blue); }

@keyframes zoomin {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.25); } }

@media (min-width: 1024px) {
  .hero .hero__content {
    width: 50%; } }

@media (min-width: 1024px) {
  .block-gray .flex-md .text-left {
    border-right: 1px solid var(--c-quinary); } }

@media (min-width: 1024px) {
  .block-gray.block-gray--3 .flex-md .text-left {
    width: 33%; } }

@media (min-width: 1024px) {
  .block-gray.block-gray--3 .flex-md .box-entry {
    width: 40%; } }

@media (min-width: 1024px) {
  .block-gray.block-gray--3 .flex-md a {
    margin: auto 0;
    margin-left: auto; } }

@media (min-width: 1280px) {
  .block-cel .container {
    padding-left: 50px;
    padding-right: 100px; } }

@media (min-width: 1536px) {
  .block-cel .container {
    padding-left: 100px;
    padding-right: 200px; } }

@media (min-width: 768px) {
  .block-cel .container picture {
    text-align: center; } }

@media (min-width: 1024px) {
  .block-cel .container picture {
    text-align: left; } }

.block-cel .container picture img {
  width: 100%; }
  @media (min-width: 768px) {
    .block-cel .container picture img {
      width: auto;
      height: 250px; } }
  @media (min-width: 1024px) {
    .block-cel .container picture img {
      height: 430px; } }
  @media (min-width: 1536px) {
    .block-cel .container picture img {
      height: 475px; } }

@media (min-width: 1024px) {
  .block-cel .container .content {
    width: 450px; } }

@media (min-width: 1280px) {
  .block-cel .container .content {
    width: 550px; } }

.slider .swiper-slide .slide {
  height: 400px; }
  @media (min-width: 1024px) {
    .slider .swiper-slide .slide {
      height: 600px; } }

.slider .swiper-slide.swiper-slide-active .slide picture img {
  animation: zoomin 15s linear;
  animation-fill-mode: forwards; }

.slider .swiper-pagination.swiper-pagination-bullets {
  transition: none;
  transform: none;
  text-align: left;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between; }
  @media (min-width: 1024px) {
    .slider .swiper-pagination.swiper-pagination-bullets {
      bottom: 35px;
      display: none; } }
  .slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
    opacity: 1;
    background: none;
    background-color: var(--c-quinary);
    border-radius: 0;
    height: 3px;
    width: 20px;
    margin-right: 15px; }
    @media (min-width: 1024px) {
      .slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        width: 30px;
        margin-right: 30px; } }
    .slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:last-of-type {
      margin-right: 0; }
    .slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: var(--c-white); }

.slider .swiper-button-next,
.slider .swiper-button-prev {
  cursor: auto;
  margin: 0;
  transform: translateY(-50%);
  color: var(--c-white);
  width: 40px;
  height: 40px;
  display: none; }
  @media (min-width: 1024px) {
    .slider .swiper-button-next,
    .slider .swiper-button-prev {
      width: 50px;
      height: 50px;
      display: flex; } }
  .slider .swiper-button-next:after,
  .slider .swiper-button-prev:after {
    font-family: "Font Awesome 5 Pro";
    display: block;
    font-size: 35px; }
    @media (min-width: 1024px) {
      .slider .swiper-button-next:after,
      .slider .swiper-button-prev:after {
        font-size: 45px; } }

.slider .swiper-button-next {
  right: 0; }
  @media (min-width: 1024px) {
    .slider .swiper-button-next {
      right: 10px; } }
  .slider .swiper-button-next:after {
    content: ""; }

.slider .swiper-button-prev {
  left: 0; }
  @media (min-width: 1024px) {
    .slider .swiper-button-prev {
      left: 10px; } }
  .slider .swiper-button-prev:after {
    content: ""; }

@media (min-width: 1024px) {
  .slider.slider--sm {
    width: 700px; } }

.slider.slider--sm .swiper-pagination .swiper-pagination-bullet {
  margin-right: 5px; }
  @media (min-width: 1024px) {
    .slider.slider--sm .swiper-pagination .swiper-pagination-bullet {
      margin-right: 10px; } }
  .slider.slider--sm .swiper-pagination .swiper-pagination-bullet:last-of-type {
    margin-right: 0; }

.slider.cover .slide {
  height: 100%; }
  @media (min-width: 1024px) {
    .slider.cover .slide .slide__text {
      width: 50%; } }

@media (min-width: 1024px) {
  .slider.cover .swiper-button-next,
  .slider.cover .swiper-button-prev {
    width: 30px;
    height: 30px; } }

@media (min-width: 1024px) {
  .slider.cover .swiper-button-next:after,
  .slider.cover .swiper-button-prev:after {
    font-size: 25px; } }

.slider.cover .swiper-pagination {
  bottom: 80px; }

@media (min-width: 768px) {
  .slider.slider--logos .swiper-container {
    padding-right: 20px;
    padding-left: 20px; } }

.slider.slider--logos .swiper-button-next,
.slider.slider--logos .swiper-button-prev {
  color: var(--c-quinary); }
  .slider.slider--logos .swiper-button-next:after,
  .slider.slider--logos .swiper-button-prev:after {
    font-size: 20px; }
    @media (min-width: 1024px) {
      .slider.slider--logos .swiper-button-next:after,
      .slider.slider--logos .swiper-button-prev:after {
        font-size: 25px; } }

.slider.slider--logos .swiper-button-prev {
  left: -10px; }

.slider.slider--logos .swiper-button-next {
  right: -10px; }

.cover {
  height: 600px; }
  @media (min-width: 1024px) {
    .cover {
      min-height: 600px;
      height: 100vh; } }

body .menu.menu--hover-bold .menu-item a:hover {
  font-weight: 700; }

body .header {
  z-index: 900; }
  body .header .cv-site-logo,
  body .header .header__btns,
  body .header .social {
    position: relative;
    z-index: 200; }
  body .header .cv-site-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-60%, -60%); }
    @media (min-width: 1024px) {
      body .header .cv-site-logo {
        position: relative;
        left: auto;
        transform: none;
        top: -4px; } }
    body .header .cv-site-logo img {
      height: 35px; }
      @media (min-width: 768px) {
        body .header .cv-site-logo img {
          height: 40px; } }
      @media (min-width: 1024px) {
        body .header .cv-site-logo img {
          height: 60px; } }
  body .header .btn-hamburger:before, body .header .btn-hamburger:after,
  body .header .btn-hamburger span {
    background-color: var(--c-white); }
  body .header .btn-hamburger:focus {
    outline: none; }
  body .header .btn-hamburger.active:before {
    transform: rotate(45deg); }
  body .header .btn-hamburger.active:after {
    transform: rotate(-45deg); }
  body .header .btn-hamburger.active span {
    opacity: 0; }
  body .header .header__link {
    font-size: 16px;
    height: 35px; }
    body .header .header__link i:before {
      font-size: 13px; }
  body .header .social.social--circle a {
    background-color: var(--c-white);
    color: var(--c-primary);
    margin-right: 20px; }
    body .header .social.social--circle a:hover {
      color: var(--c-white);
      background-color: var(--c-quinary); }
  body .header .menu {
    color: var(--c-tertiary); }
    body .header .menu > .menu-item {
      margin-bottom: 15px; }
      body .header .menu > .menu-item a {
        display: block;
        padding: 10px 0; }
      body .header .menu > .menu-item:last-child {
        margin: 0; }
  body .header .header__menu {
    background-image: url("/wp-content/uploads/2021/03/menu-2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    z-index: 150;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    padding: 0 40px;
    padding-top: var(--header-height-sm);
    padding-bottom: 80px; }
    @media (min-width: 1024px) {
      body .header .header__menu {
        padding-top: var(--header-height-lg);
        padding-bottom: 120px; } }
    body .header .header__menu.active {
      left: 0; }
    body .header .header__menu .header__copy {
      bottom: 30px; }
      @media (min-width: 1024px) {
        body .header .header__menu .header__copy {
          bottom: 50px; } }
  body .header.header--trans-6 {
    transition: all .6s ease-in-out; }
    body .header.header--trans-6 .header__menu {
      transition: all .6s ease-in-out; }
  body .header.header--up {
    top: calc(0px - var(
 --header-height-lg)); }

body.body--menu-open .header.header--up {
  top: 0; }

.footer .menu {
  display: none; }
  @media (min-width: 1536px) {
    .footer .menu {
      display: flex;
      font-size: 11px; } }
  .footer .menu .menu-item {
    margin-right: 15px; }
    .footer .menu .menu-item:last-of-type {
      margin-right: 0; }

.footer .footer__top .footer__title {
  border-bottom: 1px solid var(--c-quinary);
  padding-right: 50px;
  padding-bottom: 25px; }
  @media (min-width: 1024px) {
    .footer .footer__top .footer__title {
      border: none;
      border-right: 1px solid var(--c-quinary);
      padding-right: 80px;
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media (min-width: 1536px) {
    .footer .footer__top .footer__title {
      padding-right: 100px; } }

@media (min-width: 1024px) {
  .footer .footer__top .form .input .input__box {
    width: 235px; } }

@media (min-width: 1280px) {
  .footer .footer__top .form .input .input__box {
    width: 325px; } }

@media (min-width: 1536px) {
  .footer .footer__top .form .input .input__box {
    width: 350px; } }

.footer .footer__top .container {
  display: grid;
  grid-gap: 30px; }
  @media (min-width: 1024px) {
    .footer .footer__top .container {
      grid-template-columns: 2.5fr 7.5fr;
      grid-gap: 60px; } }
  @media (min-width: 1280px) {
    .footer .footer__top .container {
      grid-template-columns: 3fr 9fr;
      grid-gap: 80px; } }
  @media (min-width: 1536px) {
    .footer .footer__top .container {
      grid-gap: 100px; } }

@media (min-width: 1024px) {
  .footer .footer__bottom {
    margin: 0 50px; } }
