@charset "UTF-8";
/* Preload images */
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
/* line 2, ../../../../sass/plugins/_lightbox.scss */
body:after {
  content: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/lib/lightbox/images/close.png) url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/lib/lightbox/images/loading.gif) url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/lib/lightbox/images/prev.png) url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/lib/lightbox/images/next.png);
  display: none;
}

/* line 7, ../../../../sass/plugins/_lightbox.scss */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 18, ../../../../sass/plugins/_lightbox.scss */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

/* line 28, ../../../../sass/plugins/_lightbox.scss */
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* line 39, ../../../../sass/plugins/_lightbox.scss */
.lightbox a img {
  border: none;
}

/* line 43, ../../../../sass/plugins/_lightbox.scss */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 57, ../../../../sass/plugins/_lightbox.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 63, ../../../../sass/plugins/_lightbox.scss */
.lb-container {
  padding: 4px;
}

/* line 67, ../../../../sass/plugins/_lightbox.scss */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 77, ../../../../sass/plugins/_lightbox.scss */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/lib/lightbox/images/loading.gif) no-repeat;
}

/* line 85, ../../../../sass/plugins/_lightbox.scss */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 94, ../../../../sass/plugins/_lightbox.scss */
.lb-container > .nav {
  left: 0;
}

/* line 98, ../../../../sass/plugins/_lightbox.scss */
.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

/* line 103, ../../../../sass/plugins/_lightbox.scss */
.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

/* line 109, ../../../../sass/plugins/_lightbox.scss */
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/lib/lightbox/images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

/* line 122, ../../../../sass/plugins/_lightbox.scss */
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 127, ../../../../sass/plugins/_lightbox.scss */
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/lib/lightbox/images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

/* line 140, ../../../../sass/plugins/_lightbox.scss */
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 145, ../../../../sass/plugins/_lightbox.scss */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 158, ../../../../sass/plugins/_lightbox.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 164, ../../../../sass/plugins/_lightbox.scss */
.lb-data {
  padding: 0 4px;
  color: #ccc;
}

/* line 169, ../../../../sass/plugins/_lightbox.scss */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

/* line 176, ../../../../sass/plugins/_lightbox.scss */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

/* line 182, ../../../../sass/plugins/_lightbox.scss */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

/* line 190, ../../../../sass/plugins/_lightbox.scss */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/lib/lightbox/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

/* line 206, ../../../../sass/plugins/_lightbox.scss */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 212, ../../../../sass/plugins/_lightbox.scss */
.lb-number {
  display: none !important;
}

/* line 216, ../../../../sass/plugins/_lightbox.scss */
.fancybox-opened .fancybox-outer {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 4, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

/* line 22, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

/* line 29, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 39, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-opened {
  z-index: 8030;
}

/* line 43, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* line 49, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-outer, .fancybox-inner {
  position: relative;
}

/* line 53, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-inner {
  overflow: hidden;
}

/* line 57, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

/* line 61, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

/* line 69, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 75, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 80, ../../../../sass/plugins/_fancybox_2_1_5.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("https://cdn.paraty.es/static_files/paratysl/generic/202508111021/lib/fancybox/fancybox_sprite.png");
}

/* line 84, ../../../../sass/plugins/_fancybox_2_1_5.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

/* line 96, ../../../../sass/plugins/_fancybox_2_1_5.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("https://cdn.paraty.es/static_files/paratysl/generic/202508111021/lib/fancybox/fancybox_loading.gif") center center no-repeat;
}

/* line 102, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

/* line 112, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../../static_1/lib/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

/* line 124, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-prev {
  left: 0;
}

/* line 128, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-next {
  right: 0;
}

/* line 132, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

/* line 143, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

/* line 148, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

/* line 153, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 157, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
/* line 169, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

/* line 174, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-lock body {
  overflow: hidden !important;
}

/* line 178, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-lock-test {
  overflow-y: hidden !important;
}

/* line 182, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 1001;
  background: url("https://cdn.paraty.es/static_files/paratysl/generic/202508111021/lib/fancybox/fancybox_overlay.png");
}

/* line 192, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 198, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
/* line 205, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

/* line 213, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 217, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

/* line 226, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

/* line 242, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 248, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px;
}

/* line 252, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 267, ../../../../sass/plugins/_fancybox_2_1_5.scss */
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("https://cdn.paraty.es/static_files/paratysl/generic/202508111021/lib/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  /* line 272, ../../../../sass/plugins/_fancybox_2_1_5.scss */
  #fancybox-loading div {
    background-image: url("https://cdn.paraty.es/static_files/paratysl/generic/202508111021/lib/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* line 3, ../../../../sass/plugins/_mixins.scss */
.center_xy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 8, ../../../../sass/plugins/_mixins.scss */
.center_xy_before:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 13, ../../../../sass/plugins/_mixins.scss */
.center_x {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

/* line 17, ../../../../sass/plugins/_mixins.scss */
.center_y {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

/* line 21, ../../../../sass/plugins/_mixins.scss */
.center_y_before:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

/* line 25, ../../../../sass/plugins/_mixins.scss */
.center_image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: none;
}

/* line 30, ../../../../sass/plugins/_mixins.scss */
.fs:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

/* line 110, ../../../../sass/plugins/_only_mixins.scss */
.icon-xcross:before, .icon-xcross:after {
  content: '';
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
/* line 124, ../../../../sass/plugins/_only_mixins.scss */
.icon-xcross:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
/* line 61, ../../../../sass/plugins/_mixins.scss */
.display_flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 1, ../../../../sass/plugins/_slider_countdown.scss */
.slider_countdown {
  margin: 40px 20px 20px;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: 180px;
  left: 48% !important;
  color: white;
}
/* line 9, ../../../../sass/plugins/_slider_countdown.scss */
.slider_countdown div {
  display: inline-block;
  font-size: 16px;
  list-style-type: none;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0;
  padding-bottom: 0;
  text-transform: uppercase;
}
/* line 20, ../../../../sass/plugins/_slider_countdown.scss */
.slider_countdown .days {
  font-weight: 600;
}
/* line 23, ../../../../sass/plugins/_slider_countdown.scss */
.slider_countdown .date {
  display: block;
  font-size: 4.5rem;
}
/* line 28, ../../../../sass/plugins/_slider_countdown.scss */
.slider_countdown .title_format {
  font-weight: 600;
}

@media screen and (max-width: 800px) {
  /* line 35, ../../../../sass/plugins/_slider_countdown.scss */
  .slider_countdown {
    display: inline-block;
    width: 380px;
    top: 330px;
    left: 45% !important;
  }
  /* line 40, ../../../../sass/plugins/_slider_countdown.scss */
  .slider_countdown div {
    font-size: 10px;
  }
  /* line 43, ../../../../sass/plugins/_slider_countdown.scss */
  .slider_countdown .date {
    font-size: 2.5rem;
  }
}
/*!
 * Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
/* line 6, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa, .wordpress_block .newsletter_wrapper .newsletter_element #newsletterButtonExternalDiv #newsletter-button:before,
.fab,
.fad,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* line 21, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -0.0667em;
}

/* line 27, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-xs {
  font-size: 0.75em;
}

/* line 31, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sm {
  font-size: 0.875em;
}

/* line 35, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-1x {
  font-size: 1em;
}

/* line 39, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-2x {
  font-size: 2em;
}

/* line 43, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-3x {
  font-size: 3em;
}

/* line 47, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-4x {
  font-size: 4em;
}

/* line 51, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-5x {
  font-size: 5em;
}

/* line 55, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-6x {
  font-size: 6em;
}

/* line 59, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-7x {
  font-size: 7em;
}

/* line 63, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-8x {
  font-size: 8em;
}

/* line 67, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-9x {
  font-size: 9em;
}

/* line 71, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-10x {
  font-size: 10em;
}

/* line 75, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 80, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

/* line 86, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ul > li {
  position: relative;
}

/* line 90, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 98, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: 0.2em 0.25em 0.15em;
}

/* line 104, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pull-left {
  float: left;
}

/* line 108, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pull-right {
  float: right;
}

/* line 112, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa.fa-pull-left, .wordpress_block .newsletter_wrapper .newsletter_element #newsletterButtonExternalDiv .fa-pull-left#newsletter-button:before,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}

/* line 120, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa.fa-pull-right, .wordpress_block .newsletter_wrapper .newsletter_element #newsletterButtonExternalDiv .fa-pull-right#newsletter-button:before,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.3em;
}

/* line 128, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}

/* line 133, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
/* line 160, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 166, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 172, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 178, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/* line 184, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

/* line 189, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

/* line 195, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

/* line 201, ../../../../sass/plugins/_fontawesome5pro.scss */
:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}

/* line 211, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 220, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 228, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 232, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 236, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-inverse {
  color: #fff;
}

/* line 240, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-500px:before {
  content: "";
}

/* line 244, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-abacus:before {
  content: "";
}

/* line 248, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-accessible-icon:before {
  content: "";
}

/* line 252, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-accusoft:before {
  content: "";
}

/* line 256, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-acorn:before {
  content: "";
}

/* line 260, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-acquisitions-incorporated:before {
  content: "";
}

/* line 264, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ad:before {
  content: "";
}

/* line 268, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-address-book:before {
  content: "";
}

/* line 272, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-address-card:before {
  content: "";
}

/* line 276, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-adjust:before {
  content: "";
}

/* line 280, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-adn:before {
  content: "";
}

/* line 284, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-adobe:before {
  content: "";
}

/* line 288, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-adversal:before {
  content: "";
}

/* line 292, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-affiliatetheme:before {
  content: "";
}

/* line 296, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-air-freshener:before {
  content: "";
}

/* line 300, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-airbnb:before {
  content: "";
}

/* line 304, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-alarm-clock:before {
  content: "";
}

/* line 308, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-alarm-exclamation:before {
  content: "";
}

/* line 312, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-alarm-plus:before {
  content: "";
}

/* line 316, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-alarm-snooze:before {
  content: "";
}

/* line 320, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-album:before {
  content: "";
}

/* line 324, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-album-collection:before {
  content: "";
}

/* line 328, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-algolia:before {
  content: "";
}

/* line 332, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-alicorn:before {
  content: "";
}

/* line 336, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-align-center:before {
  content: "";
}

/* line 340, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-align-justify:before {
  content: "";
}

/* line 344, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-align-left:before {
  content: "";
}

/* line 348, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-align-right:before {
  content: "";
}

/* line 352, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-align-slash:before {
  content: "";
}

/* line 356, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-alipay:before {
  content: "";
}

/* line 360, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-allergies:before {
  content: "";
}

/* line 364, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-amazon:before {
  content: "";
}

/* line 368, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-amazon-pay:before {
  content: "";
}

/* line 372, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ambulance:before {
  content: "";
}

/* line 376, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-american-sign-language-interpreting:before {
  content: "";
}

/* line 380, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-amilia:before {
  content: "";
}

/* line 384, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-amp-guitar:before {
  content: "";
}

/* line 388, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-analytics:before {
  content: "";
}

/* line 392, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-anchor:before {
  content: "";
}

/* line 396, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-android:before {
  content: "";
}

/* line 400, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-angel:before {
  content: "";
}

/* line 404, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-angellist:before {
  content: "";
}

/* line 408, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-angle-double-down:before {
  content: "";
}

/* line 412, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-angle-double-left:before {
  content: "";
}

/* line 416, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-angle-double-right:before {
  content: "";
}

/* line 420, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-angle-double-up:before {
  content: "";
}

/* line 424, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-angle-down:before {
  content: "";
}

/* line 428, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-angle-left:before {
  content: "";
}

/* line 432, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-angle-right:before {
  content: "";
}

/* line 436, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-angle-up:before {
  content: "";
}

/* line 440, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-angry:before {
  content: "";
}

/* line 444, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-angrycreative:before {
  content: "";
}

/* line 448, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-angular:before {
  content: "";
}

/* line 452, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ankh:before {
  content: "";
}

/* line 456, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-app-store:before {
  content: "";
}

/* line 460, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-app-store-ios:before {
  content: "";
}

/* line 464, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-apper:before {
  content: "";
}

/* line 468, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-apple:before {
  content: "";
}

/* line 472, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-apple-alt:before {
  content: "";
}

/* line 476, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-apple-crate:before {
  content: "";
}

/* line 480, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-apple-pay:before {
  content: "";
}

/* line 484, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-archive:before {
  content: "";
}

/* line 488, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-archway:before {
  content: "";
}

/* line 492, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-alt-circle-down:before {
  content: "";
}

/* line 496, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-alt-circle-left:before {
  content: "";
}

/* line 500, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-alt-circle-right:before {
  content: "";
}

/* line 504, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-alt-circle-up:before {
  content: "";
}

/* line 508, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-alt-down:before {
  content: "";
}

/* line 512, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-alt-from-bottom:before {
  content: "";
}

/* line 516, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-alt-from-left:before {
  content: "";
}

/* line 520, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-alt-from-right:before {
  content: "";
}

/* line 524, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-alt-from-top:before {
  content: "";
}

/* line 528, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-alt-left:before {
  content: "";
}

/* line 532, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-alt-right:before {
  content: "";
}

/* line 536, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-alt-square-down:before {
  content: "";
}

/* line 540, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-alt-square-left:before {
  content: "";
}

/* line 544, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-alt-square-right:before {
  content: "";
}

/* line 548, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-alt-square-up:before {
  content: "";
}

/* line 552, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-alt-to-bottom:before {
  content: "";
}

/* line 556, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-alt-to-left:before {
  content: "";
}

/* line 560, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-alt-to-right:before {
  content: "";
}

/* line 564, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-alt-to-top:before {
  content: "";
}

/* line 568, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-alt-up:before {
  content: "";
}

/* line 572, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-circle-down:before {
  content: "";
}

/* line 576, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-circle-left:before {
  content: "";
}

/* line 580, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-circle-right:before {
  content: "";
}

/* line 584, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-circle-up:before {
  content: "";
}

/* line 588, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-down:before {
  content: "";
}

/* line 592, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-from-bottom:before {
  content: "";
}

/* line 596, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-from-left:before {
  content: "";
}

/* line 600, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-from-right:before {
  content: "";
}

/* line 604, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-from-top:before {
  content: "";
}

/* line 608, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-left:before {
  content: "";
}

/* line 612, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-right:before {
  content: "";
}

/* line 616, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-square-down:before {
  content: "";
}

/* line 620, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-square-left:before {
  content: "";
}

/* line 624, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-square-right:before {
  content: "";
}

/* line 628, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-square-up:before {
  content: "";
}

/* line 632, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-to-bottom:before {
  content: "";
}

/* line 636, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-to-left:before {
  content: "";
}

/* line 640, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-to-right:before {
  content: "";
}

/* line 644, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-to-top:before {
  content: "";
}

/* line 648, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-up:before {
  content: "";
}

/* line 652, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrows:before {
  content: "";
}

/* line 656, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrows-alt:before {
  content: "";
}

/* line 660, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrows-alt-h:before {
  content: "";
}

/* line 664, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrows-alt-v:before {
  content: "";
}

/* line 668, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrows-h:before {
  content: "";
}

/* line 672, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrows-v:before {
  content: "";
}

/* line 676, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-artstation:before {
  content: "";
}

/* line 680, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-assistive-listening-systems:before {
  content: "";
}

/* line 684, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-asterisk:before {
  content: "";
}

/* line 688, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-asymmetrik:before {
  content: "";
}

/* line 692, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-at:before {
  content: "";
}

/* line 696, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-atlas:before {
  content: "";
}

/* line 700, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-atlassian:before {
  content: "";
}

/* line 704, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-atom:before {
  content: "";
}

/* line 708, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-atom-alt:before {
  content: "";
}

/* line 712, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-audible:before {
  content: "";
}

/* line 716, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-audio-description:before {
  content: "";
}

/* line 720, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-autoprefixer:before {
  content: "";
}

/* line 724, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-avianex:before {
  content: "";
}

/* line 728, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-aviato:before {
  content: "";
}

/* line 732, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-award:before {
  content: "";
}

/* line 736, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-aws:before {
  content: "";
}

/* line 740, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-axe:before {
  content: "";
}

/* line 744, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-axe-battle:before {
  content: "";
}

/* line 748, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-baby:before {
  content: "";
}

/* line 752, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-baby-carriage:before {
  content: "";
}

/* line 756, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-backpack:before {
  content: "";
}

/* line 760, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-backspace:before {
  content: "";
}

/* line 764, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-backward:before {
  content: "";
}

/* line 768, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bacon:before {
  content: "";
}

/* line 772, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-badge:before {
  content: "";
}

/* line 776, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-badge-check:before {
  content: "";
}

/* line 780, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-badge-dollar:before {
  content: "";
}

/* line 784, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-badge-percent:before {
  content: "";
}

/* line 788, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-badge-sheriff:before {
  content: "";
}

/* line 792, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-badger-honey:before {
  content: "";
}

/* line 796, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bags-shopping:before {
  content: "";
}

/* line 800, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-balance-scale:before {
  content: "";
}

/* line 804, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-balance-scale-left:before {
  content: "";
}

/* line 808, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-balance-scale-right:before {
  content: "";
}

/* line 812, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ball-pile:before {
  content: "";
}

/* line 816, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ballot:before {
  content: "";
}

/* line 820, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ballot-check:before {
  content: "";
}

/* line 824, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ban:before {
  content: "";
}

/* line 828, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-band-aid:before {
  content: "";
}

/* line 832, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bandcamp:before {
  content: "";
}

/* line 836, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-banjo:before {
  content: "";
}

/* line 840, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-barcode:before {
  content: "";
}

/* line 844, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-barcode-alt:before {
  content: "";
}

/* line 848, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-barcode-read:before {
  content: "";
}

/* line 852, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-barcode-scan:before {
  content: "";
}

/* line 856, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bars:before {
  content: "";
}

/* line 860, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-baseball:before {
  content: "";
}

/* line 864, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-baseball-ball:before {
  content: "";
}

/* line 868, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-basketball-ball:before {
  content: "";
}

/* line 872, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-basketball-hoop:before {
  content: "";
}

/* line 876, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bat:before {
  content: "";
}

/* line 880, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bath:before {
  content: "";
}

/* line 884, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-battery-bolt:before {
  content: "";
}

/* line 888, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-battery-empty:before {
  content: "";
}

/* line 892, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-battery-full:before {
  content: "";
}

/* line 896, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-battery-half:before {
  content: "";
}

/* line 900, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-battery-quarter:before {
  content: "";
}

/* line 904, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-battery-slash:before {
  content: "";
}

/* line 908, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-battery-three-quarters:before {
  content: "";
}

/* line 912, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-battle-net:before {
  content: "";
}

/* line 916, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bed:before {
  content: "";
}

/* line 920, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-beer:before {
  content: "";
}

/* line 924, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-behance:before {
  content: "";
}

/* line 928, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-behance-square:before {
  content: "";
}

/* line 932, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bell:before {
  content: "";
}

/* line 936, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bell-exclamation:before {
  content: "";
}

/* line 940, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bell-plus:before {
  content: "";
}

/* line 944, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bell-school:before {
  content: "";
}

/* line 948, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bell-school-slash:before {
  content: "";
}

/* line 952, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bell-slash:before {
  content: "";
}

/* line 956, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bells:before {
  content: "";
}

/* line 960, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-betamax:before {
  content: "";
}

/* line 964, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bezier-curve:before {
  content: "";
}

/* line 968, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bible:before {
  content: "";
}

/* line 972, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bicycle:before {
  content: "";
}

/* line 976, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-biking:before {
  content: "";
}

/* line 980, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-biking-mountain:before {
  content: "";
}

/* line 984, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bimobject:before {
  content: "";
}

/* line 988, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-binoculars:before {
  content: "";
}

/* line 992, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-biohazard:before {
  content: "";
}

/* line 996, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-birthday-cake:before {
  content: "";
}

/* line 1000, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bitbucket:before {
  content: "";
}

/* line 1004, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bitcoin:before {
  content: "";
}

/* line 1008, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bity:before {
  content: "";
}

/* line 1012, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-black-tie:before {
  content: "";
}

/* line 1016, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-blackberry:before {
  content: "";
}

/* line 1020, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-blanket:before {
  content: "";
}

/* line 1024, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-blender:before {
  content: "";
}

/* line 1028, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-blender-phone:before {
  content: "";
}

/* line 1032, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-blind:before {
  content: "";
}

/* line 1036, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-blog:before {
  content: "";
}

/* line 1040, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-blogger:before {
  content: "";
}

/* line 1044, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-blogger-b:before {
  content: "";
}

/* line 1048, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bluetooth:before {
  content: "";
}

/* line 1052, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bluetooth-b:before {
  content: "";
}

/* line 1056, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bold:before {
  content: "";
}

/* line 1060, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bolt:before {
  content: "";
}

/* line 1064, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bomb:before {
  content: "";
}

/* line 1068, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bone:before {
  content: "";
}

/* line 1072, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bone-break:before {
  content: "";
}

/* line 1076, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bong:before {
  content: "";
}

/* line 1080, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-book:before {
  content: "";
}

/* line 1084, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-book-alt:before {
  content: "";
}

/* line 1088, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-book-dead:before {
  content: "";
}

/* line 1092, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-book-heart:before {
  content: "";
}

/* line 1096, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-book-medical:before {
  content: "";
}

/* line 1100, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-book-open:before {
  content: "";
}

/* line 1104, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-book-reader:before {
  content: "";
}

/* line 1108, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-book-spells:before {
  content: "";
}

/* line 1112, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-book-user:before {
  content: "";
}

/* line 1116, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bookmark:before {
  content: "";
}

/* line 1120, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-books:before {
  content: "";
}

/* line 1124, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-books-medical:before {
  content: "";
}

/* line 1128, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-boombox:before {
  content: "";
}

/* line 1132, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-boot:before {
  content: "";
}

/* line 1136, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-booth-curtain:before {
  content: "";
}

/* line 1140, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bootstrap:before {
  content: "";
}

/* line 1144, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-border-all:before {
  content: "";
}

/* line 1148, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-border-bottom:before {
  content: "";
}

/* line 1152, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-border-center-h:before {
  content: "";
}

/* line 1156, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-border-center-v:before {
  content: "";
}

/* line 1160, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-border-inner:before {
  content: "";
}

/* line 1164, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-border-left:before {
  content: "";
}

/* line 1168, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-border-none:before {
  content: "";
}

/* line 1172, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-border-outer:before {
  content: "";
}

/* line 1176, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-border-right:before {
  content: "";
}

/* line 1180, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-border-style:before {
  content: "";
}

/* line 1184, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-border-style-alt:before {
  content: "";
}

/* line 1188, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-border-top:before {
  content: "";
}

/* line 1192, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bow-arrow:before {
  content: "";
}

/* line 1196, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bowling-ball:before {
  content: "";
}

/* line 1200, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bowling-pins:before {
  content: "";
}

/* line 1204, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-box:before {
  content: "";
}

/* line 1208, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-box-alt:before {
  content: "";
}

/* line 1212, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-box-ballot:before {
  content: "";
}

/* line 1216, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-box-check:before {
  content: "";
}

/* line 1220, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-box-fragile:before {
  content: "";
}

/* line 1224, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-box-full:before {
  content: "";
}

/* line 1228, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-box-heart:before {
  content: "";
}

/* line 1232, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-box-open:before {
  content: "";
}

/* line 1236, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-box-up:before {
  content: "";
}

/* line 1240, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-box-usd:before {
  content: "";
}

/* line 1244, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-boxes:before {
  content: "";
}

/* line 1248, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-boxes-alt:before {
  content: "";
}

/* line 1252, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-boxing-glove:before {
  content: "";
}

/* line 1256, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-brackets:before {
  content: "";
}

/* line 1260, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-brackets-curly:before {
  content: "";
}

/* line 1264, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-braille:before {
  content: "";
}

/* line 1268, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-brain:before {
  content: "";
}

/* line 1272, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bread-loaf:before {
  content: "";
}

/* line 1276, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bread-slice:before {
  content: "";
}

/* line 1280, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-briefcase:before {
  content: "";
}

/* line 1284, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-briefcase-medical:before {
  content: "";
}

/* line 1288, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bring-forward:before {
  content: "";
}

/* line 1292, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bring-front:before {
  content: "";
}

/* line 1296, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-broadcast-tower:before {
  content: "";
}

/* line 1300, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-broom:before {
  content: "";
}

/* line 1304, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-browser:before {
  content: "";
}

/* line 1308, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-brush:before {
  content: "";
}

/* line 1312, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-btc:before {
  content: "";
}

/* line 1316, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-buffer:before {
  content: "";
}

/* line 1320, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bug:before {
  content: "";
}

/* line 1324, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-building:before {
  content: "";
}

/* line 1328, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bullhorn:before {
  content: "";
}

/* line 1332, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bullseye:before {
  content: "";
}

/* line 1336, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bullseye-arrow:before {
  content: "";
}

/* line 1340, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bullseye-pointer:before {
  content: "";
}

/* line 1344, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-burger-soda:before {
  content: "";
}

/* line 1348, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-burn:before {
  content: "";
}

/* line 1352, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-buromobelexperte:before {
  content: "";
}

/* line 1356, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-burrito:before {
  content: "";
}

/* line 1360, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bus:before {
  content: "";
}

/* line 1364, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bus-alt:before {
  content: "";
}

/* line 1368, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bus-school:before {
  content: "";
}

/* line 1372, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-business-time:before {
  content: "";
}

/* line 1376, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-buy-n-large:before {
  content: "";
}

/* line 1380, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-buysellads:before {
  content: "";
}

/* line 1384, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cabinet-filing:before {
  content: "";
}

/* line 1388, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cactus:before {
  content: "";
}

/* line 1392, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-calculator:before {
  content: "";
}

/* line 1396, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-calculator-alt:before {
  content: "";
}

/* line 1400, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-calendar:before {
  content: "";
}

/* line 1404, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-calendar-alt:before {
  content: "";
}

/* line 1408, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-calendar-check:before {
  content: "";
}

/* line 1412, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-calendar-day:before {
  content: "";
}

/* line 1416, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-calendar-edit:before {
  content: "";
}

/* line 1420, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-calendar-exclamation:before {
  content: "";
}

/* line 1424, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-calendar-minus:before {
  content: "";
}

/* line 1428, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-calendar-plus:before {
  content: "";
}

/* line 1432, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-calendar-star:before {
  content: "";
}

/* line 1436, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-calendar-times:before {
  content: "";
}

/* line 1440, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-calendar-week:before {
  content: "";
}

/* line 1444, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-camcorder:before {
  content: "";
}

/* line 1448, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-camera:before {
  content: "";
}

/* line 1452, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-camera-alt:before {
  content: "";
}

/* line 1456, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-camera-movie:before {
  content: "";
}

/* line 1460, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-camera-polaroid:before {
  content: "";
}

/* line 1464, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-camera-retro:before {
  content: "";
}

/* line 1468, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-campfire:before {
  content: "";
}

/* line 1472, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-campground:before {
  content: "";
}

/* line 1476, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-canadian-maple-leaf:before {
  content: "";
}

/* line 1480, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-candle-holder:before {
  content: "";
}

/* line 1484, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-candy-cane:before {
  content: "";
}

/* line 1488, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-candy-corn:before {
  content: "";
}

/* line 1492, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cannabis:before {
  content: "";
}

/* line 1496, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-capsules:before {
  content: "";
}

/* line 1500, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-car:before {
  content: "";
}

/* line 1504, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-car-alt:before {
  content: "";
}

/* line 1508, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-car-battery:before {
  content: "";
}

/* line 1512, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-car-building:before {
  content: "";
}

/* line 1516, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-car-bump:before {
  content: "";
}

/* line 1520, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-car-bus:before {
  content: "";
}

/* line 1524, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-car-crash:before {
  content: "";
}

/* line 1528, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-car-garage:before {
  content: "";
}

/* line 1532, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-car-mechanic:before {
  content: "";
}

/* line 1536, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-car-side:before {
  content: "";
}

/* line 1540, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-car-tilt:before {
  content: "";
}

/* line 1544, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-car-wash:before {
  content: "";
}

/* line 1548, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-caret-circle-down:before {
  content: "";
}

/* line 1552, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-caret-circle-left:before {
  content: "";
}

/* line 1556, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-caret-circle-right:before {
  content: "";
}

/* line 1560, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-caret-circle-up:before {
  content: "";
}

/* line 1564, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-caret-down:before {
  content: "";
}

/* line 1568, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-caret-left:before {
  content: "";
}

/* line 1572, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-caret-right:before {
  content: "";
}

/* line 1576, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-caret-square-down:before {
  content: "";
}

/* line 1580, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-caret-square-left:before {
  content: "";
}

/* line 1584, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-caret-square-right:before {
  content: "";
}

/* line 1588, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-caret-square-up:before {
  content: "";
}

/* line 1592, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-caret-up:before {
  content: "";
}

/* line 1596, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-carrot:before {
  content: "";
}

/* line 1600, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cars:before {
  content: "";
}

/* line 1604, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cart-arrow-down:before {
  content: "";
}

/* line 1608, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cart-plus:before {
  content: "";
}

/* line 1612, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cash-register:before {
  content: "";
}

/* line 1616, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cassette-tape:before {
  content: "";
}

/* line 1620, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cat:before {
  content: "";
}

/* line 1624, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cauldron:before {
  content: "";
}

/* line 1628, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cc-amazon-pay:before {
  content: "";
}

/* line 1632, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cc-amex:before {
  content: "";
}

/* line 1636, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cc-apple-pay:before {
  content: "";
}

/* line 1640, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cc-diners-club:before {
  content: "";
}

/* line 1644, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cc-discover:before {
  content: "";
}

/* line 1648, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cc-jcb:before {
  content: "";
}

/* line 1652, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cc-mastercard:before {
  content: "";
}

/* line 1656, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cc-paypal:before {
  content: "";
}

/* line 1660, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cc-stripe:before {
  content: "";
}

/* line 1664, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cc-visa:before {
  content: "";
}

/* line 1668, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cctv:before {
  content: "";
}

/* line 1672, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-centercode:before {
  content: "";
}

/* line 1676, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-centos:before {
  content: "";
}

/* line 1680, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-certificate:before {
  content: "";
}

/* line 1684, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chair:before {
  content: "";
}

/* line 1688, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chair-office:before {
  content: "";
}

/* line 1692, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chalkboard:before {
  content: "";
}

/* line 1696, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chalkboard-teacher:before {
  content: "";
}

/* line 1700, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-charging-station:before {
  content: "";
}

/* line 1704, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chart-area:before {
  content: "";
}

/* line 1708, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chart-bar:before {
  content: "";
}

/* line 1712, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chart-line:before {
  content: "";
}

/* line 1716, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chart-line-down:before {
  content: "";
}

/* line 1720, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chart-network:before {
  content: "";
}

/* line 1724, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chart-pie:before {
  content: "";
}

/* line 1728, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chart-pie-alt:before {
  content: "";
}

/* line 1732, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chart-scatter:before {
  content: "";
}

/* line 1736, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-check:before {
  content: "";
}

/* line 1740, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-check-circle:before {
  content: "";
}

/* line 1744, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-check-double:before {
  content: "";
}

/* line 1748, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-check-square:before {
  content: "";
}

/* line 1752, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cheese:before {
  content: "";
}

/* line 1756, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cheese-swiss:before {
  content: "";
}

/* line 1760, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cheeseburger:before {
  content: "";
}

/* line 1764, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chess:before {
  content: "";
}

/* line 1768, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chess-bishop:before {
  content: "";
}

/* line 1772, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chess-bishop-alt:before {
  content: "";
}

/* line 1776, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chess-board:before {
  content: "";
}

/* line 1780, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chess-clock:before {
  content: "";
}

/* line 1784, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chess-clock-alt:before {
  content: "";
}

/* line 1788, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chess-king:before {
  content: "";
}

/* line 1792, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chess-king-alt:before {
  content: "";
}

/* line 1796, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chess-knight:before {
  content: "";
}

/* line 1800, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chess-knight-alt:before {
  content: "";
}

/* line 1804, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chess-pawn:before {
  content: "";
}

/* line 1808, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chess-pawn-alt:before {
  content: "";
}

/* line 1812, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chess-queen:before {
  content: "";
}

/* line 1816, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chess-queen-alt:before {
  content: "";
}

/* line 1820, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chess-rook:before {
  content: "";
}

/* line 1824, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chess-rook-alt:before {
  content: "";
}

/* line 1828, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chevron-circle-down:before {
  content: "";
}

/* line 1832, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chevron-circle-left:before {
  content: "";
}

/* line 1836, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chevron-circle-right:before {
  content: "";
}

/* line 1840, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chevron-circle-up:before {
  content: "";
}

/* line 1844, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chevron-double-down:before {
  content: "";
}

/* line 1848, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chevron-double-left:before {
  content: "";
}

/* line 1852, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chevron-double-right:before {
  content: "";
}

/* line 1856, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chevron-double-up:before {
  content: "";
}

/* line 1860, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chevron-down:before {
  content: "";
}

/* line 1864, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chevron-left:before {
  content: "";
}

/* line 1868, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chevron-right:before {
  content: "";
}

/* line 1872, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chevron-square-down:before {
  content: "";
}

/* line 1876, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chevron-square-left:before {
  content: "";
}

/* line 1880, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chevron-square-right:before {
  content: "";
}

/* line 1884, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chevron-square-up:before {
  content: "";
}

/* line 1888, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chevron-up:before {
  content: "";
}

/* line 1892, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-child:before {
  content: "";
}

/* line 1896, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chimney:before {
  content: "";
}

/* line 1900, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chrome:before {
  content: "";
}

/* line 1904, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chromecast:before {
  content: "";
}

/* line 1908, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-church:before {
  content: "";
}

/* line 1912, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-circle:before {
  content: "";
}

/* line 1916, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-circle-notch:before {
  content: "";
}

/* line 1920, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-city:before {
  content: "";
}

/* line 1924, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-clarinet:before {
  content: "";
}

/* line 1928, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-claw-marks:before {
  content: "";
}

/* line 1932, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-clinic-medical:before {
  content: "";
}

/* line 1936, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-clipboard:before {
  content: "";
}

/* line 1940, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-clipboard-check:before {
  content: "";
}

/* line 1944, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-clipboard-list:before {
  content: "";
}

/* line 1948, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-clipboard-list-check:before {
  content: "";
}

/* line 1952, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-clipboard-prescription:before {
  content: "";
}

/* line 1956, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-clipboard-user:before {
  content: "";
}

/* line 1960, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-clock:before {
  content: "";
}

/* line 1964, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-clone:before {
  content: "";
}

/* line 1968, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-closed-captioning:before {
  content: "";
}

/* line 1972, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloud:before {
  content: "";
}

/* line 1976, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloud-download:before {
  content: "";
}

/* line 1980, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloud-download-alt:before {
  content: "";
}

/* line 1984, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloud-drizzle:before {
  content: "";
}

/* line 1988, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloud-hail:before {
  content: "";
}

/* line 1992, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloud-hail-mixed:before {
  content: "";
}

/* line 1996, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloud-meatball:before {
  content: "";
}

/* line 2000, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloud-moon:before {
  content: "";
}

/* line 2004, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloud-moon-rain:before {
  content: "";
}

/* line 2008, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloud-music:before {
  content: "";
}

/* line 2012, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloud-rain:before {
  content: "";
}

/* line 2016, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloud-rainbow:before {
  content: "";
}

/* line 2020, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloud-showers:before {
  content: "";
}

/* line 2024, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloud-showers-heavy:before {
  content: "";
}

/* line 2028, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloud-sleet:before {
  content: "";
}

/* line 2032, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloud-snow:before {
  content: "";
}

/* line 2036, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloud-sun:before {
  content: "";
}

/* line 2040, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloud-sun-rain:before {
  content: "";
}

/* line 2044, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloud-upload:before {
  content: "";
}

/* line 2048, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloud-upload-alt:before {
  content: "";
}

/* line 2052, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-clouds:before {
  content: "";
}

/* line 2056, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-clouds-moon:before {
  content: "";
}

/* line 2060, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-clouds-sun:before {
  content: "";
}

/* line 2064, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloudscale:before {
  content: "";
}

/* line 2068, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloudsmith:before {
  content: "";
}

/* line 2072, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloudversify:before {
  content: "";
}

/* line 2076, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-club:before {
  content: "";
}

/* line 2080, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cocktail:before {
  content: "";
}

/* line 2084, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-code:before {
  content: "";
}

/* line 2088, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-code-branch:before {
  content: "";
}

/* line 2092, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-code-commit:before {
  content: "";
}

/* line 2096, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-code-merge:before {
  content: "";
}

/* line 2100, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-codepen:before {
  content: "";
}

/* line 2104, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-codiepie:before {
  content: "";
}

/* line 2108, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-coffee:before {
  content: "";
}

/* line 2112, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-coffee-togo:before {
  content: "";
}

/* line 2116, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-coffin:before {
  content: "";
}

/* line 2120, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cog:before {
  content: "";
}

/* line 2124, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cogs:before {
  content: "";
}

/* line 2128, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-coin:before {
  content: "";
}

/* line 2132, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-coins:before {
  content: "";
}

/* line 2136, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-columns:before {
  content: "";
}

/* line 2140, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment:before {
  content: "";
}

/* line 2144, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-alt:before {
  content: "";
}

/* line 2148, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-alt-check:before {
  content: "";
}

/* line 2152, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-alt-dollar:before {
  content: "";
}

/* line 2156, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-alt-dots:before {
  content: "";
}

/* line 2160, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-alt-edit:before {
  content: "";
}

/* line 2164, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-alt-exclamation:before {
  content: "";
}

/* line 2168, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-alt-lines:before {
  content: "";
}

/* line 2172, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-alt-medical:before {
  content: "";
}

/* line 2176, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-alt-minus:before {
  content: "";
}

/* line 2180, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-alt-music:before {
  content: "";
}

/* line 2184, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-alt-plus:before {
  content: "";
}

/* line 2188, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-alt-slash:before {
  content: "";
}

/* line 2192, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-alt-smile:before {
  content: "";
}

/* line 2196, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-alt-times:before {
  content: "";
}

/* line 2200, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-check:before {
  content: "";
}

/* line 2204, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-dollar:before {
  content: "";
}

/* line 2208, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-dots:before {
  content: "";
}

/* line 2212, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-edit:before {
  content: "";
}

/* line 2216, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-exclamation:before {
  content: "";
}

/* line 2220, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-lines:before {
  content: "";
}

/* line 2224, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-medical:before {
  content: "";
}

/* line 2228, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-minus:before {
  content: "";
}

/* line 2232, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-music:before {
  content: "";
}

/* line 2236, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-plus:before {
  content: "";
}

/* line 2240, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-slash:before {
  content: "";
}

/* line 2244, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-smile:before {
  content: "";
}

/* line 2248, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-times:before {
  content: "";
}

/* line 2252, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comments:before {
  content: "";
}

/* line 2256, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comments-alt:before {
  content: "";
}

/* line 2260, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comments-alt-dollar:before {
  content: "";
}

/* line 2264, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comments-dollar:before {
  content: "";
}

/* line 2268, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-compact-disc:before {
  content: "";
}

/* line 2272, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-compass:before {
  content: "";
}

/* line 2276, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-compass-slash:before {
  content: "";
}

/* line 2280, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-compress:before {
  content: "";
}

/* line 2284, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-compress-alt:before {
  content: "";
}

/* line 2288, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-compress-arrows-alt:before {
  content: "";
}

/* line 2292, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-compress-wide:before {
  content: "";
}

/* line 2296, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-computer-classic:before {
  content: "";
}

/* line 2300, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-computer-speaker:before {
  content: "";
}

/* line 2304, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-concierge-bell:before {
  content: "";
}

/* line 2308, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-confluence:before {
  content: "";
}

/* line 2312, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-connectdevelop:before {
  content: "";
}

/* line 2316, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-construction:before {
  content: "";
}

/* line 2320, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-container-storage:before {
  content: "";
}

/* line 2324, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-contao:before {
  content: "";
}

/* line 2328, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-conveyor-belt:before {
  content: "";
}

/* line 2332, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-conveyor-belt-alt:before {
  content: "";
}

/* line 2336, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cookie:before {
  content: "";
}

/* line 2340, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cookie-bite:before {
  content: "";
}

/* line 2344, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-copy:before {
  content: "";
}

/* line 2348, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-copyright:before {
  content: "";
}

/* line 2352, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-corn:before {
  content: "";
}

/* line 2356, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cotton-bureau:before {
  content: "";
}

/* line 2360, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-couch:before {
  content: "";
}

/* line 2364, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cow:before {
  content: "";
}

/* line 2368, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cowbell:before {
  content: "";
}

/* line 2372, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cowbell-more:before {
  content: "";
}

/* line 2376, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cpanel:before {
  content: "";
}

/* line 2380, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-creative-commons:before {
  content: "";
}

/* line 2384, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-creative-commons-by:before {
  content: "";
}

/* line 2388, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-creative-commons-nc:before {
  content: "";
}

/* line 2392, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-creative-commons-nc-eu:before {
  content: "";
}

/* line 2396, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-creative-commons-nc-jp:before {
  content: "";
}

/* line 2400, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-creative-commons-nd:before {
  content: "";
}

/* line 2404, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-creative-commons-pd:before {
  content: "";
}

/* line 2408, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-creative-commons-pd-alt:before {
  content: "";
}

/* line 2412, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-creative-commons-remix:before {
  content: "";
}

/* line 2416, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-creative-commons-sa:before {
  content: "";
}

/* line 2420, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-creative-commons-sampling:before {
  content: "";
}

/* line 2424, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-creative-commons-sampling-plus:before {
  content: "";
}

/* line 2428, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-creative-commons-share:before {
  content: "";
}

/* line 2432, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-creative-commons-zero:before {
  content: "";
}

/* line 2436, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-credit-card:before {
  content: "";
}

/* line 2440, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-credit-card-blank:before {
  content: "";
}

/* line 2444, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-credit-card-front:before {
  content: "";
}

/* line 2448, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cricket:before {
  content: "";
}

/* line 2452, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-critical-role:before {
  content: "";
}

/* line 2456, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-croissant:before {
  content: "";
}

/* line 2460, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-crop:before {
  content: "";
}

/* line 2464, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-crop-alt:before {
  content: "";
}

/* line 2468, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cross:before {
  content: "";
}

/* line 2472, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-crosshairs:before {
  content: "";
}

/* line 2476, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-crow:before {
  content: "";
}

/* line 2480, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-crown:before {
  content: "";
}

/* line 2484, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-crutch:before {
  content: "";
}

/* line 2488, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-crutches:before {
  content: "";
}

/* line 2492, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-css3:before {
  content: "";
}

/* line 2496, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-css3-alt:before {
  content: "";
}

/* line 2500, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cube:before {
  content: "";
}

/* line 2504, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cubes:before {
  content: "";
}

/* line 2508, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-curling:before {
  content: "";
}

/* line 2512, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cut:before {
  content: "";
}

/* line 2516, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cuttlefish:before {
  content: "";
}

/* line 2520, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-d-and-d:before {
  content: "";
}

/* line 2524, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-d-and-d-beyond:before {
  content: "";
}

/* line 2528, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dagger:before {
  content: "";
}

/* line 2532, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dashcube:before {
  content: "";
}

/* line 2536, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-database:before {
  content: "";
}

/* line 2540, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-deaf:before {
  content: "";
}

/* line 2544, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-debug:before {
  content: "";
}

/* line 2548, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-deer:before {
  content: "";
}

/* line 2552, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-deer-rudolph:before {
  content: "";
}

/* line 2556, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-delicious:before {
  content: "";
}

/* line 2560, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-democrat:before {
  content: "";
}

/* line 2564, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-deploydog:before {
  content: "";
}

/* line 2568, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-deskpro:before {
  content: "";
}

/* line 2572, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-desktop:before {
  content: "";
}

/* line 2576, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-desktop-alt:before {
  content: "";
}

/* line 2580, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dev:before {
  content: "";
}

/* line 2584, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-deviantart:before {
  content: "";
}

/* line 2588, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dewpoint:before {
  content: "";
}

/* line 2592, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dharmachakra:before {
  content: "";
}

/* line 2596, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dhl:before {
  content: "";
}

/* line 2600, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-diagnoses:before {
  content: "";
}

/* line 2604, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-diamond:before {
  content: "";
}

/* line 2608, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-diaspora:before {
  content: "";
}

/* line 2612, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dice:before {
  content: "";
}

/* line 2616, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dice-d10:before {
  content: "";
}

/* line 2620, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dice-d12:before {
  content: "";
}

/* line 2624, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dice-d20:before {
  content: "";
}

/* line 2628, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dice-d4:before {
  content: "";
}

/* line 2632, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dice-d6:before {
  content: "";
}

/* line 2636, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dice-d8:before {
  content: "";
}

/* line 2640, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dice-five:before {
  content: "";
}

/* line 2644, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dice-four:before {
  content: "";
}

/* line 2648, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dice-one:before {
  content: "";
}

/* line 2652, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dice-six:before {
  content: "";
}

/* line 2656, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dice-three:before {
  content: "";
}

/* line 2660, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dice-two:before {
  content: "";
}

/* line 2664, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-digg:before {
  content: "";
}

/* line 2668, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-digging:before {
  content: "";
}

/* line 2672, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-digital-ocean:before {
  content: "";
}

/* line 2676, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-digital-tachograph:before {
  content: "";
}

/* line 2680, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-diploma:before {
  content: "";
}

/* line 2684, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-directions:before {
  content: "";
}

/* line 2688, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-disc-drive:before {
  content: "";
}

/* line 2692, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-discord:before {
  content: "";
}

/* line 2696, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-discourse:before {
  content: "";
}

/* line 2700, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-disease:before {
  content: "";
}

/* line 2704, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-divide:before {
  content: "";
}

/* line 2708, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dizzy:before {
  content: "";
}

/* line 2712, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dna:before {
  content: "";
}

/* line 2716, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-do-not-enter:before {
  content: "";
}

/* line 2720, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dochub:before {
  content: "";
}

/* line 2724, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-docker:before {
  content: "";
}

/* line 2728, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dog:before {
  content: "";
}

/* line 2732, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dog-leashed:before {
  content: "";
}

/* line 2736, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dollar-sign:before {
  content: "";
}

/* line 2740, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dolly:before {
  content: "";
}

/* line 2744, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dolly-empty:before {
  content: "";
}

/* line 2748, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dolly-flatbed:before {
  content: "";
}

/* line 2752, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dolly-flatbed-alt:before {
  content: "";
}

/* line 2756, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dolly-flatbed-empty:before {
  content: "";
}

/* line 2760, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-donate:before {
  content: "";
}

/* line 2764, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-door-closed:before {
  content: "";
}

/* line 2768, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-door-open:before {
  content: "";
}

/* line 2772, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dot-circle:before {
  content: "";
}

/* line 2776, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dove:before {
  content: "";
}

/* line 2780, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-download:before {
  content: "";
}

/* line 2784, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-draft2digital:before {
  content: "";
}

/* line 2788, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-drafting-compass:before {
  content: "";
}

/* line 2792, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dragon:before {
  content: "";
}

/* line 2796, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-draw-circle:before {
  content: "";
}

/* line 2800, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-draw-polygon:before {
  content: "";
}

/* line 2804, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-draw-square:before {
  content: "";
}

/* line 2808, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dreidel:before {
  content: "";
}

/* line 2812, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dribbble:before {
  content: "";
}

/* line 2816, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dribbble-square:before {
  content: "";
}

/* line 2820, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-drone:before {
  content: "";
}

/* line 2824, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-drone-alt:before {
  content: "";
}

/* line 2828, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dropbox:before {
  content: "";
}

/* line 2832, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-drum:before {
  content: "";
}

/* line 2836, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-drum-steelpan:before {
  content: "";
}

/* line 2840, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-drumstick:before {
  content: "";
}

/* line 2844, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-drumstick-bite:before {
  content: "";
}

/* line 2848, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-drupal:before {
  content: "";
}

/* line 2852, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dryer:before {
  content: "";
}

/* line 2856, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dryer-alt:before {
  content: "";
}

/* line 2860, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-duck:before {
  content: "";
}

/* line 2864, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dumbbell:before {
  content: "";
}

/* line 2868, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dumpster:before {
  content: "";
}

/* line 2872, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dumpster-fire:before {
  content: "";
}

/* line 2876, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dungeon:before {
  content: "";
}

/* line 2880, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dyalog:before {
  content: "";
}

/* line 2884, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ear:before {
  content: "";
}

/* line 2888, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ear-muffs:before {
  content: "";
}

/* line 2892, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-earlybirds:before {
  content: "";
}

/* line 2896, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ebay:before {
  content: "";
}

/* line 2900, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-eclipse:before {
  content: "";
}

/* line 2904, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-eclipse-alt:before {
  content: "";
}

/* line 2908, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-edge:before {
  content: "";
}

/* line 2912, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-edit:before {
  content: "";
}

/* line 2916, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-egg:before {
  content: "";
}

/* line 2920, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-egg-fried:before {
  content: "";
}

/* line 2924, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-eject:before {
  content: "";
}

/* line 2928, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-elementor:before {
  content: "";
}

/* line 2932, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-elephant:before {
  content: "";
}

/* line 2936, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ellipsis-h:before {
  content: "";
}

/* line 2940, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ellipsis-h-alt:before {
  content: "";
}

/* line 2944, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ellipsis-v:before {
  content: "";
}

/* line 2948, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ellipsis-v-alt:before {
  content: "";
}

/* line 2952, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ello:before {
  content: "";
}

/* line 2956, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ember:before {
  content: "";
}

/* line 2960, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-empire:before {
  content: "";
}

/* line 2964, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-empty-set:before {
  content: "";
}

/* line 2968, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-engine-warning:before {
  content: "";
}

/* line 2972, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-envelope:before {
  content: "";
}

/* line 2976, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-envelope-open:before {
  content: "";
}

/* line 2980, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-envelope-open-dollar:before {
  content: "";
}

/* line 2984, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-envelope-open-text:before {
  content: "";
}

/* line 2988, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-envelope-square:before {
  content: "";
}

/* line 2992, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-envira:before {
  content: "";
}

/* line 2996, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-equals:before {
  content: "";
}

/* line 3000, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-eraser:before {
  content: "";
}

/* line 3004, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-erlang:before {
  content: "";
}

/* line 3008, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ethereum:before {
  content: "";
}

/* line 3012, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ethernet:before {
  content: "";
}

/* line 3016, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-etsy:before {
  content: "";
}

/* line 3020, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-euro-sign:before {
  content: "";
}

/* line 3024, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-evernote:before {
  content: "";
}

/* line 3028, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-exchange:before {
  content: "";
}

/* line 3032, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-exchange-alt:before {
  content: "";
}

/* line 3036, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-exclamation:before {
  content: "";
}

/* line 3040, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-exclamation-circle:before {
  content: "";
}

/* line 3044, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-exclamation-square:before {
  content: "";
}

/* line 3048, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-exclamation-triangle:before {
  content: "";
}

/* line 3052, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-expand:before {
  content: "";
}

/* line 3056, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-expand-alt:before {
  content: "";
}

/* line 3060, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-expand-arrows:before {
  content: "";
}

/* line 3064, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-expand-arrows-alt:before {
  content: "";
}

/* line 3068, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-expand-wide:before {
  content: "";
}

/* line 3072, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-expeditedssl:before {
  content: "";
}

/* line 3076, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-external-link:before {
  content: "";
}

/* line 3080, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-external-link-alt:before {
  content: "";
}

/* line 3084, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-external-link-square:before {
  content: "";
}

/* line 3088, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-external-link-square-alt:before {
  content: "";
}

/* line 3092, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-eye:before {
  content: "";
}

/* line 3096, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-eye-dropper:before {
  content: "";
}

/* line 3100, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-eye-evil:before {
  content: "";
}

/* line 3104, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-eye-slash:before {
  content: "";
}

/* line 3108, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-facebook:before {
  content: "";
}

/* line 3112, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-facebook-f:before {
  content: "";
}

/* line 3116, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-facebook-messenger:before {
  content: "";
}

/* line 3120, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-facebook-square:before {
  content: "";
}

/* line 3124, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fan:before {
  content: "";
}

/* line 3128, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fantasy-flight-games:before {
  content: "";
}

/* line 3132, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-farm:before {
  content: "";
}

/* line 3136, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fast-backward:before {
  content: "";
}

/* line 3140, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fast-forward:before {
  content: "";
}

/* line 3144, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fax:before {
  content: "";
}

/* line 3148, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-feather:before {
  content: "";
}

/* line 3152, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-feather-alt:before {
  content: "";
}

/* line 3156, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fedex:before {
  content: "";
}

/* line 3160, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fedora:before {
  content: "";
}

/* line 3164, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-female:before {
  content: "";
}

/* line 3168, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-field-hockey:before {
  content: "";
}

/* line 3172, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fighter-jet:before {
  content: "";
}

/* line 3176, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-figma:before {
  content: "";
}

/* line 3180, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file:before {
  content: "";
}

/* line 3184, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-alt:before {
  content: "";
}

/* line 3188, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-archive:before {
  content: "";
}

/* line 3192, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-audio:before {
  content: "";
}

/* line 3196, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-certificate:before {
  content: "";
}

/* line 3200, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-chart-line:before {
  content: "";
}

/* line 3204, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-chart-pie:before {
  content: "";
}

/* line 3208, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-check:before {
  content: "";
}

/* line 3212, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-code:before {
  content: "";
}

/* line 3216, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-contract:before {
  content: "";
}

/* line 3220, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-csv:before {
  content: "";
}

/* line 3224, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-download:before {
  content: "";
}

/* line 3228, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-edit:before {
  content: "";
}

/* line 3232, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-excel:before {
  content: "";
}

/* line 3236, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-exclamation:before {
  content: "";
}

/* line 3240, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-export:before {
  content: "";
}

/* line 3244, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-image:before {
  content: "";
}

/* line 3248, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-import:before {
  content: "";
}

/* line 3252, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-invoice:before {
  content: "";
}

/* line 3256, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-invoice-dollar:before {
  content: "";
}

/* line 3260, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-medical:before {
  content: "";
}

/* line 3264, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-medical-alt:before {
  content: "";
}

/* line 3268, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-minus:before {
  content: "";
}

/* line 3272, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-music:before {
  content: "";
}

/* line 3276, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-pdf:before {
  content: "";
}

/* line 3280, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-plus:before {
  content: "";
}

/* line 3284, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-powerpoint:before {
  content: "";
}

/* line 3288, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-prescription:before {
  content: "";
}

/* line 3292, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-search:before {
  content: "";
}

/* line 3296, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-signature:before {
  content: "";
}

/* line 3300, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-spreadsheet:before {
  content: "";
}

/* line 3304, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-times:before {
  content: "";
}

/* line 3308, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-upload:before {
  content: "";
}

/* line 3312, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-user:before {
  content: "";
}

/* line 3316, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-video:before {
  content: "";
}

/* line 3320, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-word:before {
  content: "";
}

/* line 3324, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-files-medical:before {
  content: "";
}

/* line 3328, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fill:before {
  content: "";
}

/* line 3332, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fill-drip:before {
  content: "";
}

/* line 3336, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-film:before {
  content: "";
}

/* line 3340, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-film-alt:before {
  content: "";
}

/* line 3344, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-film-canister:before {
  content: "";
}

/* line 3348, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-filter:before {
  content: "";
}

/* line 3352, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fingerprint:before {
  content: "";
}

/* line 3356, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fire:before {
  content: "";
}

/* line 3360, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fire-alt:before {
  content: "";
}

/* line 3364, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fire-extinguisher:before {
  content: "";
}

/* line 3368, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fire-smoke:before {
  content: "";
}

/* line 3372, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-firefox:before {
  content: "";
}

/* line 3376, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fireplace:before {
  content: "";
}

/* line 3380, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-first-aid:before {
  content: "";
}

/* line 3384, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-first-order:before {
  content: "";
}

/* line 3388, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-first-order-alt:before {
  content: "";
}

/* line 3392, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-firstdraft:before {
  content: "";
}

/* line 3396, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fish:before {
  content: "";
}

/* line 3400, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fish-cooked:before {
  content: "";
}

/* line 3404, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fist-raised:before {
  content: "";
}

/* line 3408, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-flag:before {
  content: "";
}

/* line 3412, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-flag-alt:before {
  content: "";
}

/* line 3416, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-flag-checkered:before {
  content: "";
}

/* line 3420, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-flag-usa:before {
  content: "";
}

/* line 3424, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-flame:before {
  content: "";
}

/* line 3428, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-flashlight:before {
  content: "";
}

/* line 3432, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-flask:before {
  content: "";
}

/* line 3436, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-flask-poison:before {
  content: "";
}

/* line 3440, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-flask-potion:before {
  content: "";
}

/* line 3444, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-flickr:before {
  content: "";
}

/* line 3448, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-flipboard:before {
  content: "";
}

/* line 3452, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-flower:before {
  content: "";
}

/* line 3456, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-flower-daffodil:before {
  content: "";
}

/* line 3460, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-flower-tulip:before {
  content: "";
}

/* line 3464, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-flushed:before {
  content: "";
}

/* line 3468, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-flute:before {
  content: "";
}

/* line 3472, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-flux-capacitor:before {
  content: "";
}

/* line 3476, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fly:before {
  content: "";
}

/* line 3480, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fog:before {
  content: "";
}

/* line 3484, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-folder:before {
  content: "";
}

/* line 3488, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-folder-minus:before {
  content: "";
}

/* line 3492, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-folder-open:before {
  content: "";
}

/* line 3496, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-folder-plus:before {
  content: "";
}

/* line 3500, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-folder-times:before {
  content: "";
}

/* line 3504, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-folder-tree:before {
  content: "";
}

/* line 3508, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-folders:before {
  content: "";
}

/* line 3512, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-font:before {
  content: "";
}

/* line 3516, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-font-awesome:before {
  content: "";
}

/* line 3520, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-font-awesome-alt:before {
  content: "";
}

/* line 3524, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-font-awesome-flag:before {
  content: "";
}

/* line 3528, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-font-awesome-logo-full:before {
  content: "";
}

/* line 3532, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-font-case:before {
  content: "";
}

/* line 3536, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fonticons:before {
  content: "";
}

/* line 3540, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fonticons-fi:before {
  content: "";
}

/* line 3544, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-football-ball:before {
  content: "";
}

/* line 3548, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-football-helmet:before {
  content: "";
}

/* line 3552, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-forklift:before {
  content: "";
}

/* line 3556, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fort-awesome:before {
  content: "";
}

/* line 3560, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fort-awesome-alt:before {
  content: "";
}

/* line 3564, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-forumbee:before {
  content: "";
}

/* line 3568, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-forward:before {
  content: "";
}

/* line 3572, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-foursquare:before {
  content: "";
}

/* line 3576, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fragile:before {
  content: "";
}

/* line 3580, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-free-code-camp:before {
  content: "";
}

/* line 3584, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-freebsd:before {
  content: "";
}

/* line 3588, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-french-fries:before {
  content: "";
}

/* line 3592, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-frog:before {
  content: "";
}

/* line 3596, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-frosty-head:before {
  content: "";
}

/* line 3600, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-frown:before {
  content: "";
}

/* line 3604, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-frown-open:before {
  content: "";
}

/* line 3608, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fulcrum:before {
  content: "";
}

/* line 3612, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-function:before {
  content: "";
}

/* line 3616, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-funnel-dollar:before {
  content: "";
}

/* line 3620, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-futbol:before {
  content: "";
}

/* line 3624, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-galactic-republic:before {
  content: "";
}

/* line 3628, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-galactic-senate:before {
  content: "";
}

/* line 3632, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-game-board:before {
  content: "";
}

/* line 3636, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-game-board-alt:before {
  content: "";
}

/* line 3640, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-game-console-handheld:before {
  content: "";
}

/* line 3644, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-gamepad:before {
  content: "";
}

/* line 3648, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-gamepad-alt:before {
  content: "";
}

/* line 3652, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-gas-pump:before {
  content: "";
}

/* line 3656, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-gas-pump-slash:before {
  content: "";
}

/* line 3660, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-gavel:before {
  content: "";
}

/* line 3664, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-gem:before {
  content: "";
}

/* line 3668, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-genderless:before {
  content: "";
}

/* line 3672, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-get-pocket:before {
  content: "";
}

/* line 3676, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-gg:before {
  content: "";
}

/* line 3680, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-gg-circle:before {
  content: "";
}

/* line 3684, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ghost:before {
  content: "";
}

/* line 3688, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-gift:before {
  content: "";
}

/* line 3692, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-gift-card:before {
  content: "";
}

/* line 3696, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-gifts:before {
  content: "";
}

/* line 3700, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-gingerbread-man:before {
  content: "";
}

/* line 3704, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-git:before {
  content: "";
}

/* line 3708, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-git-alt:before {
  content: "";
}

/* line 3712, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-git-square:before {
  content: "";
}

/* line 3716, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-github:before {
  content: "";
}

/* line 3720, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-github-alt:before {
  content: "";
}

/* line 3724, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-github-square:before {
  content: "";
}

/* line 3728, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-gitkraken:before {
  content: "";
}

/* line 3732, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-gitlab:before {
  content: "";
}

/* line 3736, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-gitter:before {
  content: "";
}

/* line 3740, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-glass:before {
  content: "";
}

/* line 3744, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-glass-champagne:before {
  content: "";
}

/* line 3748, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-glass-cheers:before {
  content: "";
}

/* line 3752, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-glass-citrus:before {
  content: "";
}

/* line 3756, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-glass-martini:before {
  content: "";
}

/* line 3760, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-glass-martini-alt:before {
  content: "";
}

/* line 3764, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-glass-whiskey:before {
  content: "";
}

/* line 3768, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-glass-whiskey-rocks:before {
  content: "";
}

/* line 3772, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-glasses:before {
  content: "";
}

/* line 3776, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-glasses-alt:before {
  content: "";
}

/* line 3780, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-glide:before {
  content: "";
}

/* line 3784, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-glide-g:before {
  content: "";
}

/* line 3788, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-globe:before {
  content: "";
}

/* line 3792, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-globe-africa:before {
  content: "";
}

/* line 3796, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-globe-americas:before {
  content: "";
}

/* line 3800, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-globe-asia:before {
  content: "";
}

/* line 3804, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-globe-europe:before {
  content: "";
}

/* line 3808, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-globe-snow:before {
  content: "";
}

/* line 3812, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-globe-stand:before {
  content: "";
}

/* line 3816, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-gofore:before {
  content: "";
}

/* line 3820, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-golf-ball:before {
  content: "";
}

/* line 3824, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-golf-club:before {
  content: "";
}

/* line 3828, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-goodreads:before {
  content: "";
}

/* line 3832, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-goodreads-g:before {
  content: "";
}

/* line 3836, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-google:before {
  content: "";
}

/* line 3840, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-google-drive:before {
  content: "";
}

/* line 3844, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-google-play:before {
  content: "";
}

/* line 3848, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-google-plus:before {
  content: "";
}

/* line 3852, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-google-plus-g:before {
  content: "";
}

/* line 3856, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-google-plus-square:before {
  content: "";
}

/* line 3860, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-google-wallet:before {
  content: "";
}

/* line 3864, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-gopuram:before {
  content: "";
}

/* line 3868, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-graduation-cap:before {
  content: "";
}

/* line 3872, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-gramophone:before {
  content: "";
}

/* line 3876, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-gratipay:before {
  content: "";
}

/* line 3880, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-grav:before {
  content: "";
}

/* line 3884, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-greater-than:before {
  content: "";
}

/* line 3888, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-greater-than-equal:before {
  content: "";
}

/* line 3892, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-grimace:before {
  content: "";
}

/* line 3896, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-grin:before {
  content: "";
}

/* line 3900, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-grin-alt:before {
  content: "";
}

/* line 3904, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-grin-beam:before {
  content: "";
}

/* line 3908, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-grin-beam-sweat:before {
  content: "";
}

/* line 3912, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-grin-hearts:before {
  content: "";
}

/* line 3916, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-grin-squint:before {
  content: "";
}

/* line 3920, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-grin-squint-tears:before {
  content: "";
}

/* line 3924, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-grin-stars:before {
  content: "";
}

/* line 3928, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-grin-tears:before {
  content: "";
}

/* line 3932, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-grin-tongue:before {
  content: "";
}

/* line 3936, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-grin-tongue-squint:before {
  content: "";
}

/* line 3940, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-grin-tongue-wink:before {
  content: "";
}

/* line 3944, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-grin-wink:before {
  content: "";
}

/* line 3948, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-grip-horizontal:before {
  content: "";
}

/* line 3952, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-grip-lines:before {
  content: "";
}

/* line 3956, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-grip-lines-vertical:before {
  content: "";
}

/* line 3960, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-grip-vertical:before {
  content: "";
}

/* line 3964, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-gripfire:before {
  content: "";
}

/* line 3968, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-grunt:before {
  content: "";
}

/* line 3972, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-guitar:before {
  content: "";
}

/* line 3976, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-guitar-electric:before {
  content: "";
}

/* line 3980, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-guitars:before {
  content: "";
}

/* line 3984, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-gulp:before {
  content: "";
}

/* line 3988, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-h-square:before {
  content: "";
}

/* line 3992, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-h1:before {
  content: "";
}

/* line 3996, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-h2:before {
  content: "";
}

/* line 4000, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-h3:before {
  content: "";
}

/* line 4004, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-h4:before {
  content: "";
}

/* line 4008, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hacker-news:before {
  content: "";
}

/* line 4012, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hacker-news-square:before {
  content: "";
}

/* line 4016, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hackerrank:before {
  content: "";
}

/* line 4020, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hamburger:before {
  content: "";
}

/* line 4024, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hammer:before {
  content: "";
}

/* line 4028, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hammer-war:before {
  content: "";
}

/* line 4032, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hamsa:before {
  content: "";
}

/* line 4036, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hand-heart:before {
  content: "";
}

/* line 4040, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hand-holding:before {
  content: "";
}

/* line 4044, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hand-holding-box:before {
  content: "";
}

/* line 4048, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hand-holding-heart:before {
  content: "";
}

/* line 4052, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hand-holding-magic:before {
  content: "";
}

/* line 4056, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hand-holding-seedling:before {
  content: "";
}

/* line 4060, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hand-holding-usd:before {
  content: "";
}

/* line 4064, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hand-holding-water:before {
  content: "";
}

/* line 4068, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hand-lizard:before {
  content: "";
}

/* line 4072, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hand-middle-finger:before {
  content: "";
}

/* line 4076, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hand-paper:before {
  content: "";
}

/* line 4080, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hand-peace:before {
  content: "";
}

/* line 4084, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hand-point-down:before {
  content: "";
}

/* line 4088, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hand-point-left:before {
  content: "";
}

/* line 4092, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hand-point-right:before {
  content: "";
}

/* line 4096, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hand-point-up:before {
  content: "";
}

/* line 4100, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hand-pointer:before {
  content: "";
}

/* line 4104, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hand-receiving:before {
  content: "";
}

/* line 4108, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hand-rock:before {
  content: "";
}

/* line 4112, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hand-scissors:before {
  content: "";
}

/* line 4116, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hand-spock:before {
  content: "";
}

/* line 4120, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hands:before {
  content: "";
}

/* line 4124, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hands-heart:before {
  content: "";
}

/* line 4128, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hands-helping:before {
  content: "";
}

/* line 4132, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hands-usd:before {
  content: "";
}

/* line 4136, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-handshake:before {
  content: "";
}

/* line 4140, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-handshake-alt:before {
  content: "";
}

/* line 4144, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hanukiah:before {
  content: "";
}

/* line 4148, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hard-hat:before {
  content: "";
}

/* line 4152, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hashtag:before {
  content: "";
}

/* line 4156, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hat-chef:before {
  content: "";
}

/* line 4160, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hat-cowboy:before {
  content: "";
}

/* line 4164, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hat-cowboy-side:before {
  content: "";
}

/* line 4168, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hat-santa:before {
  content: "";
}

/* line 4172, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hat-winter:before {
  content: "";
}

/* line 4176, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hat-witch:before {
  content: "";
}

/* line 4180, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hat-wizard:before {
  content: "";
}

/* line 4184, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-haykal:before {
  content: "";
}

/* line 4188, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hdd:before {
  content: "";
}

/* line 4192, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-head-side:before {
  content: "";
}

/* line 4196, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-head-side-brain:before {
  content: "";
}

/* line 4200, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-head-side-headphones:before {
  content: "";
}

/* line 4204, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-head-side-medical:before {
  content: "";
}

/* line 4208, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-head-vr:before {
  content: "";
}

/* line 4212, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-heading:before {
  content: "";
}

/* line 4216, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-headphones:before {
  content: "";
}

/* line 4220, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-headphones-alt:before {
  content: "";
}

/* line 4224, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-headset:before {
  content: "";
}

/* line 4228, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-heart:before {
  content: "";
}

/* line 4232, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-heart-broken:before {
  content: "";
}

/* line 4236, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-heart-circle:before {
  content: "";
}

/* line 4240, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-heart-rate:before {
  content: "";
}

/* line 4244, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-heart-square:before {
  content: "";
}

/* line 4248, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-heartbeat:before {
  content: "";
}

/* line 4252, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-helicopter:before {
  content: "";
}

/* line 4256, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-helmet-battle:before {
  content: "";
}

/* line 4260, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hexagon:before {
  content: "";
}

/* line 4264, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-highlighter:before {
  content: "";
}

/* line 4268, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hiking:before {
  content: "";
}

/* line 4272, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hippo:before {
  content: "";
}

/* line 4276, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hips:before {
  content: "";
}

/* line 4280, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hire-a-helper:before {
  content: "";
}

/* line 4284, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-history:before {
  content: "";
}

/* line 4288, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hockey-mask:before {
  content: "";
}

/* line 4292, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hockey-puck:before {
  content: "";
}

/* line 4296, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hockey-sticks:before {
  content: "";
}

/* line 4300, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-holly-berry:before {
  content: "";
}

/* line 4304, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-home:before {
  content: "";
}

/* line 4308, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-home-alt:before {
  content: "";
}

/* line 4312, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-home-heart:before {
  content: "";
}

/* line 4316, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-home-lg:before {
  content: "";
}

/* line 4320, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-home-lg-alt:before {
  content: "";
}

/* line 4324, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hood-cloak:before {
  content: "";
}

/* line 4328, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hooli:before {
  content: "";
}

/* line 4332, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-horizontal-rule:before {
  content: "";
}

/* line 4336, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hornbill:before {
  content: "";
}

/* line 4340, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-horse:before {
  content: "";
}

/* line 4344, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-horse-head:before {
  content: "";
}

/* line 4348, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-horse-saddle:before {
  content: "";
}

/* line 4352, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hospital:before {
  content: "";
}

/* line 4356, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hospital-alt:before {
  content: "";
}

/* line 4360, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hospital-symbol:before {
  content: "";
}

/* line 4364, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hospital-user:before {
  content: "";
}

/* line 4368, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hospitals:before {
  content: "";
}

/* line 4372, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hot-tub:before {
  content: "";
}

/* line 4376, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hotdog:before {
  content: "";
}

/* line 4380, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hotel:before {
  content: "";
}

/* line 4384, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hotjar:before {
  content: "";
}

/* line 4388, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hourglass:before {
  content: "";
}

/* line 4392, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hourglass-end:before {
  content: "";
}

/* line 4396, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hourglass-half:before {
  content: "";
}

/* line 4400, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hourglass-start:before {
  content: "";
}

/* line 4404, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-house-damage:before {
  content: "";
}

/* line 4408, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-house-flood:before {
  content: "";
}

/* line 4412, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-houzz:before {
  content: "";
}

/* line 4416, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hryvnia:before {
  content: "";
}

/* line 4420, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-html5:before {
  content: "";
}

/* line 4424, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hubspot:before {
  content: "";
}

/* line 4428, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-humidity:before {
  content: "";
}

/* line 4432, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hurricane:before {
  content: "";
}

/* line 4436, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-i-cursor:before {
  content: "";
}

/* line 4440, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ice-cream:before {
  content: "";
}

/* line 4444, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ice-skate:before {
  content: "";
}

/* line 4448, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-icicles:before {
  content: "";
}

/* line 4452, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-icons:before {
  content: "";
}

/* line 4456, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-icons-alt:before {
  content: "";
}

/* line 4460, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-id-badge:before {
  content: "";
}

/* line 4464, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-id-card:before {
  content: "";
}

/* line 4468, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-id-card-alt:before {
  content: "";
}

/* line 4472, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-igloo:before {
  content: "";
}

/* line 4476, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-image:before {
  content: "";
}

/* line 4480, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-image-polaroid:before {
  content: "";
}

/* line 4484, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-images:before {
  content: "";
}

/* line 4488, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-imdb:before {
  content: "";
}

/* line 4492, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-inbox:before {
  content: "";
}

/* line 4496, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-inbox-in:before {
  content: "";
}

/* line 4500, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-inbox-out:before {
  content: "";
}

/* line 4504, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-indent:before {
  content: "";
}

/* line 4508, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-industry:before {
  content: "";
}

/* line 4512, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-industry-alt:before {
  content: "";
}

/* line 4516, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-infinity:before {
  content: "";
}

/* line 4520, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-info:before {
  content: "";
}

/* line 4524, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-info-circle:before {
  content: "";
}

/* line 4528, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-info-square:before {
  content: "";
}

/* line 4532, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-inhaler:before {
  content: "";
}

/* line 4536, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-instagram:before {
  content: "";
}

/* line 4540, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-integral:before {
  content: "";
}

/* line 4544, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-intercom:before {
  content: "";
}

/* line 4548, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-internet-explorer:before {
  content: "";
}

/* line 4552, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-intersection:before {
  content: "";
}

/* line 4556, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-inventory:before {
  content: "";
}

/* line 4560, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-invision:before {
  content: "";
}

/* line 4564, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ioxhost:before {
  content: "";
}

/* line 4568, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-island-tropical:before {
  content: "";
}

/* line 4572, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-italic:before {
  content: "";
}

/* line 4576, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-itch-io:before {
  content: "";
}

/* line 4580, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-itunes:before {
  content: "";
}

/* line 4584, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-itunes-note:before {
  content: "";
}

/* line 4588, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-jack-o-lantern:before {
  content: "";
}

/* line 4592, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-java:before {
  content: "";
}

/* line 4596, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-jedi:before {
  content: "";
}

/* line 4600, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-jedi-order:before {
  content: "";
}

/* line 4604, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-jenkins:before {
  content: "";
}

/* line 4608, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-jira:before {
  content: "";
}

/* line 4612, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-joget:before {
  content: "";
}

/* line 4616, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-joint:before {
  content: "";
}

/* line 4620, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-joomla:before {
  content: "";
}

/* line 4624, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-journal-whills:before {
  content: "";
}

/* line 4628, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-joystick:before {
  content: "";
}

/* line 4632, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-js:before {
  content: "";
}

/* line 4636, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-js-square:before {
  content: "";
}

/* line 4640, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-jsfiddle:before {
  content: "";
}

/* line 4644, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-jug:before {
  content: "";
}

/* line 4648, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-kaaba:before {
  content: "";
}

/* line 4652, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-kaggle:before {
  content: "";
}

/* line 4656, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-kazoo:before {
  content: "";
}

/* line 4660, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-kerning:before {
  content: "";
}

/* line 4664, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-key:before {
  content: "";
}

/* line 4668, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-key-skeleton:before {
  content: "";
}

/* line 4672, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-keybase:before {
  content: "";
}

/* line 4676, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-keyboard:before {
  content: "";
}

/* line 4680, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-keycdn:before {
  content: "";
}

/* line 4684, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-keynote:before {
  content: "";
}

/* line 4688, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-khanda:before {
  content: "";
}

/* line 4692, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-kickstarter:before {
  content: "";
}

/* line 4696, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-kickstarter-k:before {
  content: "";
}

/* line 4700, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-kidneys:before {
  content: "";
}

/* line 4704, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-kiss:before {
  content: "";
}

/* line 4708, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-kiss-beam:before {
  content: "";
}

/* line 4712, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-kiss-wink-heart:before {
  content: "";
}

/* line 4716, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-kite:before {
  content: "";
}

/* line 4720, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-kiwi-bird:before {
  content: "";
}

/* line 4724, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-knife-kitchen:before {
  content: "";
}

/* line 4728, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-korvue:before {
  content: "";
}

/* line 4732, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-lambda:before {
  content: "";
}

/* line 4736, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-lamp:before {
  content: "";
}

/* line 4740, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-landmark:before {
  content: "";
}

/* line 4744, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-landmark-alt:before {
  content: "";
}

/* line 4748, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-language:before {
  content: "";
}

/* line 4752, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-laptop:before {
  content: "";
}

/* line 4756, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-laptop-code:before {
  content: "";
}

/* line 4760, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-laptop-medical:before {
  content: "";
}

/* line 4764, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-laravel:before {
  content: "";
}

/* line 4768, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-lasso:before {
  content: "";
}

/* line 4772, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-lastfm:before {
  content: "";
}

/* line 4776, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-lastfm-square:before {
  content: "";
}

/* line 4780, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-laugh:before {
  content: "";
}

/* line 4784, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-laugh-beam:before {
  content: "";
}

/* line 4788, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-laugh-squint:before {
  content: "";
}

/* line 4792, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-laugh-wink:before {
  content: "";
}

/* line 4796, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-layer-group:before {
  content: "";
}

/* line 4800, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-layer-minus:before {
  content: "";
}

/* line 4804, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-layer-plus:before {
  content: "";
}

/* line 4808, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-leaf:before {
  content: "";
}

/* line 4812, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-leaf-heart:before {
  content: "";
}

/* line 4816, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-leaf-maple:before {
  content: "";
}

/* line 4820, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-leaf-oak:before {
  content: "";
}

/* line 4824, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-leanpub:before {
  content: "";
}

/* line 4828, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-lemon:before {
  content: "";
}

/* line 4832, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-less:before {
  content: "";
}

/* line 4836, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-less-than:before {
  content: "";
}

/* line 4840, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-less-than-equal:before {
  content: "";
}

/* line 4844, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-level-down:before {
  content: "";
}

/* line 4848, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-level-down-alt:before {
  content: "";
}

/* line 4852, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-level-up:before {
  content: "";
}

/* line 4856, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-level-up-alt:before {
  content: "";
}

/* line 4860, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-life-ring:before {
  content: "";
}

/* line 4864, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-lightbulb:before {
  content: "";
}

/* line 4868, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-lightbulb-dollar:before {
  content: "";
}

/* line 4872, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-lightbulb-exclamation:before {
  content: "";
}

/* line 4876, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-lightbulb-on:before {
  content: "";
}

/* line 4880, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-lightbulb-slash:before {
  content: "";
}

/* line 4884, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-lights-holiday:before {
  content: "";
}

/* line 4888, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-line:before {
  content: "";
}

/* line 4892, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-line-columns:before {
  content: "";
}

/* line 4896, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-line-height:before {
  content: "";
}

/* line 4900, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-link:before {
  content: "";
}

/* line 4904, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-linkedin:before {
  content: "";
}

/* line 4908, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-linkedin-in:before {
  content: "";
}

/* line 4912, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-linode:before {
  content: "";
}

/* line 4916, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-linux:before {
  content: "";
}

/* line 4920, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-lips:before {
  content: "";
}

/* line 4924, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-lira-sign:before {
  content: "";
}

/* line 4928, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-list:before {
  content: "";
}

/* line 4932, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-list-alt:before {
  content: "";
}

/* line 4936, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-list-music:before {
  content: "";
}

/* line 4940, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-list-ol:before {
  content: "";
}

/* line 4944, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-list-ul:before {
  content: "";
}

/* line 4948, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-location:before {
  content: "";
}

/* line 4952, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-location-arrow:before {
  content: "";
}

/* line 4956, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-location-circle:before {
  content: "";
}

/* line 4960, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-location-slash:before {
  content: "";
}

/* line 4964, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-lock:before {
  content: "";
}

/* line 4968, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-lock-alt:before {
  content: "";
}

/* line 4972, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-lock-open:before {
  content: "";
}

/* line 4976, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-lock-open-alt:before {
  content: "";
}

/* line 4980, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-long-arrow-alt-down:before {
  content: "";
}

/* line 4984, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-long-arrow-alt-left:before {
  content: "";
}

/* line 4988, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-long-arrow-alt-right:before {
  content: "";
}

/* line 4992, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-long-arrow-alt-up:before {
  content: "";
}

/* line 4996, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-long-arrow-down:before {
  content: "";
}

/* line 5000, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-long-arrow-left:before {
  content: "";
}

/* line 5004, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-long-arrow-right:before {
  content: "";
}

/* line 5008, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-long-arrow-up:before {
  content: "";
}

/* line 5012, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-loveseat:before {
  content: "";
}

/* line 5016, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-low-vision:before {
  content: "";
}

/* line 5020, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-luchador:before {
  content: "";
}

/* line 5024, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-luggage-cart:before {
  content: "";
}

/* line 5028, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-lungs:before {
  content: "";
}

/* line 5032, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-lyft:before {
  content: "";
}

/* line 5036, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mace:before {
  content: "";
}

/* line 5040, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-magento:before {
  content: "";
}

/* line 5044, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-magic:before {
  content: "";
}

/* line 5048, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-magnet:before {
  content: "";
}

/* line 5052, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mail-bulk:before {
  content: "";
}

/* line 5056, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mailbox:before {
  content: "";
}

/* line 5060, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mailchimp:before {
  content: "";
}

/* line 5064, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-male:before {
  content: "";
}

/* line 5068, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mandalorian:before {
  content: "";
}

/* line 5072, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mandolin:before {
  content: "";
}

/* line 5076, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-map:before {
  content: "";
}

/* line 5080, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-map-marked:before {
  content: "";
}

/* line 5084, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-map-marked-alt:before {
  content: "";
}

/* line 5088, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-map-marker:before {
  content: "";
}

/* line 5092, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-map-marker-alt:before {
  content: "";
}

/* line 5096, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-map-marker-alt-slash:before {
  content: "";
}

/* line 5100, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-map-marker-check:before {
  content: "";
}

/* line 5104, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-map-marker-edit:before {
  content: "";
}

/* line 5108, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-map-marker-exclamation:before {
  content: "";
}

/* line 5112, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-map-marker-minus:before {
  content: "";
}

/* line 5116, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-map-marker-plus:before {
  content: "";
}

/* line 5120, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-map-marker-question:before {
  content: "";
}

/* line 5124, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-map-marker-slash:before {
  content: "";
}

/* line 5128, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-map-marker-smile:before {
  content: "";
}

/* line 5132, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-map-marker-times:before {
  content: "";
}

/* line 5136, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-map-pin:before {
  content: "";
}

/* line 5140, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-map-signs:before {
  content: "";
}

/* line 5144, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-markdown:before {
  content: "";
}

/* line 5148, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-marker:before {
  content: "";
}

/* line 5152, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mars:before {
  content: "";
}

/* line 5156, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mars-double:before {
  content: "";
}

/* line 5160, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mars-stroke:before {
  content: "";
}

/* line 5164, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mars-stroke-h:before {
  content: "";
}

/* line 5168, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mars-stroke-v:before {
  content: "";
}

/* line 5172, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mask:before {
  content: "";
}

/* line 5176, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mastodon:before {
  content: "";
}

/* line 5180, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-maxcdn:before {
  content: "";
}

/* line 5184, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mdb:before {
  content: "";
}

/* line 5188, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-meat:before {
  content: "";
}

/* line 5192, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-medal:before {
  content: "";
}

/* line 5196, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-medapps:before {
  content: "";
}

/* line 5200, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-medium:before {
  content: "";
}

/* line 5204, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-medium-m:before {
  content: "";
}

/* line 5208, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-medkit:before {
  content: "";
}

/* line 5212, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-medrt:before {
  content: "";
}

/* line 5216, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-meetup:before {
  content: "";
}

/* line 5220, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-megaphone:before {
  content: "";
}

/* line 5224, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-megaport:before {
  content: "";
}

/* line 5228, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-meh:before {
  content: "";
}

/* line 5232, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-meh-blank:before {
  content: "";
}

/* line 5236, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-meh-rolling-eyes:before {
  content: "";
}

/* line 5240, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-memory:before {
  content: "";
}

/* line 5244, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mendeley:before {
  content: "";
}

/* line 5248, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-menorah:before {
  content: "";
}

/* line 5252, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mercury:before {
  content: "";
}

/* line 5256, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-meteor:before {
  content: "";
}

/* line 5260, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-microchip:before {
  content: "";
}

/* line 5264, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-microphone:before {
  content: "";
}

/* line 5268, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-microphone-alt:before {
  content: "";
}

/* line 5272, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-microphone-alt-slash:before {
  content: "";
}

/* line 5276, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-microphone-slash:before {
  content: "";
}

/* line 5280, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-microphone-stand:before {
  content: "";
}

/* line 5284, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-microscope:before {
  content: "";
}

/* line 5288, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-microsoft:before {
  content: "";
}

/* line 5292, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mind-share:before {
  content: "";
}

/* line 5296, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-minus:before {
  content: "";
}

/* line 5300, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-minus-circle:before {
  content: "";
}

/* line 5304, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-minus-hexagon:before {
  content: "";
}

/* line 5308, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-minus-octagon:before {
  content: "";
}

/* line 5312, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-minus-square:before {
  content: "";
}

/* line 5316, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mistletoe:before {
  content: "";
}

/* line 5320, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mitten:before {
  content: "";
}

/* line 5324, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mix:before {
  content: "";
}

/* line 5328, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mixcloud:before {
  content: "";
}

/* line 5332, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mizuni:before {
  content: "";
}

/* line 5336, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mobile:before {
  content: "";
}

/* line 5340, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mobile-alt:before {
  content: "";
}

/* line 5344, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mobile-android:before {
  content: "";
}

/* line 5348, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mobile-android-alt:before {
  content: "";
}

/* line 5352, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-modx:before {
  content: "";
}

/* line 5356, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-monero:before {
  content: "";
}

/* line 5360, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-money-bill:before {
  content: "";
}

/* line 5364, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-money-bill-alt:before {
  content: "";
}

/* line 5368, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-money-bill-wave:before {
  content: "";
}

/* line 5372, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-money-bill-wave-alt:before {
  content: "";
}

/* line 5376, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-money-check:before {
  content: "";
}

/* line 5380, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-money-check-alt:before {
  content: "";
}

/* line 5384, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-money-check-edit:before {
  content: "";
}

/* line 5388, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-money-check-edit-alt:before {
  content: "";
}

/* line 5392, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-monitor-heart-rate:before {
  content: "";
}

/* line 5396, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-monkey:before {
  content: "";
}

/* line 5400, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-monument:before {
  content: "";
}

/* line 5404, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-moon:before {
  content: "";
}

/* line 5408, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-moon-cloud:before {
  content: "";
}

/* line 5412, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-moon-stars:before {
  content: "";
}

/* line 5416, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mortar-pestle:before {
  content: "";
}

/* line 5420, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mosque:before {
  content: "";
}

/* line 5424, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-motorcycle:before {
  content: "";
}

/* line 5428, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mountain:before {
  content: "";
}

/* line 5432, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mountains:before {
  content: "";
}

/* line 5436, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mouse:before {
  content: "";
}

/* line 5440, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mouse-alt:before {
  content: "";
}

/* line 5444, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mouse-pointer:before {
  content: "";
}

/* line 5448, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mp3-player:before {
  content: "";
}

/* line 5452, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mug:before {
  content: "";
}

/* line 5456, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mug-hot:before {
  content: "";
}

/* line 5460, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mug-marshmallows:before {
  content: "";
}

/* line 5464, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mug-tea:before {
  content: "";
}

/* line 5468, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-music:before {
  content: "";
}

/* line 5472, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-music-alt:before {
  content: "";
}

/* line 5476, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-music-alt-slash:before {
  content: "";
}

/* line 5480, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-music-slash:before {
  content: "";
}

/* line 5484, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-napster:before {
  content: "";
}

/* line 5488, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-narwhal:before {
  content: "";
}

/* line 5492, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-neos:before {
  content: "";
}

/* line 5496, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-network-wired:before {
  content: "";
}

/* line 5500, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-neuter:before {
  content: "";
}

/* line 5504, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-newspaper:before {
  content: "";
}

/* line 5508, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-nimblr:before {
  content: "";
}

/* line 5512, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-node:before {
  content: "";
}

/* line 5516, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-node-js:before {
  content: "";
}

/* line 5520, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-not-equal:before {
  content: "";
}

/* line 5524, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-notes-medical:before {
  content: "";
}

/* line 5528, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-npm:before {
  content: "";
}

/* line 5532, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ns8:before {
  content: "";
}

/* line 5536, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-nutritionix:before {
  content: "";
}

/* line 5540, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-object-group:before {
  content: "";
}

/* line 5544, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-object-ungroup:before {
  content: "";
}

/* line 5548, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-octagon:before {
  content: "";
}

/* line 5552, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-odnoklassniki:before {
  content: "";
}

/* line 5556, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-odnoklassniki-square:before {
  content: "";
}

/* line 5560, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-oil-can:before {
  content: "";
}

/* line 5564, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-oil-temp:before {
  content: "";
}

/* line 5568, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-old-republic:before {
  content: "";
}

/* line 5572, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-om:before {
  content: "";
}

/* line 5576, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-omega:before {
  content: "";
}

/* line 5580, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-opencart:before {
  content: "";
}

/* line 5584, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-openid:before {
  content: "";
}

/* line 5588, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-opera:before {
  content: "";
}

/* line 5592, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-optin-monster:before {
  content: "";
}

/* line 5596, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-orcid:before {
  content: "";
}

/* line 5600, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ornament:before {
  content: "";
}

/* line 5604, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-osi:before {
  content: "";
}

/* line 5608, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-otter:before {
  content: "";
}

/* line 5612, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-outdent:before {
  content: "";
}

/* line 5616, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-overline:before {
  content: "";
}

/* line 5620, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-page-break:before {
  content: "";
}

/* line 5624, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-page4:before {
  content: "";
}

/* line 5628, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pagelines:before {
  content: "";
}

/* line 5632, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pager:before {
  content: "";
}

/* line 5636, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-paint-brush:before {
  content: "";
}

/* line 5640, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-paint-brush-alt:before {
  content: "";
}

/* line 5644, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-paint-roller:before {
  content: "";
}

/* line 5648, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-palette:before {
  content: "";
}

/* line 5652, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-palfed:before {
  content: "";
}

/* line 5656, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pallet:before {
  content: "";
}

/* line 5660, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pallet-alt:before {
  content: "";
}

/* line 5664, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-paper-plane:before {
  content: "";
}

/* line 5668, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-paperclip:before {
  content: "";
}

/* line 5672, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-parachute-box:before {
  content: "";
}

/* line 5676, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-paragraph:before {
  content: "";
}

/* line 5680, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-paragraph-rtl:before {
  content: "";
}

/* line 5684, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-parking:before {
  content: "";
}

/* line 5688, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-parking-circle:before {
  content: "";
}

/* line 5692, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-parking-circle-slash:before {
  content: "";
}

/* line 5696, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-parking-slash:before {
  content: "";
}

/* line 5700, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-passport:before {
  content: "";
}

/* line 5704, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pastafarianism:before {
  content: "";
}

/* line 5708, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-paste:before {
  content: "";
}

/* line 5712, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-patreon:before {
  content: "";
}

/* line 5716, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pause:before {
  content: "";
}

/* line 5720, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pause-circle:before {
  content: "";
}

/* line 5724, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-paw:before {
  content: "";
}

/* line 5728, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-paw-alt:before {
  content: "";
}

/* line 5732, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-paw-claws:before {
  content: "";
}

/* line 5736, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-paypal:before {
  content: "";
}

/* line 5740, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-peace:before {
  content: "";
}

/* line 5744, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pegasus:before {
  content: "";
}

/* line 5748, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pen:before {
  content: "";
}

/* line 5752, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pen-alt:before {
  content: "";
}

/* line 5756, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pen-fancy:before {
  content: "";
}

/* line 5760, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pen-nib:before {
  content: "";
}

/* line 5764, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pen-square:before {
  content: "";
}

/* line 5768, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pencil:before {
  content: "";
}

/* line 5772, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pencil-alt:before {
  content: "";
}

/* line 5776, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pencil-paintbrush:before {
  content: "";
}

/* line 5780, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pencil-ruler:before {
  content: "";
}

/* line 5784, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pennant:before {
  content: "";
}

/* line 5788, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-penny-arcade:before {
  content: "";
}

/* line 5792, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-people-carry:before {
  content: "";
}

/* line 5796, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pepper-hot:before {
  content: "";
}

/* line 5800, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-percent:before {
  content: "";
}

/* line 5804, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-percentage:before {
  content: "";
}

/* line 5808, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-periscope:before {
  content: "";
}

/* line 5812, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-person-booth:before {
  content: "";
}

/* line 5816, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-person-carry:before {
  content: "";
}

/* line 5820, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-person-dolly:before {
  content: "";
}

/* line 5824, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-person-dolly-empty:before {
  content: "";
}

/* line 5828, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-person-sign:before {
  content: "";
}

/* line 5832, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-phabricator:before {
  content: "";
}

/* line 5836, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-phoenix-framework:before {
  content: "";
}

/* line 5840, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-phoenix-squadron:before {
  content: "";
}

/* line 5844, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-phone:before {
  content: "";
}

/* line 5848, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-phone-alt:before {
  content: "";
}

/* line 5852, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-phone-laptop:before {
  content: "";
}

/* line 5856, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-phone-office:before {
  content: "";
}

/* line 5860, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-phone-plus:before {
  content: "";
}

/* line 5864, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-phone-rotary:before {
  content: "";
}

/* line 5868, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-phone-slash:before {
  content: "";
}

/* line 5872, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-phone-square:before {
  content: "";
}

/* line 5876, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-phone-square-alt:before {
  content: "";
}

/* line 5880, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-phone-volume:before {
  content: "";
}

/* line 5884, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-photo-video:before {
  content: "";
}

/* line 5888, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-php:before {
  content: "";
}

/* line 5892, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pi:before {
  content: "";
}

/* line 5896, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-piano:before {
  content: "";
}

/* line 5900, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-piano-keyboard:before {
  content: "";
}

/* line 5904, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pie:before {
  content: "";
}

/* line 5908, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pied-piper:before {
  content: "";
}

/* line 5912, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pied-piper-alt:before {
  content: "";
}

/* line 5916, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pied-piper-hat:before {
  content: "";
}

/* line 5920, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pied-piper-pp:before {
  content: "";
}

/* line 5924, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pig:before {
  content: "";
}

/* line 5928, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-piggy-bank:before {
  content: "";
}

/* line 5932, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pills:before {
  content: "";
}

/* line 5936, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pinterest:before {
  content: "";
}

/* line 5940, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pinterest-p:before {
  content: "";
}

/* line 5944, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pinterest-square:before {
  content: "";
}

/* line 5948, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pizza:before {
  content: "";
}

/* line 5952, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pizza-slice:before {
  content: "";
}

/* line 5956, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-place-of-worship:before {
  content: "";
}

/* line 5960, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-plane:before {
  content: "";
}

/* line 5964, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-plane-alt:before {
  content: "";
}

/* line 5968, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-plane-arrival:before {
  content: "";
}

/* line 5972, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-plane-departure:before {
  content: "";
}

/* line 5976, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-play:before {
  content: "";
}

/* line 5980, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-play-circle:before {
  content: "";
}

/* line 5984, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-playstation:before {
  content: "";
}

/* line 5988, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-plug:before {
  content: "";
}

/* line 5992, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-plus:before {
  content: "";
}

/* line 5996, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-plus-circle:before {
  content: "";
}

/* line 6000, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-plus-hexagon:before {
  content: "";
}

/* line 6004, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-plus-octagon:before {
  content: "";
}

/* line 6008, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-plus-square:before {
  content: "";
}

/* line 6012, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-podcast:before {
  content: "";
}

/* line 6016, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-podium:before {
  content: "";
}

/* line 6020, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-podium-star:before {
  content: "";
}

/* line 6024, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-poll:before {
  content: "";
}

/* line 6028, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-poll-h:before {
  content: "";
}

/* line 6032, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-poll-people:before {
  content: "";
}

/* line 6036, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-poo:before {
  content: "";
}

/* line 6040, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-poo-storm:before {
  content: "";
}

/* line 6044, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-poop:before {
  content: "";
}

/* line 6048, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-popcorn:before {
  content: "";
}

/* line 6052, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-portrait:before {
  content: "";
}

/* line 6056, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pound-sign:before {
  content: "";
}

/* line 6060, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-power-off:before {
  content: "";
}

/* line 6064, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pray:before {
  content: "";
}

/* line 6068, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-praying-hands:before {
  content: "";
}

/* line 6072, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-prescription:before {
  content: "";
}

/* line 6076, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-prescription-bottle:before {
  content: "";
}

/* line 6080, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-prescription-bottle-alt:before {
  content: "";
}

/* line 6084, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-presentation:before {
  content: "";
}

/* line 6088, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-print:before {
  content: "";
}

/* line 6092, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-print-search:before {
  content: "";
}

/* line 6096, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-print-slash:before {
  content: "";
}

/* line 6100, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-procedures:before {
  content: "";
}

/* line 6104, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-product-hunt:before {
  content: "";
}

/* line 6108, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-project-diagram:before {
  content: "";
}

/* line 6112, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-projector:before {
  content: "";
}

/* line 6116, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pumpkin:before {
  content: "";
}

/* line 6120, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pushed:before {
  content: "";
}

/* line 6124, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-puzzle-piece:before {
  content: "";
}

/* line 6128, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-python:before {
  content: "";
}

/* line 6132, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-qq:before {
  content: "";
}

/* line 6136, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-qrcode:before {
  content: "";
}

/* line 6140, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-question:before {
  content: "";
}

/* line 6144, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-question-circle:before {
  content: "";
}

/* line 6148, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-question-square:before {
  content: "";
}

/* line 6152, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-quidditch:before {
  content: "";
}

/* line 6156, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-quinscape:before {
  content: "";
}

/* line 6160, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-quora:before {
  content: "";
}

/* line 6164, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-quote-left:before {
  content: "";
}

/* line 6168, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-quote-right:before {
  content: "";
}

/* line 6172, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-quran:before {
  content: "";
}

/* line 6176, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-r-project:before {
  content: "";
}

/* line 6180, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-rabbit:before {
  content: "";
}

/* line 6184, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-rabbit-fast:before {
  content: "";
}

/* line 6188, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-racquet:before {
  content: "";
}

/* line 6192, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-radiation:before {
  content: "";
}

/* line 6196, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-radiation-alt:before {
  content: "";
}

/* line 6200, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-radio:before {
  content: "";
}

/* line 6204, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-radio-alt:before {
  content: "";
}

/* line 6208, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-rainbow:before {
  content: "";
}

/* line 6212, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-raindrops:before {
  content: "";
}

/* line 6216, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ram:before {
  content: "";
}

/* line 6220, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ramp-loading:before {
  content: "";
}

/* line 6224, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-random:before {
  content: "";
}

/* line 6228, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-raspberry-pi:before {
  content: "";
}

/* line 6232, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ravelry:before {
  content: "";
}

/* line 6236, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-react:before {
  content: "";
}

/* line 6240, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-reacteurope:before {
  content: "";
}

/* line 6244, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-readme:before {
  content: "";
}

/* line 6248, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-rebel:before {
  content: "";
}

/* line 6252, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-receipt:before {
  content: "";
}

/* line 6256, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-record-vinyl:before {
  content: "";
}

/* line 6260, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-rectangle-landscape:before {
  content: "";
}

/* line 6264, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-rectangle-portrait:before {
  content: "";
}

/* line 6268, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-rectangle-wide:before {
  content: "";
}

/* line 6272, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-recycle:before {
  content: "";
}

/* line 6276, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-red-river:before {
  content: "";
}

/* line 6280, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-reddit:before {
  content: "";
}

/* line 6284, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-reddit-alien:before {
  content: "";
}

/* line 6288, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-reddit-square:before {
  content: "";
}

/* line 6292, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-redhat:before {
  content: "";
}

/* line 6296, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-redo:before {
  content: "";
}

/* line 6300, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-redo-alt:before {
  content: "";
}

/* line 6304, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-registered:before {
  content: "";
}

/* line 6308, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-remove-format:before {
  content: "";
}

/* line 6312, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-renren:before {
  content: "";
}

/* line 6316, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-repeat:before {
  content: "";
}

/* line 6320, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-repeat-1:before {
  content: "";
}

/* line 6324, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-repeat-1-alt:before {
  content: "";
}

/* line 6328, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-repeat-alt:before {
  content: "";
}

/* line 6332, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-reply:before {
  content: "";
}

/* line 6336, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-reply-all:before {
  content: "";
}

/* line 6340, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-replyd:before {
  content: "";
}

/* line 6344, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-republican:before {
  content: "";
}

/* line 6348, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-researchgate:before {
  content: "";
}

/* line 6352, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-resolving:before {
  content: "";
}

/* line 6356, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-restroom:before {
  content: "";
}

/* line 6360, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-retweet:before {
  content: "";
}

/* line 6364, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-retweet-alt:before {
  content: "";
}

/* line 6368, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-rev:before {
  content: "";
}

/* line 6372, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ribbon:before {
  content: "";
}

/* line 6376, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ring:before {
  content: "";
}

/* line 6380, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-rings-wedding:before {
  content: "";
}

/* line 6384, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-road:before {
  content: "";
}

/* line 6388, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-robot:before {
  content: "";
}

/* line 6392, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-rocket:before {
  content: "";
}

/* line 6396, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-rocketchat:before {
  content: "";
}

/* line 6400, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-rockrms:before {
  content: "";
}

/* line 6404, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-route:before {
  content: "";
}

/* line 6408, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-route-highway:before {
  content: "";
}

/* line 6412, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-route-interstate:before {
  content: "";
}

/* line 6416, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-router:before {
  content: "";
}

/* line 6420, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-rss:before {
  content: "";
}

/* line 6424, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-rss-square:before {
  content: "";
}

/* line 6428, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ruble-sign:before {
  content: "";
}

/* line 6432, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ruler:before {
  content: "";
}

/* line 6436, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ruler-combined:before {
  content: "";
}

/* line 6440, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ruler-horizontal:before {
  content: "";
}

/* line 6444, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ruler-triangle:before {
  content: "";
}

/* line 6448, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ruler-vertical:before {
  content: "";
}

/* line 6452, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-running:before {
  content: "";
}

/* line 6456, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-rupee-sign:before {
  content: "";
}

/* line 6460, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-rv:before {
  content: "";
}

/* line 6464, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sack:before {
  content: "";
}

/* line 6468, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sack-dollar:before {
  content: "";
}

/* line 6472, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sad-cry:before {
  content: "";
}

/* line 6476, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sad-tear:before {
  content: "";
}

/* line 6480, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-safari:before {
  content: "";
}

/* line 6484, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-salad:before {
  content: "";
}

/* line 6488, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-salesforce:before {
  content: "";
}

/* line 6492, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sandwich:before {
  content: "";
}

/* line 6496, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sass:before {
  content: "";
}

/* line 6500, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-satellite:before {
  content: "";
}

/* line 6504, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-satellite-dish:before {
  content: "";
}

/* line 6508, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sausage:before {
  content: "";
}

/* line 6512, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-save:before {
  content: "";
}

/* line 6516, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sax-hot:before {
  content: "";
}

/* line 6520, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-saxophone:before {
  content: "";
}

/* line 6524, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-scalpel:before {
  content: "";
}

/* line 6528, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-scalpel-path:before {
  content: "";
}

/* line 6532, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-scanner:before {
  content: "";
}

/* line 6536, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-scanner-image:before {
  content: "";
}

/* line 6540, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-scanner-keyboard:before {
  content: "";
}

/* line 6544, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-scanner-touchscreen:before {
  content: "";
}

/* line 6548, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-scarecrow:before {
  content: "";
}

/* line 6552, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-scarf:before {
  content: "";
}

/* line 6556, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-schlix:before {
  content: "";
}

/* line 6560, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-school:before {
  content: "";
}

/* line 6564, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-screwdriver:before {
  content: "";
}

/* line 6568, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-scribd:before {
  content: "";
}

/* line 6572, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-scroll:before {
  content: "";
}

/* line 6576, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-scroll-old:before {
  content: "";
}

/* line 6580, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-scrubber:before {
  content: "";
}

/* line 6584, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-scythe:before {
  content: "";
}

/* line 6588, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sd-card:before {
  content: "";
}

/* line 6592, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-search:before {
  content: "";
}

/* line 6596, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-search-dollar:before {
  content: "";
}

/* line 6600, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-search-location:before {
  content: "";
}

/* line 6604, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-search-minus:before {
  content: "";
}

/* line 6608, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-search-plus:before {
  content: "";
}

/* line 6612, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-searchengin:before {
  content: "";
}

/* line 6616, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-seedling:before {
  content: "";
}

/* line 6620, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sellcast:before {
  content: "";
}

/* line 6624, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sellsy:before {
  content: "";
}

/* line 6628, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-send-back:before {
  content: "";
}

/* line 6632, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-send-backward:before {
  content: "";
}

/* line 6636, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-server:before {
  content: "";
}

/* line 6640, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-servicestack:before {
  content: "";
}

/* line 6644, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-shapes:before {
  content: "";
}

/* line 6648, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-share:before {
  content: "";
}

/* line 6652, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-share-all:before {
  content: "";
}

/* line 6656, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-share-alt:before {
  content: "";
}

/* line 6660, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-share-alt-square:before {
  content: "";
}

/* line 6664, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-share-square:before {
  content: "";
}

/* line 6668, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sheep:before {
  content: "";
}

/* line 6672, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-shekel-sign:before {
  content: "";
}

/* line 6676, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-shield:before {
  content: "";
}

/* line 6680, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-shield-alt:before {
  content: "";
}

/* line 6684, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-shield-check:before {
  content: "";
}

/* line 6688, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-shield-cross:before {
  content: "";
}

/* line 6692, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ship:before {
  content: "";
}

/* line 6696, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-shipping-fast:before {
  content: "";
}

/* line 6700, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-shipping-timed:before {
  content: "";
}

/* line 6704, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-shirtsinbulk:before {
  content: "";
}

/* line 6708, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-shish-kebab:before {
  content: "";
}

/* line 6712, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-shoe-prints:before {
  content: "";
}

/* line 6716, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-shopping-bag:before {
  content: "";
}

/* line 6720, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-shopping-basket:before {
  content: "";
}

/* line 6724, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-shopping-cart:before {
  content: "";
}

/* line 6728, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-shopware:before {
  content: "";
}

/* line 6732, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-shovel:before {
  content: "";
}

/* line 6736, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-shovel-snow:before {
  content: "";
}

/* line 6740, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-shower:before {
  content: "";
}

/* line 6744, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-shredder:before {
  content: "";
}

/* line 6748, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-shuttle-van:before {
  content: "";
}

/* line 6752, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-shuttlecock:before {
  content: "";
}

/* line 6756, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sickle:before {
  content: "";
}

/* line 6760, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sigma:before {
  content: "";
}

/* line 6764, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sign:before {
  content: "";
}

/* line 6768, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sign-in:before {
  content: "";
}

/* line 6772, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sign-in-alt:before {
  content: "";
}

/* line 6776, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sign-language:before {
  content: "";
}

/* line 6780, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sign-out:before {
  content: "";
}

/* line 6784, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sign-out-alt:before {
  content: "";
}

/* line 6788, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-signal:before {
  content: "";
}

/* line 6792, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-signal-1:before {
  content: "";
}

/* line 6796, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-signal-2:before {
  content: "";
}

/* line 6800, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-signal-3:before {
  content: "";
}

/* line 6804, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-signal-4:before {
  content: "";
}

/* line 6808, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-signal-alt:before {
  content: "";
}

/* line 6812, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-signal-alt-1:before {
  content: "";
}

/* line 6816, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-signal-alt-2:before {
  content: "";
}

/* line 6820, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-signal-alt-3:before {
  content: "";
}

/* line 6824, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-signal-alt-slash:before {
  content: "";
}

/* line 6828, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-signal-slash:before {
  content: "";
}

/* line 6832, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-signal-stream:before {
  content: "";
}

/* line 6836, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-signature:before {
  content: "";
}

/* line 6840, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sim-card:before {
  content: "";
}

/* line 6844, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-simplybuilt:before {
  content: "";
}

/* line 6848, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sistrix:before {
  content: "";
}

/* line 6852, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sitemap:before {
  content: "";
}

/* line 6856, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sith:before {
  content: "";
}

/* line 6860, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-skating:before {
  content: "";
}

/* line 6864, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-skeleton:before {
  content: "";
}

/* line 6868, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sketch:before {
  content: "";
}

/* line 6872, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ski-jump:before {
  content: "";
}

/* line 6876, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ski-lift:before {
  content: "";
}

/* line 6880, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-skiing:before {
  content: "";
}

/* line 6884, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-skiing-nordic:before {
  content: "";
}

/* line 6888, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-skull:before {
  content: "";
}

/* line 6892, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-skull-cow:before {
  content: "";
}

/* line 6896, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-skull-crossbones:before {
  content: "";
}

/* line 6900, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-skyatlas:before {
  content: "";
}

/* line 6904, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-skype:before {
  content: "";
}

/* line 6908, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-slack:before {
  content: "";
}

/* line 6912, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-slack-hash:before {
  content: "";
}

/* line 6916, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-slash:before {
  content: "";
}

/* line 6920, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sledding:before {
  content: "";
}

/* line 6924, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sleigh:before {
  content: "";
}

/* line 6928, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sliders-h:before {
  content: "";
}

/* line 6932, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sliders-h-square:before {
  content: "";
}

/* line 6936, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sliders-v:before {
  content: "";
}

/* line 6940, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sliders-v-square:before {
  content: "";
}

/* line 6944, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-slideshare:before {
  content: "";
}

/* line 6948, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-smile:before {
  content: "";
}

/* line 6952, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-smile-beam:before {
  content: "";
}

/* line 6956, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-smile-plus:before {
  content: "";
}

/* line 6960, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-smile-wink:before {
  content: "";
}

/* line 6964, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-smog:before {
  content: "";
}

/* line 6968, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-smoke:before {
  content: "";
}

/* line 6972, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-smoking:before {
  content: "";
}

/* line 6976, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-smoking-ban:before {
  content: "";
}

/* line 6980, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sms:before {
  content: "";
}

/* line 6984, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-snake:before {
  content: "";
}

/* line 6988, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-snapchat:before {
  content: "";
}

/* line 6992, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-snapchat-ghost:before {
  content: "";
}

/* line 6996, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-snapchat-square:before {
  content: "";
}

/* line 7000, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-snooze:before {
  content: "";
}

/* line 7004, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-snow-blowing:before {
  content: "";
}

/* line 7008, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-snowboarding:before {
  content: "";
}

/* line 7012, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-snowflake:before {
  content: "";
}

/* line 7016, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-snowflakes:before {
  content: "";
}

/* line 7020, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-snowman:before {
  content: "";
}

/* line 7024, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-snowmobile:before {
  content: "";
}

/* line 7028, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-snowplow:before {
  content: "";
}

/* line 7032, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-socks:before {
  content: "";
}

/* line 7036, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-solar-panel:before {
  content: "";
}

/* line 7040, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort:before {
  content: "";
}

/* line 7044, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-alpha-down:before {
  content: "";
}

/* line 7048, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-alpha-down-alt:before {
  content: "";
}

/* line 7052, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-alpha-up:before {
  content: "";
}

/* line 7056, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-alpha-up-alt:before {
  content: "";
}

/* line 7060, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-alt:before {
  content: "";
}

/* line 7064, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-amount-down:before {
  content: "";
}

/* line 7068, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-amount-down-alt:before {
  content: "";
}

/* line 7072, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-amount-up:before {
  content: "";
}

/* line 7076, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-amount-up-alt:before {
  content: "";
}

/* line 7080, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-down:before {
  content: "";
}

/* line 7084, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-numeric-down:before {
  content: "";
}

/* line 7088, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-numeric-down-alt:before {
  content: "";
}

/* line 7092, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-numeric-up:before {
  content: "";
}

/* line 7096, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-numeric-up-alt:before {
  content: "";
}

/* line 7100, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-shapes-down:before {
  content: "";
}

/* line 7104, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-shapes-down-alt:before {
  content: "";
}

/* line 7108, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-shapes-up:before {
  content: "";
}

/* line 7112, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-shapes-up-alt:before {
  content: "";
}

/* line 7116, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-size-down:before {
  content: "";
}

/* line 7120, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-size-down-alt:before {
  content: "";
}

/* line 7124, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-size-up:before {
  content: "";
}

/* line 7128, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-size-up-alt:before {
  content: "";
}

/* line 7132, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-up:before {
  content: "";
}

/* line 7136, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-soundcloud:before {
  content: "";
}

/* line 7140, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-soup:before {
  content: "";
}

/* line 7144, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sourcetree:before {
  content: "";
}

/* line 7148, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-spa:before {
  content: "";
}

/* line 7152, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-space-shuttle:before {
  content: "";
}

/* line 7156, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-spade:before {
  content: "";
}

/* line 7160, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sparkles:before {
  content: "";
}

/* line 7164, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-speakap:before {
  content: "";
}

/* line 7168, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-speaker:before {
  content: "";
}

/* line 7172, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-speaker-deck:before {
  content: "";
}

/* line 7176, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-speakers:before {
  content: "";
}

/* line 7180, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-spell-check:before {
  content: "";
}

/* line 7184, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-spider:before {
  content: "";
}

/* line 7188, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-spider-black-widow:before {
  content: "";
}

/* line 7192, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-spider-web:before {
  content: "";
}

/* line 7196, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-spinner:before {
  content: "";
}

/* line 7200, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-spinner-third:before {
  content: "";
}

/* line 7204, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-splotch:before {
  content: "";
}

/* line 7208, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-spotify:before {
  content: "";
}

/* line 7212, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-spray-can:before {
  content: "";
}

/* line 7216, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-square:before {
  content: "";
}

/* line 7220, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-square-full:before {
  content: "";
}

/* line 7224, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-square-root:before {
  content: "";
}

/* line 7228, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-square-root-alt:before {
  content: "";
}

/* line 7232, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-squarespace:before {
  content: "";
}

/* line 7236, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-squirrel:before {
  content: "";
}

/* line 7240, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-stack-exchange:before {
  content: "";
}

/* line 7244, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-stack-overflow:before {
  content: "";
}

/* line 7248, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-stackpath:before {
  content: "";
}

/* line 7252, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-staff:before {
  content: "";
}

/* line 7256, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-stamp:before {
  content: "";
}

/* line 7260, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-star:before {
  content: "";
}

/* line 7264, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-star-and-crescent:before {
  content: "";
}

/* line 7268, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-star-christmas:before {
  content: "";
}

/* line 7272, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-star-exclamation:before {
  content: "";
}

/* line 7276, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-star-half:before {
  content: "";
}

/* line 7280, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-star-half-alt:before {
  content: "";
}

/* line 7284, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-star-of-david:before {
  content: "";
}

/* line 7288, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-star-of-life:before {
  content: "";
}

/* line 7292, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-stars:before {
  content: "";
}

/* line 7296, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-staylinked:before {
  content: "";
}

/* line 7300, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-steak:before {
  content: "";
}

/* line 7304, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-steam:before {
  content: "";
}

/* line 7308, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-steam-square:before {
  content: "";
}

/* line 7312, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-steam-symbol:before {
  content: "";
}

/* line 7316, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-steering-wheel:before {
  content: "";
}

/* line 7320, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-step-backward:before {
  content: "";
}

/* line 7324, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-step-forward:before {
  content: "";
}

/* line 7328, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-stethoscope:before {
  content: "";
}

/* line 7332, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sticker-mule:before {
  content: "";
}

/* line 7336, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sticky-note:before {
  content: "";
}

/* line 7340, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-stocking:before {
  content: "";
}

/* line 7344, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-stomach:before {
  content: "";
}

/* line 7348, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-stop:before {
  content: "";
}

/* line 7352, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-stop-circle:before {
  content: "";
}

/* line 7356, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-stopwatch:before {
  content: "";
}

/* line 7360, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-store:before {
  content: "";
}

/* line 7364, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-store-alt:before {
  content: "";
}

/* line 7368, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-strava:before {
  content: "";
}

/* line 7372, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-stream:before {
  content: "";
}

/* line 7376, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-street-view:before {
  content: "";
}

/* line 7380, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-stretcher:before {
  content: "";
}

/* line 7384, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-strikethrough:before {
  content: "";
}

/* line 7388, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-stripe:before {
  content: "";
}

/* line 7392, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-stripe-s:before {
  content: "";
}

/* line 7396, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-stroopwafel:before {
  content: "";
}

/* line 7400, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-studiovinari:before {
  content: "";
}

/* line 7404, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-stumbleupon:before {
  content: "";
}

/* line 7408, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-stumbleupon-circle:before {
  content: "";
}

/* line 7412, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-subscript:before {
  content: "";
}

/* line 7416, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-subway:before {
  content: "";
}

/* line 7420, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-suitcase:before {
  content: "";
}

/* line 7424, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-suitcase-rolling:before {
  content: "";
}

/* line 7428, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sun:before {
  content: "";
}

/* line 7432, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sun-cloud:before {
  content: "";
}

/* line 7436, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sun-dust:before {
  content: "";
}

/* line 7440, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sun-haze:before {
  content: "";
}

/* line 7444, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sunglasses:before {
  content: "";
}

/* line 7448, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sunrise:before {
  content: "";
}

/* line 7452, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sunset:before {
  content: "";
}

/* line 7456, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-superpowers:before {
  content: "";
}

/* line 7460, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-superscript:before {
  content: "";
}

/* line 7464, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-supple:before {
  content: "";
}

/* line 7468, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-surprise:before {
  content: "";
}

/* line 7472, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-suse:before {
  content: "";
}

/* line 7476, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-swatchbook:before {
  content: "";
}

/* line 7480, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-swift:before {
  content: "";
}

/* line 7484, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-swimmer:before {
  content: "";
}

/* line 7488, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-swimming-pool:before {
  content: "";
}

/* line 7492, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sword:before {
  content: "";
}

/* line 7496, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-swords:before {
  content: "";
}

/* line 7500, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-symfony:before {
  content: "";
}

/* line 7504, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-synagogue:before {
  content: "";
}

/* line 7508, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sync:before {
  content: "";
}

/* line 7512, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sync-alt:before {
  content: "";
}

/* line 7516, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-syringe:before {
  content: "";
}

/* line 7520, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-table:before {
  content: "";
}

/* line 7524, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-table-tennis:before {
  content: "";
}

/* line 7528, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tablet:before {
  content: "";
}

/* line 7532, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tablet-alt:before {
  content: "";
}

/* line 7536, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tablet-android:before {
  content: "";
}

/* line 7540, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tablet-android-alt:before {
  content: "";
}

/* line 7544, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tablet-rugged:before {
  content: "";
}

/* line 7548, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tablets:before {
  content: "";
}

/* line 7552, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tachometer:before {
  content: "";
}

/* line 7556, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tachometer-alt:before {
  content: "";
}

/* line 7560, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tachometer-alt-average:before {
  content: "";
}

/* line 7564, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tachometer-alt-fast:before {
  content: "";
}

/* line 7568, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tachometer-alt-fastest:before {
  content: "";
}

/* line 7572, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tachometer-alt-slow:before {
  content: "";
}

/* line 7576, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tachometer-alt-slowest:before {
  content: "";
}

/* line 7580, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tachometer-average:before {
  content: "";
}

/* line 7584, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tachometer-fast:before {
  content: "";
}

/* line 7588, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tachometer-fastest:before {
  content: "";
}

/* line 7592, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tachometer-slow:before {
  content: "";
}

/* line 7596, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tachometer-slowest:before {
  content: "";
}

/* line 7600, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-taco:before {
  content: "";
}

/* line 7604, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tag:before {
  content: "";
}

/* line 7608, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tags:before {
  content: "";
}

/* line 7612, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tally:before {
  content: "";
}

/* line 7616, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tanakh:before {
  content: "";
}

/* line 7620, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tape:before {
  content: "";
}

/* line 7624, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tasks:before {
  content: "";
}

/* line 7628, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tasks-alt:before {
  content: "";
}

/* line 7632, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-taxi:before {
  content: "";
}

/* line 7636, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-teamspeak:before {
  content: "";
}

/* line 7640, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-teeth:before {
  content: "";
}

/* line 7644, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-teeth-open:before {
  content: "";
}

/* line 7648, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-telegram:before {
  content: "";
}

/* line 7652, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-telegram-plane:before {
  content: "";
}

/* line 7656, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-temperature-frigid:before {
  content: "";
}

/* line 7660, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-temperature-high:before {
  content: "";
}

/* line 7664, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-temperature-hot:before {
  content: "";
}

/* line 7668, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-temperature-low:before {
  content: "";
}

/* line 7672, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tencent-weibo:before {
  content: "";
}

/* line 7676, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tenge:before {
  content: "";
}

/* line 7680, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tennis-ball:before {
  content: "";
}

/* line 7684, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-terminal:before {
  content: "";
}

/* line 7688, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-text:before {
  content: "";
}

/* line 7692, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-text-height:before {
  content: "";
}

/* line 7696, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-text-size:before {
  content: "";
}

/* line 7700, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-text-width:before {
  content: "";
}

/* line 7704, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-th:before {
  content: "";
}

/* line 7708, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-th-large:before {
  content: "";
}

/* line 7712, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-th-list:before {
  content: "";
}

/* line 7716, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-the-red-yeti:before {
  content: "";
}

/* line 7720, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-theater-masks:before {
  content: "";
}

/* line 7724, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-themeco:before {
  content: "";
}

/* line 7728, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-themeisle:before {
  content: "";
}

/* line 7732, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-thermometer:before {
  content: "";
}

/* line 7736, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-thermometer-empty:before {
  content: "";
}

/* line 7740, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-thermometer-full:before {
  content: "";
}

/* line 7744, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-thermometer-half:before {
  content: "";
}

/* line 7748, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-thermometer-quarter:before {
  content: "";
}

/* line 7752, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-thermometer-three-quarters:before {
  content: "";
}

/* line 7756, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-theta:before {
  content: "";
}

/* line 7760, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-think-peaks:before {
  content: "";
}

/* line 7764, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-thumbs-down:before {
  content: "";
}

/* line 7768, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-thumbs-up:before {
  content: "";
}

/* line 7772, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-thumbtack:before {
  content: "";
}

/* line 7776, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-thunderstorm:before {
  content: "";
}

/* line 7780, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-thunderstorm-moon:before {
  content: "";
}

/* line 7784, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-thunderstorm-sun:before {
  content: "";
}

/* line 7788, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ticket:before {
  content: "";
}

/* line 7792, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ticket-alt:before {
  content: "";
}

/* line 7796, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tilde:before {
  content: "";
}

/* line 7800, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-times:before {
  content: "";
}

/* line 7804, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-times-circle:before {
  content: "";
}

/* line 7808, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-times-hexagon:before {
  content: "";
}

/* line 7812, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-times-octagon:before {
  content: "";
}

/* line 7816, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-times-square:before {
  content: "";
}

/* line 7820, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tint:before {
  content: "";
}

/* line 7824, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tint-slash:before {
  content: "";
}

/* line 7828, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tire:before {
  content: "";
}

/* line 7832, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tire-flat:before {
  content: "";
}

/* line 7836, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tire-pressure-warning:before {
  content: "";
}

/* line 7840, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tire-rugged:before {
  content: "";
}

/* line 7844, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tired:before {
  content: "";
}

/* line 7848, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-toggle-off:before {
  content: "";
}

/* line 7852, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-toggle-on:before {
  content: "";
}

/* line 7856, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-toilet:before {
  content: "";
}

/* line 7860, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-toilet-paper:before {
  content: "";
}

/* line 7864, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-toilet-paper-alt:before {
  content: "";
}

/* line 7868, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tombstone:before {
  content: "";
}

/* line 7872, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tombstone-alt:before {
  content: "";
}

/* line 7876, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-toolbox:before {
  content: "";
}

/* line 7880, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tools:before {
  content: "";
}

/* line 7884, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tooth:before {
  content: "";
}

/* line 7888, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-toothbrush:before {
  content: "";
}

/* line 7892, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-torah:before {
  content: "";
}

/* line 7896, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-torii-gate:before {
  content: "";
}

/* line 7900, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tornado:before {
  content: "";
}

/* line 7904, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tractor:before {
  content: "";
}

/* line 7908, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-trade-federation:before {
  content: "";
}

/* line 7912, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-trademark:before {
  content: "";
}

/* line 7916, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-traffic-cone:before {
  content: "";
}

/* line 7920, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-traffic-light:before {
  content: "";
}

/* line 7924, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-traffic-light-go:before {
  content: "";
}

/* line 7928, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-traffic-light-slow:before {
  content: "";
}

/* line 7932, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-traffic-light-stop:before {
  content: "";
}

/* line 7936, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-train:before {
  content: "";
}

/* line 7940, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tram:before {
  content: "";
}

/* line 7944, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-transgender:before {
  content: "";
}

/* line 7948, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-transgender-alt:before {
  content: "";
}

/* line 7952, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-trash:before {
  content: "";
}

/* line 7956, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-trash-alt:before {
  content: "";
}

/* line 7960, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-trash-restore:before {
  content: "";
}

/* line 7964, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-trash-restore-alt:before {
  content: "";
}

/* line 7968, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-trash-undo:before {
  content: "";
}

/* line 7972, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-trash-undo-alt:before {
  content: "";
}

/* line 7976, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-treasure-chest:before {
  content: "";
}

/* line 7980, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tree:before {
  content: "";
}

/* line 7984, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tree-alt:before {
  content: "";
}

/* line 7988, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tree-christmas:before {
  content: "";
}

/* line 7992, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tree-decorated:before {
  content: "";
}

/* line 7996, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tree-large:before {
  content: "";
}

/* line 8000, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tree-palm:before {
  content: "";
}

/* line 8004, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-trees:before {
  content: "";
}

/* line 8008, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-trello:before {
  content: "";
}

/* line 8012, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-triangle:before {
  content: "";
}

/* line 8016, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-triangle-music:before {
  content: "";
}

/* line 8020, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tripadvisor:before {
  content: "";
}

/* line 8024, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-trophy:before {
  content: "";
}

/* line 8028, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-trophy-alt:before {
  content: "";
}

/* line 8032, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-truck:before {
  content: "";
}

/* line 8036, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-truck-container:before {
  content: "";
}

/* line 8040, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-truck-couch:before {
  content: "";
}

/* line 8044, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-truck-loading:before {
  content: "";
}

/* line 8048, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-truck-monster:before {
  content: "";
}

/* line 8052, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-truck-moving:before {
  content: "";
}

/* line 8056, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-truck-pickup:before {
  content: "";
}

/* line 8060, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-truck-plow:before {
  content: "";
}

/* line 8064, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-truck-ramp:before {
  content: "";
}

/* line 8068, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-trumpet:before {
  content: "";
}

/* line 8072, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tshirt:before {
  content: "";
}

/* line 8076, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tty:before {
  content: "";
}

/* line 8080, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tumblr:before {
  content: "";
}

/* line 8084, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tumblr-square:before {
  content: "";
}

/* line 8088, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-turkey:before {
  content: "";
}

/* line 8092, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-turntable:before {
  content: "";
}

/* line 8096, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-turtle:before {
  content: "";
}

/* line 8100, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tv:before {
  content: "";
}

/* line 8104, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tv-alt:before {
  content: "";
}

/* line 8108, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tv-music:before {
  content: "";
}

/* line 8112, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tv-retro:before {
  content: "";
}

/* line 8116, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-twitch:before {
  content: "";
}

/* line 8120, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-twitter:before {
  content: "";
}

/* line 8124, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-twitter-square:before {
  content: "";
}

/* line 8128, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-typewriter:before {
  content: "";
}

/* line 8132, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-typo3:before {
  content: "";
}

/* line 8136, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-uber:before {
  content: "";
}

/* line 8140, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ubuntu:before {
  content: "";
}

/* line 8144, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-uikit:before {
  content: "";
}

/* line 8148, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-umbraco:before {
  content: "";
}

/* line 8152, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-umbrella:before {
  content: "";
}

/* line 8156, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-umbrella-beach:before {
  content: "";
}

/* line 8160, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-underline:before {
  content: "";
}

/* line 8164, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-undo:before {
  content: "";
}

/* line 8168, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-undo-alt:before {
  content: "";
}

/* line 8172, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-unicorn:before {
  content: "";
}

/* line 8176, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-union:before {
  content: "";
}

/* line 8180, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-uniregistry:before {
  content: "";
}

/* line 8184, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-universal-access:before {
  content: "";
}

/* line 8188, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-university:before {
  content: "";
}

/* line 8192, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-unlink:before {
  content: "";
}

/* line 8196, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-unlock:before {
  content: "";
}

/* line 8200, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-unlock-alt:before {
  content: "";
}

/* line 8204, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-untappd:before {
  content: "";
}

/* line 8208, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-upload:before {
  content: "";
}

/* line 8212, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ups:before {
  content: "";
}

/* line 8216, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-usb:before {
  content: "";
}

/* line 8220, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-usb-drive:before {
  content: "";
}

/* line 8224, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-usd-circle:before {
  content: "";
}

/* line 8228, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-usd-square:before {
  content: "";
}

/* line 8232, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user:before {
  content: "";
}

/* line 8236, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-alt:before {
  content: "";
}

/* line 8240, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-alt-slash:before {
  content: "";
}

/* line 8244, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-astronaut:before {
  content: "";
}

/* line 8248, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-chart:before {
  content: "";
}

/* line 8252, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-check:before {
  content: "";
}

/* line 8256, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-circle:before {
  content: "";
}

/* line 8260, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-clock:before {
  content: "";
}

/* line 8264, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-cog:before {
  content: "";
}

/* line 8268, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-cowboy:before {
  content: "";
}

/* line 8272, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-crown:before {
  content: "";
}

/* line 8276, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-edit:before {
  content: "";
}

/* line 8280, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-friends:before {
  content: "";
}

/* line 8284, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-graduate:before {
  content: "";
}

/* line 8288, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-hard-hat:before {
  content: "";
}

/* line 8292, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-headset:before {
  content: "";
}

/* line 8296, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-injured:before {
  content: "";
}

/* line 8300, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-lock:before {
  content: "";
}

/* line 8304, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-md:before {
  content: "";
}

/* line 8308, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-md-chat:before {
  content: "";
}

/* line 8312, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-minus:before {
  content: "";
}

/* line 8316, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-music:before {
  content: "";
}

/* line 8320, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-ninja:before {
  content: "";
}

/* line 8324, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-nurse:before {
  content: "";
}

/* line 8328, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-plus:before {
  content: "";
}

/* line 8332, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-secret:before {
  content: "";
}

/* line 8336, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-shield:before {
  content: "";
}

/* line 8340, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-slash:before {
  content: "";
}

/* line 8344, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-tag:before {
  content: "";
}

/* line 8348, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-tie:before {
  content: "";
}

/* line 8352, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-times:before {
  content: "";
}

/* line 8356, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-users:before {
  content: "";
}

/* line 8360, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-users-class:before {
  content: "";
}

/* line 8364, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-users-cog:before {
  content: "";
}

/* line 8368, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-users-crown:before {
  content: "";
}

/* line 8372, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-users-medical:before {
  content: "";
}

/* line 8376, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-usps:before {
  content: "";
}

/* line 8380, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ussunnah:before {
  content: "";
}

/* line 8384, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-utensil-fork:before {
  content: "";
}

/* line 8388, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-utensil-knife:before {
  content: "";
}

/* line 8392, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-utensil-spoon:before {
  content: "";
}

/* line 8396, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-utensils:before {
  content: "";
}

/* line 8400, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-utensils-alt:before {
  content: "";
}

/* line 8404, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-vaadin:before {
  content: "";
}

/* line 8408, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-value-absolute:before {
  content: "";
}

/* line 8412, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-vector-square:before {
  content: "";
}

/* line 8416, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-venus:before {
  content: "";
}

/* line 8420, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-venus-double:before {
  content: "";
}

/* line 8424, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-venus-mars:before {
  content: "";
}

/* line 8428, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-vhs:before {
  content: "";
}

/* line 8432, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-viacoin:before {
  content: "";
}

/* line 8436, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-viadeo:before {
  content: "";
}

/* line 8440, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-viadeo-square:before {
  content: "";
}

/* line 8444, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-vial:before {
  content: "";
}

/* line 8448, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-vials:before {
  content: "";
}

/* line 8452, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-viber:before {
  content: "";
}

/* line 8456, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-video:before {
  content: "";
}

/* line 8460, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-video-plus:before {
  content: "";
}

/* line 8464, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-video-slash:before {
  content: "";
}

/* line 8468, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-vihara:before {
  content: "";
}

/* line 8472, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-vimeo:before {
  content: "";
}

/* line 8476, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-vimeo-square:before {
  content: "";
}

/* line 8480, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-vimeo-v:before {
  content: "";
}

/* line 8484, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-vine:before {
  content: "";
}

/* line 8488, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-violin:before {
  content: "";
}

/* line 8492, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-vk:before {
  content: "";
}

/* line 8496, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-vnv:before {
  content: "";
}

/* line 8500, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-voicemail:before {
  content: "";
}

/* line 8504, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-volcano:before {
  content: "";
}

/* line 8508, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-volleyball-ball:before {
  content: "";
}

/* line 8512, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-volume:before {
  content: "";
}

/* line 8516, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-volume-down:before {
  content: "";
}

/* line 8520, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-volume-mute:before {
  content: "";
}

/* line 8524, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-volume-off:before {
  content: "";
}

/* line 8528, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-volume-slash:before {
  content: "";
}

/* line 8532, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-volume-up:before {
  content: "";
}

/* line 8536, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-vote-nay:before {
  content: "";
}

/* line 8540, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-vote-yea:before {
  content: "";
}

/* line 8544, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-vr-cardboard:before {
  content: "";
}

/* line 8548, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-vuejs:before {
  content: "";
}

/* line 8552, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wagon-covered:before {
  content: "";
}

/* line 8556, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-walker:before {
  content: "";
}

/* line 8560, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-walkie-talkie:before {
  content: "";
}

/* line 8564, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-walking:before {
  content: "";
}

/* line 8568, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wallet:before {
  content: "";
}

/* line 8572, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wand:before {
  content: "";
}

/* line 8576, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wand-magic:before {
  content: "";
}

/* line 8580, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-warehouse:before {
  content: "";
}

/* line 8584, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-warehouse-alt:before {
  content: "";
}

/* line 8588, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-washer:before {
  content: "";
}

/* line 8592, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-watch:before {
  content: "";
}

/* line 8596, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-watch-calculator:before {
  content: "";
}

/* line 8600, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-watch-fitness:before {
  content: "";
}

/* line 8604, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-water:before {
  content: "";
}

/* line 8608, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-water-lower:before {
  content: "";
}

/* line 8612, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-water-rise:before {
  content: "";
}

/* line 8616, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wave-sine:before {
  content: "";
}

/* line 8620, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wave-square:before {
  content: "";
}

/* line 8624, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wave-triangle:before {
  content: "";
}

/* line 8628, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-waveform:before {
  content: "";
}

/* line 8632, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-waveform-path:before {
  content: "";
}

/* line 8636, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-waze:before {
  content: "";
}

/* line 8640, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-webcam:before {
  content: "";
}

/* line 8644, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-webcam-slash:before {
  content: "";
}

/* line 8648, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-weebly:before {
  content: "";
}

/* line 8652, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-weibo:before {
  content: "";
}

/* line 8656, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-weight:before {
  content: "";
}

/* line 8660, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-weight-hanging:before {
  content: "";
}

/* line 8664, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-weixin:before {
  content: "";
}

/* line 8668, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-whale:before {
  content: "";
}

/* line 8672, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-whatsapp:before {
  content: "";
}

/* line 8676, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-whatsapp-square:before {
  content: "";
}

/* line 8680, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wheat:before {
  content: "";
}

/* line 8684, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wheelchair:before {
  content: "";
}

/* line 8688, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-whistle:before {
  content: "";
}

/* line 8692, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-whmcs:before {
  content: "";
}

/* line 8696, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wifi:before {
  content: "";
}

/* line 8700, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wifi-1:before {
  content: "";
}

/* line 8704, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wifi-2:before {
  content: "";
}

/* line 8708, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wifi-slash:before {
  content: "";
}

/* line 8712, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wikipedia-w:before {
  content: "";
}

/* line 8716, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wind:before {
  content: "";
}

/* line 8720, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wind-turbine:before {
  content: "";
}

/* line 8724, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wind-warning:before {
  content: "";
}

/* line 8728, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-window:before {
  content: "";
}

/* line 8732, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-window-alt:before {
  content: "";
}

/* line 8736, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-window-close:before {
  content: "";
}

/* line 8740, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-window-maximize:before {
  content: "";
}

/* line 8744, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-window-minimize:before {
  content: "";
}

/* line 8748, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-window-restore:before {
  content: "";
}

/* line 8752, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-windows:before {
  content: "";
}

/* line 8756, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-windsock:before {
  content: "";
}

/* line 8760, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wine-bottle:before {
  content: "";
}

/* line 8764, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wine-glass:before {
  content: "";
}

/* line 8768, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wine-glass-alt:before {
  content: "";
}

/* line 8772, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wix:before {
  content: "";
}

/* line 8776, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wizards-of-the-coast:before {
  content: "";
}

/* line 8780, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wolf-pack-battalion:before {
  content: "";
}

/* line 8784, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-won-sign:before {
  content: "";
}

/* line 8788, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wordpress:before {
  content: "";
}

/* line 8792, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wordpress-simple:before {
  content: "";
}

/* line 8796, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wpbeginner:before {
  content: "";
}

/* line 8800, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wpexplorer:before {
  content: "";
}

/* line 8804, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wpforms:before {
  content: "";
}

/* line 8808, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wpressr:before {
  content: "";
}

/* line 8812, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wreath:before {
  content: "";
}

/* line 8816, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wrench:before {
  content: "";
}

/* line 8820, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-x-ray:before {
  content: "";
}

/* line 8824, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-xbox:before {
  content: "";
}

/* line 8828, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-xing:before {
  content: "";
}

/* line 8832, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-xing-square:before {
  content: "";
}

/* line 8836, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-y-combinator:before {
  content: "";
}

/* line 8840, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-yahoo:before {
  content: "";
}

/* line 8844, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-yammer:before {
  content: "";
}

/* line 8848, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-yandex:before {
  content: "";
}

/* line 8852, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-yandex-international:before {
  content: "";
}

/* line 8856, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-yarn:before {
  content: "";
}

/* line 8860, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-yelp:before {
  content: "";
}

/* line 8864, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-yen-sign:before {
  content: "";
}

/* line 8868, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-yin-yang:before {
  content: "";
}

/* line 8872, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-yoast:before {
  content: "";
}

/* line 8876, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-youtube:before {
  content: "";
}

/* line 8880, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-youtube-square:before {
  content: "";
}

/* line 8884, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-zhihu:before {
  content: "";
}

/* line 8888, ../../../../sass/plugins/_fontawesome5pro.scss */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 8899, ../../../../sass/plugins/_fontawesome5pro.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.0.svg#fontawesome) format("svg");
  unicode-range: U+f081, U+f08c, U+f092, U+f099, U+f09b, U+f0d2-f0d5, U+f113, U+f136, U+f13b-f13c, U+f15a, U+f167-f169, U+f16c-f16e, U+f170, U+f173-f174, U+f17a-f17e, U+f180, U+f184, U+f189-f18c, U+f194, U+f19a-f19b, U+f1a0-f1a4, U+f1a6-f1a7, U+f1a9-f1aa, U+f1b4, U+f1b6-f1b7, U+f1bc-f1be, U+f1ca-f1cc, U+f1d0-f1d1, U+f1d4-f1d6, U+f1e7-f1e8, U+f1ed-f1ee, U+f1f0-f1f2, U+f1f4-f1f5, U+f202, U+f208-f209, U+f20d-f20e, U+f211-f213, U+f215, U+f231-f232, U+f237, U+f23a-f23b, U+f23d-f23e, U+f24b-f24c, U+f260-f268, U+f26a-f26b, U+f26d-f26e, U+f270, U+f27d-f27e, U+f280-f282, U+f284-f285, U+f287-f28a, U+f293-f294, U+f297-f299, U+f2a5-f2a6, U+f2a9, U+f2ab-f2ad, U+f2b0, U+f2b2-f2b4, U+f2b8, U+f2c4-f2c6, U+f2d5-f2da, U+f2dd-f2de, U+f2e0, U+f35c, U+f368-f374, U+f378-f37d, U+f37f-f380, U+f383-f385, U+f388, U+f38b-f38f, U+f392, U+f394-f397, U+f399-f39a, U+f3a1-f3a4, U+f3a6-f3b2, U+f3b4-f3b8, U+f3ba-f3bc, U+f3c0, U+f3c3-f3c4, U+f3c6-f3c8, U+f3ca, U+f3cc, U+f3d0, U+f3d2, U+f3d4-f3d7, U+f3da-f3db, U+f3df, U+f3e1-f3e3, U+f3e6-f3e7, U+f3e9-f3ec, U+f3ee-f3ef, U+f3f5-f3f6, U+f3f8-f3f9, U+f3fe, U+f402-f405, U+f407-f408, U+f40a-f40d, U+f411-f417, U+f419, U+f41b-f41d, U+f41f, U+f421, U+f426;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.1.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.1.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.1.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.1.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.1.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.1.svg#fontawesome) format("svg");
  unicode-range: U+f16b, U+f269, U+f425;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.2.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.2.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.2.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.2.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.2.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.2.svg#fontawesome) format("svg");
  unicode-range: U+f42d-f42f;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.3.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.3.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.3.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.3.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.3.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.3.svg#fontawesome) format("svg");
  unicode-range: U+f18d, U+f19e, U+f1b5, U+f1d7, U+f210, U+f216, U+f286, U+f2b1, U+f393, U+f3b9, U+f3cb, U+f3d3, U+f3d8-f3d9, U+f3dc, U+f409, U+f423, U+f429, U+f430-f431;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.5.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.5.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.5.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.5.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.5.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.5.svg#fontawesome) format("svg");
  unicode-range: U+f452, U+f457;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.9.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.9.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.9.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.9.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.9.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.9.svg#fontawesome) format("svg");
  unicode-range: U+f44d;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.10.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.10.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.10.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.10.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.10.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.10.svg#fontawesome) format("svg");
  unicode-range: U+f2ae, U+f4d5, U+f4e5;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.11.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.11.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.11.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.11.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.11.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.11.svg#fontawesome) format("svg");
  unicode-range: U+f203, U+f4e6-f4f2, U+f4f8;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.12.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.12.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.12.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.12.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.12.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.12.svg#fontawesome) format("svg");
  unicode-range: U+f4f7, U+f50a, U+f50c-f50d, U+f510, U+f512-f513;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.1.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.1.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.1.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.1.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.1.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.1.0.svg#fontawesome) format("svg");
  unicode-range: U+f25e, U+f375, U+f5a3, U+f5be, U+f5cc, U+f5cf;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.2.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.2.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.2.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.2.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.2.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.2.0.svg#fontawesome) format("svg");
  unicode-range: U+f5f1, U+f63f;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.3.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.3.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.3.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.3.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.3.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.3.0.svg#fontawesome) format("svg");
  unicode-range: U+f642;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.4.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.4.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.4.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.4.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.4.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.4.0.svg#fontawesome) format("svg");
  unicode-range: U+f4f3, U+f6ca, U+f6cc, U+f6dc, U+f704, U+f730;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.4.2.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.4.2.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.4.2.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.4.2.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.4.2.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.4.2.svg#fontawesome) format("svg");
  unicode-range: U+f3e4;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.6.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.6.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.6.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.6.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.6.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.6.0.svg#fontawesome) format("svg");
  unicode-range: U+f181, U+f77b, U+f78d, U+f790, U+f797, U+f7af-f7b1, U+f7b3, U+f7bb, U+f7df, U+f7e3;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.7.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.7.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.7.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.7.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.7.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.7.0.svg#fontawesome) format("svg");
  unicode-range: U+f198, U+f1a5, U+f1a8, U+f1f3, U+f214, U+f23c, U+f296, U+f2aa, U+f391, U+f39d, U+f3f7, U+f427, U+f4f4, U+f50e, U+f60f;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.0.svg#fontawesome) format("svg");
  unicode-range: U+f171, U+f179, U+f1e9, U+f27c, U+f3e8, U+f3f3, U+f41a, U+f41e, U+f420, U+f428, U+f42a-f42c, U+f459, U+f4e4, U+f4f6, U+f4f9, U+f50b, U+f50f, U+f511, U+f514, U+f592, U+f5a8, U+f5b2, U+f5b5, U+f5c6, U+f5f7, U+f5fa, U+f612, U+f69d, U+f6af, U+f6c9, U+f731, U+f75d, U+f778, U+f77a, U+f785, U+f789, U+f791, U+f798-f799, U+f7c6, U+f7d3, U+f7d6, U+f7e0-f7e1, U+f834-f83d, U+f83f-f840;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.1.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.1.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.1.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.1.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.1.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.1.svg#fontawesome) format("svg");
  unicode-range: U+f0e1;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.2.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.2.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.2.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.2.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.2.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.2.svg#fontawesome) format("svg");
  unicode-range: U+f082, U+f09a, U+f1d2-f1d3, U+f39e, U+f59e, U+f7bc, U+f841-f842;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.9.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.9.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.9.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.9.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.9.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.9.0.svg#fontawesome) format("svg");
  unicode-range: U+f39f;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.10.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.10.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.10.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.10.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.10.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.10.0.svg#fontawesome) format("svg");
  unicode-range: U+f89e;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.11.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.11.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.11.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.11.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.11.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.11.0.svg#fontawesome) format("svg");
  unicode-range: U+f4f5, U+f8a6, U+f8ca, U+f8d2, U+f8e1, U+f8e8;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.11.2.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.11.2.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.11.2.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.11.2.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.11.2.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.11.2.svg#fontawesome) format("svg");
  unicode-range: U+f3bd;
}
/* line 9116, ../../../../sass/plugins/_fontawesome5pro.scss */
.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.0.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.0.svg#fontawesome) format("svg");
  unicode-range: U+f002, U+f008-f009, U+f00b-f00c, U+f00e, U+f011, U+f013, U+f017, U+f019, U+f01c, U+f022-f025, U+f02a-f02b, U+f02d, U+f030, U+f040-f041, U+f044, U+f047, U+f049-f04a, U+f04e, U+f050, U+f052-f055, U+f057-f05b, U+f05e, U+f060-f066, U+f068-f06a, U+f074, U+f077-f07a, U+f07c-f07e, U+f085, U+f089, U+f08b, U+f090, U+f093-f094, U+f098, U+f09c-f09e, U+f0a4-f0ab, U+f0b2, U+f0c1, U+f0c3, U+f0c6, U+f0c9, U+f0ce, U+f0d7-f0db, U+f0e2-f0e3, U+f0e9-f0ea, U+f0ec, U+f0f4, U+f0f8, U+f0fa-f0fe, U+f100-f103, U+f106-f108, U+f10a-f10b, U+f11c, U+f120-f122, U+f124, U+f126-f128, U+f12e, U+f134, U+f137-f13a, U+f13e, U+f141-f143, U+f146, U+f14a-f14d, U+f150-f154, U+f156-f159, U+f175-f178, U+f182-f183, U+f188, U+f191-f192, U+f195, U+f199, U+f1ad-f1ae, U+f1b0, U+f1b2-f1b3, U+f1b8, U+f1bb, U+f1c0, U+f1cd, U+f1d8, U+f1da, U+f1e0-f1e2, U+f1e6, U+f1ea, U+f1fa, U+f1fd-f1fe, U+f204-f206, U+f20b, U+f217-f218, U+f21c, U+f222, U+f224, U+f226-f229, U+f233, U+f238-f239, U+f240-f244, U+f246, U+f255-f25c, U+f28b, U+f28d, U+f290-f292, U+f295, U+f2a1-f2a4, U+f2a8, U+f2c7-f2ce, U+f2d0, U+f2d2-f2d3, U+f2db, U+f2e6-f2e7, U+f2ea, U+f2f0-f2f1, U+f2f5-f2f7, U+f2f9, U+f2fd, U+f301, U+f303, U+f308-f30f, U+f31d, U+f320-f322, U+f325-f326, U+f328-f32e, U+f330-f332, U+f336-f337, U+f339-f33c, U+f33e, U+f340-f34c, U+f350-f353, U+f355, U+f358-f35b, U+f360-f367, U+f376, U+f37e, U+f387, U+f389-f38a, U+f390, U+f39b-f39c, U+f3a0, U+f3b3, U+f3be-f3bf, U+f3c2, U+f3c5, U+f3cd-f3cf, U+f3de, U+f3e5, U+f3ed, U+f3f0, U+f3f2, U+f3fa-f3fc, U+f400-f401, U+f40e-f410, U+f422, U+f424, U+10f002, U+10f008-10f009, U+10f00b-10f00c, U+10f00e, U+10f011, U+10f013, U+10f017, U+10f019, U+10f01c, U+10f022-10f025, U+10f02a-10f02b, U+10f02d, U+10f030, U+10f040-10f041, U+10f044, U+10f047, U+10f049-10f04a, U+10f04e, U+10f050, U+10f052-10f055, U+10f057-10f05b, U+10f05e, U+10f060-10f066, U+10f068-10f06a, U+10f074, U+10f077-10f07a, U+10f07c-10f07e, U+10f085, U+10f089, U+10f08b, U+10f090, U+10f093-10f094, U+10f098, U+10f09c-10f09e, U+10f0a4-10f0ab, U+10f0b2, U+10f0c1, U+10f0c3, U+10f0c6, U+10f0c9, U+10f0ce, U+10f0d7-10f0db, U+10f0e2-10f0e3, U+10f0e9-10f0ea, U+10f0ec, U+10f0f4, U+10f0f8, U+10f0fa-10f0fe, U+10f100-10f103, U+10f106-10f108, U+10f10a-10f10b, U+10f11c, U+10f120-10f122, U+10f124, U+10f126-10f128, U+10f12e, U+10f134, U+10f137-10f13a, U+10f13e, U+10f141-10f143, U+10f146, U+10f14a-10f14d, U+10f150-10f154, U+10f156-10f159, U+10f175-10f178, U+10f182-10f183, U+10f188, U+10f191-10f192, U+10f195, U+10f199, U+10f1ad-10f1ae, U+10f1b0, U+10f1b2-10f1b3, U+10f1b8, U+10f1bb, U+10f1c0, U+10f1cd, U+10f1d8, U+10f1da, U+10f1e0-10f1e2, U+10f1e6, U+10f1ea, U+10f1fa, U+10f1fd-10f1fe, U+10f204-10f206, U+10f20b, U+10f217-10f218, U+10f21c, U+10f222, U+10f224, U+10f226-10f229, U+10f233, U+10f238-10f239, U+10f240-10f244, U+10f246, U+10f255-10f25c, U+10f28b, U+10f28d, U+10f290-10f292, U+10f295, U+10f2a1-10f2a4, U+10f2a8, U+10f2c7-10f2ce, U+10f2d0, U+10f2d2-10f2d3, U+10f2db, U+10f2e6-10f2e7, U+10f2ea, U+10f2f0-10f2f1, U+10f2f5-10f2f7, U+10f2f9, U+10f2fd, U+10f301, U+10f303, U+10f308-10f30f, U+10f31d, U+10f320-10f322, U+10f325-10f326, U+10f328-10f32e, U+10f330-10f332, U+10f336-10f337, U+10f339-10f33c, U+10f33e, U+10f340-10f34c, U+10f350-10f353, U+10f355, U+10f358-10f35b, U+10f360-10f367, U+10f376, U+10f37e, U+10f387, U+10f389-10f38a, U+10f390, U+10f39b-10f39c, U+10f3a0, U+10f3b3, U+10f3be-10f3bf, U+10f3c2, U+10f3c5, U+10f3cd-10f3cf, U+10f3de, U+10f3e5, U+10f3ed, U+10f3f0, U+10f3f2, U+10f3fa-10f3fc, U+10f400-10f401, U+10f40e-10f410, U+10f422, U+10f424;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.1.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.1.svg#fontawesome) format("svg");
  unicode-range: U+f3c1, U+10f3c1;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.3.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.3.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.3.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.3.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.3.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.3.svg#fontawesome) format("svg");
  unicode-range: U+f245, U+f2b9, U+f2bb, U+f2c1, U+f3e0, U+10f245, U+10f2b9, U+10f2bb, U+10f2c1, U+10f3e0;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.5.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.5.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.5.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.5.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.5.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.5.svg#fontawesome) format("svg");
  unicode-range: U+f1e3, U+f432, U+f437-f438, U+f449-f44c, U+f44f-f451, U+f453, U+f455, U+f458, U+f45a-f45b, U+f45d, U+10f1e3, U+10f432, U+10f437-10f438, U+10f449-10f44c, U+10f44f-10f451, U+10f453, U+10f455, U+10f458, U+10f45a-10f45b, U+10f45d;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.7.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.7.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.7.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.7.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.7.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.7.svg#fontawesome) format("svg");
  unicode-range: U+f0d1, U+f0f1, U+f0f9, U+f21e, U+f461, U+f463-f46f, U+f472-f475, U+f479-f47a, U+f47d-f47e, U+f481-f487, U+f489, U+f48b-f496, U+10f0d1, U+10f0f1, U+10f0f9, U+10f21e, U+10f461, U+10f463-10f46f, U+10f472-10f475, U+10f479-10f47a, U+10f47d-10f47e, U+10f481-10f487, U+10f489, U+10f48b-10f496;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.9.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.9.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.9.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.9.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.9.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.9.svg#fontawesome) format("svg");
  unicode-range: U+f03d, U+f06c, U+f086, U+f0f2, U+f10d-f10e, U+f187, U+f2b5, U+f2e9, U+f2fe, U+f3dd, U+f47b-f47c, U+f498, U+f49a-f49b, U+f49d, U+f49f-f4b9, U+f4bb-f4bf, U+f4c1-f4c6, U+f4c8, U+f4cb-f4d2, U+f4d4, U+f4d6, U+f4d8-f4d9, U+f4db-f4e2, U+10f03d, U+10f06c, U+10f086, U+10f0f2, U+10f10d-10f10e, U+10f187, U+10f2b5, U+10f2e9, U+10f2fe, U+10f3dd, U+10f47b-10f47c, U+10f498, U+10f49a-10f49b, U+10f49d, U+10f49f-10f4b9, U+10f4bb-10f4bf, U+10f4c1-10f4c6, U+10f4c8, U+10f4cb-10f4d2, U+10f4d4, U+10f4d6, U+10f4d8-10f4d9, U+10f4db-10f4e2;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.10.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.10.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.10.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.10.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.10.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.10.svg#fontawesome) format("svg");
  unicode-range: U+f471, U+f4ca, U+10f471, U+10f4ca;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.11.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.11.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.11.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.11.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.11.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.11.svg#fontawesome) format("svg");
  unicode-range: U+f007, U+f0c0, U+f0c2, U+f0ed-f0ee, U+f0f0, U+f1de, U+f21b, U+f234-f235, U+f381-f382, U+f3f1, U+f406, U+f4e6, U+f4fa-f501, U+f503-f509, U+10f007, U+10f0c0, U+10f0c2, U+10f0ed-10f0ee, U+10f0f0, U+10f1de, U+10f21b, U+10f234-10f235, U+10f381-10f382, U+10f3f1, U+10f406, U+10f4e6, U+10f4fa-10f501, U+10f503-10f509;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.13.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.13.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.13.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.13.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.13.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.0.13.svg#fontawesome) format("svg");
  unicode-range: U+f010, U+f067, U+f072, U+f0ad, U+f0d6, U+f0e8, U+f130-f131, U+f24e, U+f3c9, U+f3d1, U+f515-f517, U+f519-f51e, U+f520-f52c, U+f52e, U+f530-f533, U+f535-f54b, U+f54d, U+f54f-f552, U+f554-f555, U+10f010, U+10f067, U+10f072, U+10f0ad, U+10f0d6, U+10f0e8, U+10f130-10f131, U+10f24e, U+10f3c9, U+10f3d1, U+10f515-10f517, U+10f519-10f51e, U+10f520-10f52c, U+10f52e, U+10f530-10f533, U+10f535-10f54b, U+10f54d, U+10f54f-10f552, U+10f554-10f555;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.1.0.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.1.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.1.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.1.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.1.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.1.0.svg#fontawesome) format("svg");
  unicode-range: U+f043, U+f0c4, U+f0d0, U+f125, U+f1ba, U+f1fb-f1fc, U+f207, U+f236, U+f279, U+f304-f305, U+f52d, U+f557-f558, U+f55a-f55f, U+f562-f566, U+f568, U+f56a-f56b, U+f575-f577, U+f57b, U+f586, U+f588, U+f58d-f590, U+f593-f595, U+f59d, U+f59f-f5a2, U+f5a6-f5a7, U+f5a9-f5af, U+f5b1, U+f5b6, U+f5b9-f5bd, U+f5c4-f5c5, U+f5c7, U+f5c9-f5cb, U+f5cd, U+10f043, U+10f0c4, U+10f0d0, U+10f125, U+10f1ba, U+10f1fb-10f1fc, U+10f207, U+10f236, U+10f279, U+10f304-10f305, U+10f52d, U+10f557-10f558, U+10f55a-10f55f, U+10f562-10f566, U+10f568, U+10f56a-10f56b, U+10f575-10f577, U+10f57b, U+10f586, U+10f588, U+10f58d-10f590, U+10f593-10f595, U+10f59d, U+10f59f-10f5a2, U+10f5a6-10f5a7, U+10f5a9-10f5af, U+10f5b1, U+10f5b6, U+10f5b9-10f5bd, U+10f5c4-10f5c5, U+10f5c7, U+10f5c9-10f5cb, U+10f5cd;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.1.1.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.1.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.1.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.1.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.1.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.1.1.svg#fontawesome) format("svg");
  unicode-range: U+f386, U+10f386;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.2.0.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.2.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.2.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.2.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.2.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.2.0.svg#fontawesome) format("svg");
  unicode-range: U+f018, U+f0e4, U+f109, U+f1b9, U+f1e5, U+f1f6, U+f21d, U+f276-f277, U+f3fd, U+f4d7, U+f518, U+f5d0-f5da, U+f5dd, U+f5df-f5e5, U+f5e8-f5ea, U+f5ed-f5f0, U+f5f2, U+f5f4-f5f5, U+f5f8-f5f9, U+f5fb-f600, U+f603-f60e, U+f610, U+f614, U+f617-f619, U+f61c-f621, U+f623-f62f, U+f633, U+f635-f63d, U+10f018, U+10f0e4, U+10f109, U+10f1b9, U+10f1e5, U+10f1f6, U+10f21d, U+10f276-10f277, U+10f3fd, U+10f4d7, U+10f518, U+10f5d0-10f5da, U+10f5dd, U+10f5df-10f5e5, U+10f5e8-10f5ea, U+10f5ed-10f5f0, U+10f5f2, U+10f5f4-10f5f5, U+10f5f8-10f5f9, U+10f5fb-10f600, U+10f603-10f60e, U+10f610, U+10f614, U+10f617-10f619, U+10f61c-10f621, U+10f623-10f62f, U+10f633, U+10f635-10f63d;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.3.0.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.3.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.3.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.3.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.3.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.3.0.svg#fontawesome) format("svg");
  unicode-range: U+f027-f028, U+f080, U+f0a1, U+f0b1, U+f0eb, U+f200-f201, U+f2e2, U+f61a, U+f640, U+f643-f647, U+f64a-f64b, U+f64d-f653, U+f655-f656, U+f65d, U+f65f-f663, U+f665-f669, U+f66b-f675, U+f678-f67b, U+f67d-f680, U+f683-f689, U+f68b, U+f694-f695, U+f697-f699, U+f69b-f69c, U+f69e-f69f, U+f6a1-f6a9, U+f6ac, U+10f027-10f028, U+10f080, U+10f0a1, U+10f0b1, U+10f0eb, U+10f200-10f201, U+10f2e2, U+10f61a, U+10f640, U+10f643-10f647, U+10f64a-10f64b, U+10f64d-10f653, U+10f655-10f656, U+10f65d, U+10f65f-10f663, U+10f665-10f669, U+10f66b-10f675, U+10f678-10f67b, U+10f67d-10f680, U+10f683-10f689, U+10f68b, U+10f694-10f695, U+10f697-10f699, U+10f69b-10f69c, U+10f69e-10f69f, U+10f6a1-10f6a9, U+10f6ac;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.4.0.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.4.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.4.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.4.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.4.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.4.0.svg#fontawesome) format("svg");
  unicode-range: U+f499, U+f676, U+f6ae, U+f6b0-f6b3, U+f6b5-f6bc, U+f6bf, U+f6c2, U+f6c5-f6c8, U+f6cb, U+f6cd-f6d5, U+f6d8-f6d9, U+f6db, U+f6de, U+f6e2-f6e3, U+f6e5-f6e7, U+f6e9-f6ec, U+f6ee, U+f6f1-f6f3, U+f6f5-f6f8, U+f6fc-f6fd, U+f6ff-f703, U+f707, U+f70a-f70b, U+f711-f713, U+f715-f71d, U+f720-f724, U+f726-f729, U+f72b, U+f72d, U+f72f, U+10f499, U+10f676, U+10f6ae, U+10f6b0-10f6b3, U+10f6b5-10f6bc, U+10f6bf, U+10f6c2, U+10f6c5-10f6c8, U+10f6cb, U+10f6cd-10f6d5, U+10f6d8-10f6d9, U+10f6db, U+10f6de, U+10f6e2-10f6e3, U+10f6e5-10f6e7, U+10f6e9-10f6ec, U+10f6ee, U+10f6f1-10f6f3, U+10f6f5-10f6f8, U+10f6fc-10f6fd, U+10f6ff-10f703, U+10f707, U+10f70a-10f70b, U+10f711-10f713, U+10f715-10f71d, U+10f720-10f724, U+10f726-10f729, U+10f72b, U+10f72d, U+10f72f;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.4.1.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.4.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.4.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.4.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.4.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.4.1.svg#fontawesome) format("svg");
  unicode-range: U+f72a, U+10f72a;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.5.0.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.5.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.5.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.5.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.5.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.5.0.svg#fontawesome) format("svg");
  unicode-range: U+f0e7, U+f185, U+f2dc, U+f6c3-f6c4, U+f72e, U+f732-f735, U+f737-f750, U+f752-f758, U+f75a, U+f75c, U+f75e-f76e, U+f771-f776, U+10f0e7, U+10f185, U+10f2dc, U+10f6c3-10f6c4, U+10f72e, U+10f732-10f735, U+10f737-10f750, U+10f752-10f758, U+10f75a, U+10f75c, U+10f75e-10f76e, U+10f771-10f776;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.6.0.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.6.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.6.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.6.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.6.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.6.0.svg#fontawesome) format("svg");
  unicode-range: U+f06b, U+f5b7, U+f77d, U+f77f, U+f781-f782, U+f788, U+f78a-f78c, U+f78e-f78f, U+f792-f796, U+f79a-f7a1, U+f7a3-f7a4, U+f7a7-f7a8, U+f7aa, U+f7ac-f7ae, U+f7b4-f7b6, U+f7b8, U+f7bd-f7be, U+f7c0-f7c3, U+f7c5, U+f7c7-f7d2, U+f7d4, U+f7d7-f7d8, U+f7da-f7dc, U+f7de, U+f7e2, U+10f06b, U+10f5b7, U+10f77d, U+10f77f, U+10f781-10f782, U+10f788, U+10f78a-10f78c, U+10f78e-10f78f, U+10f792-10f796, U+10f79a-10f7a1, U+10f7a3-10f7a4, U+10f7a7-10f7a8, U+10f7aa, U+10f7ac-10f7ae, U+10f7b4-10f7b6, U+10f7b8, U+10f7bd-10f7be, U+10f7c0-10f7c3, U+10f7c5, U+10f7c7-10f7d2, U+10f7d4, U+10f7d7-10f7d8, U+10f7da-10f7dc, U+10f7de, U+10f7e2;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.6.1.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.6.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.6.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.6.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.6.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.6.1.svg#fontawesome) format("svg");
  unicode-range: U+f071, U+10f071;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.6.3.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.6.3.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.6.3.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.6.3.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.6.3.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.6.3.svg#fontawesome) format("svg");
  unicode-range: U+f7e4, U+10f7e4;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.7.0.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.7.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.7.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.7.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.7.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.7.0.svg#fontawesome) format("svg");
  unicode-range: U+f00a, U+f015, U+f06e, U+f070, U+f135, U+f1e4, U+f2a0, U+f377, U+f470, U+f49c, U+f49e, U+f4c9, U+f6d6-f6d7, U+f705, U+f725, U+f77e, U+f780, U+f7e5-f7e7, U+f7e9-f7f0, U+f7f2-f7fc, U+f7fe, U+f800-f802, U+f804-f805, U+f807-f80f, U+f811-f812, U+f814-f818, U+f81b, U+f81e-f823, U+f825-f827, U+f82c-f833, U+10f00a, U+10f015, U+10f06e, U+10f070, U+10f135, U+10f1e4, U+10f2a0, U+10f377, U+10f470, U+10f49c, U+10f49e, U+10f4c9, U+10f6d6-10f6d7, U+10f705, U+10f725, U+10f77e, U+10f780, U+10f7e5-10f7e7, U+10f7e9-10f7f0, U+10f7f2-10f7fc, U+10f7fe, U+10f800-10f802, U+10f804-10f805, U+10f807-10f80f, U+10f811-10f812, U+10f814-10f818, U+10f81b, U+10f81e-10f823, U+10f825-10f827, U+10f82c-10f833;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.7.1.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.7.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.7.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.7.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.7.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.7.1.svg#fontawesome) format("svg");
  unicode-range: U+f7f1, U+10f7f1;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.8.0.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.8.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.8.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.8.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.8.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.8.0.svg#fontawesome) format("svg");
  unicode-range: U+f01e, U+f021, U+f026, U+f076, U+f12d, U+f31e, U+f356, U+f45f, U+f5b0, U+f83e, U+10f01e, U+10f021, U+10f026, U+10f076, U+10f12d, U+10f31e, U+10f356, U+10f45f, U+10f5b0, U+10f83e;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.8.2.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.8.2.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.8.2.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.8.2.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.8.2.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.8.2.svg#fontawesome) format("svg");
  unicode-range: U+f560, U+10f560;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.9.0.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.9.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.9.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.9.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.9.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.9.0.svg#fontawesome) format("svg");
  unicode-range: U+f036-f03c, U+f0ae, U+f0ca-f0cd, U+f15d-f15e, U+f160-f163, U+f1dd, U+f313-f315, U+f34e, U+f439-f448, U+f502, U+f677, U+f843-f855, U+f858-f85e, U+f860-f862, U+f864, U+f866-f878, U+f87a, U+f87c-f87d, U+f880-f892, U+f897-f89b, U+10f036-10f03c, U+10f0ae, U+10f0ca-10f0cd, U+10f15d-10f15e, U+10f160-10f163, U+10f1dd, U+10f313-10f315, U+10f34e, U+10f439-10f448, U+10f502, U+10f677, U+10f843-10f855, U+10f858-10f85e, U+10f860-10f862, U+10f864, U+10f866-10f878, U+10f87a, U+10f87c-10f87d, U+10f880-10f892, U+10f897-10f89b;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.10.1.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.10.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.10.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.10.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.10.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.10.1.svg#fontawesome) format("svg");
  unicode-range: U+f000, U+f012, U+f029, U+f03e, U+f06d, U+f075, U+f07b, U+f083-f084, U+f0a0, U+f11e, U+f140, U+f19d, U+f20a, U+f247-f248, U+f251-f254, U+f25d, U+f275, U+f27a, U+f2c2, U+f2d1, U+f302, U+f310-f311, U+f34d, U+f3a5, U+f435, U+f454, U+f456, U+f476, U+f47f-f480, U+f52f, U+f534, U+f561, U+f578, U+f591, U+f5db, U+f5e7, U+f5f6, U+f611, U+f613, U+f654, U+f657-f658, U+f681-f682, U+f68c-f693, U+f6be, U+f6da, U+f6e4, U+f6ed, U+f6ef-f6f0, U+f6f4, U+f6fa-f6fb, U+f6fe, U+f72c, U+f751, U+f759, U+f75b, U+f779, U+f77c, U+f786-f787, U+f7ab, U+f7b2, U+f7b7, U+f7bf, U+f7e8, U+f813, U+f85f, U+f863, U+f87b, U+f89c-f89d, U+10f000, U+10f012, U+10f029, U+10f03e, U+10f06d, U+10f075, U+10f07b, U+10f083-10f084, U+10f0a0, U+10f11e, U+10f140, U+10f19d, U+10f20a, U+10f247-10f248, U+10f251-10f254, U+10f25d, U+10f275, U+10f27a, U+10f2c2, U+10f2d1, U+10f302, U+10f310-10f311, U+10f34d, U+10f3a5, U+10f435, U+10f454, U+10f456, U+10f476, U+10f47f-10f480, U+10f52f, U+10f534, U+10f561, U+10f578, U+10f591, U+10f5db, U+10f5e7, U+10f5f6, U+10f611, U+10f613, U+10f654, U+10f657-10f658, U+10f681-10f682, U+10f68c-10f693, U+10f6be, U+10f6da, U+10f6e4, U+10f6ed, U+10f6ef-10f6f0, U+10f6f4, U+10f6fa-10f6fb, U+10f6fe, U+10f72c, U+10f751, U+10f759, U+10f75b, U+10f779, U+10f77c, U+10f786-10f787, U+10f7ab, U+10f7b2, U+10f7b7, U+10f7bf, U+10f7e8, U+10f813, U+10f85f, U+10f863, U+10f87b, U+10f89c-10f89d;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.10.2.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.10.2.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.10.2.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.10.2.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.10.2.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.10.2.svg#fontawesome) format("svg");
  unicode-range: U+f004-f005, U+f02c, U+f02e, U+f031-f035, U+f04b-f04d, U+f056, U+f073, U+f08d, U+f095, U+f0a3, U+f0c5, U+f0c7-f0c8, U+f0dc-f0de, U+f0e0, U+f110-f111, U+f129-f12c, U+f132-f133, U+f144-f145, U+f15b-f15c, U+f164-f165, U+f193, U+f197, U+f1ab, U+f1c1-f1c9, U+f1ce, U+f1dc, U+f1f8-f1f9, U+f219, U+f249, U+f271-f274, U+f29a, U+f29e, U+f2a7, U+f2b6, U+f2e1, U+f2e3-f2e5, U+f2ec-f2ed, U+f2f2, U+f2f4, U+f2fa-f2fc, U+f306, U+f312, U+f316-f31a, U+f31c, U+f327, U+f333-f335, U+f3f4, U+f3ff, U+f45c, U+f460, U+f462, U+f477-f478, U+f497, U+f4ba, U+f4d3, U+f54c, U+f553, U+f559, U+f56c-f574, U+f5bf, U+f5c1, U+f5f3, U+f630-f632, U+f634, U+f63e, U+f641, U+f659-f65c, U+f696, U+f6a0, U+f6b4, U+f6bd, U+f6dd, U+f706, U+f708-f709, U+f70d-f710, U+f714, U+f71e-f71f, U+f736, U+f76f-f770, U+f777, U+f783-f784, U+f7a9, U+f7c4, U+f7d5, U+f7d9, U+f7dd, U+f7fd, U+f81c-f81d, U+f824, U+f828-f82a, U+f856-f857, U+f865, U+f879, U+f87e, U+f893-f896, U+10f004-10f005, U+10f02c, U+10f02e, U+10f031-10f035, U+10f04b-10f04d, U+10f056, U+10f073, U+10f08d, U+10f095, U+10f0a3, U+10f0c5, U+10f0c7-10f0c8, U+10f0dc-10f0de, U+10f0e0, U+10f110-10f111, U+10f129-10f12c, U+10f132-10f133, U+10f144-10f145, U+10f15b-10f15c, U+10f164-10f165, U+10f193, U+10f197, U+10f1ab, U+10f1c1-10f1c9, U+10f1ce, U+10f1dc, U+10f1f8-10f1f9, U+10f219, U+10f249, U+10f271-10f274, U+10f29a, U+10f29e, U+10f2a7, U+10f2b6, U+10f2e1, U+10f2e3-10f2e5, U+10f2ec-10f2ed, U+10f2f2, U+10f2f4, U+10f2fa-10f2fc, U+10f306, U+10f312, U+10f316-10f31a, U+10f31c, U+10f327, U+10f333-10f335, U+10f3f4, U+10f3ff, U+10f45c, U+10f460, U+10f462, U+10f477-10f478, U+10f497, U+10f4ba, U+10f4d3, U+10f54c, U+10f553, U+10f559, U+10f56c-10f574, U+10f5bf, U+10f5c1, U+10f5f3, U+10f630-10f632, U+10f634, U+10f63e, U+10f641, U+10f659-10f65c, U+10f696, U+10f6a0, U+10f6b4, U+10f6bd, U+10f6dd, U+10f706, U+10f708-10f709, U+10f70d-10f710, U+10f714, U+10f71e-10f71f, U+10f736, U+10f76f-10f770, U+10f777, U+10f783-10f784, U+10f7a9, U+10f7c4, U+10f7d5, U+10f7d9, U+10f7dd, U+10f7fd, U+10f81c-10f81d, U+10f824, U+10f828-10f82a, U+10f856-10f857, U+10f865, U+10f879, U+10f87e, U+10f893-10f896;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.11.0.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.11.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.11.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.11.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.11.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.11.0.svg#fontawesome) format("svg");
  unicode-range: U+f001, U+f02f, U+f042, U+f08e, U+f091, U+f0f3, U+f104-f105, U+f11b, U+f13d, U+f149, U+f1ac, U+f1ec, U+f223, U+f225, U+f22a-f22c, U+f24d, U+f26c, U+f29d, U+f2eb, U+f2ee, U+f2f3, U+f300, U+f307, U+f323-f324, U+f338, U+f33d, U+f35d, U+f48a, U+f4c0, U+f569, U+f5dc, U+f5eb, U+f601, U+f61b, U+f64c, U+f65e, U+f664, U+f66a, U+f68a, U+f6c0-f6c1, U+f6df-f6e1, U+f6e8, U+f6f9, U+f70c, U+f7a6, U+f81a, U+f89f-f8a5, U+f8a7-f8b6, U+f8b8-f8c9, U+f8cb-f8d1, U+f8d3-f8dd, U+f8df-f8e0, U+f8e2-f8e7, U+f8e9-f8ed, U+f8ef-f8f2, U+10f001, U+10f02f, U+10f042, U+10f08e, U+10f091, U+10f0f3, U+10f104-10f105, U+10f11b, U+10f13d, U+10f149, U+10f1ac, U+10f1ec, U+10f223, U+10f225, U+10f22a-10f22c, U+10f24d, U+10f26c, U+10f29d, U+10f2eb, U+10f2ee, U+10f2f3, U+10f300, U+10f307, U+10f323-10f324, U+10f338, U+10f33d, U+10f35d, U+10f48a, U+10f4c0, U+10f569, U+10f5dc, U+10f5eb, U+10f601, U+10f61b, U+10f64c, U+10f65e, U+10f664, U+10f66a, U+10f68a, U+10f6c0-10f6c1, U+10f6df-10f6e1, U+10f6e8, U+10f6f9, U+10f70c, U+10f7a6, U+10f81a, U+10f89f-10f8a5, U+10f8a7-10f8b6, U+10f8b8-10f8c9, U+10f8cb-10f8d1, U+10f8d3-10f8dd, U+10f8df-10f8e0, U+10f8e2-10f8e7, U+10f8e9-10f8ed, U+10f8ef-10f8f2;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.11.1.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.11.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.11.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.11.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.11.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.11.1.svg#fontawesome) format("svg");
  unicode-range: U+f00d, U+f048, U+f051, U+f0ac, U+f0b0, U+f118-f11a, U+f148, U+f14e, U+f155, U+f186, U+f19c, U+f1eb, U+f21a, U+f221, U+f22d, U+f2bd, U+f2e8, U+f2f8, U+f354, U+f357, U+f433-f434, U+f436, U+f44e, U+f45e, U+f4c7, U+f4da, U+f4e3, U+f51f, U+f54e, U+f556, U+f567, U+f579-f57a, U+f57c-f585, U+f587, U+f589-f58c, U+f596-f59c, U+f5a4-f5a5, U+f5b3-f5b4, U+f5b8, U+f5c0, U+f5c2-f5c3, U+f5c8, U+f5ce, U+f5de, U+f5e6, U+f5ec, U+f602, U+f615-f616, U+f622, U+f648-f649, U+f67c, U+f69a, U+f6aa-f6ab, U+f6ad, U+f7a2, U+f7a5, U+f7b9-f7ba, U+f7ff, U+f803, U+f806, U+f810, U+f819, U+f82b, U+f87f, U+f8de, U+f8ee, U+10f00d, U+10f048, U+10f051, U+10f0ac, U+10f0b0, U+10f118-10f11a, U+10f148, U+10f14e, U+10f155, U+10f186, U+10f19c, U+10f1eb, U+10f21a, U+10f221, U+10f22d, U+10f2bd, U+10f2e8, U+10f2f8, U+10f354, U+10f357, U+10f433-10f434, U+10f436, U+10f44e, U+10f45e, U+10f4c7, U+10f4da, U+10f4e3, U+10f51f, U+10f54e, U+10f556, U+10f567, U+10f579-10f57a, U+10f57c-10f585, U+10f587, U+10f589-10f58c, U+10f596-10f59c, U+10f5a4-10f5a5, U+10f5b3-10f5b4, U+10f5b8, U+10f5c0, U+10f5c2-10f5c3, U+10f5c8, U+10f5ce, U+10f5de, U+10f5e6, U+10f5ec, U+10f602, U+10f615-10f616, U+10f622, U+10f648-10f649, U+10f67c, U+10f69a, U+10f6aa-10f6ab, U+10f6ad, U+10f7a2, U+10f7a5, U+10f7b9-10f7ba, U+10f7ff, U+10f803, U+10f806, U+10f810, U+10f819, U+10f82b, U+10f87f, U+10f8de, U+10f8ee;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.11.2.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.11.2.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.11.2.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.11.2.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.11.2.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-duotone-900-pro-5.11.2.svg#fontawesome) format("svg");
  unicode-range: U+f488, U+f8b7, U+f8f3, U+10f488, U+10f8b7, U+10f8f3;
}
/* line 9381, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad {
  position: relative;
  font-family: "Font Awesome 5 Duotone";
  font-weight: 900;
}

/* line 9387, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad:before {
  position: absolute;
  color: var(--fa-primary-color, inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}

/* line 9394, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad:after {
  color: var(--fa-secondary-color, inherit);
}

/* line 9398, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-swap-opacity .fad:before,
.fad.fa-swap-opacity:before,
.fad:after {
  opacity: .4;
  opacity: var(--fa-secondary-opacity, 0.4);
}

/* line 9405, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-swap-opacity .fad:after,
.fad.fa-swap-opacity:after {
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}

/* line 9411, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-inverse {
  color: #fff;
}

/* line 9415, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-stack-1x,
.fad.fa-stack-2x {
  position: absolute;
}

/* line 9420, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-fw:before,
.fad.fa-stack-1x:before,
.fad.fa-stack-2x:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 9428, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-abacus:after {
  content: "􏙀";
}

/* line 9432, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-acorn:after {
  content: "􏚮";
}

/* line 9436, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ad:after {
  content: "􏙁";
}

/* line 9440, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-address-book:after {
  content: "􏊹";
}

/* line 9444, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-address-card:after {
  content: "􏊻";
}

/* line 9448, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-adjust:after {
  content: "􏁂";
}

/* line 9452, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-air-freshener:after {
  content: "􏗐";
}

/* line 9456, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-alarm-clock:after {
  content: "􏍎";
}

/* line 9460, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-alarm-exclamation:after {
  content: "􏡃";
}

/* line 9464, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-alarm-plus:after {
  content: "􏡄";
}

/* line 9468, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-alarm-snooze:after {
  content: "􏡅";
}

/* line 9472, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-album:after {
  content: "􏢟";
}

/* line 9476, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-album-collection:after {
  content: "􏢠";
}

/* line 9480, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-alicorn:after {
  content: "􏚰";
}

/* line 9484, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-align-center:after {
  content: "􏀷";
}

/* line 9488, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-align-justify:after {
  content: "􏀹";
}

/* line 9492, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-align-left:after {
  content: "􏀶";
}

/* line 9496, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-align-right:after {
  content: "􏀸";
}

/* line 9500, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-align-slash:after {
  content: "􏡆";
}

/* line 9504, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-allergies:after {
  content: "􏑡";
}

/* line 9508, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ambulance:after {
  content: "􏃹";
}

/* line 9512, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-american-sign-language-interpreting:after {
  content: "􏊣";
}

/* line 9516, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-amp-guitar:after {
  content: "􏢡";
}

/* line 9520, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-analytics:after {
  content: "􏙃";
}

/* line 9524, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-anchor:after {
  content: "􏄽";
}

/* line 9528, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-angel:after {
  content: "􏝹";
}

/* line 9532, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-angle-double-down:after {
  content: "􏄃";
}

/* line 9536, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-angle-double-left:after {
  content: "􏄀";
}

/* line 9540, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-angle-double-right:after {
  content: "􏄁";
}

/* line 9544, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-angle-double-up:after {
  content: "􏄂";
}

/* line 9548, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-angle-down:after {
  content: "􏄇";
}

/* line 9552, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-angle-left:after {
  content: "􏄄";
}

/* line 9556, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-angle-right:after {
  content: "􏄅";
}

/* line 9560, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-angle-up:after {
  content: "􏄆";
}

/* line 9564, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-angry:after {
  content: "􏕖";
}

/* line 9568, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ankh:after {
  content: "􏙄";
}

/* line 9572, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-apple-alt:after {
  content: "􏗑";
}

/* line 9576, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-apple-crate:after {
  content: "􏚱";
}

/* line 9580, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-archive:after {
  content: "􏆇";
}

/* line 9584, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-archway:after {
  content: "􏕗";
}

/* line 9588, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-alt-circle-down:after {
  content: "􏍘";
}

/* line 9592, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-alt-circle-left:after {
  content: "􏍙";
}

/* line 9596, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-alt-circle-right:after {
  content: "􏍚";
}

/* line 9600, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-alt-circle-up:after {
  content: "􏍛";
}

/* line 9604, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-alt-down:after {
  content: "􏍔";
}

/* line 9608, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-alt-from-bottom:after {
  content: "􏍆";
}

/* line 9612, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-alt-from-left:after {
  content: "􏍇";
}

/* line 9616, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-alt-from-right:after {
  content: "􏍈";
}

/* line 9620, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-alt-from-top:after {
  content: "􏍉";
}

/* line 9624, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-alt-left:after {
  content: "􏍕";
}

/* line 9628, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-alt-right:after {
  content: "􏍖";
}

/* line 9632, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-alt-square-down:after {
  content: "􏍐";
}

/* line 9636, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-alt-square-left:after {
  content: "􏍑";
}

/* line 9640, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-alt-square-right:after {
  content: "􏍒";
}

/* line 9644, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-alt-square-up:after {
  content: "􏍓";
}

/* line 9648, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-alt-to-bottom:after {
  content: "􏍊";
}

/* line 9652, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-alt-to-left:after {
  content: "􏍋";
}

/* line 9656, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-alt-to-right:after {
  content: "􏍌";
}

/* line 9660, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-alt-to-top:after {
  content: "􏍍";
}

/* line 9664, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-alt-up:after {
  content: "􏍗";
}

/* line 9668, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-circle-down:after {
  content: "􏂫";
}

/* line 9672, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-circle-left:after {
  content: "􏂨";
}

/* line 9676, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-circle-right:after {
  content: "􏂩";
}

/* line 9680, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-circle-up:after {
  content: "􏂪";
}

/* line 9684, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-down:after {
  content: "􏁣";
}

/* line 9688, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-from-bottom:after {
  content: "􏍂";
}

/* line 9692, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-from-left:after {
  content: "􏍃";
}

/* line 9696, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-from-right:after {
  content: "􏍄";
}

/* line 9700, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-from-top:after {
  content: "􏍅";
}

/* line 9704, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-left:after {
  content: "􏁠";
}

/* line 9708, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-right:after {
  content: "􏁡";
}

/* line 9712, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-square-down:after {
  content: "􏌹";
}

/* line 9716, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-square-left:after {
  content: "􏌺";
}

/* line 9720, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-square-right:after {
  content: "􏌻";
}

/* line 9724, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-square-up:after {
  content: "􏌼";
}

/* line 9728, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-to-bottom:after {
  content: "􏌽";
}

/* line 9732, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-to-left:after {
  content: "􏌾";
}

/* line 9736, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-to-right:after {
  content: "􏍀";
}

/* line 9740, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-to-top:after {
  content: "􏍁";
}

/* line 9744, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-up:after {
  content: "􏁢";
}

/* line 9748, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrows:after {
  content: "􏁇";
}

/* line 9752, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrows-alt:after {
  content: "􏂲";
}

/* line 9756, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrows-alt-h:after {
  content: "􏌷";
}

/* line 9760, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrows-alt-v:after {
  content: "􏌸";
}

/* line 9764, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrows-h:after {
  content: "􏁾";
}

/* line 9768, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrows-v:after {
  content: "􏁽";
}

/* line 9772, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-assistive-listening-systems:after {
  content: "􏊢";
}

/* line 9776, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-asterisk:after {
  content: "􏁩";
}

/* line 9780, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-at:after {
  content: "􏇺";
}

/* line 9784, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-atlas:after {
  content: "􏕘";
}

/* line 9788, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-atom:after {
  content: "􏗒";
}

/* line 9792, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-atom-alt:after {
  content: "􏗓";
}

/* line 9796, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-audio-description:after {
  content: "􏊞";
}

/* line 9800, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-award:after {
  content: "􏕙";
}

/* line 9804, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-axe:after {
  content: "􏚲";
}

/* line 9808, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-axe-battle:after {
  content: "􏚳";
}

/* line 9812, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-baby:after {
  content: "􏝼";
}

/* line 9816, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-baby-carriage:after {
  content: "􏝽";
}

/* line 9820, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-backpack:after {
  content: "􏗔";
}

/* line 9824, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-backspace:after {
  content: "􏕚";
}

/* line 9828, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-backward:after {
  content: "􏁊";
}

/* line 9832, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bacon:after {
  content: "􏟥";
}

/* line 9836, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-badge:after {
  content: "􏌵";
}

/* line 9840, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-badge-check:after {
  content: "􏌶";
}

/* line 9844, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-badge-dollar:after {
  content: "􏙅";
}

/* line 9848, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-badge-percent:after {
  content: "􏙆";
}

/* line 9852, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-badge-sheriff:after {
  content: "􏢢";
}

/* line 9856, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-badger-honey:after {
  content: "􏚴";
}

/* line 9860, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bags-shopping:after {
  content: "􏡇";
}

/* line 9864, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-balance-scale:after {
  content: "􏉎";
}

/* line 9868, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-balance-scale-left:after {
  content: "􏔕";
}

/* line 9872, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-balance-scale-right:after {
  content: "􏔖";
}

/* line 9876, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ball-pile:after {
  content: "􏝾";
}

/* line 9880, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ballot:after {
  content: "􏜲";
}

/* line 9884, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ballot-check:after {
  content: "􏜳";
}

/* line 9888, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ban:after {
  content: "􏁞";
}

/* line 9892, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-band-aid:after {
  content: "􏑢";
}

/* line 9896, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-banjo:after {
  content: "􏢣";
}

/* line 9900, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-barcode:after {
  content: "􏀪";
}

/* line 9904, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-barcode-alt:after {
  content: "􏑣";
}

/* line 9908, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-barcode-read:after {
  content: "􏑤";
}

/* line 9912, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-barcode-scan:after {
  content: "􏑥";
}

/* line 9916, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bars:after {
  content: "􏃉";
}

/* line 9920, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-baseball:after {
  content: "􏐲";
}

/* line 9924, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-baseball-ball:after {
  content: "􏐳";
}

/* line 9928, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-basketball-ball:after {
  content: "􏐴";
}

/* line 9932, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-basketball-hoop:after {
  content: "􏐵";
}

/* line 9936, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bat:after {
  content: "􏚵";
}

/* line 9940, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bath:after {
  content: "􏋍";
}

/* line 9944, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-battery-bolt:after {
  content: "􏍶";
}

/* line 9948, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-battery-empty:after {
  content: "􏉄";
}

/* line 9952, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-battery-full:after {
  content: "􏉀";
}

/* line 9956, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-battery-half:after {
  content: "􏉂";
}

/* line 9960, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-battery-quarter:after {
  content: "􏉃";
}

/* line 9964, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-battery-slash:after {
  content: "􏍷";
}

/* line 9968, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-battery-three-quarters:after {
  content: "􏉁";
}

/* line 9972, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bed:after {
  content: "􏈶";
}

/* line 9976, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-beer:after {
  content: "􏃼";
}

/* line 9980, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bell:after {
  content: "􏃳";
}

/* line 9984, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bell-exclamation:after {
  content: "􏡈";
}

/* line 9988, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bell-plus:after {
  content: "􏡉";
}

/* line 9992, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bell-school:after {
  content: "􏗕";
}

/* line 9996, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bell-school-slash:after {
  content: "􏗖";
}

/* line 10000, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bell-slash:after {
  content: "􏇶";
}

/* line 10004, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bells:after {
  content: "􏝿";
}

/* line 10008, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-betamax:after {
  content: "􏢤";
}

/* line 10012, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bezier-curve:after {
  content: "􏕛";
}

/* line 10016, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bible:after {
  content: "􏙇";
}

/* line 10020, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bicycle:after {
  content: "􏈆";
}

/* line 10024, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-biking:after {
  content: "􏡊";
}

/* line 10028, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-biking-mountain:after {
  content: "􏡋";
}

/* line 10032, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-binoculars:after {
  content: "􏇥";
}

/* line 10036, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-biohazard:after {
  content: "􏞀";
}

/* line 10040, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-birthday-cake:after {
  content: "􏇽";
}

/* line 10044, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-blanket:after {
  content: "􏒘";
}

/* line 10048, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-blender:after {
  content: "􏔗";
}

/* line 10052, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-blender-phone:after {
  content: "􏚶";
}

/* line 10056, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-blind:after {
  content: "􏊝";
}

/* line 10060, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-blog:after {
  content: "􏞁";
}

/* line 10064, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bold:after {
  content: "􏀲";
}

/* line 10068, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bolt:after {
  content: "􏃧";
}

/* line 10072, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bomb:after {
  content: "􏇢";
}

/* line 10076, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bone:after {
  content: "􏗗";
}

/* line 10080, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bone-break:after {
  content: "􏗘";
}

/* line 10084, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bong:after {
  content: "􏕜";
}

/* line 10088, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-book:after {
  content: "􏀭";
}

/* line 10092, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-book-alt:after {
  content: "􏗙";
}

/* line 10096, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-book-dead:after {
  content: "􏚷";
}

/* line 10100, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-book-heart:after {
  content: "􏒙";
}

/* line 10104, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-book-medical:after {
  content: "􏟦";
}

/* line 10108, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-book-open:after {
  content: "􏔘";
}

/* line 10112, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-book-reader:after {
  content: "􏗚";
}

/* line 10116, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-book-spells:after {
  content: "􏚸";
}

/* line 10120, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-book-user:after {
  content: "􏟧";
}

/* line 10124, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bookmark:after {
  content: "􏀮";
}

/* line 10128, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-books:after {
  content: "􏗛";
}

/* line 10132, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-books-medical:after {
  content: "􏟨";
}

/* line 10136, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-boombox:after {
  content: "􏢥";
}

/* line 10140, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-boot:after {
  content: "􏞂";
}

/* line 10144, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-booth-curtain:after {
  content: "􏜴";
}

/* line 10148, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-border-all:after {
  content: "􏡌";
}

/* line 10152, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-border-bottom:after {
  content: "􏡍";
}

/* line 10156, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-border-center-h:after {
  content: "􏢜";
}

/* line 10160, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-border-center-v:after {
  content: "􏢝";
}

/* line 10164, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-border-inner:after {
  content: "􏡎";
}

/* line 10168, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-border-left:after {
  content: "􏡏";
}

/* line 10172, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-border-none:after {
  content: "􏡐";
}

/* line 10176, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-border-outer:after {
  content: "􏡑";
}

/* line 10180, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-border-right:after {
  content: "􏡒";
}

/* line 10184, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-border-style:after {
  content: "􏡓";
}

/* line 10188, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-border-style-alt:after {
  content: "􏡔";
}

/* line 10192, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-border-top:after {
  content: "􏡕";
}

/* line 10196, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bow-arrow:after {
  content: "􏚹";
}

/* line 10200, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bowling-ball:after {
  content: "􏐶";
}

/* line 10204, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bowling-pins:after {
  content: "􏐷";
}

/* line 10208, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-box:after {
  content: "􏑦";
}

/* line 10212, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-box-alt:after {
  content: "􏒚";
}

/* line 10216, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-box-ballot:after {
  content: "􏜵";
}

/* line 10220, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-box-check:after {
  content: "􏑧";
}

/* line 10224, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-box-fragile:after {
  content: "􏒛";
}

/* line 10228, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-box-full:after {
  content: "􏒜";
}

/* line 10232, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-box-heart:after {
  content: "􏒝";
}

/* line 10236, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-box-open:after {
  content: "􏒞";
}

/* line 10240, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-box-up:after {
  content: "􏒟";
}

/* line 10244, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-box-usd:after {
  content: "􏒠";
}

/* line 10248, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-boxes:after {
  content: "􏑨";
}

/* line 10252, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-boxes-alt:after {
  content: "􏒡";
}

/* line 10256, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-boxing-glove:after {
  content: "􏐸";
}

/* line 10260, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-brackets:after {
  content: "􏟩";
}

/* line 10264, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-brackets-curly:after {
  content: "􏟪";
}

/* line 10268, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-braille:after {
  content: "􏊡";
}

/* line 10272, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-brain:after {
  content: "􏗜";
}

/* line 10276, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bread-loaf:after {
  content: "􏟫";
}

/* line 10280, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bread-slice:after {
  content: "􏟬";
}

/* line 10284, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-briefcase:after {
  content: "􏂱";
}

/* line 10288, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-briefcase-medical:after {
  content: "􏑩";
}

/* line 10292, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bring-forward:after {
  content: "􏡖";
}

/* line 10296, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bring-front:after {
  content: "􏡗";
}

/* line 10300, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-broadcast-tower:after {
  content: "􏔙";
}

/* line 10304, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-broom:after {
  content: "􏔚";
}

/* line 10308, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-browser:after {
  content: "􏍾";
}

/* line 10312, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-brush:after {
  content: "􏕝";
}

/* line 10316, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bug:after {
  content: "􏆈";
}

/* line 10320, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-building:after {
  content: "􏆭";
}

/* line 10324, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bullhorn:after {
  content: "􏂡";
}

/* line 10328, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bullseye:after {
  content: "􏅀";
}

/* line 10332, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bullseye-arrow:after {
  content: "􏙈";
}

/* line 10336, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bullseye-pointer:after {
  content: "􏙉";
}

/* line 10340, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-burger-soda:after {
  content: "􏡘";
}

/* line 10344, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-burn:after {
  content: "􏑪";
}

/* line 10348, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-burrito:after {
  content: "􏟭";
}

/* line 10352, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bus:after {
  content: "􏈇";
}

/* line 10356, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bus-alt:after {
  content: "􏕞";
}

/* line 10360, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bus-school:after {
  content: "􏗝";
}

/* line 10364, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-business-time:after {
  content: "􏙊";
}

/* line 10368, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cabinet-filing:after {
  content: "􏙋";
}

/* line 10372, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cactus:after {
  content: "􏢧";
}

/* line 10376, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-calculator:after {
  content: "􏇬";
}

/* line 10380, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-calculator-alt:after {
  content: "􏙌";
}

/* line 10384, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-calendar:after {
  content: "􏄳";
}

/* line 10388, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-calendar-alt:after {
  content: "􏁳";
}

/* line 10392, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-calendar-check:after {
  content: "􏉴";
}

/* line 10396, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-calendar-day:after {
  content: "􏞃";
}

/* line 10400, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-calendar-edit:after {
  content: "􏌳";
}

/* line 10404, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-calendar-exclamation:after {
  content: "􏌴";
}

/* line 10408, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-calendar-minus:after {
  content: "􏉲";
}

/* line 10412, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-calendar-plus:after {
  content: "􏉱";
}

/* line 10416, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-calendar-star:after {
  content: "􏜶";
}

/* line 10420, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-calendar-times:after {
  content: "􏉳";
}

/* line 10424, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-calendar-week:after {
  content: "􏞄";
}

/* line 10428, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-camcorder:after {
  content: "􏢨";
}

/* line 10432, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-camera:after {
  content: "􏀰";
}

/* line 10436, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-camera-alt:after {
  content: "􏌲";
}

/* line 10440, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-camera-movie:after {
  content: "􏢩";
}

/* line 10444, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-camera-polaroid:after {
  content: "􏢪";
}

/* line 10448, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-camera-retro:after {
  content: "􏂃";
}

/* line 10452, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-campfire:after {
  content: "􏚺";
}

/* line 10456, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-campground:after {
  content: "􏚻";
}

/* line 10460, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-candle-holder:after {
  content: "􏚼";
}

/* line 10464, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-candy-cane:after {
  content: "􏞆";
}

/* line 10468, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-candy-corn:after {
  content: "􏚽";
}

/* line 10472, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cannabis:after {
  content: "􏕟";
}

/* line 10476, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-capsules:after {
  content: "􏑫";
}

/* line 10480, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-car:after {
  content: "􏆹";
}

/* line 10484, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-car-alt:after {
  content: "􏗞";
}

/* line 10488, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-car-battery:after {
  content: "􏗟";
}

/* line 10492, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-car-building:after {
  content: "􏡙";
}

/* line 10496, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-car-bump:after {
  content: "􏗠";
}

/* line 10500, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-car-bus:after {
  content: "􏡚";
}

/* line 10504, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-car-crash:after {
  content: "􏗡";
}

/* line 10508, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-car-garage:after {
  content: "􏗢";
}

/* line 10512, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-car-mechanic:after {
  content: "􏗣";
}

/* line 10516, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-car-side:after {
  content: "􏗤";
}

/* line 10520, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-car-tilt:after {
  content: "􏗥";
}

/* line 10524, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-car-wash:after {
  content: "􏗦";
}

/* line 10528, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-caret-circle-down:after {
  content: "􏌭";
}

/* line 10532, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-caret-circle-left:after {
  content: "􏌮";
}

/* line 10536, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-caret-circle-right:after {
  content: "􏌰";
}

/* line 10540, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-caret-circle-up:after {
  content: "􏌱";
}

/* line 10544, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-caret-down:after {
  content: "􏃗";
}

/* line 10548, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-caret-left:after {
  content: "􏃙";
}

/* line 10552, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-caret-right:after {
  content: "􏃚";
}

/* line 10556, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-caret-square-down:after {
  content: "􏅐";
}

/* line 10560, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-caret-square-left:after {
  content: "􏆑";
}

/* line 10564, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-caret-square-right:after {
  content: "􏅒";
}

/* line 10568, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-caret-square-up:after {
  content: "􏅑";
}

/* line 10572, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-caret-up:after {
  content: "􏃘";
}

/* line 10576, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-carrot:after {
  content: "􏞇";
}

/* line 10580, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cars:after {
  content: "􏡛";
}

/* line 10584, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cart-arrow-down:after {
  content: "􏈘";
}

/* line 10588, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cart-plus:after {
  content: "􏈗";
}

/* line 10592, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cash-register:after {
  content: "􏞈";
}

/* line 10596, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cassette-tape:after {
  content: "􏢫";
}

/* line 10600, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cat:after {
  content: "􏚾";
}

/* line 10604, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cauldron:after {
  content: "􏚿";
}

/* line 10608, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cctv:after {
  content: "􏢬";
}

/* line 10612, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-certificate:after {
  content: "􏂣";
}

/* line 10616, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chair:after {
  content: "􏛀";
}

/* line 10620, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chair-office:after {
  content: "􏛁";
}

/* line 10624, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chalkboard:after {
  content: "􏔛";
}

/* line 10628, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chalkboard-teacher:after {
  content: "􏔜";
}

/* line 10632, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-charging-station:after {
  content: "􏗧";
}

/* line 10636, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chart-area:after {
  content: "􏇾";
}

/* line 10640, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chart-bar:after {
  content: "􏂀";
}

/* line 10644, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chart-line:after {
  content: "􏈁";
}

/* line 10648, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chart-line-down:after {
  content: "􏙍";
}

/* line 10652, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chart-network:after {
  content: "􏞊";
}

/* line 10656, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chart-pie:after {
  content: "􏈀";
}

/* line 10660, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chart-pie-alt:after {
  content: "􏙎";
}

/* line 10664, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chart-scatter:after {
  content: "􏟮";
}

/* line 10668, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-check:after {
  content: "􏀌";
}

/* line 10672, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-check-circle:after {
  content: "􏁘";
}

/* line 10676, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-check-double:after {
  content: "􏕠";
}

/* line 10680, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-check-square:after {
  content: "􏅊";
}

/* line 10684, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cheese:after {
  content: "􏟯";
}

/* line 10688, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cheese-swiss:after {
  content: "􏟰";
}

/* line 10692, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cheeseburger:after {
  content: "􏟱";
}

/* line 10696, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chess:after {
  content: "􏐹";
}

/* line 10700, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chess-bishop:after {
  content: "􏐺";
}

/* line 10704, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chess-bishop-alt:after {
  content: "􏐻";
}

/* line 10708, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chess-board:after {
  content: "􏐼";
}

/* line 10712, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chess-clock:after {
  content: "􏐽";
}

/* line 10716, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chess-clock-alt:after {
  content: "􏐾";
}

/* line 10720, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chess-king:after {
  content: "􏐿";
}

/* line 10724, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chess-king-alt:after {
  content: "􏑀";
}

/* line 10728, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chess-knight:after {
  content: "􏑁";
}

/* line 10732, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chess-knight-alt:after {
  content: "􏑂";
}

/* line 10736, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chess-pawn:after {
  content: "􏑃";
}

/* line 10740, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chess-pawn-alt:after {
  content: "􏑄";
}

/* line 10744, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chess-queen:after {
  content: "􏑅";
}

/* line 10748, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chess-queen-alt:after {
  content: "􏑆";
}

/* line 10752, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chess-rook:after {
  content: "􏑇";
}

/* line 10756, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chess-rook-alt:after {
  content: "􏑈";
}

/* line 10760, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chevron-circle-down:after {
  content: "􏄺";
}

/* line 10764, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chevron-circle-left:after {
  content: "􏄷";
}

/* line 10768, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chevron-circle-right:after {
  content: "􏄸";
}

/* line 10772, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chevron-circle-up:after {
  content: "􏄹";
}

/* line 10776, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chevron-double-down:after {
  content: "􏌢";
}

/* line 10780, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chevron-double-left:after {
  content: "􏌣";
}

/* line 10784, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chevron-double-right:after {
  content: "􏌤";
}

/* line 10788, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chevron-double-up:after {
  content: "􏌥";
}

/* line 10792, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chevron-down:after {
  content: "􏁸";
}

/* line 10796, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chevron-left:after {
  content: "􏁓";
}

/* line 10800, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chevron-right:after {
  content: "􏁔";
}

/* line 10804, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chevron-square-down:after {
  content: "􏌩";
}

/* line 10808, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chevron-square-left:after {
  content: "􏌪";
}

/* line 10812, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chevron-square-right:after {
  content: "􏌫";
}

/* line 10816, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chevron-square-up:after {
  content: "􏌬";
}

/* line 10820, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chevron-up:after {
  content: "􏁷";
}

/* line 10824, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-child:after {
  content: "􏆮";
}

/* line 10828, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chimney:after {
  content: "􏞋";
}

/* line 10832, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-church:after {
  content: "􏔝";
}

/* line 10836, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-circle:after {
  content: "􏄑";
}

/* line 10840, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-circle-notch:after {
  content: "􏇎";
}

/* line 10844, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-city:after {
  content: "􏙏";
}

/* line 10848, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-clarinet:after {
  content: "􏢭";
}

/* line 10852, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-claw-marks:after {
  content: "􏛂";
}

/* line 10856, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-clinic-medical:after {
  content: "􏟲";
}

/* line 10860, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-clipboard:after {
  content: "􏌨";
}

/* line 10864, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-clipboard-check:after {
  content: "􏑬";
}

/* line 10868, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-clipboard-list:after {
  content: "􏑭";
}

/* line 10872, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-clipboard-list-check:after {
  content: "􏜷";
}

/* line 10876, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-clipboard-prescription:after {
  content: "􏗨";
}

/* line 10880, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-clipboard-user:after {
  content: "􏟳";
}

/* line 10884, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-clock:after {
  content: "􏀗";
}

/* line 10888, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-clone:after {
  content: "􏉍";
}

/* line 10892, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-closed-captioning:after {
  content: "􏈊";
}

/* line 10896, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cloud:after {
  content: "􏃂";
}

/* line 10900, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cloud-download:after {
  content: "􏃭";
}

/* line 10904, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cloud-download-alt:after {
  content: "􏎁";
}

/* line 10908, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cloud-drizzle:after {
  content: "􏜸";
}

/* line 10912, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cloud-hail:after {
  content: "􏜹";
}

/* line 10916, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cloud-hail-mixed:after {
  content: "􏜺";
}

/* line 10920, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cloud-meatball:after {
  content: "􏜻";
}

/* line 10924, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cloud-moon:after {
  content: "􏛃";
}

/* line 10928, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cloud-moon-rain:after {
  content: "􏜼";
}

/* line 10932, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cloud-music:after {
  content: "􏢮";
}

/* line 10936, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cloud-rain:after {
  content: "􏜽";
}

/* line 10940, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cloud-rainbow:after {
  content: "􏜾";
}

/* line 10944, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cloud-showers:after {
  content: "􏜿";
}

/* line 10948, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cloud-showers-heavy:after {
  content: "􏝀";
}

/* line 10952, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cloud-sleet:after {
  content: "􏝁";
}

/* line 10956, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cloud-snow:after {
  content: "􏝂";
}

/* line 10960, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cloud-sun:after {
  content: "􏛄";
}

/* line 10964, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cloud-sun-rain:after {
  content: "􏝃";
}

/* line 10968, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cloud-upload:after {
  content: "􏃮";
}

/* line 10972, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cloud-upload-alt:after {
  content: "􏎂";
}

/* line 10976, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-clouds:after {
  content: "􏝄";
}

/* line 10980, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-clouds-moon:after {
  content: "􏝅";
}

/* line 10984, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-clouds-sun:after {
  content: "􏝆";
}

/* line 10988, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-club:after {
  content: "􏌧";
}

/* line 10992, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cocktail:after {
  content: "􏕡";
}

/* line 10996, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-code:after {
  content: "􏄡";
}

/* line 11000, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-code-branch:after {
  content: "􏄦";
}

/* line 11004, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-code-commit:after {
  content: "􏎆";
}

/* line 11008, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-code-merge:after {
  content: "􏎇";
}

/* line 11012, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-coffee:after {
  content: "􏃴";
}

/* line 11016, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-coffee-togo:after {
  content: "􏛅";
}

/* line 11020, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-coffin:after {
  content: "􏛆";
}

/* line 11024, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cog:after {
  content: "􏀓";
}

/* line 11028, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cogs:after {
  content: "􏂅";
}

/* line 11032, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-coin:after {
  content: "􏡜";
}

/* line 11036, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-coins:after {
  content: "􏔞";
}

/* line 11040, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-columns:after {
  content: "􏃛";
}

/* line 11044, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment:after {
  content: "􏁵";
}

/* line 11048, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-alt:after {
  content: "􏉺";
}

/* line 11052, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-alt-check:after {
  content: "􏒢";
}

/* line 11056, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-alt-dollar:after {
  content: "􏙐";
}

/* line 11060, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-alt-dots:after {
  content: "􏒣";
}

/* line 11064, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-alt-edit:after {
  content: "􏒤";
}

/* line 11068, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-alt-exclamation:after {
  content: "􏒥";
}

/* line 11072, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-alt-lines:after {
  content: "􏒦";
}

/* line 11076, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-alt-medical:after {
  content: "􏟴";
}

/* line 11080, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-alt-minus:after {
  content: "􏒧";
}

/* line 11084, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-alt-music:after {
  content: "􏢯";
}

/* line 11088, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-alt-plus:after {
  content: "􏒨";
}

/* line 11092, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-alt-slash:after {
  content: "􏒩";
}

/* line 11096, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-alt-smile:after {
  content: "􏒪";
}

/* line 11100, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-alt-times:after {
  content: "􏒫";
}

/* line 11104, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-check:after {
  content: "􏒬";
}

/* line 11108, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-dollar:after {
  content: "􏙑";
}

/* line 11112, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-dots:after {
  content: "􏒭";
}

/* line 11116, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-edit:after {
  content: "􏒮";
}

/* line 11120, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-exclamation:after {
  content: "􏒯";
}

/* line 11124, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-lines:after {
  content: "􏒰";
}

/* line 11128, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-medical:after {
  content: "􏟵";
}

/* line 11132, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-minus:after {
  content: "􏒱";
}

/* line 11136, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-music:after {
  content: "􏢰";
}

/* line 11140, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-plus:after {
  content: "􏒲";
}

/* line 11144, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-slash:after {
  content: "􏒳";
}

/* line 11148, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-smile:after {
  content: "􏒴";
}

/* line 11152, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-times:after {
  content: "􏒵";
}

/* line 11156, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comments:after {
  content: "􏂆";
}

/* line 11160, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comments-alt:after {
  content: "􏒶";
}

/* line 11164, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comments-alt-dollar:after {
  content: "􏙒";
}

/* line 11168, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comments-dollar:after {
  content: "􏙓";
}

/* line 11172, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-compact-disc:after {
  content: "􏔟";
}

/* line 11176, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-compass:after {
  content: "􏅎";
}

/* line 11180, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-compass-slash:after {
  content: "􏗩";
}

/* line 11184, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-compress:after {
  content: "􏁦";
}

/* line 11188, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-compress-alt:after {
  content: "􏐢";
}

/* line 11192, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-compress-arrows-alt:after {
  content: "􏞌";
}

/* line 11196, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-compress-wide:after {
  content: "􏌦";
}

/* line 11200, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-computer-classic:after {
  content: "􏢱";
}

/* line 11204, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-computer-speaker:after {
  content: "􏢲";
}

/* line 11208, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-concierge-bell:after {
  content: "􏕢";
}

/* line 11212, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-construction:after {
  content: "􏡝";
}

/* line 11216, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-container-storage:after {
  content: "􏒷";
}

/* line 11220, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-conveyor-belt:after {
  content: "􏑮";
}

/* line 11224, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-conveyor-belt-alt:after {
  content: "􏑯";
}

/* line 11228, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cookie:after {
  content: "􏕣";
}

/* line 11232, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cookie-bite:after {
  content: "􏕤";
}

/* line 11236, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-copy:after {
  content: "􏃅";
}

/* line 11240, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-copyright:after {
  content: "􏇹";
}

/* line 11244, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-corn:after {
  content: "􏛇";
}

/* line 11248, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-couch:after {
  content: "􏒸";
}

/* line 11252, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cow:after {
  content: "􏛈";
}

/* line 11256, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cowbell:after {
  content: "􏢳";
}

/* line 11260, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cowbell-more:after {
  content: "􏢴";
}

/* line 11264, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-credit-card:after {
  content: "􏂝";
}

/* line 11268, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-credit-card-blank:after {
  content: "􏎉";
}

/* line 11272, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-credit-card-front:after {
  content: "􏎊";
}

/* line 11276, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cricket:after {
  content: "􏑉";
}

/* line 11280, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-croissant:after {
  content: "􏟶";
}

/* line 11284, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-crop:after {
  content: "􏄥";
}

/* line 11288, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-crop-alt:after {
  content: "􏕥";
}

/* line 11292, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cross:after {
  content: "􏙔";
}

/* line 11296, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-crosshairs:after {
  content: "􏁛";
}

/* line 11300, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-crow:after {
  content: "􏔠";
}

/* line 11304, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-crown:after {
  content: "􏔡";
}

/* line 11308, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-crutch:after {
  content: "􏟷";
}

/* line 11312, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-crutches:after {
  content: "􏟸";
}

/* line 11316, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cube:after {
  content: "􏆲";
}

/* line 11320, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cubes:after {
  content: "􏆳";
}

/* line 11324, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-curling:after {
  content: "􏑊";
}

/* line 11328, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cut:after {
  content: "􏃄";
}

/* line 11332, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dagger:after {
  content: "􏛋";
}

/* line 11336, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-database:after {
  content: "􏇀";
}

/* line 11340, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-deaf:after {
  content: "􏊤";
}

/* line 11344, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-debug:after {
  content: "􏟹";
}

/* line 11348, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-deer:after {
  content: "􏞎";
}

/* line 11352, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-deer-rudolph:after {
  content: "􏞏";
}

/* line 11356, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-democrat:after {
  content: "􏝇";
}

/* line 11360, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-desktop:after {
  content: "􏄈";
}

/* line 11364, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-desktop-alt:after {
  content: "􏎐";
}

/* line 11368, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dewpoint:after {
  content: "􏝈";
}

/* line 11372, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dharmachakra:after {
  content: "􏙕";
}

/* line 11376, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-diagnoses:after {
  content: "􏑰";
}

/* line 11380, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-diamond:after {
  content: "􏈙";
}

/* line 11384, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dice:after {
  content: "􏔢";
}

/* line 11388, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dice-d10:after {
  content: "􏛍";
}

/* line 11392, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dice-d12:after {
  content: "􏛎";
}

/* line 11396, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dice-d20:after {
  content: "􏛏";
}

/* line 11400, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dice-d4:after {
  content: "􏛐";
}

/* line 11404, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dice-d6:after {
  content: "􏛑";
}

/* line 11408, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dice-d8:after {
  content: "􏛒";
}

/* line 11412, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dice-five:after {
  content: "􏔣";
}

/* line 11416, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dice-four:after {
  content: "􏔤";
}

/* line 11420, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dice-one:after {
  content: "􏔥";
}

/* line 11424, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dice-six:after {
  content: "􏔦";
}

/* line 11428, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dice-three:after {
  content: "􏔧";
}

/* line 11432, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dice-two:after {
  content: "􏔨";
}

/* line 11436, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-digging:after {
  content: "􏡞";
}

/* line 11440, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-digital-tachograph:after {
  content: "􏕦";
}

/* line 11444, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-diploma:after {
  content: "􏗪";
}

/* line 11448, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-directions:after {
  content: "􏗫";
}

/* line 11452, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-disc-drive:after {
  content: "􏢵";
}

/* line 11456, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-disease:after {
  content: "􏟺";
}

/* line 11460, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-divide:after {
  content: "􏔩";
}

/* line 11464, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dizzy:after {
  content: "􏕧";
}

/* line 11468, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dna:after {
  content: "􏑱";
}

/* line 11472, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-do-not-enter:after {
  content: "􏗬";
}

/* line 11476, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dog:after {
  content: "􏛓";
}

/* line 11480, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dog-leashed:after {
  content: "􏛔";
}

/* line 11484, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dollar-sign:after {
  content: "􏅕";
}

/* line 11488, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dolly:after {
  content: "􏑲";
}

/* line 11492, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dolly-empty:after {
  content: "􏑳";
}

/* line 11496, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dolly-flatbed:after {
  content: "􏑴";
}

/* line 11500, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dolly-flatbed-alt:after {
  content: "􏑵";
}

/* line 11504, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dolly-flatbed-empty:after {
  content: "􏑶";
}

/* line 11508, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-donate:after {
  content: "􏒹";
}

/* line 11512, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-door-closed:after {
  content: "􏔪";
}

/* line 11516, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-door-open:after {
  content: "􏔫";
}

/* line 11520, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dot-circle:after {
  content: "􏆒";
}

/* line 11524, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dove:after {
  content: "􏒺";
}

/* line 11528, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-download:after {
  content: "􏀙";
}

/* line 11532, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-drafting-compass:after {
  content: "􏕨";
}

/* line 11536, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dragon:after {
  content: "􏛕";
}

/* line 11540, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-draw-circle:after {
  content: "􏗭";
}

/* line 11544, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-draw-polygon:after {
  content: "􏗮";
}

/* line 11548, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-draw-square:after {
  content: "􏗯";
}

/* line 11552, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dreidel:after {
  content: "􏞒";
}

/* line 11556, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-drone:after {
  content: "􏡟";
}

/* line 11560, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-drone-alt:after {
  content: "􏡠";
}

/* line 11564, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-drum:after {
  content: "􏕩";
}

/* line 11568, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-drum-steelpan:after {
  content: "􏕪";
}

/* line 11572, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-drumstick:after {
  content: "􏛖";
}

/* line 11576, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-drumstick-bite:after {
  content: "􏛗";
}

/* line 11580, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dryer:after {
  content: "􏡡";
}

/* line 11584, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dryer-alt:after {
  content: "􏡢";
}

/* line 11588, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-duck:after {
  content: "􏛘";
}

/* line 11592, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dumbbell:after {
  content: "􏑋";
}

/* line 11596, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dumpster:after {
  content: "􏞓";
}

/* line 11600, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dumpster-fire:after {
  content: "􏞔";
}

/* line 11604, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dungeon:after {
  content: "􏛙";
}

/* line 11608, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ear:after {
  content: "􏗰";
}

/* line 11612, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ear-muffs:after {
  content: "􏞕";
}

/* line 11616, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-eclipse:after {
  content: "􏝉";
}

/* line 11620, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-eclipse-alt:after {
  content: "􏝊";
}

/* line 11624, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-edit:after {
  content: "􏁄";
}

/* line 11628, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-egg:after {
  content: "􏟻";
}

/* line 11632, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-egg-fried:after {
  content: "􏟼";
}

/* line 11636, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-eject:after {
  content: "􏁒";
}

/* line 11640, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-elephant:after {
  content: "􏛚";
}

/* line 11644, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ellipsis-h:after {
  content: "􏅁";
}

/* line 11648, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ellipsis-h-alt:after {
  content: "􏎛";
}

/* line 11652, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ellipsis-v:after {
  content: "􏅂";
}

/* line 11656, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ellipsis-v-alt:after {
  content: "􏎜";
}

/* line 11660, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-empty-set:after {
  content: "􏙖";
}

/* line 11664, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-engine-warning:after {
  content: "􏗲";
}

/* line 11668, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-envelope:after {
  content: "􏃠";
}

/* line 11672, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-envelope-open:after {
  content: "􏊶";
}

/* line 11676, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-envelope-open-dollar:after {
  content: "􏙗";
}

/* line 11680, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-envelope-open-text:after {
  content: "􏙘";
}

/* line 11684, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-envelope-square:after {
  content: "􏆙";
}

/* line 11688, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-equals:after {
  content: "􏔬";
}

/* line 11692, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-eraser:after {
  content: "􏄭";
}

/* line 11696, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ethernet:after {
  content: "􏞖";
}

/* line 11700, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-euro-sign:after {
  content: "􏅓";
}

/* line 11704, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-exchange:after {
  content: "􏃬";
}

/* line 11708, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-exchange-alt:after {
  content: "􏍢";
}

/* line 11712, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-exclamation:after {
  content: "􏄪";
}

/* line 11716, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-exclamation-circle:after {
  content: "􏁪";
}

/* line 11720, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-exclamation-square:after {
  content: "􏌡";
}

/* line 11724, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-exclamation-triangle:after {
  content: "􏁱";
}

/* line 11728, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-expand:after {
  content: "􏁥";
}

/* line 11732, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-expand-alt:after {
  content: "􏐤";
}

/* line 11736, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-expand-arrows:after {
  content: "􏌝";
}

/* line 11740, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-expand-arrows-alt:after {
  content: "􏌞";
}

/* line 11744, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-expand-wide:after {
  content: "􏌠";
}

/* line 11748, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-external-link:after {
  content: "􏂎";
}

/* line 11752, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-external-link-alt:after {
  content: "􏍝";
}

/* line 11756, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-external-link-square:after {
  content: "􏅌";
}

/* line 11760, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-external-link-square-alt:after {
  content: "􏍠";
}

/* line 11764, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-eye:after {
  content: "􏁮";
}

/* line 11768, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-eye-dropper:after {
  content: "􏇻";
}

/* line 11772, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-eye-evil:after {
  content: "􏛛";
}

/* line 11776, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-eye-slash:after {
  content: "􏁰";
}

/* line 11780, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-fan:after {
  content: "􏡣";
}

/* line 11784, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-farm:after {
  content: "􏡤";
}

/* line 11788, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-fast-backward:after {
  content: "􏁉";
}

/* line 11792, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-fast-forward:after {
  content: "􏁐";
}

/* line 11796, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-fax:after {
  content: "􏆬";
}

/* line 11800, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-feather:after {
  content: "􏔭";
}

/* line 11804, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-feather-alt:after {
  content: "􏕫";
}

/* line 11808, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-female:after {
  content: "􏆂";
}

/* line 11812, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-field-hockey:after {
  content: "􏑌";
}

/* line 11816, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-fighter-jet:after {
  content: "􏃻";
}

/* line 11820, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file:after {
  content: "􏅛";
}

/* line 11824, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-alt:after {
  content: "􏅜";
}

/* line 11828, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-archive:after {
  content: "􏇆";
}

/* line 11832, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-audio:after {
  content: "􏇇";
}

/* line 11836, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-certificate:after {
  content: "􏗳";
}

/* line 11840, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-chart-line:after {
  content: "􏙙";
}

/* line 11844, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-chart-pie:after {
  content: "􏙚";
}

/* line 11848, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-check:after {
  content: "􏌖";
}

/* line 11852, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-code:after {
  content: "􏇉";
}

/* line 11856, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-contract:after {
  content: "􏕬";
}

/* line 11860, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-csv:after {
  content: "􏛝";
}

/* line 11864, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-download:after {
  content: "􏕭";
}

/* line 11868, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-edit:after {
  content: "􏌜";
}

/* line 11872, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-excel:after {
  content: "􏇃";
}

/* line 11876, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-exclamation:after {
  content: "􏌚";
}

/* line 11880, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-export:after {
  content: "􏕮";
}

/* line 11884, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-image:after {
  content: "􏇅";
}

/* line 11888, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-import:after {
  content: "􏕯";
}

/* line 11892, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-invoice:after {
  content: "􏕰";
}

/* line 11896, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-invoice-dollar:after {
  content: "􏕱";
}

/* line 11900, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-medical:after {
  content: "􏑷";
}

/* line 11904, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-medical-alt:after {
  content: "􏑸";
}

/* line 11908, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-minus:after {
  content: "􏌘";
}

/* line 11912, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-music:after {
  content: "􏢶";
}

/* line 11916, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-pdf:after {
  content: "􏇁";
}

/* line 11920, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-plus:after {
  content: "􏌙";
}

/* line 11924, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-powerpoint:after {
  content: "􏇄";
}

/* line 11928, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-prescription:after {
  content: "􏕲";
}

/* line 11932, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-search:after {
  content: "􏡥";
}

/* line 11936, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-signature:after {
  content: "􏕳";
}

/* line 11940, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-spreadsheet:after {
  content: "􏙛";
}

/* line 11944, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-times:after {
  content: "􏌗";
}

/* line 11948, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-upload:after {
  content: "􏕴";
}

/* line 11952, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-user:after {
  content: "􏙜";
}

/* line 11956, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-video:after {
  content: "􏇈";
}

/* line 11960, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-word:after {
  content: "􏇂";
}

/* line 11964, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-files-medical:after {
  content: "􏟽";
}

/* line 11968, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-fill:after {
  content: "􏕵";
}

/* line 11972, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-fill-drip:after {
  content: "􏕶";
}

/* line 11976, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-film:after {
  content: "􏀈";
}

/* line 11980, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-film-alt:after {
  content: "􏎠";
}

/* line 11984, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-film-canister:after {
  content: "􏢷";
}

/* line 11988, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-filter:after {
  content: "􏂰";
}

/* line 11992, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-fingerprint:after {
  content: "􏕷";
}

/* line 11996, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-fire:after {
  content: "􏁭";
}

/* line 12000, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-fire-alt:after {
  content: "􏟤";
}

/* line 12004, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-fire-extinguisher:after {
  content: "􏄴";
}

/* line 12008, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-fire-smoke:after {
  content: "􏝋";
}

/* line 12012, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-fireplace:after {
  content: "􏞚";
}

/* line 12016, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-first-aid:after {
  content: "􏑹";
}

/* line 12020, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-fish:after {
  content: "􏕸";
}

/* line 12024, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-fish-cooked:after {
  content: "􏟾";
}

/* line 12028, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-fist-raised:after {
  content: "􏛞";
}

/* line 12032, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-flag:after {
  content: "􏀤";
}

/* line 12036, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-flag-alt:after {
  content: "􏝌";
}

/* line 12040, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-flag-checkered:after {
  content: "􏄞";
}

/* line 12044, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-flag-usa:after {
  content: "􏝍";
}

/* line 12048, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-flame:after {
  content: "􏛟";
}

/* line 12052, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-flashlight:after {
  content: "􏢸";
}

/* line 12056, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-flask:after {
  content: "􏃃";
}

/* line 12060, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-flask-poison:after {
  content: "􏛠";
}

/* line 12064, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-flask-potion:after {
  content: "􏛡";
}

/* line 12068, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-flower:after {
  content: "􏟿";
}

/* line 12072, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-flower-daffodil:after {
  content: "􏠀";
}

/* line 12076, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-flower-tulip:after {
  content: "􏠁";
}

/* line 12080, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-flushed:after {
  content: "􏕹";
}

/* line 12084, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-flute:after {
  content: "􏢹";
}

/* line 12088, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-flux-capacitor:after {
  content: "􏢺";
}

/* line 12092, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-fog:after {
  content: "􏝎";
}

/* line 12096, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-folder:after {
  content: "􏁻";
}

/* line 12100, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-folder-minus:after {
  content: "􏙝";
}

/* line 12104, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-folder-open:after {
  content: "􏁼";
}

/* line 12108, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-folder-plus:after {
  content: "􏙞";
}

/* line 12112, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-folder-times:after {
  content: "􏙟";
}

/* line 12116, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-folder-tree:after {
  content: "􏠂";
}

/* line 12120, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-folders:after {
  content: "􏙠";
}

/* line 12124, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-font:after {
  content: "􏀱";
}

/* line 12128, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-font-awesome-logo-full:after {
  content: "􏓦";
}

/* line 12132, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-font-case:after {
  content: "􏡦";
}

/* line 12136, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-football-ball:after {
  content: "􏑎";
}

/* line 12140, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-football-helmet:after {
  content: "􏑏";
}

/* line 12144, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-forklift:after {
  content: "􏑺";
}

/* line 12148, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-forward:after {
  content: "􏁎";
}

/* line 12152, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-fragile:after {
  content: "􏒻";
}

/* line 12156, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-french-fries:after {
  content: "􏠃";
}

/* line 12160, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-frog:after {
  content: "􏔮";
}

/* line 12164, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-frosty-head:after {
  content: "􏞛";
}

/* line 12168, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-frown:after {
  content: "􏄙";
}

/* line 12172, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-frown-open:after {
  content: "􏕺";
}

/* line 12176, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-function:after {
  content: "􏙡";
}

/* line 12180, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-funnel-dollar:after {
  content: "􏙢";
}

/* line 12184, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-futbol:after {
  content: "􏇣";
}

/* line 12188, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-game-board:after {
  content: "􏡧";
}

/* line 12192, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-game-board-alt:after {
  content: "􏡨";
}

/* line 12196, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-game-console-handheld:after {
  content: "􏢻";
}

/* line 12200, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-gamepad:after {
  content: "􏄛";
}

/* line 12204, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-gamepad-alt:after {
  content: "􏢼";
}

/* line 12208, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-gas-pump:after {
  content: "􏔯";
}

/* line 12212, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-gas-pump-slash:after {
  content: "􏗴";
}

/* line 12216, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-gavel:after {
  content: "􏃣";
}

/* line 12220, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-gem:after {
  content: "􏎥";
}

/* line 12224, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-genderless:after {
  content: "􏈭";
}

/* line 12228, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ghost:after {
  content: "􏛢";
}

/* line 12232, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-gift:after {
  content: "􏁫";
}

/* line 12236, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-gift-card:after {
  content: "􏙣";
}

/* line 12240, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-gifts:after {
  content: "􏞜";
}

/* line 12244, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-gingerbread-man:after {
  content: "􏞝";
}

/* line 12248, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-glass:after {
  content: "􏠄";
}

/* line 12252, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-glass-champagne:after {
  content: "􏞞";
}

/* line 12256, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-glass-cheers:after {
  content: "􏞟";
}

/* line 12260, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-glass-citrus:after {
  content: "􏡩";
}

/* line 12264, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-glass-martini:after {
  content: "􏀀";
}

/* line 12268, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-glass-martini-alt:after {
  content: "􏕻";
}

/* line 12272, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-glass-whiskey:after {
  content: "􏞠";
}

/* line 12276, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-glass-whiskey-rocks:after {
  content: "􏞡";
}

/* line 12280, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-glasses:after {
  content: "􏔰";
}

/* line 12284, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-glasses-alt:after {
  content: "􏗵";
}

/* line 12288, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-globe:after {
  content: "􏂬";
}

/* line 12292, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-globe-africa:after {
  content: "􏕼";
}

/* line 12296, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-globe-americas:after {
  content: "􏕽";
}

/* line 12300, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-globe-asia:after {
  content: "􏕾";
}

/* line 12304, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-globe-europe:after {
  content: "􏞢";
}

/* line 12308, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-globe-snow:after {
  content: "􏞣";
}

/* line 12312, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-globe-stand:after {
  content: "􏗶";
}

/* line 12316, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-golf-ball:after {
  content: "􏑐";
}

/* line 12320, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-golf-club:after {
  content: "􏑑";
}

/* line 12324, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-gopuram:after {
  content: "􏙤";
}

/* line 12328, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-graduation-cap:after {
  content: "􏆝";
}

/* line 12332, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-gramophone:after {
  content: "􏢽";
}

/* line 12336, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-greater-than:after {
  content: "􏔱";
}

/* line 12340, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-greater-than-equal:after {
  content: "􏔲";
}

/* line 12344, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-grimace:after {
  content: "􏕿";
}

/* line 12348, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-grin:after {
  content: "􏖀";
}

/* line 12352, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-grin-alt:after {
  content: "􏖁";
}

/* line 12356, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-grin-beam:after {
  content: "􏖂";
}

/* line 12360, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-grin-beam-sweat:after {
  content: "􏖃";
}

/* line 12364, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-grin-hearts:after {
  content: "􏖄";
}

/* line 12368, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-grin-squint:after {
  content: "􏖅";
}

/* line 12372, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-grin-squint-tears:after {
  content: "􏖆";
}

/* line 12376, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-grin-stars:after {
  content: "􏖇";
}

/* line 12380, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-grin-tears:after {
  content: "􏖈";
}

/* line 12384, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-grin-tongue:after {
  content: "􏖉";
}

/* line 12388, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-grin-tongue-squint:after {
  content: "􏖊";
}

/* line 12392, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-grin-tongue-wink:after {
  content: "􏖋";
}

/* line 12396, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-grin-wink:after {
  content: "􏖌";
}

/* line 12400, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-grip-horizontal:after {
  content: "􏖍";
}

/* line 12404, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-grip-lines:after {
  content: "􏞤";
}

/* line 12408, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-grip-lines-vertical:after {
  content: "􏞥";
}

/* line 12412, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-grip-vertical:after {
  content: "􏖎";
}

/* line 12416, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-guitar:after {
  content: "􏞦";
}

/* line 12420, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-guitar-electric:after {
  content: "􏢾";
}

/* line 12424, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-guitars:after {
  content: "􏢿";
}

/* line 12428, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-h-square:after {
  content: "􏃽";
}

/* line 12432, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-h1:after {
  content: "􏌓";
}

/* line 12436, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-h2:after {
  content: "􏌔";
}

/* line 12440, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-h3:after {
  content: "􏌕";
}

/* line 12444, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-h4:after {
  content: "􏡪";
}

/* line 12448, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hamburger:after {
  content: "􏠅";
}

/* line 12452, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hammer:after {
  content: "􏛣";
}

/* line 12456, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hammer-war:after {
  content: "􏛤";
}

/* line 12460, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hamsa:after {
  content: "􏙥";
}

/* line 12464, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hand-heart:after {
  content: "􏒼";
}

/* line 12468, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hand-holding:after {
  content: "􏒽";
}

/* line 12472, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hand-holding-box:after {
  content: "􏑻";
}

/* line 12476, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hand-holding-heart:after {
  content: "􏒾";
}

/* line 12480, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hand-holding-magic:after {
  content: "􏛥";
}

/* line 12484, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hand-holding-seedling:after {
  content: "􏒿";
}

/* line 12488, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hand-holding-usd:after {
  content: "􏓀";
}

/* line 12492, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hand-holding-water:after {
  content: "􏓁";
}

/* line 12496, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hand-lizard:after {
  content: "􏉘";
}

/* line 12500, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hand-middle-finger:after {
  content: "􏠆";
}

/* line 12504, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hand-paper:after {
  content: "􏉖";
}

/* line 12508, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hand-peace:after {
  content: "􏉛";
}

/* line 12512, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hand-point-down:after {
  content: "􏂧";
}

/* line 12516, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hand-point-left:after {
  content: "􏂥";
}

/* line 12520, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hand-point-right:after {
  content: "􏂤";
}

/* line 12524, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hand-point-up:after {
  content: "􏂦";
}

/* line 12528, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hand-pointer:after {
  content: "􏉚";
}

/* line 12532, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hand-receiving:after {
  content: "􏑼";
}

/* line 12536, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hand-rock:after {
  content: "􏉕";
}

/* line 12540, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hand-scissors:after {
  content: "􏉗";
}

/* line 12544, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hand-spock:after {
  content: "􏉙";
}

/* line 12548, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hands:after {
  content: "􏓂";
}

/* line 12552, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hands-heart:after {
  content: "􏓃";
}

/* line 12556, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hands-helping:after {
  content: "􏓄";
}

/* line 12560, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hands-usd:after {
  content: "􏓅";
}

/* line 12564, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-handshake:after {
  content: "􏊵";
}

/* line 12568, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-handshake-alt:after {
  content: "􏓆";
}

/* line 12572, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hanukiah:after {
  content: "􏛦";
}

/* line 12576, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hard-hat:after {
  content: "􏠇";
}

/* line 12580, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hashtag:after {
  content: "􏊒";
}

/* line 12584, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hat-chef:after {
  content: "􏡫";
}

/* line 12588, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hat-cowboy:after {
  content: "􏣀";
}

/* line 12592, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hat-cowboy-side:after {
  content: "􏣁";
}

/* line 12596, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hat-santa:after {
  content: "􏞧";
}

/* line 12600, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hat-winter:after {
  content: "􏞨";
}

/* line 12604, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hat-witch:after {
  content: "􏛧";
}

/* line 12608, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hat-wizard:after {
  content: "􏛨";
}

/* line 12612, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-haykal:after {
  content: "􏙦";
}

/* line 12616, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hdd:after {
  content: "􏂠";
}

/* line 12620, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-head-side:after {
  content: "􏛩";
}

/* line 12624, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-head-side-brain:after {
  content: "􏠈";
}

/* line 12628, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-head-side-headphones:after {
  content: "􏣂";
}

/* line 12632, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-head-side-medical:after {
  content: "􏠉";
}

/* line 12636, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-head-vr:after {
  content: "􏛪";
}

/* line 12640, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-heading:after {
  content: "􏇜";
}

/* line 12644, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-headphones:after {
  content: "􏀥";
}

/* line 12648, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-headphones-alt:after {
  content: "􏖏";
}

/* line 12652, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-headset:after {
  content: "􏖐";
}

/* line 12656, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-heart:after {
  content: "􏀄";
}

/* line 12660, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-heart-broken:after {
  content: "􏞩";
}

/* line 12664, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-heart-circle:after {
  content: "􏓇";
}

/* line 12668, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-heart-rate:after {
  content: "􏗸";
}

/* line 12672, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-heart-square:after {
  content: "􏓈";
}

/* line 12676, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-heartbeat:after {
  content: "􏈞";
}

/* line 12680, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-helicopter:after {
  content: "􏔳";
}

/* line 12684, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-helmet-battle:after {
  content: "􏛫";
}

/* line 12688, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hexagon:after {
  content: "􏌒";
}

/* line 12692, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-highlighter:after {
  content: "􏖑";
}

/* line 12696, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hiking:after {
  content: "􏛬";
}

/* line 12700, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hippo:after {
  content: "􏛭";
}

/* line 12704, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-history:after {
  content: "􏇚";
}

/* line 12708, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hockey-mask:after {
  content: "􏛮";
}

/* line 12712, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hockey-puck:after {
  content: "􏑓";
}

/* line 12716, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hockey-sticks:after {
  content: "􏑔";
}

/* line 12720, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-holly-berry:after {
  content: "􏞪";
}

/* line 12724, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-home:after {
  content: "􏀕";
}

/* line 12728, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-home-alt:after {
  content: "􏠊";
}

/* line 12732, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-home-heart:after {
  content: "􏓉";
}

/* line 12736, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-home-lg:after {
  content: "􏠋";
}

/* line 12740, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-home-lg-alt:after {
  content: "􏠌";
}

/* line 12744, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hood-cloak:after {
  content: "􏛯";
}

/* line 12748, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-horizontal-rule:after {
  content: "􏡬";
}

/* line 12752, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-horse:after {
  content: "􏛰";
}

/* line 12756, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-horse-head:after {
  content: "􏞫";
}

/* line 12760, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-horse-saddle:after {
  content: "􏣃";
}

/* line 12764, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hospital:after {
  content: "􏃸";
}

/* line 12768, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hospital-alt:after {
  content: "􏑽";
}

/* line 12772, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hospital-symbol:after {
  content: "􏑾";
}

/* line 12776, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hospital-user:after {
  content: "􏠍";
}

/* line 12780, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hospitals:after {
  content: "􏠎";
}

/* line 12784, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hot-tub:after {
  content: "􏖓";
}

/* line 12788, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hotdog:after {
  content: "􏠏";
}

/* line 12792, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hotel:after {
  content: "􏖔";
}

/* line 12796, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hourglass:after {
  content: "􏉔";
}

/* line 12800, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hourglass-end:after {
  content: "􏉓";
}

/* line 12804, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hourglass-half:after {
  content: "􏉒";
}

/* line 12808, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hourglass-start:after {
  content: "􏉑";
}

/* line 12812, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-house-damage:after {
  content: "􏛱";
}

/* line 12816, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-house-flood:after {
  content: "􏝏";
}

/* line 12820, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hryvnia:after {
  content: "􏛲";
}

/* line 12824, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-humidity:after {
  content: "􏝐";
}

/* line 12828, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hurricane:after {
  content: "􏝑";
}

/* line 12832, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-i-cursor:after {
  content: "􏉆";
}

/* line 12836, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ice-cream:after {
  content: "􏠐";
}

/* line 12840, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ice-skate:after {
  content: "􏞬";
}

/* line 12844, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-icicles:after {
  content: "􏞭";
}

/* line 12848, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-icons:after {
  content: "􏡭";
}

/* line 12852, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-icons-alt:after {
  content: "􏡮";
}

/* line 12856, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-id-badge:after {
  content: "􏋁";
}

/* line 12860, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-id-card:after {
  content: "􏋂";
}

/* line 12864, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-id-card-alt:after {
  content: "􏑿";
}

/* line 12868, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-igloo:after {
  content: "􏞮";
}

/* line 12872, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-image:after {
  content: "􏀾";
}

/* line 12876, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-image-polaroid:after {
  content: "􏣄";
}

/* line 12880, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-images:after {
  content: "􏌂";
}

/* line 12884, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-inbox:after {
  content: "􏀜";
}

/* line 12888, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-inbox-in:after {
  content: "􏌐";
}

/* line 12892, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-inbox-out:after {
  content: "􏌑";
}

/* line 12896, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-indent:after {
  content: "􏀼";
}

/* line 12900, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-industry:after {
  content: "􏉵";
}

/* line 12904, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-industry-alt:after {
  content: "􏎳";
}

/* line 12908, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-infinity:after {
  content: "􏔴";
}

/* line 12912, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-info:after {
  content: "􏄩";
}

/* line 12916, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-info-circle:after {
  content: "􏁚";
}

/* line 12920, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-info-square:after {
  content: "􏌏";
}

/* line 12924, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-inhaler:after {
  content: "􏗹";
}

/* line 12928, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-integral:after {
  content: "􏙧";
}

/* line 12932, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-intersection:after {
  content: "􏙨";
}

/* line 12936, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-inventory:after {
  content: "􏒀";
}

/* line 12940, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-island-tropical:after {
  content: "􏠑";
}

/* line 12944, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-italic:after {
  content: "􏀳";
}

/* line 12948, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-jack-o-lantern:after {
  content: "􏌎";
}

/* line 12952, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-jedi:after {
  content: "􏙩";
}

/* line 12956, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-joint:after {
  content: "􏖕";
}

/* line 12960, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-journal-whills:after {
  content: "􏙪";
}

/* line 12964, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-joystick:after {
  content: "􏣅";
}

/* line 12968, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-jug:after {
  content: "􏣆";
}

/* line 12972, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-kaaba:after {
  content: "􏙫";
}

/* line 12976, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-kazoo:after {
  content: "􏣇";
}

/* line 12980, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-kerning:after {
  content: "􏡯";
}

/* line 12984, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-key:after {
  content: "􏂄";
}

/* line 12988, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-key-skeleton:after {
  content: "􏛳";
}

/* line 12992, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-keyboard:after {
  content: "􏄜";
}

/* line 12996, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-keynote:after {
  content: "􏙬";
}

/* line 13000, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-khanda:after {
  content: "􏙭";
}

/* line 13004, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-kidneys:after {
  content: "􏗻";
}

/* line 13008, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-kiss:after {
  content: "􏖖";
}

/* line 13012, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-kiss-beam:after {
  content: "􏖗";
}

/* line 13016, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-kiss-wink-heart:after {
  content: "􏖘";
}

/* line 13020, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-kite:after {
  content: "􏛴";
}

/* line 13024, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-kiwi-bird:after {
  content: "􏔵";
}

/* line 13028, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-knife-kitchen:after {
  content: "􏛵";
}

/* line 13032, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-lambda:after {
  content: "􏙮";
}

/* line 13036, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-lamp:after {
  content: "􏓊";
}

/* line 13040, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-landmark:after {
  content: "􏙯";
}

/* line 13044, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-landmark-alt:after {
  content: "􏝒";
}

/* line 13048, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-language:after {
  content: "􏆫";
}

/* line 13052, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-laptop:after {
  content: "􏄉";
}

/* line 13056, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-laptop-code:after {
  content: "􏗼";
}

/* line 13060, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-laptop-medical:after {
  content: "􏠒";
}

/* line 13064, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-lasso:after {
  content: "􏣈";
}

/* line 13068, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-laugh:after {
  content: "􏖙";
}

/* line 13072, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-laugh-beam:after {
  content: "􏖚";
}

/* line 13076, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-laugh-squint:after {
  content: "􏖛";
}

/* line 13080, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-laugh-wink:after {
  content: "􏖜";
}

/* line 13084, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-layer-group:after {
  content: "􏗽";
}

/* line 13088, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-layer-minus:after {
  content: "􏗾";
}

/* line 13092, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-layer-plus:after {
  content: "􏗿";
}

/* line 13096, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-leaf:after {
  content: "􏁬";
}

/* line 13100, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-leaf-heart:after {
  content: "􏓋";
}

/* line 13104, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-leaf-maple:after {
  content: "􏛶";
}

/* line 13108, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-leaf-oak:after {
  content: "􏛷";
}

/* line 13112, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-lemon:after {
  content: "􏂔";
}

/* line 13116, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-less-than:after {
  content: "􏔶";
}

/* line 13120, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-less-than-equal:after {
  content: "􏔷";
}

/* line 13124, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-level-down:after {
  content: "􏅉";
}

/* line 13128, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-level-down-alt:after {
  content: "􏎾";
}

/* line 13132, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-level-up:after {
  content: "􏅈";
}

/* line 13136, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-level-up-alt:after {
  content: "􏎿";
}

/* line 13140, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-life-ring:after {
  content: "􏇍";
}

/* line 13144, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-lightbulb:after {
  content: "􏃫";
}

/* line 13148, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-lightbulb-dollar:after {
  content: "􏙰";
}

/* line 13152, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-lightbulb-exclamation:after {
  content: "􏙱";
}

/* line 13156, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-lightbulb-on:after {
  content: "􏙲";
}

/* line 13160, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-lightbulb-slash:after {
  content: "􏙳";
}

/* line 13164, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-lights-holiday:after {
  content: "􏞲";
}

/* line 13168, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-line-columns:after {
  content: "􏡰";
}

/* line 13172, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-line-height:after {
  content: "􏡱";
}

/* line 13176, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-link:after {
  content: "􏃁";
}

/* line 13180, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-lips:after {
  content: "􏘀";
}

/* line 13184, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-lira-sign:after {
  content: "􏆕";
}

/* line 13188, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-list:after {
  content: "􏀺";
}

/* line 13192, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-list-alt:after {
  content: "􏀢";
}

/* line 13196, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-list-music:after {
  content: "􏣉";
}

/* line 13200, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-list-ol:after {
  content: "􏃋";
}

/* line 13204, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-list-ul:after {
  content: "􏃊";
}

/* line 13208, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-location:after {
  content: "􏘁";
}

/* line 13212, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-location-arrow:after {
  content: "􏄤";
}

/* line 13216, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-location-circle:after {
  content: "􏘂";
}

/* line 13220, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-location-slash:after {
  content: "􏘃";
}

/* line 13224, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-lock:after {
  content: "􏀣";
}

/* line 13228, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-lock-alt:after {
  content: "􏌍";
}

/* line 13232, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-lock-open:after {
  content: "􏏁";
}

/* line 13236, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-lock-open-alt:after {
  content: "􏏂";
}

/* line 13240, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-long-arrow-alt-down:after {
  content: "􏌉";
}

/* line 13244, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-long-arrow-alt-left:after {
  content: "􏌊";
}

/* line 13248, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-long-arrow-alt-right:after {
  content: "􏌋";
}

/* line 13252, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-long-arrow-alt-up:after {
  content: "􏌌";
}

/* line 13256, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-long-arrow-down:after {
  content: "􏅵";
}

/* line 13260, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-long-arrow-left:after {
  content: "􏅷";
}

/* line 13264, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-long-arrow-right:after {
  content: "􏅸";
}

/* line 13268, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-long-arrow-up:after {
  content: "􏅶";
}

/* line 13272, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-loveseat:after {
  content: "􏓌";
}

/* line 13276, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-low-vision:after {
  content: "􏊨";
}

/* line 13280, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-luchador:after {
  content: "􏑕";
}

/* line 13284, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-luggage-cart:after {
  content: "􏖝";
}

/* line 13288, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-lungs:after {
  content: "􏘄";
}

/* line 13292, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mace:after {
  content: "􏛸";
}

/* line 13296, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-magic:after {
  content: "􏃐";
}

/* line 13300, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-magnet:after {
  content: "􏁶";
}

/* line 13304, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mail-bulk:after {
  content: "􏙴";
}

/* line 13308, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mailbox:after {
  content: "􏠓";
}

/* line 13312, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-male:after {
  content: "􏆃";
}

/* line 13316, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mandolin:after {
  content: "􏛹";
}

/* line 13320, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-map:after {
  content: "􏉹";
}

/* line 13324, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-map-marked:after {
  content: "􏖟";
}

/* line 13328, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-map-marked-alt:after {
  content: "􏖠";
}

/* line 13332, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-map-marker:after {
  content: "􏁁";
}

/* line 13336, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-map-marker-alt:after {
  content: "􏏅";
}

/* line 13340, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-map-marker-alt-slash:after {
  content: "􏘅";
}

/* line 13344, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-map-marker-check:after {
  content: "􏘆";
}

/* line 13348, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-map-marker-edit:after {
  content: "􏘇";
}

/* line 13352, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-map-marker-exclamation:after {
  content: "􏘈";
}

/* line 13356, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-map-marker-minus:after {
  content: "􏘉";
}

/* line 13360, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-map-marker-plus:after {
  content: "􏘊";
}

/* line 13364, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-map-marker-question:after {
  content: "􏘋";
}

/* line 13368, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-map-marker-slash:after {
  content: "􏘌";
}

/* line 13372, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-map-marker-smile:after {
  content: "􏘍";
}

/* line 13376, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-map-marker-times:after {
  content: "􏘎";
}

/* line 13380, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-map-pin:after {
  content: "􏉶";
}

/* line 13384, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-map-signs:after {
  content: "􏉷";
}

/* line 13388, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-marker:after {
  content: "􏖡";
}

/* line 13392, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mars:after {
  content: "􏈢";
}

/* line 13396, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mars-double:after {
  content: "􏈧";
}

/* line 13400, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mars-stroke:after {
  content: "􏈩";
}

/* line 13404, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mars-stroke-h:after {
  content: "􏈫";
}

/* line 13408, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mars-stroke-v:after {
  content: "􏈪";
}

/* line 13412, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mask:after {
  content: "􏛺";
}

/* line 13416, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-meat:after {
  content: "􏠔";
}

/* line 13420, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-medal:after {
  content: "􏖢";
}

/* line 13424, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-medkit:after {
  content: "􏃺";
}

/* line 13428, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-megaphone:after {
  content: "􏙵";
}

/* line 13432, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-meh:after {
  content: "􏄚";
}

/* line 13436, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-meh-blank:after {
  content: "􏖤";
}

/* line 13440, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-meh-rolling-eyes:after {
  content: "􏖥";
}

/* line 13444, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-memory:after {
  content: "􏔸";
}

/* line 13448, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-menorah:after {
  content: "􏙶";
}

/* line 13452, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mercury:after {
  content: "􏈣";
}

/* line 13456, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-meteor:after {
  content: "􏝓";
}

/* line 13460, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-microchip:after {
  content: "􏋛";
}

/* line 13464, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-microphone:after {
  content: "􏄰";
}

/* line 13468, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-microphone-alt:after {
  content: "􏏉";
}

/* line 13472, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-microphone-alt-slash:after {
  content: "􏔹";
}

/* line 13476, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-microphone-slash:after {
  content: "􏄱";
}

/* line 13480, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-microphone-stand:after {
  content: "􏣋";
}

/* line 13484, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-microscope:after {
  content: "􏘐";
}

/* line 13488, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mind-share:after {
  content: "􏙷";
}

/* line 13492, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-minus:after {
  content: "􏁨";
}

/* line 13496, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-minus-circle:after {
  content: "􏁖";
}

/* line 13500, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-minus-hexagon:after {
  content: "􏌇";
}

/* line 13504, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-minus-octagon:after {
  content: "􏌈";
}

/* line 13508, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-minus-square:after {
  content: "􏅆";
}

/* line 13512, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mistletoe:after {
  content: "􏞴";
}

/* line 13516, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mitten:after {
  content: "􏞵";
}

/* line 13520, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mobile:after {
  content: "􏄋";
}

/* line 13524, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mobile-alt:after {
  content: "􏏍";
}

/* line 13528, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mobile-android:after {
  content: "􏏎";
}

/* line 13532, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mobile-android-alt:after {
  content: "􏏏";
}

/* line 13536, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-money-bill:after {
  content: "􏃖";
}

/* line 13540, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-money-bill-alt:after {
  content: "􏏑";
}

/* line 13544, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-money-bill-wave:after {
  content: "􏔺";
}

/* line 13548, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-money-bill-wave-alt:after {
  content: "􏔻";
}

/* line 13552, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-money-check:after {
  content: "􏔼";
}

/* line 13556, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-money-check-alt:after {
  content: "􏔽";
}

/* line 13560, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-money-check-edit:after {
  content: "􏡲";
}

/* line 13564, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-money-check-edit-alt:after {
  content: "􏡳";
}

/* line 13568, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-monitor-heart-rate:after {
  content: "􏘑";
}

/* line 13572, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-monkey:after {
  content: "􏛻";
}

/* line 13576, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-monument:after {
  content: "􏖦";
}

/* line 13580, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-moon:after {
  content: "􏆆";
}

/* line 13584, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-moon-cloud:after {
  content: "􏝔";
}

/* line 13588, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-moon-stars:after {
  content: "􏝕";
}

/* line 13592, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mortar-pestle:after {
  content: "􏖧";
}

/* line 13596, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mosque:after {
  content: "􏙸";
}

/* line 13600, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-motorcycle:after {
  content: "􏈜";
}

/* line 13604, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mountain:after {
  content: "􏛼";
}

/* line 13608, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mountains:after {
  content: "􏛽";
}

/* line 13612, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mouse:after {
  content: "􏣌";
}

/* line 13616, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mouse-alt:after {
  content: "􏣍";
}

/* line 13620, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mouse-pointer:after {
  content: "􏉅";
}

/* line 13624, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mp3-player:after {
  content: "􏣎";
}

/* line 13628, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mug:after {
  content: "􏡴";
}

/* line 13632, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mug-hot:after {
  content: "􏞶";
}

/* line 13636, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mug-marshmallows:after {
  content: "􏞷";
}

/* line 13640, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mug-tea:after {
  content: "􏡵";
}

/* line 13644, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-music:after {
  content: "􏀁";
}

/* line 13648, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-music-alt:after {
  content: "􏣏";
}

/* line 13652, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-music-alt-slash:after {
  content: "􏣐";
}

/* line 13656, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-music-slash:after {
  content: "􏣑";
}

/* line 13660, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-narwhal:after {
  content: "􏛾";
}

/* line 13664, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-network-wired:after {
  content: "􏛿";
}

/* line 13668, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-neuter:after {
  content: "􏈬";
}

/* line 13672, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-newspaper:after {
  content: "􏇪";
}

/* line 13676, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-not-equal:after {
  content: "􏔾";
}

/* line 13680, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-notes-medical:after {
  content: "􏒁";
}

/* line 13684, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-object-group:after {
  content: "􏉇";
}

/* line 13688, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-object-ungroup:after {
  content: "􏉈";
}

/* line 13692, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-octagon:after {
  content: "􏌆";
}

/* line 13696, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-oil-can:after {
  content: "􏘓";
}

/* line 13700, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-oil-temp:after {
  content: "􏘔";
}

/* line 13704, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-om:after {
  content: "􏙹";
}

/* line 13708, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-omega:after {
  content: "􏙺";
}

/* line 13712, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ornament:after {
  content: "􏞸";
}

/* line 13716, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-otter:after {
  content: "􏜀";
}

/* line 13720, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-outdent:after {
  content: "􏀻";
}

/* line 13724, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-overline:after {
  content: "􏡶";
}

/* line 13728, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-page-break:after {
  content: "􏡷";
}

/* line 13732, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pager:after {
  content: "􏠕";
}

/* line 13736, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-paint-brush:after {
  content: "􏇼";
}

/* line 13740, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-paint-brush-alt:after {
  content: "􏖩";
}

/* line 13744, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-paint-roller:after {
  content: "􏖪";
}

/* line 13748, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-palette:after {
  content: "􏔿";
}

/* line 13752, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pallet:after {
  content: "􏒂";
}

/* line 13756, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pallet-alt:after {
  content: "􏒃";
}

/* line 13760, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-paper-plane:after {
  content: "􏇘";
}

/* line 13764, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-paperclip:after {
  content: "􏃆";
}

/* line 13768, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-parachute-box:after {
  content: "􏓍";
}

/* line 13772, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-paragraph:after {
  content: "􏇝";
}

/* line 13776, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-paragraph-rtl:after {
  content: "􏡸";
}

/* line 13780, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-parking:after {
  content: "􏕀";
}

/* line 13784, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-parking-circle:after {
  content: "􏘕";
}

/* line 13788, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-parking-circle-slash:after {
  content: "􏘖";
}

/* line 13792, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-parking-slash:after {
  content: "􏘗";
}

/* line 13796, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-passport:after {
  content: "􏖫";
}

/* line 13800, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pastafarianism:after {
  content: "􏙻";
}

/* line 13804, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-paste:after {
  content: "􏃪";
}

/* line 13808, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pause:after {
  content: "􏁌";
}

/* line 13812, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pause-circle:after {
  content: "􏊋";
}

/* line 13816, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-paw:after {
  content: "􏆰";
}

/* line 13820, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-paw-alt:after {
  content: "􏜁";
}

/* line 13824, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-paw-claws:after {
  content: "􏜂";
}

/* line 13828, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-peace:after {
  content: "􏙼";
}

/* line 13832, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pegasus:after {
  content: "􏜃";
}

/* line 13836, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pen:after {
  content: "􏌄";
}

/* line 13840, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pen-alt:after {
  content: "􏌅";
}

/* line 13844, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pen-fancy:after {
  content: "􏖬";
}

/* line 13848, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pen-nib:after {
  content: "􏖭";
}

/* line 13852, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pen-square:after {
  content: "􏅋";
}

/* line 13856, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pencil:after {
  content: "􏁀";
}

/* line 13860, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pencil-alt:after {
  content: "􏌃";
}

/* line 13864, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pencil-paintbrush:after {
  content: "􏘘";
}

/* line 13868, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pencil-ruler:after {
  content: "􏖮";
}

/* line 13872, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pennant:after {
  content: "􏑖";
}

/* line 13876, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-people-carry:after {
  content: "􏓎";
}

/* line 13880, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pepper-hot:after {
  content: "􏠖";
}

/* line 13884, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-percent:after {
  content: "􏊕";
}

/* line 13888, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-percentage:after {
  content: "􏕁";
}

/* line 13892, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-person-booth:after {
  content: "􏝖";
}

/* line 13896, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-person-carry:after {
  content: "􏓏";
}

/* line 13900, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-person-dolly:after {
  content: "􏓐";
}

/* line 13904, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-person-dolly-empty:after {
  content: "􏓑";
}

/* line 13908, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-person-sign:after {
  content: "􏝗";
}

/* line 13912, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-phone:after {
  content: "􏂕";
}

/* line 13916, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-phone-alt:after {
  content: "􏡹";
}

/* line 13920, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-phone-laptop:after {
  content: "􏡺";
}

/* line 13924, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-phone-office:after {
  content: "􏙽";
}

/* line 13928, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-phone-plus:after {
  content: "􏓒";
}

/* line 13932, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-phone-rotary:after {
  content: "􏣓";
}

/* line 13936, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-phone-slash:after {
  content: "􏏝";
}

/* line 13940, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-phone-square:after {
  content: "􏂘";
}

/* line 13944, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-phone-square-alt:after {
  content: "􏡻";
}

/* line 13948, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-phone-volume:after {
  content: "􏊠";
}

/* line 13952, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-photo-video:after {
  content: "􏡼";
}

/* line 13956, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pi:after {
  content: "􏙾";
}

/* line 13960, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-piano:after {
  content: "􏣔";
}

/* line 13964, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-piano-keyboard:after {
  content: "􏣕";
}

/* line 13968, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pie:after {
  content: "􏜅";
}

/* line 13972, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pig:after {
  content: "􏜆";
}

/* line 13976, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-piggy-bank:after {
  content: "􏓓";
}

/* line 13980, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pills:after {
  content: "􏒄";
}

/* line 13984, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pizza:after {
  content: "􏠗";
}

/* line 13988, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pizza-slice:after {
  content: "􏠘";
}

/* line 13992, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-place-of-worship:after {
  content: "􏙿";
}

/* line 13996, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-plane:after {
  content: "􏁲";
}

/* line 14000, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-plane-alt:after {
  content: "􏏞";
}

/* line 14004, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-plane-arrival:after {
  content: "􏖯";
}

/* line 14008, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-plane-departure:after {
  content: "􏖰";
}

/* line 14012, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-play:after {
  content: "􏁋";
}

/* line 14016, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-play-circle:after {
  content: "􏅄";
}

/* line 14020, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-plug:after {
  content: "􏇦";
}

/* line 14024, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-plus:after {
  content: "􏁧";
}

/* line 14028, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-plus-circle:after {
  content: "􏁕";
}

/* line 14032, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-plus-hexagon:after {
  content: "􏌀";
}

/* line 14036, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-plus-octagon:after {
  content: "􏌁";
}

/* line 14040, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-plus-square:after {
  content: "􏃾";
}

/* line 14044, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-podcast:after {
  content: "􏋎";
}

/* line 14048, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-podium:after {
  content: "􏚀";
}

/* line 14052, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-podium-star:after {
  content: "􏝘";
}

/* line 14056, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-poll:after {
  content: "􏚁";
}

/* line 14060, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-poll-h:after {
  content: "􏚂";
}

/* line 14064, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-poll-people:after {
  content: "􏝙";
}

/* line 14068, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-poo:after {
  content: "􏋾";
}

/* line 14072, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-poo-storm:after {
  content: "􏝚";
}

/* line 14076, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-poop:after {
  content: "􏘙";
}

/* line 14080, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-popcorn:after {
  content: "􏠙";
}

/* line 14084, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-portrait:after {
  content: "􏏠";
}

/* line 14088, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pound-sign:after {
  content: "􏅔";
}

/* line 14092, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-power-off:after {
  content: "􏀑";
}

/* line 14096, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pray:after {
  content: "􏚃";
}

/* line 14100, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-praying-hands:after {
  content: "􏚄";
}

/* line 14104, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-prescription:after {
  content: "􏖱";
}

/* line 14108, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-prescription-bottle:after {
  content: "􏒅";
}

/* line 14112, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-prescription-bottle-alt:after {
  content: "􏒆";
}

/* line 14116, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-presentation:after {
  content: "􏚅";
}

/* line 14120, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-print:after {
  content: "􏀯";
}

/* line 14124, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-print-search:after {
  content: "􏠚";
}

/* line 14128, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-print-slash:after {
  content: "􏚆";
}

/* line 14132, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-procedures:after {
  content: "􏒇";
}

/* line 14136, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-project-diagram:after {
  content: "􏕂";
}

/* line 14140, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-projector:after {
  content: "􏣖";
}

/* line 14144, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pumpkin:after {
  content: "􏜇";
}

/* line 14148, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-puzzle-piece:after {
  content: "􏄮";
}

/* line 14152, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-qrcode:after {
  content: "􏀩";
}

/* line 14156, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-question:after {
  content: "􏄨";
}

/* line 14160, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-question-circle:after {
  content: "􏁙";
}

/* line 14164, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-question-square:after {
  content: "􏋽";
}

/* line 14168, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-quidditch:after {
  content: "􏑘";
}

/* line 14172, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-quote-left:after {
  content: "􏄍";
}

/* line 14176, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-quote-right:after {
  content: "􏄎";
}

/* line 14180, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-quran:after {
  content: "􏚇";
}

/* line 14184, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-rabbit:after {
  content: "􏜈";
}

/* line 14188, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-rabbit-fast:after {
  content: "􏜉";
}

/* line 14192, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-racquet:after {
  content: "􏑚";
}

/* line 14196, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-radiation:after {
  content: "􏞹";
}

/* line 14200, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-radiation-alt:after {
  content: "􏞺";
}

/* line 14204, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-radio:after {
  content: "􏣗";
}

/* line 14208, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-radio-alt:after {
  content: "􏣘";
}

/* line 14212, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-rainbow:after {
  content: "􏝛";
}

/* line 14216, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-raindrops:after {
  content: "􏝜";
}

/* line 14220, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ram:after {
  content: "􏜊";
}

/* line 14224, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ramp-loading:after {
  content: "􏓔";
}

/* line 14228, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-random:after {
  content: "􏁴";
}

/* line 14232, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-receipt:after {
  content: "􏕃";
}

/* line 14236, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-record-vinyl:after {
  content: "􏣙";
}

/* line 14240, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-rectangle-landscape:after {
  content: "􏋺";
}

/* line 14244, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-rectangle-portrait:after {
  content: "􏋻";
}

/* line 14248, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-rectangle-wide:after {
  content: "􏋼";
}

/* line 14252, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-recycle:after {
  content: "􏆸";
}

/* line 14256, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-redo:after {
  content: "􏀞";
}

/* line 14260, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-redo-alt:after {
  content: "􏋹";
}

/* line 14264, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-registered:after {
  content: "􏉝";
}

/* line 14268, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-remove-format:after {
  content: "􏡽";
}

/* line 14272, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-repeat:after {
  content: "􏍣";
}

/* line 14276, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-repeat-1:after {
  content: "􏍥";
}

/* line 14280, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-repeat-1-alt:after {
  content: "􏍦";
}

/* line 14284, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-repeat-alt:after {
  content: "􏍤";
}

/* line 14288, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-reply:after {
  content: "􏏥";
}

/* line 14292, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-reply-all:after {
  content: "􏄢";
}

/* line 14296, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-republican:after {
  content: "􏝞";
}

/* line 14300, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-restroom:after {
  content: "􏞽";
}

/* line 14304, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-retweet:after {
  content: "􏁹";
}

/* line 14308, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-retweet-alt:after {
  content: "􏍡";
}

/* line 14312, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ribbon:after {
  content: "􏓖";
}

/* line 14316, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ring:after {
  content: "􏜋";
}

/* line 14320, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-rings-wedding:after {
  content: "􏠛";
}

/* line 14324, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-road:after {
  content: "􏀘";
}

/* line 14328, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-robot:after {
  content: "􏕄";
}

/* line 14332, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-rocket:after {
  content: "􏄵";
}

/* line 14336, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-route:after {
  content: "􏓗";
}

/* line 14340, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-route-highway:after {
  content: "􏘚";
}

/* line 14344, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-route-interstate:after {
  content: "􏘛";
}

/* line 14348, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-router:after {
  content: "􏣚";
}

/* line 14352, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-rss:after {
  content: "􏂞";
}

/* line 14356, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-rss-square:after {
  content: "􏅃";
}

/* line 14360, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ruble-sign:after {
  content: "􏅘";
}

/* line 14364, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ruler:after {
  content: "􏕅";
}

/* line 14368, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ruler-combined:after {
  content: "􏕆";
}

/* line 14372, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ruler-horizontal:after {
  content: "􏕇";
}

/* line 14376, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ruler-triangle:after {
  content: "􏘜";
}

/* line 14380, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ruler-vertical:after {
  content: "􏕈";
}

/* line 14384, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-running:after {
  content: "􏜌";
}

/* line 14388, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-rupee-sign:after {
  content: "􏅖";
}

/* line 14392, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-rv:after {
  content: "􏞾";
}

/* line 14396, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sack:after {
  content: "􏠜";
}

/* line 14400, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sack-dollar:after {
  content: "􏠝";
}

/* line 14404, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sad-cry:after {
  content: "􏖳";
}

/* line 14408, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sad-tear:after {
  content: "􏖴";
}

/* line 14412, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-salad:after {
  content: "􏠞";
}

/* line 14416, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sandwich:after {
  content: "􏠟";
}

/* line 14420, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-satellite:after {
  content: "􏞿";
}

/* line 14424, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-satellite-dish:after {
  content: "􏟀";
}

/* line 14428, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sausage:after {
  content: "􏠠";
}

/* line 14432, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-save:after {
  content: "􏃇";
}

/* line 14436, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sax-hot:after {
  content: "􏣛";
}

/* line 14440, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-saxophone:after {
  content: "􏣜";
}

/* line 14444, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-scalpel:after {
  content: "􏘝";
}

/* line 14448, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-scalpel-path:after {
  content: "􏘞";
}

/* line 14452, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-scanner:after {
  content: "􏒈";
}

/* line 14456, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-scanner-image:after {
  content: "􏣳";
}

/* line 14460, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-scanner-keyboard:after {
  content: "􏒉";
}

/* line 14464, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-scanner-touchscreen:after {
  content: "􏒊";
}

/* line 14468, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-scarecrow:after {
  content: "􏜍";
}

/* line 14472, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-scarf:after {
  content: "􏟁";
}

/* line 14476, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-school:after {
  content: "􏕉";
}

/* line 14480, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-screwdriver:after {
  content: "􏕊";
}

/* line 14484, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-scroll:after {
  content: "􏜎";
}

/* line 14488, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-scroll-old:after {
  content: "􏜏";
}

/* line 14492, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-scrubber:after {
  content: "􏋸";
}

/* line 14496, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-scythe:after {
  content: "􏜐";
}

/* line 14500, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sd-card:after {
  content: "􏟂";
}

/* line 14504, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-search:after {
  content: "􏀂";
}

/* line 14508, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-search-dollar:after {
  content: "􏚈";
}

/* line 14512, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-search-location:after {
  content: "􏚉";
}

/* line 14516, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-search-minus:after {
  content: "􏀐";
}

/* line 14520, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-search-plus:after {
  content: "􏀎";
}

/* line 14524, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-seedling:after {
  content: "􏓘";
}

/* line 14528, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-send-back:after {
  content: "􏡾";
}

/* line 14532, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-send-backward:after {
  content: "􏡿";
}

/* line 14536, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-server:after {
  content: "􏈳";
}

/* line 14540, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-shapes:after {
  content: "􏘟";
}

/* line 14544, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-share:after {
  content: "􏁤";
}

/* line 14548, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-share-all:after {
  content: "􏍧";
}

/* line 14552, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-share-alt:after {
  content: "􏇠";
}

/* line 14556, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-share-alt-square:after {
  content: "􏇡";
}

/* line 14560, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-share-square:after {
  content: "􏅍";
}

/* line 14564, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sheep:after {
  content: "􏜑";
}

/* line 14568, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-shekel-sign:after {
  content: "􏈋";
}

/* line 14572, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-shield:after {
  content: "􏄲";
}

/* line 14576, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-shield-alt:after {
  content: "􏏭";
}

/* line 14580, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-shield-check:after {
  content: "􏋷";
}

/* line 14584, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-shield-cross:after {
  content: "􏜒";
}

/* line 14588, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ship:after {
  content: "􏈚";
}

/* line 14592, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-shipping-fast:after {
  content: "􏒋";
}

/* line 14596, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-shipping-timed:after {
  content: "􏒌";
}

/* line 14600, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-shish-kebab:after {
  content: "􏠡";
}

/* line 14604, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-shoe-prints:after {
  content: "􏕋";
}

/* line 14608, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-shopping-bag:after {
  content: "􏊐";
}

/* line 14612, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-shopping-basket:after {
  content: "􏊑";
}

/* line 14616, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-shopping-cart:after {
  content: "􏁺";
}

/* line 14620, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-shovel:after {
  content: "􏜓";
}

/* line 14624, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-shovel-snow:after {
  content: "􏟃";
}

/* line 14628, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-shower:after {
  content: "􏋌";
}

/* line 14632, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-shredder:after {
  content: "􏚊";
}

/* line 14636, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-shuttle-van:after {
  content: "􏖶";
}

/* line 14640, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-shuttlecock:after {
  content: "􏑛";
}

/* line 14644, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sickle:after {
  content: "􏠢";
}

/* line 14648, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sigma:after {
  content: "􏚋";
}

/* line 14652, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sign:after {
  content: "􏓙";
}

/* line 14656, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sign-in:after {
  content: "􏂐";
}

/* line 14660, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sign-in-alt:after {
  content: "􏋶";
}

/* line 14664, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sign-language:after {
  content: "􏊧";
}

/* line 14668, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sign-out:after {
  content: "􏂋";
}

/* line 14672, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sign-out-alt:after {
  content: "􏋵";
}

/* line 14676, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-signal:after {
  content: "􏀒";
}

/* line 14680, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-signal-1:after {
  content: "􏚌";
}

/* line 14684, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-signal-2:after {
  content: "􏚍";
}

/* line 14688, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-signal-3:after {
  content: "􏚎";
}

/* line 14692, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-signal-4:after {
  content: "􏚏";
}

/* line 14696, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-signal-alt:after {
  content: "􏚐";
}

/* line 14700, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-signal-alt-1:after {
  content: "􏚑";
}

/* line 14704, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-signal-alt-2:after {
  content: "􏚒";
}

/* line 14708, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-signal-alt-3:after {
  content: "􏚓";
}

/* line 14712, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-signal-alt-slash:after {
  content: "􏚔";
}

/* line 14716, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-signal-slash:after {
  content: "􏚕";
}

/* line 14720, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-signal-stream:after {
  content: "􏣝";
}

/* line 14724, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-signature:after {
  content: "􏖷";
}

/* line 14728, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sim-card:after {
  content: "􏟄";
}

/* line 14732, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sitemap:after {
  content: "􏃨";
}

/* line 14736, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-skating:after {
  content: "􏟅";
}

/* line 14740, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-skeleton:after {
  content: "􏘠";
}

/* line 14744, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ski-jump:after {
  content: "􏟇";
}

/* line 14748, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ski-lift:after {
  content: "􏟈";
}

/* line 14752, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-skiing:after {
  content: "􏟉";
}

/* line 14756, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-skiing-nordic:after {
  content: "􏟊";
}

/* line 14760, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-skull:after {
  content: "􏕌";
}

/* line 14764, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-skull-cow:after {
  content: "􏣞";
}

/* line 14768, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-skull-crossbones:after {
  content: "􏜔";
}

/* line 14772, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-slash:after {
  content: "􏜕";
}

/* line 14776, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sledding:after {
  content: "􏟋";
}

/* line 14780, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sleigh:after {
  content: "􏟌";
}

/* line 14784, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sliders-h:after {
  content: "􏇞";
}

/* line 14788, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sliders-h-square:after {
  content: "􏏰";
}

/* line 14792, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sliders-v:after {
  content: "􏏱";
}

/* line 14796, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sliders-v-square:after {
  content: "􏏲";
}

/* line 14800, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-smile:after {
  content: "􏄘";
}

/* line 14804, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-smile-beam:after {
  content: "􏖸";
}

/* line 14808, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-smile-plus:after {
  content: "􏖹";
}

/* line 14812, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-smile-wink:after {
  content: "􏓚";
}

/* line 14816, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-smog:after {
  content: "􏝟";
}

/* line 14820, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-smoke:after {
  content: "􏝠";
}

/* line 14824, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-smoking:after {
  content: "􏒍";
}

/* line 14828, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-smoking-ban:after {
  content: "􏕍";
}

/* line 14832, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sms:after {
  content: "􏟍";
}

/* line 14836, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-snake:after {
  content: "􏜖";
}

/* line 14840, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-snooze:after {
  content: "􏢀";
}

/* line 14844, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-snow-blowing:after {
  content: "􏝡";
}

/* line 14848, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-snowboarding:after {
  content: "􏟎";
}

/* line 14852, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-snowflake:after {
  content: "􏋜";
}

/* line 14856, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-snowflakes:after {
  content: "􏟏";
}

/* line 14860, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-snowman:after {
  content: "􏟐";
}

/* line 14864, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-snowmobile:after {
  content: "􏟑";
}

/* line 14868, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-snowplow:after {
  content: "􏟒";
}

/* line 14872, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-socks:after {
  content: "􏚖";
}

/* line 14876, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-solar-panel:after {
  content: "􏖺";
}

/* line 14880, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort:after {
  content: "􏃜";
}

/* line 14884, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-alpha-down:after {
  content: "􏅝";
}

/* line 14888, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-alpha-down-alt:after {
  content: "􏢁";
}

/* line 14892, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-alpha-up:after {
  content: "􏅞";
}

/* line 14896, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-alpha-up-alt:after {
  content: "􏢂";
}

/* line 14900, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-alt:after {
  content: "􏢃";
}

/* line 14904, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-amount-down:after {
  content: "􏅠";
}

/* line 14908, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-amount-down-alt:after {
  content: "􏢄";
}

/* line 14912, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-amount-up:after {
  content: "􏅡";
}

/* line 14916, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-amount-up-alt:after {
  content: "􏢅";
}

/* line 14920, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-down:after {
  content: "􏃝";
}

/* line 14924, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-numeric-down:after {
  content: "􏅢";
}

/* line 14928, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-numeric-down-alt:after {
  content: "􏢆";
}

/* line 14932, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-numeric-up:after {
  content: "􏅣";
}

/* line 14936, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-numeric-up-alt:after {
  content: "􏢇";
}

/* line 14940, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-shapes-down:after {
  content: "􏢈";
}

/* line 14944, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-shapes-down-alt:after {
  content: "􏢉";
}

/* line 14948, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-shapes-up:after {
  content: "􏢊";
}

/* line 14952, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-shapes-up-alt:after {
  content: "􏢋";
}

/* line 14956, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-size-down:after {
  content: "􏢌";
}

/* line 14960, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-size-down-alt:after {
  content: "􏢍";
}

/* line 14964, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-size-up:after {
  content: "􏢎";
}

/* line 14968, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-size-up-alt:after {
  content: "􏢏";
}

/* line 14972, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-up:after {
  content: "􏃞";
}

/* line 14976, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-soup:after {
  content: "􏠣";
}

/* line 14980, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-spa:after {
  content: "􏖻";
}

/* line 14984, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-space-shuttle:after {
  content: "􏆗";
}

/* line 14988, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-spade:after {
  content: "􏋴";
}

/* line 14992, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sparkles:after {
  content: "􏢐";
}

/* line 14996, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-speaker:after {
  content: "􏣟";
}

/* line 15000, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-speakers:after {
  content: "􏣠";
}

/* line 15004, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-spell-check:after {
  content: "􏢑";
}

/* line 15008, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-spider:after {
  content: "􏜗";
}

/* line 15012, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-spider-black-widow:after {
  content: "􏜘";
}

/* line 15016, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-spider-web:after {
  content: "􏜙";
}

/* line 15020, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-spinner:after {
  content: "􏄐";
}

/* line 15024, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-spinner-third:after {
  content: "􏏴";
}

/* line 15028, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-splotch:after {
  content: "􏖼";
}

/* line 15032, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-spray-can:after {
  content: "􏖽";
}

/* line 15036, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-square:after {
  content: "􏃈";
}

/* line 15040, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-square-full:after {
  content: "􏑜";
}

/* line 15044, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-square-root:after {
  content: "􏚗";
}

/* line 15048, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-square-root-alt:after {
  content: "􏚘";
}

/* line 15052, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-squirrel:after {
  content: "􏜚";
}

/* line 15056, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-staff:after {
  content: "􏜛";
}

/* line 15060, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-stamp:after {
  content: "􏖿";
}

/* line 15064, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-star:after {
  content: "􏀅";
}

/* line 15068, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-star-and-crescent:after {
  content: "􏚙";
}

/* line 15072, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-star-christmas:after {
  content: "􏟔";
}

/* line 15076, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-star-exclamation:after {
  content: "􏋳";
}

/* line 15080, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-star-half:after {
  content: "􏂉";
}

/* line 15084, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-star-half-alt:after {
  content: "􏗀";
}

/* line 15088, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-star-of-david:after {
  content: "􏚚";
}

/* line 15092, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-star-of-life:after {
  content: "􏘡";
}

/* line 15096, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-stars:after {
  content: "􏝢";
}

/* line 15100, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-steak:after {
  content: "􏠤";
}

/* line 15104, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-steering-wheel:after {
  content: "􏘢";
}

/* line 15108, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-step-backward:after {
  content: "􏁈";
}

/* line 15112, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-step-forward:after {
  content: "􏁑";
}

/* line 15116, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-stethoscope:after {
  content: "􏃱";
}

/* line 15120, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sticky-note:after {
  content: "􏉉";
}

/* line 15124, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-stocking:after {
  content: "􏟕";
}

/* line 15128, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-stomach:after {
  content: "􏘣";
}

/* line 15132, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-stop:after {
  content: "􏁍";
}

/* line 15136, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-stop-circle:after {
  content: "􏊍";
}

/* line 15140, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-stopwatch:after {
  content: "􏋲";
}

/* line 15144, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-store:after {
  content: "􏕎";
}

/* line 15148, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-store-alt:after {
  content: "􏕏";
}

/* line 15152, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-stream:after {
  content: "􏕐";
}

/* line 15156, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-street-view:after {
  content: "􏈝";
}

/* line 15160, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-stretcher:after {
  content: "􏠥";
}

/* line 15164, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-strikethrough:after {
  content: "􏃌";
}

/* line 15168, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-stroopwafel:after {
  content: "􏕑";
}

/* line 15172, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-subscript:after {
  content: "􏄬";
}

/* line 15176, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-subway:after {
  content: "􏈹";
}

/* line 15180, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-suitcase:after {
  content: "􏃲";
}

/* line 15184, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-suitcase-rolling:after {
  content: "􏗁";
}

/* line 15188, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sun:after {
  content: "􏆅";
}

/* line 15192, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sun-cloud:after {
  content: "􏝣";
}

/* line 15196, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sun-dust:after {
  content: "􏝤";
}

/* line 15200, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sun-haze:after {
  content: "􏝥";
}

/* line 15204, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sunglasses:after {
  content: "􏢒";
}

/* line 15208, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sunrise:after {
  content: "􏝦";
}

/* line 15212, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sunset:after {
  content: "􏝧";
}

/* line 15216, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-superscript:after {
  content: "􏄫";
}

/* line 15220, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-surprise:after {
  content: "􏗂";
}

/* line 15224, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-swatchbook:after {
  content: "􏗃";
}

/* line 15228, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-swimmer:after {
  content: "􏗄";
}

/* line 15232, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-swimming-pool:after {
  content: "􏗅";
}

/* line 15236, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sword:after {
  content: "􏜜";
}

/* line 15240, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-swords:after {
  content: "􏜝";
}

/* line 15244, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-synagogue:after {
  content: "􏚛";
}

/* line 15248, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sync:after {
  content: "􏀡";
}

/* line 15252, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sync-alt:after {
  content: "􏋱";
}

/* line 15256, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-syringe:after {
  content: "􏒎";
}

/* line 15260, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-table:after {
  content: "􏃎";
}

/* line 15264, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-table-tennis:after {
  content: "􏑝";
}

/* line 15268, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tablet:after {
  content: "􏄊";
}

/* line 15272, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tablet-alt:after {
  content: "􏏺";
}

/* line 15276, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tablet-android:after {
  content: "􏏻";
}

/* line 15280, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tablet-android-alt:after {
  content: "􏏼";
}

/* line 15284, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tablet-rugged:after {
  content: "􏒏";
}

/* line 15288, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tablets:after {
  content: "􏒐";
}

/* line 15292, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tachometer:after {
  content: "􏃤";
}

/* line 15296, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tachometer-alt:after {
  content: "􏏽";
}

/* line 15300, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tachometer-alt-average:after {
  content: "􏘤";
}

/* line 15304, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tachometer-alt-fast:after {
  content: "􏘥";
}

/* line 15308, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tachometer-alt-fastest:after {
  content: "􏘦";
}

/* line 15312, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tachometer-alt-slow:after {
  content: "􏘧";
}

/* line 15316, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tachometer-alt-slowest:after {
  content: "􏘨";
}

/* line 15320, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tachometer-average:after {
  content: "􏘩";
}

/* line 15324, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tachometer-fast:after {
  content: "􏘪";
}

/* line 15328, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tachometer-fastest:after {
  content: "􏘫";
}

/* line 15332, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tachometer-slow:after {
  content: "􏘬";
}

/* line 15336, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tachometer-slowest:after {
  content: "􏘭";
}

/* line 15340, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-taco:after {
  content: "􏠦";
}

/* line 15344, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tag:after {
  content: "􏀫";
}

/* line 15348, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tags:after {
  content: "􏀬";
}

/* line 15352, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tally:after {
  content: "􏚜";
}

/* line 15356, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tanakh:after {
  content: "􏠧";
}

/* line 15360, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tape:after {
  content: "􏓛";
}

/* line 15364, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tasks:after {
  content: "􏂮";
}

/* line 15368, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tasks-alt:after {
  content: "􏠨";
}

/* line 15372, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-taxi:after {
  content: "􏆺";
}

/* line 15376, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-teeth:after {
  content: "􏘮";
}

/* line 15380, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-teeth-open:after {
  content: "􏘯";
}

/* line 15384, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-temperature-frigid:after {
  content: "􏝨";
}

/* line 15388, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-temperature-high:after {
  content: "􏝩";
}

/* line 15392, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-temperature-hot:after {
  content: "􏝪";
}

/* line 15396, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-temperature-low:after {
  content: "􏝫";
}

/* line 15400, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tenge:after {
  content: "􏟗";
}

/* line 15404, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tennis-ball:after {
  content: "􏑞";
}

/* line 15408, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-terminal:after {
  content: "􏄠";
}

/* line 15412, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-text:after {
  content: "􏢓";
}

/* line 15416, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-text-height:after {
  content: "􏀴";
}

/* line 15420, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-text-size:after {
  content: "􏢔";
}

/* line 15424, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-text-width:after {
  content: "􏀵";
}

/* line 15428, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-th:after {
  content: "􏀊";
}

/* line 15432, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-th-large:after {
  content: "􏀉";
}

/* line 15436, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-th-list:after {
  content: "􏀋";
}

/* line 15440, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-theater-masks:after {
  content: "􏘰";
}

/* line 15444, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-thermometer:after {
  content: "􏒑";
}

/* line 15448, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-thermometer-empty:after {
  content: "􏋋";
}

/* line 15452, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-thermometer-full:after {
  content: "􏋇";
}

/* line 15456, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-thermometer-half:after {
  content: "􏋉";
}

/* line 15460, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-thermometer-quarter:after {
  content: "􏋊";
}

/* line 15464, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-thermometer-three-quarters:after {
  content: "􏋈";
}

/* line 15468, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-theta:after {
  content: "􏚞";
}

/* line 15472, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-thumbs-down:after {
  content: "􏅥";
}

/* line 15476, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-thumbs-up:after {
  content: "􏅤";
}

/* line 15480, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-thumbtack:after {
  content: "􏂍";
}

/* line 15484, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-thunderstorm:after {
  content: "􏝬";
}

/* line 15488, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-thunderstorm-moon:after {
  content: "􏝭";
}

/* line 15492, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-thunderstorm-sun:after {
  content: "􏝮";
}

/* line 15496, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ticket:after {
  content: "􏅅";
}

/* line 15500, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ticket-alt:after {
  content: "􏏿";
}

/* line 15504, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tilde:after {
  content: "􏚟";
}

/* line 15508, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-times:after {
  content: "􏀍";
}

/* line 15512, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-times-circle:after {
  content: "􏁗";
}

/* line 15516, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-times-hexagon:after {
  content: "􏋮";
}

/* line 15520, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-times-octagon:after {
  content: "􏋰";
}

/* line 15524, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-times-square:after {
  content: "􏋓";
}

/* line 15528, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tint:after {
  content: "􏁃";
}

/* line 15532, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tint-slash:after {
  content: "􏗇";
}

/* line 15536, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tire:after {
  content: "􏘱";
}

/* line 15540, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tire-flat:after {
  content: "􏘲";
}

/* line 15544, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tire-pressure-warning:after {
  content: "􏘳";
}

/* line 15548, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tire-rugged:after {
  content: "􏘴";
}

/* line 15552, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tired:after {
  content: "􏗈";
}

/* line 15556, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-toggle-off:after {
  content: "􏈄";
}

/* line 15560, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-toggle-on:after {
  content: "􏈅";
}

/* line 15564, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-toilet:after {
  content: "􏟘";
}

/* line 15568, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-toilet-paper:after {
  content: "􏜞";
}

/* line 15572, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-toilet-paper-alt:after {
  content: "􏜟";
}

/* line 15576, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tombstone:after {
  content: "􏜠";
}

/* line 15580, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tombstone-alt:after {
  content: "􏜡";
}

/* line 15584, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-toolbox:after {
  content: "􏕒";
}

/* line 15588, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tools:after {
  content: "􏟙";
}

/* line 15592, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tooth:after {
  content: "􏗉";
}

/* line 15596, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-toothbrush:after {
  content: "􏘵";
}

/* line 15600, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-torah:after {
  content: "􏚠";
}

/* line 15604, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-torii-gate:after {
  content: "􏚡";
}

/* line 15608, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tornado:after {
  content: "􏝯";
}

/* line 15612, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tractor:after {
  content: "􏜢";
}

/* line 15616, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-trademark:after {
  content: "􏉜";
}

/* line 15620, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-traffic-cone:after {
  content: "􏘶";
}

/* line 15624, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-traffic-light:after {
  content: "􏘷";
}

/* line 15628, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-traffic-light-go:after {
  content: "􏘸";
}

/* line 15632, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-traffic-light-slow:after {
  content: "􏘹";
}

/* line 15636, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-traffic-light-stop:after {
  content: "􏘺";
}

/* line 15640, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-train:after {
  content: "􏈸";
}

/* line 15644, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tram:after {
  content: "􏟚";
}

/* line 15648, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-transgender:after {
  content: "􏈤";
}

/* line 15652, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-transgender-alt:after {
  content: "􏈥";
}

/* line 15656, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-trash:after {
  content: "􏇸";
}

/* line 15660, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-trash-alt:after {
  content: "􏋭";
}

/* line 15664, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-trash-restore:after {
  content: "􏠩";
}

/* line 15668, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-trash-restore-alt:after {
  content: "􏠪";
}

/* line 15672, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-trash-undo:after {
  content: "􏢕";
}

/* line 15676, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-trash-undo-alt:after {
  content: "􏢖";
}

/* line 15680, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-treasure-chest:after {
  content: "􏜣";
}

/* line 15684, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tree:after {
  content: "􏆻";
}

/* line 15688, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tree-alt:after {
  content: "􏐀";
}

/* line 15692, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tree-christmas:after {
  content: "􏟛";
}

/* line 15696, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tree-decorated:after {
  content: "􏟜";
}

/* line 15700, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tree-large:after {
  content: "􏟝";
}

/* line 15704, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tree-palm:after {
  content: "􏠫";
}

/* line 15708, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-trees:after {
  content: "􏜤";
}

/* line 15712, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-triangle:after {
  content: "􏋬";
}

/* line 15716, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-triangle-music:after {
  content: "􏣢";
}

/* line 15720, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-trophy:after {
  content: "􏂑";
}

/* line 15724, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-trophy-alt:after {
  content: "􏋫";
}

/* line 15728, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-truck:after {
  content: "􏃑";
}

/* line 15732, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-truck-container:after {
  content: "􏓜";
}

/* line 15736, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-truck-couch:after {
  content: "􏓝";
}

/* line 15740, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-truck-loading:after {
  content: "􏓞";
}

/* line 15744, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-truck-monster:after {
  content: "􏘻";
}

/* line 15748, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-truck-moving:after {
  content: "􏓟";
}

/* line 15752, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-truck-pickup:after {
  content: "􏘼";
}

/* line 15756, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-truck-plow:after {
  content: "􏟞";
}

/* line 15760, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-truck-ramp:after {
  content: "􏓠";
}

/* line 15764, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-trumpet:after {
  content: "􏣣";
}

/* line 15768, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tshirt:after {
  content: "􏕓";
}

/* line 15772, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tty:after {
  content: "􏇤";
}

/* line 15776, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-turkey:after {
  content: "􏜥";
}

/* line 15780, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-turntable:after {
  content: "􏣤";
}

/* line 15784, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-turtle:after {
  content: "􏜦";
}

/* line 15788, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tv:after {
  content: "􏉬";
}

/* line 15792, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tv-alt:after {
  content: "􏣥";
}

/* line 15796, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tv-music:after {
  content: "􏣦";
}

/* line 15800, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tv-retro:after {
  content: "􏐁";
}

/* line 15804, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-typewriter:after {
  content: "􏣧";
}

/* line 15808, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-umbrella:after {
  content: "􏃩";
}

/* line 15812, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-umbrella-beach:after {
  content: "􏗊";
}

/* line 15816, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-underline:after {
  content: "􏃍";
}

/* line 15820, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-undo:after {
  content: "􏃢";
}

/* line 15824, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-undo-alt:after {
  content: "􏋪";
}

/* line 15828, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-unicorn:after {
  content: "􏜧";
}

/* line 15832, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-union:after {
  content: "􏚢";
}

/* line 15836, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-universal-access:after {
  content: "􏊚";
}

/* line 15840, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-university:after {
  content: "􏆜";
}

/* line 15844, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-unlink:after {
  content: "􏄧";
}

/* line 15848, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-unlock:after {
  content: "􏂜";
}

/* line 15852, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-unlock-alt:after {
  content: "􏄾";
}

/* line 15856, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-upload:after {
  content: "􏂓";
}

/* line 15860, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-usb-drive:after {
  content: "􏣩";
}

/* line 15864, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-usd-circle:after {
  content: "􏋨";
}

/* line 15868, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-usd-square:after {
  content: "􏋩";
}

/* line 15872, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user:after {
  content: "􏀇";
}

/* line 15876, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-alt:after {
  content: "􏐆";
}

/* line 15880, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-alt-slash:after {
  content: "􏓺";
}

/* line 15884, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-astronaut:after {
  content: "􏓻";
}

/* line 15888, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-chart:after {
  content: "􏚣";
}

/* line 15892, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-check:after {
  content: "􏓼";
}

/* line 15896, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-circle:after {
  content: "􏊽";
}

/* line 15900, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-clock:after {
  content: "􏓽";
}

/* line 15904, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-cog:after {
  content: "􏓾";
}

/* line 15908, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-cowboy:after {
  content: "􏣪";
}

/* line 15912, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-crown:after {
  content: "􏚤";
}

/* line 15916, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-edit:after {
  content: "􏓿";
}

/* line 15920, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-friends:after {
  content: "􏔀";
}

/* line 15924, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-graduate:after {
  content: "􏔁";
}

/* line 15928, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-hard-hat:after {
  content: "􏠬";
}

/* line 15932, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-headset:after {
  content: "􏠭";
}

/* line 15936, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-injured:after {
  content: "􏜨";
}

/* line 15940, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-lock:after {
  content: "􏔂";
}

/* line 15944, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-md:after {
  content: "􏃰";
}

/* line 15948, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-md-chat:after {
  content: "􏠮";
}

/* line 15952, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-minus:after {
  content: "􏔃";
}

/* line 15956, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-music:after {
  content: "􏣫";
}

/* line 15960, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-ninja:after {
  content: "􏔄";
}

/* line 15964, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-nurse:after {
  content: "􏠯";
}

/* line 15968, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-plus:after {
  content: "􏈴";
}

/* line 15972, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-secret:after {
  content: "􏈛";
}

/* line 15976, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-shield:after {
  content: "􏔅";
}

/* line 15980, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-slash:after {
  content: "􏔆";
}

/* line 15984, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-tag:after {
  content: "􏔇";
}

/* line 15988, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-tie:after {
  content: "􏔈";
}

/* line 15992, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-times:after {
  content: "􏈵";
}

/* line 15996, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-users:after {
  content: "􏃀";
}

/* line 16000, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-users-class:after {
  content: "􏘽";
}

/* line 16004, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-users-cog:after {
  content: "􏔉";
}

/* line 16008, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-users-crown:after {
  content: "􏚥";
}

/* line 16012, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-users-medical:after {
  content: "􏠰";
}

/* line 16016, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-utensil-fork:after {
  content: "􏋣";
}

/* line 16020, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-utensil-knife:after {
  content: "􏋤";
}

/* line 16024, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-utensil-spoon:after {
  content: "􏋥";
}

/* line 16028, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-utensils:after {
  content: "􏋧";
}

/* line 16032, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-utensils-alt:after {
  content: "􏋦";
}

/* line 16036, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-value-absolute:after {
  content: "􏚦";
}

/* line 16040, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-vector-square:after {
  content: "􏗋";
}

/* line 16044, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-venus:after {
  content: "􏈡";
}

/* line 16048, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-venus-double:after {
  content: "􏈦";
}

/* line 16052, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-venus-mars:after {
  content: "􏈨";
}

/* line 16056, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-vhs:after {
  content: "􏣬";
}

/* line 16060, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-vial:after {
  content: "􏒒";
}

/* line 16064, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-vials:after {
  content: "􏒓";
}

/* line 16068, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-video:after {
  content: "􏀽";
}

/* line 16072, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-video-plus:after {
  content: "􏓡";
}

/* line 16076, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-video-slash:after {
  content: "􏓢";
}

/* line 16080, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-vihara:after {
  content: "􏚧";
}

/* line 16084, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-violin:after {
  content: "􏣭";
}

/* line 16088, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-voicemail:after {
  content: "􏢗";
}

/* line 16092, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-volcano:after {
  content: "􏝰";
}

/* line 16096, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-volleyball-ball:after {
  content: "􏑟";
}

/* line 16100, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-volume:after {
  content: "􏚨";
}

/* line 16104, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-volume-down:after {
  content: "􏀧";
}

/* line 16108, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-volume-mute:after {
  content: "􏚩";
}

/* line 16112, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-volume-off:after {
  content: "􏀦";
}

/* line 16116, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-volume-slash:after {
  content: "􏋢";
}

/* line 16120, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-volume-up:after {
  content: "􏀨";
}

/* line 16124, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-vote-nay:after {
  content: "􏝱";
}

/* line 16128, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-vote-yea:after {
  content: "􏝲";
}

/* line 16132, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-vr-cardboard:after {
  content: "􏜩";
}

/* line 16136, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-wagon-covered:after {
  content: "􏣮";
}

/* line 16140, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-walker:after {
  content: "􏠱";
}

/* line 16144, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-walkie-talkie:after {
  content: "􏣯";
}

/* line 16148, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-walking:after {
  content: "􏕔";
}

/* line 16152, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-wallet:after {
  content: "􏕕";
}

/* line 16156, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-wand:after {
  content: "􏜪";
}

/* line 16160, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-wand-magic:after {
  content: "􏜫";
}

/* line 16164, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-warehouse:after {
  content: "􏒔";
}

/* line 16168, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-warehouse-alt:after {
  content: "􏒕";
}

/* line 16172, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-washer:after {
  content: "􏢘";
}

/* line 16176, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-watch:after {
  content: "􏋡";
}

/* line 16180, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-watch-calculator:after {
  content: "􏣰";
}

/* line 16184, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-watch-fitness:after {
  content: "􏘾";
}

/* line 16188, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-water:after {
  content: "􏝳";
}

/* line 16192, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-water-lower:after {
  content: "􏝴";
}

/* line 16196, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-water-rise:after {
  content: "􏝵";
}

/* line 16200, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-wave-sine:after {
  content: "􏢙";
}

/* line 16204, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-wave-square:after {
  content: "􏠾";
}

/* line 16208, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-wave-triangle:after {
  content: "􏢚";
}

/* line 16212, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-waveform:after {
  content: "􏣱";
}

/* line 16216, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-waveform-path:after {
  content: "􏣲";
}

/* line 16220, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-webcam:after {
  content: "􏠲";
}

/* line 16224, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-webcam-slash:after {
  content: "􏠳";
}

/* line 16228, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-weight:after {
  content: "􏒖";
}

/* line 16232, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-weight-hanging:after {
  content: "􏗍";
}

/* line 16236, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-whale:after {
  content: "􏜬";
}

/* line 16240, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-wheat:after {
  content: "􏜭";
}

/* line 16244, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-wheelchair:after {
  content: "􏆓";
}

/* line 16248, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-whistle:after {
  content: "􏑠";
}

/* line 16252, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-wifi:after {
  content: "􏇫";
}

/* line 16256, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-wifi-1:after {
  content: "􏚪";
}

/* line 16260, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-wifi-2:after {
  content: "􏚫";
}

/* line 16264, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-wifi-slash:after {
  content: "􏚬";
}

/* line 16268, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-wind:after {
  content: "􏜮";
}

/* line 16272, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-wind-turbine:after {
  content: "􏢛";
}

/* line 16276, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-wind-warning:after {
  content: "􏝶";
}

/* line 16280, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-window:after {
  content: "􏐎";
}

/* line 16284, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-window-alt:after {
  content: "􏐏";
}

/* line 16288, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-window-close:after {
  content: "􏐐";
}

/* line 16292, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-window-maximize:after {
  content: "􏋐";
}

/* line 16296, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-window-minimize:after {
  content: "􏋑";
}

/* line 16300, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-window-restore:after {
  content: "􏋒";
}

/* line 16304, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-windsock:after {
  content: "􏝷";
}

/* line 16308, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-wine-bottle:after {
  content: "􏜯";
}

/* line 16312, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-wine-glass:after {
  content: "􏓣";
}

/* line 16316, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-wine-glass-alt:after {
  content: "􏗎";
}

/* line 16320, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-won-sign:after {
  content: "􏅙";
}

/* line 16324, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-wreath:after {
  content: "􏟢";
}

/* line 16328, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-wrench:after {
  content: "􏂭";
}

/* line 16332, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-x-ray:after {
  content: "􏒗";
}

/* line 16336, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-yen-sign:after {
  content: "􏅗";
}

/* line 16340, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-yin-yang:after {
  content: "􏚭";
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.0.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.0.svg#fontawesome) format("svg");
  unicode-range: U+f002, U+f008-f009, U+f00b-f00c, U+f00e, U+f011, U+f013, U+f017, U+f019, U+f01c, U+f022-f025, U+f02a-f02b, U+f02d, U+f030, U+f040-f041, U+f044, U+f047, U+f049-f04a, U+f04e, U+f050, U+f052-f055, U+f057-f05b, U+f05e, U+f060-f066, U+f068-f06a, U+f074, U+f077-f07a, U+f07c-f07e, U+f085, U+f089, U+f08b, U+f090, U+f093-f094, U+f098, U+f09c-f09e, U+f0a4-f0ab, U+f0b2, U+f0c1, U+f0c3, U+f0c6, U+f0c9, U+f0ce, U+f0d7-f0db, U+f0e2-f0e3, U+f0e9-f0ea, U+f0ec, U+f0f4, U+f0f8, U+f0fa-f0fe, U+f100-f103, U+f106-f108, U+f10a-f10b, U+f11c, U+f120-f122, U+f124, U+f126-f128, U+f12e, U+f134, U+f137-f13a, U+f13e, U+f141-f143, U+f146, U+f14a-f14d, U+f150-f154, U+f156-f159, U+f175-f178, U+f182-f183, U+f188, U+f191-f192, U+f195, U+f199, U+f1ad-f1ae, U+f1b0, U+f1b2-f1b3, U+f1b8, U+f1bb, U+f1c0, U+f1cd, U+f1d8, U+f1da, U+f1e0-f1e2, U+f1e6, U+f1ea, U+f1fa, U+f1fd-f1fe, U+f204-f206, U+f20b, U+f217-f218, U+f21c, U+f222, U+f224, U+f226-f229, U+f233, U+f238-f239, U+f240-f244, U+f246, U+f255-f25c, U+f28b, U+f28d, U+f290-f292, U+f295, U+f2a1-f2a4, U+f2a8, U+f2c7-f2ce, U+f2d0, U+f2d2-f2d3, U+f2db, U+f2e6-f2e7, U+f2ea, U+f2f0-f2f1, U+f2f5-f2f7, U+f2f9, U+f2fd, U+f301, U+f303, U+f308-f30f, U+f31d, U+f320-f322, U+f325-f326, U+f328-f32e, U+f330-f332, U+f336-f337, U+f339-f33c, U+f33e, U+f340-f34c, U+f350-f353, U+f355, U+f358-f35b, U+f360-f367, U+f376, U+f37e, U+f387, U+f389-f38a, U+f390, U+f39b-f39c, U+f3a0, U+f3b3, U+f3be-f3bf, U+f3c2, U+f3c5, U+f3cd-f3cf, U+f3de, U+f3e5, U+f3ed, U+f3f0, U+f3f2, U+f3fa-f3fc, U+f400-f401, U+f40e-f410, U+f422, U+f424;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.1.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.1.svg#fontawesome) format("svg");
  unicode-range: U+f3c1;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.3.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.3.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.3.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.3.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.3.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.3.svg#fontawesome) format("svg");
  unicode-range: U+f245, U+f2b9, U+f2bb, U+f2c1, U+f3e0;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.5.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.5.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.5.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.5.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.5.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.5.svg#fontawesome) format("svg");
  unicode-range: U+f1e3, U+f432, U+f437-f438, U+f449-f44c, U+f44f-f451, U+f453, U+f455, U+f458, U+f45a-f45b, U+f45d;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.7.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.7.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.7.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.7.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.7.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.7.svg#fontawesome) format("svg");
  unicode-range: U+f0d1, U+f0f1, U+f0f9, U+f21e, U+f461, U+f463-f46f, U+f472-f475, U+f479-f47a, U+f47d-f47e, U+f481-f487, U+f489, U+f48b-f496;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.9.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.9.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.9.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.9.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.9.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.9.svg#fontawesome) format("svg");
  unicode-range: U+f03d, U+f06c, U+f086, U+f0f2, U+f10d-f10e, U+f187, U+f2b5, U+f2e9, U+f2fe, U+f3dd, U+f47b-f47c, U+f498, U+f49a-f49b, U+f49d, U+f49f-f4b9, U+f4bb-f4bf, U+f4c1-f4c6, U+f4c8, U+f4cb-f4d2, U+f4d4, U+f4d6, U+f4d8-f4d9, U+f4db-f4e2;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.10.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.10.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.10.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.10.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.10.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.10.svg#fontawesome) format("svg");
  unicode-range: U+f471, U+f4ca;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.11.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.11.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.11.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.11.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.11.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.11.svg#fontawesome) format("svg");
  unicode-range: U+f007, U+f0c0, U+f0c2, U+f0ed-f0ee, U+f0f0, U+f1de, U+f21b, U+f234-f235, U+f381-f382, U+f3f1, U+f406, U+f4e6, U+f4fa-f501, U+f503-f509;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.13.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.13.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.13.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.13.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.13.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.0.13.svg#fontawesome) format("svg");
  unicode-range: U+f010, U+f067, U+f072, U+f0ad, U+f0d6, U+f0e8, U+f130-f131, U+f24e, U+f3c9, U+f3d1, U+f515-f517, U+f519-f51e, U+f520-f52c, U+f52e, U+f530-f533, U+f535-f54b, U+f54d, U+f54f-f552, U+f554-f555;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.1.0.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.1.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.1.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.1.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.1.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.1.0.svg#fontawesome) format("svg");
  unicode-range: U+f043, U+f0c4, U+f0d0, U+f125, U+f1ba, U+f1fb-f1fc, U+f207, U+f236, U+f279, U+f304-f305, U+f52d, U+f557-f558, U+f55a-f55f, U+f562-f566, U+f568, U+f56a-f56b, U+f575-f577, U+f57b, U+f586, U+f588, U+f58d-f590, U+f593-f595, U+f59d, U+f59f-f5a2, U+f5a6-f5a7, U+f5a9-f5af, U+f5b1, U+f5b6, U+f5b9-f5bd, U+f5c4-f5c5, U+f5c7, U+f5c9-f5cb, U+f5cd;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.1.1.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.1.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.1.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.1.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.1.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.1.1.svg#fontawesome) format("svg");
  unicode-range: U+f386;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.2.0.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.2.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.2.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.2.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.2.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.2.0.svg#fontawesome) format("svg");
  unicode-range: U+f018, U+f0e4, U+f109, U+f1b9, U+f1e5, U+f1f6, U+f21d, U+f276-f277, U+f3fd, U+f4d7, U+f518, U+f5d0-f5da, U+f5dd, U+f5df-f5e5, U+f5e8-f5ea, U+f5ed-f5f0, U+f5f2, U+f5f4-f5f5, U+f5f8-f5f9, U+f5fb-f600, U+f603-f60e, U+f610, U+f614, U+f617-f619, U+f61c-f621, U+f623-f62f, U+f633, U+f635-f63d;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.3.0.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.3.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.3.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.3.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.3.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.3.0.svg#fontawesome) format("svg");
  unicode-range: U+f027-f028, U+f080, U+f0a1, U+f0b1, U+f0eb, U+f200-f201, U+f2e2, U+f61a, U+f640, U+f643-f647, U+f64a-f64b, U+f64d-f653, U+f655-f656, U+f65d, U+f65f-f663, U+f665-f669, U+f66b-f675, U+f678-f67b, U+f67d-f680, U+f683-f689, U+f68b, U+f694-f695, U+f697-f699, U+f69b-f69c, U+f69e-f69f, U+f6a1-f6a9, U+f6ac;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.4.0.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.4.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.4.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.4.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.4.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.4.0.svg#fontawesome) format("svg");
  unicode-range: U+f499, U+f676, U+f6ae, U+f6b0-f6b3, U+f6b5-f6bc, U+f6bf, U+f6c2, U+f6c5-f6c8, U+f6cb, U+f6cd-f6d5, U+f6d8-f6d9, U+f6db, U+f6de, U+f6e2-f6e3, U+f6e5-f6e7, U+f6e9-f6ec, U+f6ee, U+f6f1-f6f3, U+f6f5-f6f8, U+f6fc-f6fd, U+f6ff-f703, U+f707, U+f70a-f70b, U+f711-f713, U+f715-f71d, U+f720-f724, U+f726-f729, U+f72b, U+f72d, U+f72f;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.4.1.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.4.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.4.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.4.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.4.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.4.1.svg#fontawesome) format("svg");
  unicode-range: U+f72a;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.5.0.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.5.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.5.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.5.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.5.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.5.0.svg#fontawesome) format("svg");
  unicode-range: U+f0e7, U+f185, U+f2dc, U+f6c3-f6c4, U+f72e, U+f732-f735, U+f737-f750, U+f752-f758, U+f75a, U+f75c, U+f75e-f76e, U+f771-f776;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.6.0.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.6.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.6.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.6.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.6.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.6.0.svg#fontawesome) format("svg");
  unicode-range: U+f06b, U+f5b7, U+f77d, U+f77f, U+f781-f782, U+f788, U+f78a-f78c, U+f78e-f78f, U+f792-f796, U+f79a-f7a1, U+f7a3-f7a4, U+f7a7-f7a8, U+f7aa, U+f7ac-f7ae, U+f7b4-f7b6, U+f7b8, U+f7bd-f7be, U+f7c0-f7c3, U+f7c5, U+f7c7-f7d2, U+f7d4, U+f7d7-f7d8, U+f7da-f7dc, U+f7de, U+f7e2;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.6.1.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.6.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.6.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.6.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.6.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.6.1.svg#fontawesome) format("svg");
  unicode-range: U+f071;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.6.3.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.6.3.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.6.3.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.6.3.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.6.3.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.6.3.svg#fontawesome) format("svg");
  unicode-range: U+f7e4;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.7.0.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.7.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.7.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.7.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.7.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.7.0.svg#fontawesome) format("svg");
  unicode-range: U+f00a, U+f015, U+f06e, U+f070, U+f135, U+f1e4, U+f2a0, U+f377, U+f470, U+f49c, U+f49e, U+f4c9, U+f6d6-f6d7, U+f705, U+f725, U+f77e, U+f780, U+f7e5-f7e7, U+f7e9-f7f0, U+f7f2-f7fc, U+f7fe, U+f800-f802, U+f804-f805, U+f807-f80f, U+f811-f812, U+f814-f818, U+f81b, U+f81e-f823, U+f825-f827, U+f82c-f833;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.7.1.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.7.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.7.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.7.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.7.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.7.1.svg#fontawesome) format("svg");
  unicode-range: U+f7f1;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.8.0.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.8.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.8.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.8.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.8.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.8.0.svg#fontawesome) format("svg");
  unicode-range: U+f01e, U+f021, U+f026, U+f076, U+f12d, U+f31e, U+f356, U+f45f, U+f5b0, U+f83e;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.8.2.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.8.2.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.8.2.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.8.2.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.8.2.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.8.2.svg#fontawesome) format("svg");
  unicode-range: U+f560;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.9.0.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.9.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.9.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.9.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.9.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.9.0.svg#fontawesome) format("svg");
  unicode-range: U+f036-f03c, U+f0ae, U+f0ca-f0cd, U+f15d-f15e, U+f160-f163, U+f1dd, U+f313-f315, U+f34e, U+f439-f448, U+f502, U+f677, U+f843-f855, U+f858-f85e, U+f860-f862, U+f864, U+f866-f878, U+f87a, U+f87c-f87d, U+f880-f892, U+f897-f89b;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.10.1.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.10.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.10.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.10.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.10.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.10.1.svg#fontawesome) format("svg");
  unicode-range: U+f000, U+f012, U+f029, U+f03e, U+f06d, U+f075, U+f07b, U+f083-f084, U+f0a0, U+f11e, U+f140, U+f19d, U+f20a, U+f247-f248, U+f251-f254, U+f25d, U+f275, U+f27a, U+f2c2, U+f2d1, U+f302, U+f310-f311, U+f34d, U+f3a5, U+f435, U+f454, U+f456, U+f476, U+f47f-f480, U+f52f, U+f534, U+f561, U+f578, U+f591, U+f5db, U+f5e7, U+f5f6, U+f611, U+f613, U+f654, U+f657-f658, U+f681-f682, U+f68c-f693, U+f6be, U+f6da, U+f6e4, U+f6ed, U+f6ef-f6f0, U+f6f4, U+f6fa-f6fb, U+f6fe, U+f72c, U+f751, U+f759, U+f75b, U+f779, U+f77c, U+f786-f787, U+f7ab, U+f7b2, U+f7b7, U+f7bf, U+f7e8, U+f813, U+f85f, U+f863, U+f87b, U+f89c-f89d;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.10.2.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.10.2.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.10.2.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.10.2.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.10.2.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.10.2.svg#fontawesome) format("svg");
  unicode-range: U+f004-f005, U+f02c, U+f02e, U+f031-f035, U+f04b-f04d, U+f056, U+f073, U+f08d, U+f095, U+f0a3, U+f0c5, U+f0c7-f0c8, U+f0dc-f0de, U+f0e0, U+f110-f111, U+f129-f12c, U+f132-f133, U+f144-f145, U+f15b-f15c, U+f164-f165, U+f193, U+f197, U+f1ab, U+f1c1-f1c9, U+f1ce, U+f1dc, U+f1f8-f1f9, U+f219, U+f249, U+f271-f274, U+f29a, U+f29e, U+f2a7, U+f2b6, U+f2e1, U+f2e3-f2e5, U+f2ec-f2ed, U+f2f2, U+f2f4, U+f2fa-f2fc, U+f306, U+f312, U+f316-f31a, U+f31c, U+f327, U+f333-f335, U+f3f4, U+f3ff, U+f45c, U+f460, U+f462, U+f477-f478, U+f497, U+f4ba, U+f4d3, U+f54c, U+f553, U+f559, U+f56c-f574, U+f5bf, U+f5c1, U+f5f3, U+f630-f632, U+f634, U+f63e, U+f641, U+f659-f65c, U+f696, U+f6a0, U+f6b4, U+f6bd, U+f6dd, U+f706, U+f708-f709, U+f70d-f710, U+f714, U+f71e-f71f, U+f736, U+f76f-f770, U+f777, U+f783-f784, U+f7a9, U+f7c4, U+f7d5, U+f7d9, U+f7dd, U+f7fd, U+f81c-f81d, U+f824, U+f828-f82a, U+f856-f857, U+f865, U+f879, U+f87e, U+f893-f896;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.11.0.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.11.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.11.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.11.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.11.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.11.0.svg#fontawesome) format("svg");
  unicode-range: U+f001, U+f02f, U+f042, U+f08e, U+f091, U+f0f3, U+f104-f105, U+f11b, U+f13d, U+f149, U+f1ac, U+f1ec, U+f223, U+f225, U+f22a-f22c, U+f24d, U+f26c, U+f29d, U+f2eb, U+f2ee, U+f2f3, U+f300, U+f307, U+f323-f324, U+f338, U+f33d, U+f35d, U+f48a, U+f4c0, U+f569, U+f5dc, U+f5eb, U+f601, U+f61b, U+f64c, U+f65e, U+f664, U+f66a, U+f68a, U+f6c0-f6c1, U+f6df-f6e1, U+f6e8, U+f6f9, U+f70c, U+f7a6, U+f81a, U+f89f-f8a5, U+f8a7-f8b6, U+f8b8-f8c9, U+f8cb-f8d1, U+f8d3-f8dd, U+f8df-f8e0, U+f8e2-f8e7, U+f8e9-f8ed, U+f8ef-f8f2;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.11.1.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.11.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.11.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.11.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.11.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.11.1.svg#fontawesome) format("svg");
  unicode-range: U+f00d, U+f048, U+f051, U+f0ac, U+f0b0, U+f118-f11a, U+f148, U+f14e, U+f155, U+f186, U+f19c, U+f1eb, U+f21a, U+f221, U+f22d, U+f2bd, U+f2e8, U+f2f8, U+f354, U+f357, U+f433-f434, U+f436, U+f44e, U+f45e, U+f4c7, U+f4da, U+f4e3, U+f51f, U+f54e, U+f556, U+f567, U+f579-f57a, U+f57c-f585, U+f587, U+f589-f58c, U+f596-f59c, U+f5a4-f5a5, U+f5b3-f5b4, U+f5b8, U+f5c0, U+f5c2-f5c3, U+f5c8, U+f5ce, U+f5de, U+f5e6, U+f5ec, U+f602, U+f615-f616, U+f622, U+f648-f649, U+f67c, U+f69a, U+f6aa-f6ab, U+f6ad, U+f7a2, U+f7a5, U+f7b9-f7ba, U+f7ff, U+f803, U+f806, U+f810, U+f819, U+f82b, U+f87f, U+f8de, U+f8ee;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.11.2.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.11.2.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.11.2.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.11.2.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.11.2.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-light-300-pro-5.11.2.svg#fontawesome) format("svg");
  unicode-range: U+f488, U+f8b7, U+f8f3;
}
/* line 16605, ../../../../sass/plugins/_fontawesome5pro.scss */
.fal {
  font-weight: 300;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.0.svg#fontawesome) format("svg");
  unicode-range: U+f017, U+f022, U+f024, U+f044, U+f057-f059, U+f07c, U+f089, U+f094, U+f09d, U+f0a4-f0a7, U+f0f8, U+f0fe, U+f11c, U+f146, U+f14a, U+f14d, U+f150-f152, U+f191-f192, U+f1ad, U+f1cd, U+f1d8, U+f1ea, U+f255-f25b, U+f28b, U+f28d, U+f2d0, U+f2d2, U+f328, U+f358-f35b, U+f410;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.0.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.0.svg#fontawesome) format("svg");
  unicode-range: U+f002, U+f008-f009, U+f00b-f00c, U+f00e, U+f011, U+f013, U+f019, U+f01c, U+f023, U+f025, U+f02a-f02b, U+f02d, U+f030, U+f040-f041, U+f047, U+f049-f04a, U+f04e, U+f050, U+f052-f055, U+f05a-f05b, U+f05e, U+f060-f066, U+f068-f06a, U+f074, U+f077-f07a, U+f07d-f07e, U+f085, U+f08b, U+f090, U+f093, U+f098, U+f09c, U+f09e, U+f0a8-f0ab, U+f0b2, U+f0c1, U+f0c3, U+f0c6, U+f0c9, U+f0ce, U+f0d7-f0db, U+f0e2-f0e3, U+f0e9-f0ea, U+f0ec, U+f0f4, U+f0fa-f0fd, U+f100-f103, U+f106-f108, U+f10a-f10b, U+f120-f122, U+f124, U+f126-f128, U+f12e, U+f134, U+f137-f13a, U+f13e, U+f141-f143, U+f14b-f14c, U+f153-f154, U+f156-f159, U+f175-f178, U+f182-f183, U+f188, U+f195, U+f199, U+f1ae, U+f1b0, U+f1b2-f1b3, U+f1b8, U+f1bb, U+f1c0, U+f1da, U+f1e0-f1e2, U+f1e6, U+f1fa, U+f1fd-f1fe, U+f204-f206, U+f20b, U+f217-f218, U+f21c, U+f222, U+f224, U+f226-f229, U+f233, U+f238-f239, U+f240-f244, U+f246, U+f25c, U+f290-f292, U+f295, U+f2a1-f2a4, U+f2a8, U+f2c7-f2ce, U+f2d3, U+f2db, U+f2e6-f2e7, U+f2ea, U+f2f0-f2f1, U+f2f5-f2f7, U+f2f9, U+f2fd, U+f301, U+f303, U+f308-f30f, U+f31d, U+f320-f322, U+f325-f326, U+f329-f32e, U+f330-f332, U+f336-f337, U+f339-f33c, U+f33e, U+f340-f34c, U+f350-f353, U+f355, U+f360-f367, U+f376, U+f37e, U+f387, U+f389-f38a, U+f390, U+f39b-f39c, U+f3a0, U+f3b3, U+f3be-f3bf, U+f3c2, U+f3c5, U+f3cd-f3cf, U+f3de, U+f3e5, U+f3ed, U+f3f0, U+f3f2, U+f3fa-f3fc, U+f400-f401, U+f40e-f40f, U+f422, U+f424;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.1.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.1.svg#fontawesome) format("svg");
  unicode-range: U+f3c1;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.3.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.3.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.3.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.3.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.3.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.3.svg#fontawesome) format("svg");
  unicode-range: U+f2b9, U+f2bb, U+f2c1;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.3.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.3.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.3.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.3.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.3.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.3.svg#fontawesome) format("svg");
  unicode-range: U+f245, U+f3e0;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.5.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.5.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.5.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.5.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.5.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.5.svg#fontawesome) format("svg");
  unicode-range: U+f1e3;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.5.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.5.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.5.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.5.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.5.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.5.svg#fontawesome) format("svg");
  unicode-range: U+f432, U+f437-f438, U+f449-f44c, U+f44f-f451, U+f453, U+f455, U+f458, U+f45a-f45b, U+f45d;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.7.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.7.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.7.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.7.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.7.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.7.svg#fontawesome) format("svg");
  unicode-range: U+f0d1, U+f0f1, U+f0f9, U+f21e, U+f461, U+f463-f46f, U+f472-f475, U+f479-f47a, U+f47d-f47e, U+f481-f487, U+f489, U+f48b-f496;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.9.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.9.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.9.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.9.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.9.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.9.svg#fontawesome) format("svg");
  unicode-range: U+f086, U+f2b5, U+f4ad;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.9.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.9.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.9.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.9.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.9.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.9.svg#fontawesome) format("svg");
  unicode-range: U+f03d, U+f06c, U+f0f2, U+f10d-f10e, U+f187, U+f2e9, U+f2fe, U+f3dd, U+f47b-f47c, U+f498, U+f49a-f49b, U+f49d, U+f49f-f4ac, U+f4ae-f4b9, U+f4bb-f4bf, U+f4c1-f4c6, U+f4c8, U+f4cb-f4d2, U+f4d4, U+f4d6, U+f4d8-f4d9, U+f4db-f4e2;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.10.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.10.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.10.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.10.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.10.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.10.svg#fontawesome) format("svg");
  unicode-range: U+f471, U+f4ca;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.11.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.11.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.11.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.11.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.11.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.11.svg#fontawesome) format("svg");
  unicode-range: U+f007, U+f4e6;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.11.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.11.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.11.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.11.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.11.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.11.svg#fontawesome) format("svg");
  unicode-range: U+f0c0, U+f0c2, U+f0ed-f0ee, U+f0f0, U+f1de, U+f21b, U+f234-f235, U+f381-f382, U+f3f1, U+f406, U+f4fa-f501, U+f503-f509;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.13.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.13.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.13.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.13.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.13.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.13.svg#fontawesome) format("svg");
  unicode-range: U+f3d1;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.13.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.13.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.13.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.13.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.13.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.0.13.svg#fontawesome) format("svg");
  unicode-range: U+f010, U+f067, U+f072, U+f0ad, U+f0d6, U+f0e8, U+f130-f131, U+f24e, U+f3c9, U+f515-f517, U+f519-f51e, U+f520-f52c, U+f52e, U+f530-f533, U+f535-f54b, U+f54d, U+f54f-f552, U+f554-f555;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.1.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.1.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.1.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.1.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.1.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.1.0.svg#fontawesome) format("svg");
  unicode-range: U+f279, U+f586, U+f588;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.1.0.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.1.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.1.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.1.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.1.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.1.0.svg#fontawesome) format("svg");
  unicode-range: U+f043, U+f0c4, U+f0d0, U+f125, U+f1ba, U+f1fb-f1fc, U+f207, U+f236, U+f304-f305, U+f52d, U+f557-f558, U+f55a-f55f, U+f562-f566, U+f568, U+f56a-f56b, U+f575-f577, U+f57b, U+f58d-f590, U+f593-f595, U+f59d, U+f59f-f5a2, U+f5a6-f5a7, U+f5a9-f5af, U+f5b1, U+f5b6, U+f5b9-f5bd, U+f5c4-f5c5, U+f5c7, U+f5c9-f5cb, U+f5cd;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.1.1.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.1.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.1.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.1.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.1.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.1.1.svg#fontawesome) format("svg");
  unicode-range: U+f386;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.2.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.2.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.2.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.2.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.2.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.2.0.svg#fontawesome) format("svg");
  unicode-range: U+f1f6;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.2.0.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.2.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.2.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.2.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.2.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.2.0.svg#fontawesome) format("svg");
  unicode-range: U+f018, U+f0e4, U+f109, U+f1b9, U+f1e5, U+f21d, U+f276-f277, U+f3fd, U+f4d7, U+f518, U+f5d0-f5da, U+f5dd, U+f5df-f5e5, U+f5e8-f5ea, U+f5ed-f5f0, U+f5f2, U+f5f4-f5f5, U+f5f8-f5f9, U+f5fb-f600, U+f603-f60e, U+f610, U+f614, U+f617-f619, U+f61c-f621, U+f623-f62f, U+f633, U+f635-f63d;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.3.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.3.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.3.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.3.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.3.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.3.0.svg#fontawesome) format("svg");
  unicode-range: U+f080, U+f0eb;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.3.0.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.3.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.3.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.3.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.3.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.3.0.svg#fontawesome) format("svg");
  unicode-range: U+f027-f028, U+f0a1, U+f0b1, U+f200-f201, U+f2e2, U+f61a, U+f640, U+f643-f647, U+f64a-f64b, U+f64d-f653, U+f655-f656, U+f65d, U+f65f-f663, U+f665-f669, U+f66b-f675, U+f678-f67b, U+f67d-f680, U+f683-f689, U+f68b, U+f694-f695, U+f697-f699, U+f69b-f69c, U+f69e-f69f, U+f6a1-f6a9, U+f6ac;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.4.0.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.4.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.4.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.4.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.4.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.4.0.svg#fontawesome) format("svg");
  unicode-range: U+f499, U+f676, U+f6ae, U+f6b0-f6b3, U+f6b5-f6bc, U+f6bf, U+f6c2, U+f6c5-f6c8, U+f6cb, U+f6cd-f6d5, U+f6d8-f6d9, U+f6db, U+f6de, U+f6e2-f6e3, U+f6e5-f6e7, U+f6e9-f6ec, U+f6ee, U+f6f1-f6f3, U+f6f5-f6f8, U+f6fc-f6fd, U+f6ff-f703, U+f707, U+f70a-f70b, U+f711-f713, U+f715-f71d, U+f720-f724, U+f726-f729, U+f72b, U+f72d, U+f72f;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.4.1.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.4.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.4.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.4.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.4.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.4.1.svg#fontawesome) format("svg");
  unicode-range: U+f72a;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.5.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.5.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.5.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.5.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.5.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.5.0.svg#fontawesome) format("svg");
  unicode-range: U+f185, U+f2dc;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.5.0.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.5.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.5.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.5.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.5.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.5.0.svg#fontawesome) format("svg");
  unicode-range: U+f0e7, U+f6c3-f6c4, U+f72e, U+f732-f735, U+f737-f750, U+f752-f758, U+f75a, U+f75c, U+f75e-f76e, U+f771-f776;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.6.0.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.6.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.6.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.6.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.6.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.6.0.svg#fontawesome) format("svg");
  unicode-range: U+f06b, U+f5b7, U+f77d, U+f77f, U+f781-f782, U+f788, U+f78a-f78c, U+f78e-f78f, U+f792-f796, U+f79a-f7a1, U+f7a3-f7a4, U+f7a7-f7a8, U+f7aa, U+f7ac-f7ae, U+f7b4-f7b6, U+f7b8, U+f7bd-f7be, U+f7c0-f7c3, U+f7c5, U+f7c7-f7d2, U+f7d4, U+f7d7-f7d8, U+f7da-f7dc, U+f7de, U+f7e2;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.6.1.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.6.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.6.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.6.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.6.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.6.1.svg#fontawesome) format("svg");
  unicode-range: U+f071;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.6.3.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.6.3.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.6.3.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.6.3.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.6.3.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.6.3.svg#fontawesome) format("svg");
  unicode-range: U+f7e4;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.7.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.7.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.7.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.7.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.7.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.7.0.svg#fontawesome) format("svg");
  unicode-range: U+f06e, U+f070;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.7.0.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.7.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.7.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.7.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.7.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.7.0.svg#fontawesome) format("svg");
  unicode-range: U+f00a, U+f015, U+f135, U+f1e4, U+f2a0, U+f377, U+f470, U+f49c, U+f49e, U+f4c9, U+f6d6-f6d7, U+f705, U+f725, U+f77e, U+f780, U+f7e5-f7e7, U+f7e9-f7f0, U+f7f2-f7fc, U+f7fe, U+f800-f802, U+f804-f805, U+f807-f80f, U+f811-f812, U+f814-f818, U+f81b, U+f81e-f823, U+f825-f827, U+f82c-f833;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.7.1.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.7.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.7.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.7.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.7.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.7.1.svg#fontawesome) format("svg");
  unicode-range: U+f7f1;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.8.0.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.8.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.8.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.8.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.8.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.8.0.svg#fontawesome) format("svg");
  unicode-range: U+f01e, U+f021, U+f026, U+f076, U+f12d, U+f31e, U+f356, U+f45f, U+f5b0, U+f83e;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.8.2.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.8.2.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.8.2.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.8.2.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.8.2.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.8.2.svg#fontawesome) format("svg");
  unicode-range: U+f560;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.9.0.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.9.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.9.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.9.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.9.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.9.0.svg#fontawesome) format("svg");
  unicode-range: U+f036-f03c, U+f0ae, U+f0ca-f0cd, U+f15d-f15e, U+f160-f163, U+f1dd, U+f313-f315, U+f34e, U+f439-f448, U+f502, U+f677, U+f843-f855, U+f858-f85e, U+f860-f862, U+f864, U+f866-f878, U+f87a, U+f87c-f87d, U+f880-f892, U+f897-f89b;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.10.1.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.10.1.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.10.1.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.10.1.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.10.1.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.10.1.svg#fontawesome) format("svg");
  unicode-range: U+f03e, U+f075, U+f07b, U+f0a0, U+f20a, U+f247-f248, U+f254, U+f25d, U+f27a, U+f2c2, U+f2d1, U+f302, U+f3a5;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.10.1.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.10.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.10.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.10.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.10.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.10.1.svg#fontawesome) format("svg");
  unicode-range: U+f000, U+f012, U+f029, U+f06d, U+f083-f084, U+f11e, U+f140, U+f19d, U+f251-f253, U+f275, U+f310-f311, U+f34d, U+f435, U+f454, U+f456, U+f476, U+f47f-f480, U+f52f, U+f534, U+f561, U+f578, U+f591, U+f5db, U+f5e7, U+f5f6, U+f611, U+f613, U+f654, U+f657-f658, U+f681-f682, U+f68c-f693, U+f6be, U+f6da, U+f6e4, U+f6ed, U+f6ef-f6f0, U+f6f4, U+f6fa-f6fb, U+f6fe, U+f72c, U+f751, U+f759, U+f75b, U+f779, U+f77c, U+f786-f787, U+f7ab, U+f7b2, U+f7b7, U+f7bf, U+f7e8, U+f813, U+f85f, U+f863, U+f87b, U+f89c-f89d;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.10.2.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.10.2.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.10.2.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.10.2.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.10.2.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.10.2.svg#fontawesome) format("svg");
  unicode-range: U+f004-f005, U+f02e, U+f073, U+f0c5, U+f0c7-f0c8, U+f0e0, U+f111, U+f133, U+f144, U+f15b-f15c, U+f164-f165, U+f1c1-f1c9, U+f1f9, U+f249, U+f271-f274, U+f2b6, U+f2ed;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.10.2.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.10.2.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.10.2.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.10.2.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.10.2.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.10.2.svg#fontawesome) format("svg");
  unicode-range: U+f02c, U+f031-f035, U+f04b-f04d, U+f056, U+f08d, U+f095, U+f0a3, U+f0dc-f0de, U+f110, U+f129-f12c, U+f132, U+f145, U+f193, U+f197, U+f1ab, U+f1ce, U+f1dc, U+f1f8, U+f219, U+f29a, U+f29e, U+f2a7, U+f2e1, U+f2e3-f2e5, U+f2ec, U+f2f2, U+f2f4, U+f2fa-f2fc, U+f306, U+f312, U+f316-f31a, U+f31c, U+f327, U+f333-f335, U+f3f4, U+f3ff, U+f45c, U+f460, U+f462, U+f477-f478, U+f497, U+f4ba, U+f4d3, U+f54c, U+f553, U+f559, U+f56c-f574, U+f5bf, U+f5c1, U+f5f3, U+f630-f632, U+f634, U+f63e, U+f641, U+f659-f65c, U+f696, U+f6a0, U+f6b4, U+f6bd, U+f6dd, U+f706, U+f708-f709, U+f70d-f710, U+f714, U+f71e-f71f, U+f736, U+f76f-f770, U+f777, U+f783-f784, U+f7a9, U+f7c4, U+f7d5, U+f7d9, U+f7dd, U+f7fd, U+f81c-f81d, U+f824, U+f828-f82a, U+f856-f857, U+f865, U+f879, U+f87e, U+f893-f896;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.11.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.11.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.11.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.11.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.11.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.11.0.svg#fontawesome) format("svg");
  unicode-range: U+f0f3, U+f24d;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.11.0.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.11.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.11.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.11.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.11.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.11.0.svg#fontawesome) format("svg");
  unicode-range: U+f001, U+f02f, U+f042, U+f08e, U+f091, U+f104-f105, U+f11b, U+f13d, U+f149, U+f1ac, U+f1ec, U+f223, U+f225, U+f22a-f22c, U+f26c, U+f29d, U+f2eb, U+f2ee, U+f2f3, U+f300, U+f307, U+f323-f324, U+f338, U+f33d, U+f35d, U+f48a, U+f4c0, U+f569, U+f5dc, U+f5eb, U+f601, U+f61b, U+f64c, U+f65e, U+f664, U+f66a, U+f68a, U+f6c0-f6c1, U+f6df-f6e1, U+f6e8, U+f6f9, U+f70c, U+f7a6, U+f81a, U+f89f-f8a5, U+f8a7-f8b6, U+f8b8-f8c9, U+f8cb-f8d1, U+f8d3-f8dd, U+f8df-f8e0, U+f8e2-f8e7, U+f8e9-f8ed, U+f8ef-f8f2;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.11.1.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.11.1.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.11.1.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.11.1.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.11.1.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.11.1.svg#fontawesome) format("svg");
  unicode-range: U+f118-f11a, U+f14e, U+f186, U+f2bd, U+f4da, U+f556, U+f567, U+f579-f57a, U+f57f-f585, U+f587, U+f589-f58c, U+f596-f59c, U+f5a4-f5a5, U+f5b3-f5b4, U+f5b8, U+f5c2, U+f5c8;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.11.1.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.11.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.11.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.11.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.11.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.11.1.svg#fontawesome) format("svg");
  unicode-range: U+f00d, U+f048, U+f051, U+f0ac, U+f0b0, U+f148, U+f155, U+f19c, U+f1eb, U+f21a, U+f221, U+f22d, U+f2e8, U+f2f8, U+f354, U+f357, U+f433-f434, U+f436, U+f44e, U+f45e, U+f4c7, U+f4e3, U+f51f, U+f54e, U+f57c-f57e, U+f5c0, U+f5c3, U+f5ce, U+f5de, U+f5e6, U+f5ec, U+f602, U+f615-f616, U+f622, U+f648-f649, U+f67c, U+f69a, U+f6aa-f6ab, U+f6ad, U+f7a2, U+f7a5, U+f7b9-f7ba, U+f7ff, U+f803, U+f806, U+f810, U+f819, U+f82b, U+f87f, U+f8de, U+f8ee;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.11.2.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.11.2.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.11.2.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.11.2.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.11.2.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-regular-400-pro-5.11.2.svg#fontawesome) format("svg");
  unicode-range: U+f488, U+f8b7, U+f8f3;
}
/* line 17005, ../../../../sass/plugins/_fontawesome5pro.scss */
.fal,
.far {
  font-family: "Font Awesome 5 Pro";
}

/* line 17010, ../../../../sass/plugins/_fontawesome5pro.scss */
.far {
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.0.svg#fontawesome) format("svg");
  unicode-range: U+f002, U+f008-f009, U+f00b-f00c, U+f00e, U+f011, U+f013, U+f017, U+f019, U+f01c, U+f022-f025, U+f02a-f02b, U+f02d, U+f030, U+f041, U+f044, U+f049-f04a, U+f04e, U+f050, U+f052-f055, U+f057-f05b, U+f05e, U+f060-f066, U+f068-f06a, U+f074, U+f077-f07a, U+f07c, U+f085, U+f089, U+f093-f094, U+f098, U+f09c-f09e, U+f0a4-f0ab, U+f0b2, U+f0c1, U+f0c3, U+f0c6, U+f0c9, U+f0ce, U+f0d7-f0db, U+f0e2-f0e3, U+f0e9-f0ea, U+f0f4, U+f0f8, U+f0fa-f0fe, U+f100-f103, U+f106-f108, U+f10a-f10b, U+f11c, U+f120-f122, U+f124, U+f126-f128, U+f12e, U+f134, U+f137-f13a, U+f13e, U+f141-f143, U+f146, U+f14a-f14b, U+f14d, U+f150-f154, U+f156-f159, U+f182-f183, U+f188, U+f191-f192, U+f195, U+f199, U+f1ad-f1ae, U+f1b0, U+f1b2-f1b3, U+f1b8, U+f1bb, U+f1c0, U+f1cd, U+f1d8, U+f1da, U+f1e0-f1e2, U+f1e6, U+f1ea, U+f1fa, U+f1fd-f1fe, U+f204-f206, U+f20b, U+f217-f218, U+f21c, U+f222, U+f224, U+f226-f229, U+f233, U+f238-f239, U+f240-f244, U+f246, U+f255-f25c, U+f28b, U+f28d, U+f290-f292, U+f295, U+f2a1-f2a4, U+f2a8, U+f2c7-f2ce, U+f2d0, U+f2d2, U+f2db, U+f2e7, U+f2ea, U+f2f1, U+f2f5-f2f6, U+f2f9, U+f303, U+f309-f30c, U+f328, U+f337, U+f358-f35b, U+f360, U+f362, U+f3be-f3bf, U+f3c5, U+f3cd, U+f3e5, U+f3ed, U+f3fa, U+f410;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.0.0.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.0.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.0.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.0.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.0.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.0.0.svg#fontawesome) format("svg");
  unicode-range: U+f040, U+f047, U+f07d-f07e, U+f08b, U+f090, U+f0ec, U+f14c, U+f175-f178, U+f2d3, U+f2e6, U+f2f0, U+f2f7, U+f2fd, U+f301, U+f308, U+f30d-f30f, U+f31d, U+f320-f322, U+f325-f326, U+f329-f32e, U+f330-f332, U+f336, U+f339-f33c, U+f33e, U+f340-f34c, U+f350-f353, U+f355, U+f361, U+f363-f367, U+f376, U+f37e, U+f387, U+f389-f38a, U+f390, U+f39b-f39c, U+f3a0, U+f3b3, U+f3c2, U+f3ce-f3cf, U+f3de, U+f3f0, U+f3f2, U+f3fb-f3fc, U+f400-f401, U+f40e-f40f, U+f422, U+f424;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.1.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.1.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.1.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.1.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.1.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.1.svg#fontawesome) format("svg");
  unicode-range: U+f3c1;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.3.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.3.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.3.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.3.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.3.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.3.svg#fontawesome) format("svg");
  unicode-range: U+f245, U+f2b9, U+f2bb, U+f2c1, U+f3e0;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.5.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.5.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.5.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.5.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.5.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.5.svg#fontawesome) format("svg");
  unicode-range: U+f1e3, U+f44b, U+f450, U+f453, U+f458, U+f45d;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.0.5.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.0.5.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.0.5.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.0.5.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.0.5.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.0.5.svg#fontawesome) format("svg");
  unicode-range: U+f432, U+f437-f438, U+f449-f44a, U+f44c, U+f44f, U+f451, U+f455, U+f45a-f45b;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.7.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.7.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.7.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.7.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.7.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.7.svg#fontawesome) format("svg");
  unicode-range: U+f0d1, U+f0f1, U+f0f9, U+f21e, U+f461, U+f466, U+f468-f46d, U+f472, U+f474, U+f479, U+f47d-f47e, U+f481-f482, U+f484-f487, U+f48b, U+f48d-f48e, U+f490-f494, U+f496;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.0.7.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.0.7.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.0.7.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.0.7.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.0.7.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.0.7.svg#fontawesome) format("svg");
  unicode-range: U+f463-f465, U+f467, U+f46e-f46f, U+f473, U+f475, U+f47a, U+f483, U+f489, U+f48c, U+f48f, U+f495;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.9.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.9.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.9.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.9.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.9.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.9.svg#fontawesome) format("svg");
  unicode-range: U+f03d, U+f06c, U+f086, U+f0f2, U+f10d-f10e, U+f187, U+f2b5, U+f2fe, U+f3dd, U+f4ad, U+f4b3, U+f4b8-f4b9, U+f4bd-f4be, U+f4c2, U+f4c4, U+f4cd-f4ce, U+f4d6, U+f4d8-f4d9, U+f4db, U+f4de-f4df, U+f4e2;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.0.9.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.0.9.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.0.9.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.0.9.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.0.9.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.0.9.svg#fontawesome) format("svg");
  unicode-range: U+f2e9, U+f47b-f47c, U+f498, U+f49a-f49b, U+f49d, U+f49f-f4ac, U+f4ae-f4b2, U+f4b4-f4b7, U+f4bb-f4bc, U+f4bf, U+f4c1, U+f4c3, U+f4c5-f4c6, U+f4c8, U+f4cb-f4cc, U+f4cf-f4d2, U+f4d4, U+f4dc-f4dd, U+f4e0-f4e1;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.10.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.10.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.10.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.10.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.10.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.10.svg#fontawesome) format("svg");
  unicode-range: U+f471;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.0.10.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.0.10.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.0.10.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.0.10.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.0.10.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.0.10.svg#fontawesome) format("svg");
  unicode-range: U+f4ca;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.11.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.11.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.11.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.11.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.11.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.11.svg#fontawesome) format("svg");
  unicode-range: U+f007, U+f0c0, U+f0c2, U+f0f0, U+f1de, U+f21b, U+f234-f235, U+f381-f382, U+f406, U+f4e6, U+f4fa-f501, U+f503-f509;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.0.11.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.0.11.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.0.11.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.0.11.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.0.11.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.0.11.svg#fontawesome) format("svg");
  unicode-range: U+f0ed-f0ee, U+f3f1;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.13.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.13.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.13.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.13.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.13.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.13.svg#fontawesome) format("svg");
  unicode-range: U+f010, U+f067, U+f072, U+f0ad, U+f0d6, U+f0e8, U+f130-f131, U+f24e, U+f3c9, U+f3d1, U+f515-f517, U+f519-f51e, U+f520-f52c, U+f52e, U+f530-f533, U+f535-f54b, U+f54d, U+f54f-f552, U+f554-f555;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.1.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.1.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.1.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.1.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.1.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.1.0.svg#fontawesome) format("svg");
  unicode-range: U+f043, U+f0c4, U+f0d0, U+f125, U+f1ba, U+f1fb-f1fc, U+f207, U+f236, U+f279, U+f304-f305, U+f52d, U+f557-f558, U+f55a-f55f, U+f562-f566, U+f568, U+f56a-f56b, U+f575-f577, U+f57b, U+f586, U+f588, U+f58d-f590, U+f593-f595, U+f59d, U+f59f-f5a2, U+f5a6-f5a7, U+f5aa-f5af, U+f5b1, U+f5b6, U+f5ba-f5bd, U+f5c4-f5c5, U+f5c7, U+f5c9-f5cb, U+f5cd;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.1.0.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.1.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.1.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.1.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.1.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.1.0.svg#fontawesome) format("svg");
  unicode-range: U+f5a9, U+f5b9;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.1.1.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.1.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.1.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.1.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.1.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.1.1.svg#fontawesome) format("svg");
  unicode-range: U+f386;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.2.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.2.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.2.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.2.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.2.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.2.0.svg#fontawesome) format("svg");
  unicode-range: U+f018, U+f109, U+f1b9, U+f1e5, U+f1f6, U+f21d, U+f276-f277, U+f3fd, U+f4d7, U+f518, U+f5d0-f5d2, U+f5d7, U+f5da, U+f5df, U+f5e1, U+f5e4, U+f5ee, U+f5fc-f5fd, U+f610, U+f619, U+f61f, U+f621, U+f62e-f62f, U+f637, U+f63b-f63c;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.2.0.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.2.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.2.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.2.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.2.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.2.0.svg#fontawesome) format("svg");
  unicode-range: U+f0e4, U+f5d3-f5d6, U+f5d8-f5d9, U+f5dd, U+f5e0, U+f5e2-f5e3, U+f5e5, U+f5e8-f5ea, U+f5ed, U+f5ef-f5f0, U+f5f2, U+f5f4-f5f5, U+f5f8-f5f9, U+f5fb, U+f5fe-f600, U+f603-f60e, U+f614, U+f617-f618, U+f61c-f61e, U+f620, U+f623-f62d, U+f633, U+f635-f636, U+f638-f63a, U+f63d;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.3.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.3.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.3.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.3.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.3.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.3.0.svg#fontawesome) format("svg");
  unicode-range: U+f027-f028, U+f080, U+f0a1, U+f0b1, U+f0eb, U+f200-f201, U+f644, U+f647, U+f64a, U+f64f, U+f651, U+f653, U+f655, U+f65d, U+f662, U+f665-f666, U+f669, U+f66b, U+f66d, U+f66f, U+f674, U+f678-f679, U+f67b, U+f67f, U+f683-f684, U+f687-f689, U+f698-f699, U+f69b, U+f6a1, U+f6a7, U+f6a9;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.3.0.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.3.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.3.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.3.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.3.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.3.0.svg#fontawesome) format("svg");
  unicode-range: U+f2e2, U+f61a, U+f640, U+f643, U+f645-f646, U+f64b, U+f64d-f64e, U+f650, U+f652, U+f656, U+f65f-f661, U+f663, U+f667-f668, U+f66c, U+f66e, U+f670-f673, U+f675, U+f67a, U+f67d-f67e, U+f680, U+f685-f686, U+f68b, U+f694-f695, U+f697, U+f69c, U+f69e-f69f, U+f6a2-f6a6, U+f6a8, U+f6ac;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.4.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.4.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.4.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.4.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.4.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.4.0.svg#fontawesome) format("svg");
  unicode-range: U+f676, U+f6b6-f6b7, U+f6bb, U+f6cf, U+f6d1, U+f6d3, U+f6d5, U+f6d9, U+f6de, U+f6e2-f6e3, U+f6e6, U+f6ec, U+f6f1-f6f2, U+f6fc, U+f6ff-f700, U+f70b, U+f715, U+f717, U+f722, U+f728-f729, U+f72f;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.4.0.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.4.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.4.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.4.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.4.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.4.0.svg#fontawesome) format("svg");
  unicode-range: U+f499, U+f6ae, U+f6b0-f6b3, U+f6b5, U+f6b8-f6ba, U+f6bc, U+f6bf, U+f6c2, U+f6c5-f6c8, U+f6cb, U+f6cd-f6ce, U+f6d0, U+f6d2, U+f6d4, U+f6d8, U+f6db, U+f6e5, U+f6e7, U+f6e9-f6eb, U+f6ee, U+f6f3, U+f6f5-f6f8, U+f6fd, U+f701-f703, U+f707, U+f70a, U+f711-f713, U+f716, U+f718-f71d, U+f720-f721, U+f723-f724, U+f726-f727, U+f72b, U+f72d;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.4.1.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.4.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.4.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.4.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.4.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.4.1.svg#fontawesome) format("svg");
  unicode-range: U+f72a;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.5.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.5.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.5.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.5.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.5.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.5.0.svg#fontawesome) format("svg");
  unicode-range: U+f0e7, U+f185, U+f2dc, U+f6c3-f6c4, U+f72e, U+f73b-f73d, U+f740, U+f743, U+f747, U+f74d, U+f753, U+f756, U+f75a, U+f75e-f75f, U+f769, U+f76b, U+f772-f773;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.5.0.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.5.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.5.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.5.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.5.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.5.0.svg#fontawesome) format("svg");
  unicode-range: U+f732-f735, U+f737-f73a, U+f73e-f73f, U+f741-f742, U+f744-f746, U+f748-f74c, U+f74e-f750, U+f752, U+f754-f755, U+f757-f758, U+f75c, U+f760-f768, U+f76a, U+f76c-f76e, U+f771, U+f774-f776;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.0.svg#fontawesome) format("svg");
  unicode-range: U+f06b, U+f5b7, U+f77d, U+f781, U+f788, U+f78c, U+f793-f794, U+f796, U+f79c, U+f79f-f7a0, U+f7a4, U+f7aa, U+f7ad-f7ae, U+f7b5-f7b6, U+f7bd, U+f7c0, U+f7c2, U+f7c5, U+f7c9-f7ca, U+f7cc-f7ce, U+f7d0, U+f7d2, U+f7d7-f7d8, U+f7da;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.6.0.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.6.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.6.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.6.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.6.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.6.0.svg#fontawesome) format("svg");
  unicode-range: U+f77f, U+f782, U+f78a-f78b, U+f78e-f78f, U+f792, U+f795, U+f79a-f79b, U+f79d-f79e, U+f7a1, U+f7a3, U+f7a7-f7a8, U+f7ac, U+f7b4, U+f7b8, U+f7be, U+f7c1, U+f7c3, U+f7c7-f7c8, U+f7cb, U+f7cf, U+f7d1, U+f7d4, U+f7db-f7dc, U+f7de, U+f7e2;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.1.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.1.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.1.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.1.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.1.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.1.svg#fontawesome) format("svg");
  unicode-range: U+f071;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.3.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.3.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.3.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.3.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.3.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.3.svg#fontawesome) format("svg");
  unicode-range: U+f7e4;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.7.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.7.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.7.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.7.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.7.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.7.0.svg#fontawesome) format("svg");
  unicode-range: U+f00a, U+f015, U+f06e, U+f070, U+f135, U+f1e4, U+f2a0, U+f470, U+f49e, U+f6d7, U+f780, U+f7e5-f7e6, U+f7ec, U+f7ef, U+f7f2, U+f7f5, U+f7f7, U+f7fb, U+f805, U+f807, U+f80f, U+f812, U+f815-f816, U+f818, U+f82f;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.7.0.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.7.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.7.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.7.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.7.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.7.0.svg#fontawesome) format("svg");
  unicode-range: U+f377, U+f49c, U+f4c9, U+f6d6, U+f705, U+f725, U+f77e, U+f7e7, U+f7e9-f7eb, U+f7ed-f7ee, U+f7f0, U+f7f3-f7f4, U+f7f6, U+f7f8-f7fa, U+f7fc, U+f7fe, U+f800-f802, U+f804, U+f808-f80e, U+f811, U+f814, U+f817, U+f81b, U+f81e-f823, U+f825-f827, U+f82c-f82e, U+f830-f833;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.7.1.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.7.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.7.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.7.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.7.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.7.1.svg#fontawesome) format("svg");
  unicode-range: U+f7f1;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.8.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.8.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.8.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.8.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.8.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.8.0.svg#fontawesome) format("svg");
  unicode-range: U+f01e, U+f021, U+f026, U+f076, U+f12d, U+f31e, U+f45f, U+f5b0, U+f83e;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.8.0.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.8.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.8.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.8.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.8.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.8.0.svg#fontawesome) format("svg");
  unicode-range: U+f356;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.8.2.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.8.2.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.8.2.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.8.2.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.8.2.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.8.2.svg#fontawesome) format("svg");
  unicode-range: U+f560;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.9.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.9.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.9.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.9.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.9.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.9.0.svg#fontawesome) format("svg");
  unicode-range: U+f036-f03c, U+f0ae, U+f0ca-f0cd, U+f15d-f15e, U+f160-f163, U+f1dd, U+f439-f43a, U+f43c, U+f43f, U+f441, U+f443, U+f445, U+f447, U+f502, U+f84a, U+f84c, U+f850, U+f853, U+f86d, U+f87c-f87d, U+f881-f882, U+f884-f887, U+f891, U+f897;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.9.0.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.9.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.9.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.9.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.9.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.9.0.svg#fontawesome) format("svg");
  unicode-range: U+f313-f315, U+f34e, U+f43b, U+f43d-f43e, U+f440, U+f442, U+f444, U+f446, U+f448, U+f677, U+f843-f849, U+f84b, U+f84d-f84f, U+f851-f852, U+f854-f855, U+f858-f85e, U+f860-f862, U+f864, U+f866-f86c, U+f86e-f878, U+f87a, U+f880, U+f883, U+f888-f890, U+f892, U+f898-f89b;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.10.1.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.10.1.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.10.1.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.10.1.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.10.1.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.10.1.svg#fontawesome) format("svg");
  unicode-range: U+f000, U+f012, U+f029, U+f03e, U+f06d, U+f075, U+f07b, U+f083-f084, U+f0a0, U+f11e, U+f140, U+f19d, U+f20a, U+f247-f248, U+f251-f254, U+f25d, U+f275, U+f27a, U+f2c2, U+f2d1, U+f302, U+f3a5, U+f47f, U+f52f, U+f534, U+f561, U+f578, U+f591, U+f5e7, U+f613, U+f654, U+f658, U+f681-f682, U+f6be, U+f6ed, U+f6f0, U+f6fa, U+f75b, U+f77c, U+f786-f787, U+f7ab, U+f7bf, U+f863, U+f87b;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.10.1.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.10.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.10.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.10.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.10.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.10.1.svg#fontawesome) format("svg");
  unicode-range: U+f310-f311, U+f34d, U+f435, U+f454, U+f456, U+f476, U+f480, U+f5db, U+f5f6, U+f611, U+f657, U+f68c-f693, U+f6da, U+f6e4, U+f6ef, U+f6f4, U+f6fb, U+f6fe, U+f72c, U+f751, U+f759, U+f779, U+f7b2, U+f7b7, U+f7e8, U+f813, U+f85f, U+f89c-f89d;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.10.2.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.10.2.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.10.2.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.10.2.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.10.2.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.10.2.svg#fontawesome) format("svg");
  unicode-range: U+f004-f005, U+f02c, U+f02e, U+f031-f035, U+f04b-f04d, U+f056, U+f073, U+f08d, U+f095, U+f0a3, U+f0c5, U+f0c7-f0c8, U+f0dc-f0de, U+f0e0, U+f110-f111, U+f129-f12c, U+f133, U+f144, U+f15b-f15c, U+f164-f165, U+f193, U+f197, U+f1ab, U+f1c1-f1c9, U+f1ce, U+f1dc, U+f1f8-f1f9, U+f249, U+f271-f274, U+f29a, U+f29e, U+f2a7, U+f2b6, U+f2e5, U+f2ed, U+f2f2, U+f3ff, U+f45c, U+f462, U+f477-f478, U+f497, U+f4ba, U+f4d3, U+f54c, U+f553, U+f559, U+f56c-f574, U+f5bf, U+f5c1, U+f630, U+f641, U+f696, U+f6a0, U+f6dd, U+f70e, U+f714, U+f71e, U+f783-f784, U+f7a9, U+f7c4, U+f7d9, U+f829-f82a, U+f879;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.10.2.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.10.2.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.10.2.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.10.2.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.10.2.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.10.2.svg#fontawesome) format("svg");
  unicode-range: U+f132, U+f145, U+f219, U+f2e1, U+f2e3-f2e4, U+f2ec, U+f2f4, U+f2fa-f2fc, U+f306, U+f312, U+f316-f31a, U+f31c, U+f327, U+f333-f335, U+f3f4, U+f460, U+f5f3, U+f631-f632, U+f634, U+f63e, U+f659-f65c, U+f6b4, U+f6bd, U+f706, U+f708-f709, U+f70d, U+f70f-f710, U+f71f, U+f736, U+f76f-f770, U+f777, U+f7d5, U+f7dd, U+f7fd, U+f81c-f81d, U+f824, U+f828, U+f856-f857, U+f865, U+f87e, U+f893-f896;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.11.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.11.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.11.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.11.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.11.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.11.0.svg#fontawesome) format("svg");
  unicode-range: U+f001, U+f02f, U+f042, U+f091, U+f0f3, U+f104-f105, U+f11b, U+f13d, U+f1ac, U+f1ec, U+f223, U+f225, U+f22a-f22c, U+f24d, U+f26c, U+f29d, U+f338, U+f35d, U+f4c0, U+f569, U+f5dc, U+f5eb, U+f65e, U+f664, U+f66a, U+f6c0, U+f6e8, U+f70c, U+f7a6, U+f8c0-f8c1, U+f8cc, U+f8d9;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.11.0.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.11.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.11.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.11.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.11.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.11.0.svg#fontawesome) format("svg");
  unicode-range: U+f08e, U+f149, U+f2eb, U+f2ee, U+f2f3, U+f300, U+f307, U+f323-f324, U+f33d, U+f48a, U+f601, U+f61b, U+f64c, U+f68a, U+f6c1, U+f6df-f6e1, U+f6f9, U+f81a, U+f89f-f8a5, U+f8a7-f8b6, U+f8b8-f8bf, U+f8c2-f8c9, U+f8cb, U+f8cd-f8d1, U+f8d3-f8d8, U+f8da-f8dd, U+f8df-f8e0, U+f8e2-f8e7, U+f8e9-f8ed, U+f8ef-f8f2;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.11.1.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.11.1.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.11.1.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.11.1.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.11.1.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.11.1.svg#fontawesome) format("svg");
  unicode-range: U+f00d, U+f048, U+f051, U+f0ac, U+f0b0, U+f118-f11a, U+f14e, U+f155, U+f186, U+f19c, U+f1eb, U+f21a, U+f221, U+f22d, U+f2bd, U+f433-f434, U+f436, U+f44e, U+f4da, U+f4e3, U+f51f, U+f54e, U+f556, U+f567, U+f579-f57a, U+f57c-f585, U+f587, U+f589-f58c, U+f596-f59c, U+f5a4-f5a5, U+f5b3-f5b4, U+f5b8, U+f5c0, U+f5c2-f5c3, U+f5c8, U+f5ce, U+f5de, U+f67c, U+f69a, U+f6ad, U+f7a2, U+f7a5, U+f7b9-f7ba, U+f806, U+f810;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.11.1.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.11.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.11.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.11.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.11.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.11.1.svg#fontawesome) format("svg");
  unicode-range: U+f148, U+f2e8, U+f2f8, U+f354, U+f357, U+f45e, U+f4c7, U+f5e6, U+f5ec, U+f602, U+f615-f616, U+f622, U+f648-f649, U+f6aa-f6ab, U+f7ff, U+f803, U+f819, U+f82b, U+f87f, U+f8de, U+f8ee;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.11.2.eot);
  src: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.11.2.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.11.2.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.11.2.woff) format("woff"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.11.2.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/fonts/webfonts/fa-solid-900-pro-5.11.2.svg#fontawesome) format("svg");
  unicode-range: U+f488, U+f8b7, U+f8f3;
}
/* line 17445, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa, .wordpress_block .newsletter_wrapper .newsletter_element #newsletterButtonExternalDiv #newsletter-button:before,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/* line 1, ../../../../sass/plugins/_1140.scss */
body {
  min-width: 1140px;
}

/* line 5, ../../../../sass/plugins/_1140.scss */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 5, ../../../../sass/plugins/_1140.scss */
article, aside, figure, figure img, figcaption, hgroup, footer, header, nav, section, video, object {
  display: block;
}

/* line 5, ../../../../sass/plugins/_1140.scss */
a img {
  border: 0;
}

/* line 5, ../../../../sass/plugins/_1140.scss */
figure {
  position: relative;
}

/* line 5, ../../../../sass/plugins/_1140.scss */
figure img {
  width: 100%;
}

/* line 6, ../../../../sass/plugins/_1140.scss */
.container12, .container16 {
  margin: 0 auto;
  padding: 0;
  width: 1140px;
}

/* line 11, ../../../../sass/plugins/_1140.scss */
.row {
  margin: 10px 0;
}

/* line 12, ../../../../sass/plugins/_1140.scss */
.rowBottom {
  margin-bottom: 20px;
}

/* line 13, ../../../../sass/plugins/_1140.scss */
.rowTop {
  margin-top: 20px;
}

/* line 14, ../../../../sass/plugins/_1140.scss */
.column1, .column2, .column3, .column4, .column5, .column6, .column7, .column8, .column9, .column10, .column11, .column12, .column13, .column14, .column15, .column16 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

/* line 20, ../../../../sass/plugins/_1140.scss */
.container12 .alpha, .container16 .alpha {
  margin-left: 0;
}

/* line 21, ../../../../sass/plugins/_1140.scss */
.container12 .omega, .container16 .omega {
  margin-right: 0;
}

/* line 22, ../../../../sass/plugins/_1140.scss */
.container12 .column1 {
  width: 75px;
}

/* line 23, ../../../../sass/plugins/_1140.scss */
.container12 .column2 {
  width: 170px;
}

/* line 24, ../../../../sass/plugins/_1140.scss */
.container12 .column3 {
  width: 265px;
}

/* line 25, ../../../../sass/plugins/_1140.scss */
.container12 .column4 {
  width: 360px;
}

/* line 26, ../../../../sass/plugins/_1140.scss */
.container12 .column5 {
  width: 455px;
}

/* line 27, ../../../../sass/plugins/_1140.scss */
.container12 .column6 {
  width: 550px;
}

/* line 28, ../../../../sass/plugins/_1140.scss */
.container12 .column7 {
  width: 645px;
}

/* line 29, ../../../../sass/plugins/_1140.scss */
.container12 .column8 {
  width: 740px;
}

/* line 30, ../../../../sass/plugins/_1140.scss */
.container12 .column9 {
  width: 835px;
}

/* line 31, ../../../../sass/plugins/_1140.scss */
.container12 .column10 {
  width: 930px;
}

/* line 32, ../../../../sass/plugins/_1140.scss */
.container12 .column11 {
  width: 1025px;
}

/* line 33, ../../../../sass/plugins/_1140.scss */
.container12 .column12 {
  width: 1120px;
}

/* line 34, ../../../../sass/plugins/_1140.scss */
.container12 .prefix1 {
  padding-left: 95px;
}

/* line 35, ../../../../sass/plugins/_1140.scss */
.container12 .prefix2 {
  padding-left: 190px;
}

/* line 36, ../../../../sass/plugins/_1140.scss */
.container12 .prefix3 {
  padding-left: 285px;
}

/* line 37, ../../../../sass/plugins/_1140.scss */
.container12 .prefix4 {
  padding-left: 380px;
}

/* line 38, ../../../../sass/plugins/_1140.scss */
.container12 .prefix5 {
  padding-left: 475px;
}

/* line 39, ../../../../sass/plugins/_1140.scss */
.container12 .prefix6 {
  padding-left: 570px;
}

/* line 40, ../../../../sass/plugins/_1140.scss */
.container12 .prefix7 {
  padding-left: 665px;
}

/* line 41, ../../../../sass/plugins/_1140.scss */
.container12 .prefix8 {
  padding-left: 760px;
}

/* line 42, ../../../../sass/plugins/_1140.scss */
.container12 .prefix9 {
  padding-left: 855px;
}

/* line 43, ../../../../sass/plugins/_1140.scss */
.container12 .prefix10 {
  padding-left: 950px;
}

/* line 44, ../../../../sass/plugins/_1140.scss */
.container12 .prefix11 {
  padding-left: 1045px;
}

/* line 46, ../../../../sass/plugins/_1140.scss */
.container16 .column1 {
  width: 51.25px;
}

/* line 47, ../../../../sass/plugins/_1140.scss */
.container16 .column2 {
  width: 122.5px;
}

/* line 48, ../../../../sass/plugins/_1140.scss */
.container16 .column3 {
  width: 193.75px;
}

/* line 49, ../../../../sass/plugins/_1140.scss */
.container16 .column4 {
  width: 265px;
}

/* line 50, ../../../../sass/plugins/_1140.scss */
.container16 .column5 {
  width: 336.25px;
}

/* line 51, ../../../../sass/plugins/_1140.scss */
.container16 .column6 {
  width: 407.5px;
}

/* line 52, ../../../../sass/plugins/_1140.scss */
.container16 .column7 {
  width: 478.75px;
}

/* line 53, ../../../../sass/plugins/_1140.scss */
.container16 .column8 {
  width: 550px;
}

/* line 54, ../../../../sass/plugins/_1140.scss */
.container16 .column9 {
  width: 621.25px;
}

/* line 55, ../../../../sass/plugins/_1140.scss */
.container16 .column10 {
  width: 692.5px;
}

/* line 56, ../../../../sass/plugins/_1140.scss */
.container16 .column11 {
  width: 763.75px;
}

/* line 57, ../../../../sass/plugins/_1140.scss */
.container16 .column12 {
  width: 835px;
}

/* line 58, ../../../../sass/plugins/_1140.scss */
.container16 .column13 {
  width: 906.25px;
}

/* line 59, ../../../../sass/plugins/_1140.scss */
.container16 .column14 {
  width: 977.5px;
}

/* line 60, ../../../../sass/plugins/_1140.scss */
.container16 .column15 {
  width: 1048.75px;
}

/* line 61, ../../../../sass/plugins/_1140.scss */
.container16 .column16 {
  width: 1120px;
}

/* line 62, ../../../../sass/plugins/_1140.scss */
.container16 .prefix1 {
  padding-left: 71.25px;
}

/* line 63, ../../../../sass/plugins/_1140.scss */
.container16 .prefix2 {
  padding-left: 142.5px;
}

/* line 64, ../../../../sass/plugins/_1140.scss */
.container16 .prefix3 {
  padding-left: 213.75px;
}

/* line 65, ../../../../sass/plugins/_1140.scss */
.container16 .prefix4 {
  padding-left: 285px;
}

/* line 66, ../../../../sass/plugins/_1140.scss */
.container16 .prefix5 {
  padding-left: 356.25px;
}

/* line 67, ../../../../sass/plugins/_1140.scss */
.container16 .prefix6 {
  padding-left: 427.5px;
}

/* line 68, ../../../../sass/plugins/_1140.scss */
.container16 .prefix7 {
  padding-left: 498.75px;
}

/* line 69, ../../../../sass/plugins/_1140.scss */
.container16 .prefix8 {
  padding-left: 570px;
}

/* line 70, ../../../../sass/plugins/_1140.scss */
.container16 .prefix9 {
  padding-left: 641.25px;
}

/* line 71, ../../../../sass/plugins/_1140.scss */
.container16 .prefix10 {
  padding-left: 712.5px;
}

/* line 72, ../../../../sass/plugins/_1140.scss */
.container16 .prefix11 {
  padding-left: 783.75px;
}

/* line 73, ../../../../sass/plugins/_1140.scss */
.container16 .prefix12 {
  padding-left: 855px;
}

/* line 74, ../../../../sass/plugins/_1140.scss */
.container16 .prefix13 {
  padding-left: 926.25px;
}

/* line 75, ../../../../sass/plugins/_1140.scss */
.container16 .prefix14 {
  padding-left: 997.5px;
}

/* line 76, ../../../../sass/plugins/_1140.scss */
.container16 .prefix15 {
  padding-left: 1068.75px;
}

/* line 78, ../../../../sass/plugins/_1140.scss */
.clearfix:before, .clearfix:after,
.row:before, .row:after,
.container12:before, .container12:after, .container16:before, .container16:after {
  content: '.';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}

/* http://sonspring.com/journal/clearing-floats */
/* line 89, ../../../../sass/plugins/_1140.scss */
.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}

/* line 97, ../../../../sass/plugins/_1140.scss */
.row:after, .clearfix:after, .container12:after, .container16:after {
  clear: both;
}

/* For IE7. Move this to separate file when you notice some problems */
/* line 99, ../../../../sass/plugins/_1140.scss */
.row, .rowBottom, .rowTop, .clearfix {
  zoom: 1;
}

/* line 100, ../../../../sass/plugins/_1140.scss */
img, object, embed {
  max-width: 100%;
}

/* line 101, ../../../../sass/plugins/_1140.scss */
img {
  height: auto;
}

/*-------------------------------------------------------------------
Reset stylesheet to reduce browser inconsistencies
http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
-------------------------------------------------------------------*/
/* line 7, ../../../../sass/plugins/_templateBaseline.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 28, ../../../../sass/plugins/_templateBaseline.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 32, ../../../../sass/plugins/_templateBaseline.scss */
ol, ul {
  list-style: none;
}

/* line 38, ../../../../sass/plugins/_templateBaseline.scss */
blockquote, q {
  quotes: none;
}

/* line 41, ../../../../sass/plugins/_templateBaseline.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 46, ../../../../sass/plugins/_templateBaseline.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*-----------------------------------------------------------------*/
/*! fancyBox v2.0.4 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 54, ../../../../sass/plugins/_templateBaseline.scss */
.fancybox-tmp iframe, .fancybox-tmp object {
  vertical-align: top;
  padding: 0;
  margin: 0;
}

/* line 60, ../../../../sass/plugins/_templateBaseline.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1002;
}

/* line 67, ../../../../sass/plugins/_templateBaseline.scss */
.fancybox-outer {
  padding: 0;
  margin: 0;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 78, ../../../../sass/plugins/_templateBaseline.scss */
.fancybox-opened {
  z-index: 1003;
}

/* line 82, ../../../../sass/plugins/_templateBaseline.scss */
.fancybox-opened .fancybox-outer {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* line 88, ../../../../sass/plugins/_templateBaseline.scss */
.fancybox-inner {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  outline: none;
  overflow: hidden;
}

/* line 98, ../../../../sass/plugins/_templateBaseline.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 10px;
}

/* line 105, ../../../../sass/plugins/_templateBaseline.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
}

/* line 115, ../../../../sass/plugins/_templateBaseline.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 120, ../../../../sass/plugins/_templateBaseline.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -21px;
  margin-left: -21px;
  width: 42px;
  height: 42px;
  background: url("https://cdn.paraty.es/static_files/paratysl/generic/202508111021/lib/fancybox/source/fancybox_loading.gif");
  opacity: 0.8;
  cursor: pointer;
  z-index: 1010;
}

/* line 134, ../../../../sass/plugins/_templateBaseline.scss */
.fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("https://cdn.paraty.es/static_files/paratysl/generic/202508111021/lib/fancybox/source/fancybox_sprite.png");
}

/* line 138, ../../../../sass/plugins/_templateBaseline.scss */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 1004;
}

/* line 148, ../../../../sass/plugins/_templateBaseline.scss */
.fancybox-prev, .fancybox-next {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  background: transparent url("https://cdn.paraty.es/static_files/paratysl/generic/202508111021/lib/fancybox/source/blank.gif");
  /* helps IE */
  z-index: 1003;
}

/* line 158, ../../../../sass/plugins/_templateBaseline.scss */
.fancybox-prev {
  left: 0;
}

/* line 162, ../../../../sass/plugins/_templateBaseline.scss */
.fancybox-next {
  right: 0;
}

/* line 166, ../../../../sass/plugins/_templateBaseline.scss */
.fancybox-prev span, .fancybox-next span {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 1003;
}

/* line 177, ../../../../sass/plugins/_templateBaseline.scss */
.fancybox-prev span {
  background-position: 0 -36px;
}

/* line 181, ../../../../sass/plugins/_templateBaseline.scss */
.fancybox-next span {
  background-position: 0 -72px;
}

/* line 185, ../../../../sass/plugins/_templateBaseline.scss */
.fancybox-prev:hover, .fancybox-next:hover {
  visibility: visible;
}

/* line 189, ../../../../sass/plugins/_templateBaseline.scss */
.fancybox-prev:hover span {
  left: 20px;
}

/* line 193, ../../../../sass/plugins/_templateBaseline.scss */
.fancybox-next:hover span {
  left: auto;
  right: 20px;
}

/* line 198, ../../../../sass/plugins/_templateBaseline.scss */
.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  padding: 0;
  overflow: visible;
  visibility: hidden;
}

/* Overlay helper */
/* line 209, ../../../../sass/plugins/_templateBaseline.scss */
#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 1001;
  background: #000;
}

/* Title helper */
/* line 221, ../../../../sass/plugins/_templateBaseline.scss */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 1005;
}

/* line 229, ../../../../sass/plugins/_templateBaseline.scss */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 233, ../../../../sass/plugins/_templateBaseline.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 1003;
  text-align: center;
}

/* line 242, ../../../../sass/plugins/_templateBaseline.scss */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

/* line 258, ../../../../sass/plugins/_templateBaseline.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 264, ../../../../sass/plugins/_templateBaseline.scss */
.fancybox-title-inside-wrap {
  margin-top: 10px;
}

/* line 268, ../../../../sass/plugins/_templateBaseline.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/* line 279, ../../../../sass/plugins/_templateBaseline.scss */
#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 1005;
}

/* line 286, ../../../../sass/plugins/_templateBaseline.scss */
#fancybox-buttons.top {
  top: 10px;
}

/* line 290, ../../../../sass/plugins/_templateBaseline.scss */
#fancybox-buttons.bottom {
  bottom: 10px;
}

/* line 294, ../../../../sass/plugins/_templateBaseline.scss */
#fancybox-buttons ul {
  display: block;
  width: 170px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  background: #111;
  -webkit-box-shadow: 0 1px 3px #000, 0 0 0 1px rgba(0, 0, 0, 0.7), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: 0 1px 3px #000, 0 0 0 1px rgba(0, 0, 0, 0.7), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  background: #111 -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.2)), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.5, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.15)));
  background: #111 -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.15) 100%);
  border-radius: 3px;
}

/* line 309, ../../../../sass/plugins/_templateBaseline.scss */
#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0;
}

/* line 315, ../../../../sass/plugins/_templateBaseline.scss */
#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  outline: none;
}

/* line 325, ../../../../sass/plugins/_templateBaseline.scss */
#fancybox-buttons a.btnPrev {
  width: 32px;
  background-position: 6px 0;
}

/* line 330, ../../../../sass/plugins/_templateBaseline.scss */
#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border-right: 1px solid #3e3e3e;
}

/* line 335, ../../../../sass/plugins/_templateBaseline.scss */
#fancybox-buttons a.btnPlay {
  background-position: 0 -30px;
}

/* line 339, ../../../../sass/plugins/_templateBaseline.scss */
#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px;
}

/* line 343, ../../../../sass/plugins/_templateBaseline.scss */
#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px;
}

/* line 350, ../../../../sass/plugins/_templateBaseline.scss */
#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px;
}

/* line 354, ../../../../sass/plugins/_templateBaseline.scss */
#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 38px;
  background-position: -57px 0px;
}

/* line 360, ../../../../sass/plugins/_templateBaseline.scss */
#fancybox-buttons a.btnDisabled {
  opacity: 0.5;
  cursor: default;
}

/* line 365, ../../../../sass/plugins/_templateBaseline.scss */
#fancybox-thumbs {
  position: fixed;
  left: 0px;
  width: 100%;
  overflow: hidden;
  z-index: 1005;
}

/* line 373, ../../../../sass/plugins/_templateBaseline.scss */
#fancybox-thumbs.bottom {
  bottom: 2px;
}

/* line 377, ../../../../sass/plugins/_templateBaseline.scss */
#fancybox-thumbs.top {
  top: 2px;
}

/* line 381, ../../../../sass/plugins/_templateBaseline.scss */
#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 388, ../../../../sass/plugins/_templateBaseline.scss */
#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5;
}

/* line 394, ../../../../sass/plugins/_templateBaseline.scss */
#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff;
}

/* line 400, ../../../../sass/plugins/_templateBaseline.scss */
#fancybox-thumbs ul li:hover {
  opacity: 1;
}

/* line 404, ../../../../sass/plugins/_templateBaseline.scss */
#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none;
}

/* line 413, ../../../../sass/plugins/_templateBaseline.scss */
#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
}

/* line 420, ../../../../sass/plugins/_templateBaseline.scss */
#pikame {
  display: none;
}

/* line 423, ../../../../sass/plugins/_templateBaseline.scss */
.pika-textnav {
  display: none;
}

/* line 426, ../../../../sass/plugins/_templateBaseline.scss */
.pika-counter {
  display: none;
}

/* line 429, ../../../../sass/plugins/_templateBaseline.scss */
.pika-stage img {
  width: 683px;
  height: 358px;
}

/*social icons*/
/*================================================================================*/
/*========DO NOT EDIT BELOW HERE UNLESS YOU KNOW WHAT YOU ARE DOING===============*/
/*================================================================================*/
/*========================================*/
/*========COMMON STYLING==================*/
/*========================================*/
/* line 443, ../../../../sass/plugins/_templateBaseline.scss */
.social ul, .social_small ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

/* line 444, ../../../../sass/plugins/_templateBaseline.scss */
.social ul.inlined, .social_small ul.inlined {
  float: left;
}

/* line 445, ../../../../sass/plugins/_templateBaseline.scss */
.social ul li {
  width: 32px;
  height: 32px;
  margin: 5px;
  text-indent: -9999px;
}

/* line 446, ../../../../sass/plugins/_templateBaseline.scss */
.social ul li a, .social_small ul li a {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

/* line 454, ../../../../sass/plugins/_templateBaseline.scss */
.social ul li a:hover, .social_small ul li a:hover {
  /* 	opacity: 1;-moz-opacity: 1;filter:alpha(opacity=1); */
}

/* line 458, ../../../../sass/plugins/_templateBaseline.scss */
.social_small ul li {
  width: 16px;
  height: 16px;
  margin: 5px;
  text-indent: -9999px;
}

/*========================================*/
/*========SOCIAL LARGE SIZE===============*/
/*========================================*/
/* line 463, ../../../../sass/plugins/_templateBaseline.scss */
a.twitter, a.facebook, a.flickr, a.friendfeed, a.delicious, a.digg, a.lastfm, a.youtube, a.feed, a.linked-in {
  background: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/images/social_icons.png);
}

/* line 467, ../../../../sass/plugins/_templateBaseline.scss */
.social ul a.twitter {
  background-position: 0px 0px;
}

/* line 468, ../../../../sass/plugins/_templateBaseline.scss */
.social ul a.facebook {
  background-position: 0px -42px;
}

/* line 469, ../../../../sass/plugins/_templateBaseline.scss */
.social ul a.flickr {
  background-position: 0px -84px;
}

/* line 470, ../../../../sass/plugins/_templateBaseline.scss */
.social ul a.friendfeed {
  background-position: 0px -126px;
}

/* line 471, ../../../../sass/plugins/_templateBaseline.scss */
.social ul a.delicious {
  background-position: 0px -168px;
}

/* line 472, ../../../../sass/plugins/_templateBaseline.scss */
.social ul a.digg {
  background-position: 0px -210px;
}

/* line 473, ../../../../sass/plugins/_templateBaseline.scss */
.social ul a.lastfm {
  background-position: 0px -252px;
}

/* line 474, ../../../../sass/plugins/_templateBaseline.scss */
.social ul a.linked-in {
  background-position: 0px -294px;
}

/* line 475, ../../../../sass/plugins/_templateBaseline.scss */
.social ul a.youtube {
  background-position: 0px -336px;
}

/* line 476, ../../../../sass/plugins/_templateBaseline.scss */
.social ul a.feed {
  background-position: 0px -378px;
}

/*========================================*/
/*========SOCIAL SMALL SIZE===============*/
/*========================================*/
/* line 481, ../../../../sass/plugins/_templateBaseline.scss */
.social_small ul a.twitter, .social_small ul a.facebook, .social_small ul a.flickr, .social_small ul a.friendfeed, .social_small ul a.delicious, .social_small ul a.digg, .social_small ul a.lastfm, .social_small ul a.youtube, .social_small ul a.feed, .social_small ul a.linked-in {
  background: url(https://cdn.paraty.es/static_files/paratysl/generic/202508111021/images/social_icons_small.png);
}

/* line 485, ../../../../sass/plugins/_templateBaseline.scss */
.social_small ul a.twitter {
  background-position: 0px 0px;
}

/* line 486, ../../../../sass/plugins/_templateBaseline.scss */
.social_small ul a.facebook {
  background-position: 0px -21px;
}

/* line 487, ../../../../sass/plugins/_templateBaseline.scss */
.social_small ul a.flickr {
  background-position: 0px -42px;
}

/* line 488, ../../../../sass/plugins/_templateBaseline.scss */
.social_small ul a.friendfeed {
  background-position: 0px -78px;
}

/* line 489, ../../../../sass/plugins/_templateBaseline.scss */
.social_small ul a.delicious {
  background-position: 0px -104px;
}

/* line 490, ../../../../sass/plugins/_templateBaseline.scss */
.social_small ul a.digg {
  background-position: 0px -130px;
}

/* line 491, ../../../../sass/plugins/_templateBaseline.scss */
.social_small ul a.lastfm {
  background-position: 0px -156px;
}

/* line 492, ../../../../sass/plugins/_templateBaseline.scss */
.social_small ul a.linked-in {
  background-position: 0px -182px;
}

/* line 493, ../../../../sass/plugins/_templateBaseline.scss */
.social_small ul a.youtube {
  background-position: 0px -168px;
}

/* line 494, ../../../../sass/plugins/_templateBaseline.scss */
.social_small ul a.feed {
  background-position: 0px -234px;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-height {
  transition: height .5s ease-in-out;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* line 8, ../../../../sass/plugins/_effects.scss */
.effects_sass {
  visibility: hidden;
}

/*=== Translate None with fadeOut ===*/
/*=== Translate From Bottom with fadeOut ===*/
@-webkit-keyframes slide_up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0%, 100%, 0);
    -moz-transform: translate3d(0%, 100%, 0);
    -ms-transform: translate3d(0%, 100%, 0);
    -o-transform: translate3d(0%, 100%, 0);
    transform: translate3d(0%, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-moz-keyframes slide_up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0%, 100%, 0);
    -moz-transform: translate3d(0%, 100%, 0);
    -ms-transform: translate3d(0%, 100%, 0);
    -o-transform: translate3d(0%, 100%, 0);
    transform: translate3d(0%, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-o-keyframes slide_up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0%, 100%, 0);
    -moz-transform: translate3d(0%, 100%, 0);
    -ms-transform: translate3d(0%, 100%, 0);
    -o-transform: translate3d(0%, 100%, 0);
    transform: translate3d(0%, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes slide_up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0%, 100%, 0);
    -moz-transform: translate3d(0%, 100%, 0);
    -ms-transform: translate3d(0%, 100%, 0);
    -o-transform: translate3d(0%, 100%, 0);
    transform: translate3d(0%, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
/* line 76, ../../../../sass/plugins/_effects.scss */
.slide_up_effect {
  -webkit-animation: slide_up 1s;
  /* Safari 4+ */
  -moz-animation: slide_up 1s;
  /* Fx 5+ */
  -o-animation: slide_up 1s;
  /* Opera 12+ */
  animation: slide_up 1s;
}

@-webkit-keyframes slide_right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0%, 0);
    -moz-transform: translate3d(-100%, 0%, 0);
    -ms-transform: translate3d(-100%, 0%, 0);
    -o-transform: translate3d(-100%, 0%, 0);
    transform: translate3d(-100%, 0%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-moz-keyframes slide_right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0%, 0);
    -moz-transform: translate3d(-100%, 0%, 0);
    -ms-transform: translate3d(-100%, 0%, 0);
    -o-transform: translate3d(-100%, 0%, 0);
    transform: translate3d(-100%, 0%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-o-keyframes slide_right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0%, 0);
    -moz-transform: translate3d(-100%, 0%, 0);
    -ms-transform: translate3d(-100%, 0%, 0);
    -o-transform: translate3d(-100%, 0%, 0);
    transform: translate3d(-100%, 0%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes slide_right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0%, 0);
    -moz-transform: translate3d(-100%, 0%, 0);
    -ms-transform: translate3d(-100%, 0%, 0);
    -o-transform: translate3d(-100%, 0%, 0);
    transform: translate3d(-100%, 0%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
/* line 117, ../../../../sass/plugins/_effects.scss */
.slide_right_effect {
  -webkit-animation: slide_right 1s;
  /* Safari 4+ */
  -moz-animation: slide_right 1s;
  /* Fx 5+ */
  -o-animation: slide_right 1s;
  /* Opera 12+ */
  animation: slide_right 1s;
}

/*=== Translate From Bottom witout fadeOut ===*/
@-webkit-keyframes slide_up_no_fade_out {
  0% {
    -webkit-transform: translate3d(0%, 100%, 0);
    -moz-transform: translate3d(0%, 100%, 0);
    -ms-transform: translate3d(0%, 100%, 0);
    -o-transform: translate3d(0%, 100%, 0);
    transform: translate3d(0%, 100%, 0);
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-moz-keyframes slide_up_no_fade_out {
  0% {
    -webkit-transform: translate3d(0%, 100%, 0);
    -moz-transform: translate3d(0%, 100%, 0);
    -ms-transform: translate3d(0%, 100%, 0);
    -o-transform: translate3d(0%, 100%, 0);
    transform: translate3d(0%, 100%, 0);
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-o-keyframes slide_up_no_fade_out {
  0% {
    -webkit-transform: translate3d(0%, 100%, 0);
    -moz-transform: translate3d(0%, 100%, 0);
    -ms-transform: translate3d(0%, 100%, 0);
    -o-transform: translate3d(0%, 100%, 0);
    transform: translate3d(0%, 100%, 0);
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes slide_up_no_fade_out {
  0% {
    -webkit-transform: translate3d(0%, 100%, 0);
    -moz-transform: translate3d(0%, 100%, 0);
    -ms-transform: translate3d(0%, 100%, 0);
    -o-transform: translate3d(0%, 100%, 0);
    transform: translate3d(0%, 100%, 0);
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
/* line 174, ../../../../sass/plugins/_effects.scss */
.slide_up_no_fade_out_effect {
  -webkit-animation: slide_up_no_fade_out 1s;
  /* Safari 4+ */
  -moz-animation: slide_up_no_fade_out 1s;
  /* Fx 5+ */
  -o-animation: slide_up_no_fade_out 1s;
  /* Opera 12+ */
  animation: slide_up_no_fade_out 1s;
}

/*=== Fade Out Effect ===*/
@-webkit-keyframes fade_out_effect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade_out_effect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade_out_effect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_out_effect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 223, ../../../../sass/plugins/_effects.scss */
.fade_out_trigger {
  -webkit-animation: fade_out_effect 1.5s;
  /* Safari 4+ */
  -moz-animation: fade_out_effect 1.5s;
  /* Fx 5+ */
  -o-animation: fade_out_effect 1.5s;
  /* Opera 12+ */
  animation: fade_out_effect 1.5s;
}

/*=== Pendule Effect ===*/
/*=== initial transform ===*/
@-webkit-keyframes pendule {
  0% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  100% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
}
@-moz-keyframes pendule {
  0% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  100% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
}
@-o-keyframes pendule {
  0% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  100% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
}
@keyframes pendule {
  0% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  100% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
}
/* line 276, ../../../../sass/plugins/_effects.scss */
.pendule {
  -webkit-animation: pendule 2s ease-in-out 0s infinite alternate;
  /* Safari 4+ */
  -moz-animation: pendule 2s ease-in-out 0s infinite alternate;
  /* Fx 5+ */
  -o-animation: pendule 2s ease-in-out 0s infinite alternate;
  /* Opera 12+ */
  animation: pendule 2s ease-in-out 0s infinite alternate;
}

/*=== Text Translate ===*/
/* line 281, ../../../../sass/plugins/_effects.scss */
.text_translate_bottom {
  overflow: hidden;
  position: relative;
}
/* line 285, ../../../../sass/plugins/_effects.scss */
.text_translate_bottom::after {
  content: attr(data-content);
  left: 0;
  position: absolute;
  -webkit-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -ms-transition: transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
/* line 293, ../../../../sass/plugins/_effects.scss */
.text_translate_bottom span {
  -webkit-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -ms-transition: transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* line 299, ../../../../sass/plugins/_effects.scss */
.text_translate_bottom:hover::after {
  -webkit-transform: translate(0, 0%);
  -moz-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  -o-transform: translate(0, 0%);
  transform: translate(0, 0%);
}
/* line 303, ../../../../sass/plugins/_effects.scss */
.text_translate_bottom:hover span {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

/*=== Flip Effect ===*/
@-webkit-keyframes flip {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    /*-webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;*/
  }
  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
    /*-webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;*/
  }
}
@-moz-keyframes flip {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    /*-webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;*/
  }
  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
    /*-webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;*/
  }
}
@-o-keyframes flip {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    /*-webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;*/
  }
  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
    /*-webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;*/
  }
}
@keyframes flip {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    /*-webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;*/
  }
  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
    /*-webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;*/
  }
}
/* line 358, ../../../../sass/plugins/_effects.scss */
.flip {
  -webkit-animation: flip 3s ease-in-out 0s infinite;
  /* Safari 4+ */
  -moz-animation: flip 3s ease-in-out 0s infinite;
  /* Fx 5+ */
  -o-animation: flip 3s ease-in-out 0s infinite;
  /* Opera 12+ */
  animation: flip 3s ease-in-out 0s infinite;
}

/*=== moveBright Effect ===*/
@-webkit-keyframes moveBrightToRight {
  0% {
    left: -500%;
  }
  100% {
    left: 500%;
  }
}
@-moz-keyframes moveBrightToRight {
  0% {
    left: -500%;
  }
  100% {
    left: 500%;
  }
}
@-o-keyframes moveBrightToRight {
  0% {
    left: -500%;
  }
  100% {
    left: 500%;
  }
}
@keyframes moveBrightToRight {
  0% {
    left: -500%;
  }
  100% {
    left: 500%;
  }
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
/* line 11, ../../../../sass/plugins/_animate.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 18, ../../../../sass/plugins/_animate.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
/* line 89, ../../../../sass/plugins/_animate.scss */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
/* line 122, ../../../../sass/plugins/_animate.scss */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 163, ../../../../sass/plugins/_animate.scss */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 242, ../../../../sass/plugins/_animate.scss */
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
/* line 297, ../../../../sass/plugins/_animate.scss */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 366, ../../../../sass/plugins/_animate.scss */
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
/* line 427, ../../../../sass/plugins/_animate.scss */
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 500, ../../../../sass/plugins/_animate.scss */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 581, ../../../../sass/plugins/_animate.scss */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
/* line 674, ../../../../sass/plugins/_animate.scss */
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 771, ../../../../sass/plugins/_animate.scss */
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 854, ../../../../sass/plugins/_animate.scss */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 935, ../../../../sass/plugins/_animate.scss */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 1016, ../../../../sass/plugins/_animate.scss */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 1097, ../../../../sass/plugins/_animate.scss */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
/* line 1142, ../../../../sass/plugins/_animate.scss */
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 1189, ../../../../sass/plugins/_animate.scss */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 1222, ../../../../sass/plugins/_animate.scss */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 1255, ../../../../sass/plugins/_animate.scss */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 1300, ../../../../sass/plugins/_animate.scss */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 1325, ../../../../sass/plugins/_animate.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 1358, ../../../../sass/plugins/_animate.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 1391, ../../../../sass/plugins/_animate.scss */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 1424, ../../../../sass/plugins/_animate.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 1457, ../../../../sass/plugins/_animate.scss */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 1490, ../../../../sass/plugins/_animate.scss */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 1523, ../../../../sass/plugins/_animate.scss */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 1556, ../../../../sass/plugins/_animate.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 1589, ../../../../sass/plugins/_animate.scss */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* line 1614, ../../../../sass/plugins/_animate.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
/* line 1643, ../../../../sass/plugins/_animate.scss */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 1672, ../../../../sass/plugins/_animate.scss */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 1701, ../../../../sass/plugins/_animate.scss */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 1730, ../../../../sass/plugins/_animate.scss */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 1759, ../../../../sass/plugins/_animate.scss */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 1788, ../../../../sass/plugins/_animate.scss */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
/* line 1817, ../../../../sass/plugins/_animate.scss */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 1846, ../../../../sass/plugins/_animate.scss */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
/* line 1925, ../../../../sass/plugins/_animate.scss */
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 1998, ../../../../sass/plugins/_animate.scss */
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 2071, ../../../../sass/plugins/_animate.scss */
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
/* line 2116, ../../../../sass/plugins/_animate.scss */
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
/* line 2163, ../../../../sass/plugins/_animate.scss */
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* line 2224, ../../../../sass/plugins/_animate.scss */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
/* line 2255, ../../../../sass/plugins/_animate.scss */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* line 2298, ../../../../sass/plugins/_animate.scss */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* line 2339, ../../../../sass/plugins/_animate.scss */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* line 2380, ../../../../sass/plugins/_animate.scss */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* line 2421, ../../../../sass/plugins/_animate.scss */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* line 2462, ../../../../sass/plugins/_animate.scss */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
/* line 2499, ../../../../sass/plugins/_animate.scss */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
/* line 2536, ../../../../sass/plugins/_animate.scss */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 2573, ../../../../sass/plugins/_animate.scss */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 2610, ../../../../sass/plugins/_animate.scss */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
/* line 2647, ../../../../sass/plugins/_animate.scss */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
/* line 2724, ../../../../sass/plugins/_animate.scss */
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* line 2783, ../../../../sass/plugins/_animate.scss */
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 2818, ../../../../sass/plugins/_animate.scss */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
/* line 2849, ../../../../sass/plugins/_animate.scss */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
/* line 2878, ../../../../sass/plugins/_animate.scss */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2919, ../../../../sass/plugins/_animate.scss */
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2960, ../../../../sass/plugins/_animate.scss */
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 3001, ../../../../sass/plugins/_animate.scss */
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 3042, ../../../../sass/plugins/_animate.scss */
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
/* line 3079, ../../../../sass/plugins/_animate.scss */
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 3124, ../../../../sass/plugins/_animate.scss */
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
/* line 3161, ../../../../sass/plugins/_animate.scss */
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
/* line 3198, ../../../../sass/plugins/_animate.scss */
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 3243, ../../../../sass/plugins/_animate.scss */
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 3274, ../../../../sass/plugins/_animate.scss */
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 3305, ../../../../sass/plugins/_animate.scss */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 3336, ../../../../sass/plugins/_animate.scss */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 3367, ../../../../sass/plugins/_animate.scss */
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
/* line 3398, ../../../../sass/plugins/_animate.scss */
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 3429, ../../../../sass/plugins/_animate.scss */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 3460, ../../../../sass/plugins/_animate.scss */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
/* line 3491, ../../../../sass/plugins/_animate.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* line 1, ../sass/_our_team.scss */
.our_team {
  margin-top: 80px;
  margin-bottom: 70px;
  padding: 0 5px;
}
/* line 5, ../sass/_our_team.scss */
.our_team h3 {
  color: #da972d;
  font-size: 52px;
  font-weight: 100;
  line-height: 56px;
  margin-bottom: 70px;
  text-align: center;
}
/* line 13, ../sass/_our_team.scss */
.our_team .team_mate {
  background-color: #000;
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: calc((100% - 30px) / 3);
  height: 250px;
  margin: 0 5px 6px;
}
/* line 21, ../sass/_our_team.scss */
.our_team .team_mate .pic {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}
/* line 24, ../sass/_our_team.scss */
.our_team .team_mate .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
}
/* line 28, ../sass/_our_team.scss */
.our_team .team_mate .pic img.background_blur {
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  -webkit-filter: grayscale(30%) blur(5px);
  filter: grayscale(30%) blur(5px);
}
/* line 38, ../sass/_our_team.scss */
.our_team .team_mate .card_front {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  padding: 20px;
  color: white;
  font-weight: lighter;
  transform: rotateY(0deg);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 49, ../sass/_our_team.scss */
.our_team .team_mate .card_front i.fa, .our_team .team_mate .card_front .wordpress_block .newsletter_wrapper .newsletter_element #newsletterButtonExternalDiv i#newsletter-button:before, .wordpress_block .newsletter_wrapper .newsletter_element #newsletterButtonExternalDiv .our_team .team_mate .card_front i#newsletter-button:before {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #da972d;
}
/* line 56, ../sass/_our_team.scss */
.our_team .team_mate .card_back {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  padding: 20px;
  color: white;
  font-weight: lighter;
  transform: rotateY(180deg);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 65, ../sass/_our_team.scss */
.our_team .team_mate .card_back .slogan {
  font-size: 30px;
  font-weight: 100;
  line-height: 35px;
  margin-bottom: 30px;
  text-align: center;
}
/* line 71, ../sass/_our_team.scss */
.our_team .team_mate .card_back .slogan i.fa, .our_team .team_mate .card_back .slogan .wordpress_block .newsletter_wrapper .newsletter_element #newsletterButtonExternalDiv i#newsletter-button:before, .wordpress_block .newsletter_wrapper .newsletter_element #newsletterButtonExternalDiv .our_team .team_mate .card_back .slogan i#newsletter-button:before {
  color: #da972d;
  margin: 0 15px;
}
/* line 76, ../sass/_our_team.scss */
.our_team .team_mate .card_back .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  color: white;
  font-weight: lighter;
}
/* line 84, ../sass/_our_team.scss */
.our_team .team_mate .card_back .title span {
  color: #da972d;
}
/* line 87, ../sass/_our_team.scss */
.our_team .team_mate .card_back .title i.fa, .our_team .team_mate .card_back .title .wordpress_block .newsletter_wrapper .newsletter_element #newsletterButtonExternalDiv i#newsletter-button:before, .wordpress_block .newsletter_wrapper .newsletter_element #newsletterButtonExternalDiv .our_team .team_mate .card_back .title i#newsletter-button:before {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #da972d;
}
/* line 96, ../sass/_our_team.scss */
.our_team .team_mate:hover .pic {
  opacity: .3;
  transform: scale(1.2, 1.2);
}
/* line 100, ../sass/_our_team.scss */
.our_team .team_mate:hover .card_front {
  opacity: 0;
  transform: rotateY(180deg);
}
/* line 104, ../sass/_our_team.scss */
.our_team .team_mate:hover .card_back {
  opacity: 1;
  transform: rotateY(0deg);
}

@media (max-width: 1140px) {
  /* line 113, ../sass/_our_team.scss */
  .container12 {
    max-width: 100%;
  }
}
@media (max-width: 1000px) {
  /* line 118, ../sass/_our_team.scss */
  .our_team .team_mate {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 700px) {
  /* line 123, ../sass/_our_team.scss */
  .our_team .team_mate {
    display: block;
    width: 370px;
    margin: 0 auto 10px;
  }
}
/* line 1, ../sass/_template_specific.scss */
body {
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}
/* line 5, ../sass/_template_specific.scss */
body strong {
  font-weight: 700;
}
/* line 8, ../sass/_template_specific.scss */
body .aviso_cookie {
  position: fixed;
  top: 10px;
  right: 10px;
  max-width: 530px;
  width: 100%;
  height: auto;
  padding: 20px 30px;
  background: rgba(0, 0, 0, 0.8);
}
/* line 17, ../sass/_template_specific.scss */
body .aviso_cookie p {
  padding: 0;
  text-align: left;
  line-height: 20px;
}

/* line 25, ../sass/_template_specific.scss */
*, ::after, ::before {
  box-sizing: border-box;
}

/* line 29, ../sass/_template_specific.scss */
.responsive_sections_wrapper {
  display: none;
}

/* line 34, ../sass/_template_specific.scss */
header {
  background-color: #3c3c3c !important;
  height: 120px;
}
/* line 37, ../sass/_template_specific.scss */
header #mainHeaderContainer {
  margin: 12px auto;
}

/* line 42, ../sass/_template_specific.scss */
header, .hide_menu {
  background: transparent;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
/* line 48, ../sass/_template_specific.scss */
header .after, .hide_menu .after {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  width: 0;
  display: block;
  content: '';
  height: 3px;
  background-color: #da972d;
}
/* line 60, ../sass/_template_specific.scss */
header #main_sections, .hide_menu #main_sections {
  display: block;
  text-align: right;
}
/* line 65, ../sass/_template_specific.scss */
header #logo, .hide_menu #logo {
  margin-top: 24px;
  float: left;
  width: 255px;
}
/* line 71, ../sass/_template_specific.scss */
header #main_header, .hide_menu #main_header {
  width: 870px;
  float: right;
}
/* line 79, ../sass/_template_specific.scss */
header .section_element, header .section_element top_sections, .hide_menu .section_element, .hide_menu .section_element top_sections {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  cursor: pointer;
}
/* line 86, ../sass/_template_specific.scss */
header .section_element .link, header .section_element top_sections .link, .hide_menu .section_element .link, .hide_menu .section_element top_sections .link {
  color: white;
  text-decoration: none;
  cursor: pointer;
  padding: 5px 10px 5px;
  display: inline-block;
}
/* line 93, ../sass/_template_specific.scss */
header .section_element .link:hover, header .section_element top_sections .link:hover, .hide_menu .section_element .link:hover, .hide_menu .section_element top_sections .link:hover {
  color: #e6e6e6;
}
/* line 99, ../sass/_template_specific.scss */
header .section_element:first-child .link, header .section_element top_sections:first-child .link, .hide_menu .section_element:first-child .link, .hide_menu .section_element top_sections:first-child .link {
  padding-left: 0px;
}
/* line 102, ../sass/_template_specific.scss */
header .section_element:first-child .subsections_wrapper, header .section_element top_sections:first-child .subsections_wrapper, .hide_menu .section_element:first-child .subsections_wrapper, .hide_menu .section_element top_sections:first-child .subsections_wrapper {
  left: 0;
}
/* line 107, ../sass/_template_specific.scss */
header .section_element:last-child .link, header .section_element top_sections:last-child .link, .hide_menu .section_element:last-child .link, .hide_menu .section_element top_sections:last-child .link {
  padding-right: 0;
}
/* line 111, ../sass/_template_specific.scss */
header .section_element .subsections_wrapper, header .section_element top_sections .subsections_wrapper, .hide_menu .section_element .subsections_wrapper, .hide_menu .section_element top_sections .subsections_wrapper {
  background: white;
  position: absolute;
  top: 39px;
  left: 10px;
  opacity: 0;
  margin-top: -25px;
  text-align: left;
  border-radius: 5px;
  overflow: visible !important;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  /*&.active {
    opacity: 1;
    margin-top: 0;
  }*/
}
/* line 123, ../sass/_template_specific.scss */
header .section_element .subsections_wrapper .subsection_element, header .section_element top_sections .subsections_wrapper .subsection_element, .hide_menu .section_element .subsections_wrapper .subsection_element, .hide_menu .section_element top_sections .subsections_wrapper .subsection_element {
  display: inline-block;
  padding: 7px 30px 7px 15px;
  width: 100%;
  white-space: nowrap;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 132, ../sass/_template_specific.scss */
header .section_element .subsections_wrapper .subsection_element .hide_img, header .section_element top_sections .subsections_wrapper .subsection_element .hide_img, .hide_menu .section_element .subsections_wrapper .subsection_element .hide_img, .hide_menu .section_element top_sections .subsections_wrapper .subsection_element .hide_img {
  display: inline-block;
  width: 24px;
  vertical-align: middle;
}
/* line 137, ../sass/_template_specific.scss */
header .section_element .subsections_wrapper .subsection_element a, header .section_element top_sections .subsections_wrapper .subsection_element a, .hide_menu .section_element .subsections_wrapper .subsection_element a, .hide_menu .section_element top_sections .subsections_wrapper .subsection_element a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  color: #333;
  vertical-align: middle;
  padding-left: 15px;
}
/* line 145, ../sass/_template_specific.scss */
header .section_element .subsections_wrapper .subsection_element:hover, header .section_element top_sections .subsections_wrapper .subsection_element:hover, .hide_menu .section_element .subsections_wrapper .subsection_element:hover, .hide_menu .section_element top_sections .subsections_wrapper .subsection_element:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 150, ../sass/_template_specific.scss */
header .section_element .subsections_wrapper:before, header .section_element top_sections .subsections_wrapper:before, .hide_menu .section_element .subsections_wrapper:before, .hide_menu .section_element top_sections .subsections_wrapper:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 15px;
  display: block;
  border: 10px solid transparent;
  border-bottom-color: white;
}
/* line 167, ../sass/_template_specific.scss */
header .section_element:hover .subsections_wrapper, header .section_element top_sections:hover .subsections_wrapper, .hide_menu .section_element:hover .subsections_wrapper, .hide_menu .section_element top_sections:hover .subsections_wrapper {
  opacity: 1;
  margin-top: 0;
}
/* line 175, ../sass/_template_specific.scss */
header #top_header, .hide_menu #top_header {
  text-align: right;
  color: white;
  width: auto;
  font-size: 14px;
  font-weight: 500;
  margin-top: 12px;
  margin-bottom: 12px;
}
/* line 184, ../sass/_template_specific.scss */
header #top_header .social, .hide_menu #top_header .social {
  display: inline-block;
  vertical-align: middle;
  color: white;
  background-color: white;
  border-radius: 5px;
  padding: 10px;
  margin-right: 10px;
}
/* line 194, ../sass/_template_specific.scss */
header #top_header .social a .fa, header #top_header .social a .wordpress_block .newsletter_wrapper .newsletter_element #newsletterButtonExternalDiv #newsletter-button:before, .wordpress_block .newsletter_wrapper .newsletter_element #newsletterButtonExternalDiv header #top_header .social a #newsletter-button:before, .hide_menu #top_header .social a .fa, .hide_menu #top_header .social a .wordpress_block .newsletter_wrapper .newsletter_element #newsletterButtonExternalDiv #newsletter-button:before, .wordpress_block .newsletter_wrapper .newsletter_element #newsletterButtonExternalDiv .hide_menu #top_header .social a #newsletter-button:before {
  color: #da972d;
  font-size: 18px;
  margin-right: 10px;
  vertical-align: middle;
}
/* line 199, ../sass/_template_specific.scss */
header #top_header .social a .fa:hover, header #top_header .social a .wordpress_block .newsletter_wrapper .newsletter_element #newsletterButtonExternalDiv #newsletter-button:hover:before, .wordpress_block .newsletter_wrapper .newsletter_element #newsletterButtonExternalDiv header #top_header .social a #newsletter-button:hover:before, .hide_menu #top_header .social a .fa:hover, .hide_menu #top_header .social a .wordpress_block .newsletter_wrapper .newsletter_element #newsletterButtonExternalDiv #newsletter-button:hover:before, .wordpress_block .newsletter_wrapper .newsletter_element #newsletterButtonExternalDiv .hide_menu #top_header .social a #newsletter-button:hover:before {
  color: #787878;
}
/* line 206, ../sass/_template_specific.scss */
header #top_header #lang, .hide_menu #top_header #lang {
  display: inline-block;
  color: #da972d !important;
  margin-right: 10px;
}
/* line 212, ../sass/_template_specific.scss */
header #top_header #selected-language, .hide_menu #top_header #selected-language {
  padding-right: 18px;
  display: inline-block;
  position: relative;
  color: #da972d;
  background-position-y: 7px;
}
/* line 219, ../sass/_template_specific.scss */
header #top_header #selected-language:after, .hide_menu #top_header #selected-language:after {
  content: "\f107";
  font-family: "Fontawesome";
  color: #da972d;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  right: 0;
}
/* line 227, ../sass/_template_specific.scss */
header #top_header #selected-language:hover, .hide_menu #top_header #selected-language:hover {
  color: #787878;
}
/* line 229, ../sass/_template_specific.scss */
header #top_header #selected-language:hover:after, .hide_menu #top_header #selected-language:hover:after {
  content: "\f107";
  font-family: "Fontawesome";
  color: #787878;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  right: 0;
}
/* line 239, ../sass/_template_specific.scss */
header #top_header .language-option-flag, .hide_menu #top_header .language-option-flag {
  display: inline-block;
}
/* line 243, ../sass/_template_specific.scss */
header #top_header .language-option-flag a, .hide_menu #top_header .language-option-flag a {
  color: #da972d;
}
/* line 247, ../sass/_template_specific.scss */
header #top_header a, .hide_menu #top_header a {
  text-decoration: none;
  color: white;
  margin: 0 2px;
}
/* line 252, ../sass/_template_specific.scss */
header #top_header a:hover, .hide_menu #top_header a:hover {
  color: #b47b20;
}
/* line 255, ../sass/_template_specific.scss */
header #top_header a.top_menu, .hide_menu #top_header a.top_menu {
  color: white;
  text-transform: uppercase;
  background-color: #da972d;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  padding: 11px 12px;
}
/* line 263, ../sass/_template_specific.scss */
header #top_header a.top_menu:hover, .hide_menu #top_header a.top_menu:hover {
  background-color: #b47b20;
}
/* line 266, ../sass/_template_specific.scss */
header #top_header a.top_menu:nth-of-type(2n), .hide_menu #top_header a.top_menu:nth-of-type(2n) {
  background-color: #cb612a;
}
/* line 268, ../sass/_template_specific.scss */
header #top_header a.top_menu:nth-of-type(2n):hover, .hide_menu #top_header a.top_menu:nth-of-type(2n):hover {
  background-color: #a14d21;
}
/* line 274, ../sass/_template_specific.scss */
header #top_header a#section-active:not(.top_menu), .hide_menu #top_header a#section-active:not(.top_menu) {
  color: #b47b20;
}
/* line 279, ../sass/_template_specific.scss */
header #top_header .login, .hide_menu #top_header .login {
  display: inline-block;
  background: #da972d;
  padding: 5px 10px;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 10px;
}
/* line 288, ../sass/_template_specific.scss */
header #top_header .login a, .hide_menu #top_header .login a {
  color: white;
  font-size: 13px;
  font-weight: 400;
}
/* line 293, ../sass/_template_specific.scss */
header #top_header .login a:hover, .hide_menu #top_header .login a:hover {
  color: #e6e6e6;
}
/* line 300, ../sass/_template_specific.scss */
header #section-active, .hide_menu #section-active {
  font-weight: 500;
}

/* line 305, ../sass/_template_specific.scss */
.inner_slider {
  width: 100%;
  height: calc(30vh + 120px);
  position: relative;
  overflow: hidden;
}
/* line 310, ../sass/_template_specific.scss */
.inner_slider img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: none;
}

/* line 316, ../sass/_template_specific.scss */
.hide_subsections {
  background: #f7f7f7;
}
/* line 319, ../sass/_template_specific.scss */
.hide_subsections .subsections_element {
  text-align: center;
  height: 90px;
}
/* line 323, ../sass/_template_specific.scss */
.hide_subsections .subsections_element .hide_element {
  display: inline-block;
  padding: 19px 0;
}
/* line 327, ../sass/_template_specific.scss */
.hide_subsections .subsections_element .hide_element a {
  color: black;
  text-decoration: none;
  padding: 3px 19px;
  display: inline-block;
  font-size: 12px;
  color: #333;
}
/* line 335, ../sass/_template_specific.scss */
.hide_subsections .subsections_element .hide_element a:hover {
  color: #666666;
}

/* line 343, ../sass/_template_specific.scss */
.hide_menu {
  position: fixed;
  top: 0;
  background: #3c3c3c;
  opacity: 0.95;
  display: none;
  box-shadow: 0px -2px 10px black;
  height: 120px;
}
/* line 354, ../sass/_template_specific.scss */
.hide_menu #mainHeaderContainer {
  margin: 14px auto;
}
/* line 358, ../sass/_template_specific.scss */
.hide_menu #top_header .social a .fa, .hide_menu #top_header .social a .wordpress_block .newsletter_wrapper .newsletter_element #newsletterButtonExternalDiv #newsletter-button:before, .wordpress_block .newsletter_wrapper .newsletter_element #newsletterButtonExternalDiv .hide_menu #top_header .social a #newsletter-button:before {
  color: #da972d;
}
/* line 361, ../sass/_template_specific.scss */
.hide_menu #top_header .social a .fa:hover, .hide_menu #top_header .social a .wordpress_block .newsletter_wrapper .newsletter_element #newsletterButtonExternalDiv #newsletter-button:hover:before, .wordpress_block .newsletter_wrapper .newsletter_element #newsletterButtonExternalDiv .hide_menu #top_header .social a #newsletter-button:hover:before {
  opacity: .8;
}
/* line 366, ../sass/_template_specific.scss */
.hide_menu #logo {
  margin-top: 25px;
}
/* line 371, ../sass/_template_specific.scss */
.hide_menu .section_element a {
  color: white;
}
/* line 374, ../sass/_template_specific.scss */
.hide_menu .section_element a:hover {
  color: #cccccc !important;
}

/*=== Slider ===*/
/* line 382, ../sass/_template_specific.scss */
#slider_container {
  position: relative;
}
/* line 385, ../sass/_template_specific.scss */
#slider_container .tp-rightarrow.default {
  background: none;
}
/* line 387, ../sass/_template_specific.scss */
#slider_container .tp-rightarrow.default:before {
  content: '\f105';
  display: block;
  color: white;
  font-size: 50px;
  font-family: "fontawesome", sans-serif;
}
/* line 396, ../sass/_template_specific.scss */
#slider_container .tp-leftarrow.default {
  background: none;
}
/* line 398, ../sass/_template_specific.scss */
#slider_container .tp-leftarrow.default:before {
  content: '\f104';
  display: block;
  color: white;
  font-size: 50px;
  font-family: "fontawesome", sans-serif;
}
/* line 407, ../sass/_template_specific.scss */
#slider_container .default {
  height: 72px;
}
/* line 411, ../sass/_template_specific.scss */
#slider_container .tp-bullets.simplebullets.round .bullet {
  width: 10px;
  margin-right: 10px;
  margin-left: 0;
  display: inline-block;
  border-radius: 50%;
  background: #ccc;
  color: transparent;
  height: 10px;
}
/* line 423, ../sass/_template_specific.scss */
#slider_container .tp-bullets.simplebullets.round .bullet.last {
  margin-right: 0;
}
/* line 427, ../sass/_template_specific.scss */
#slider_container .tp-bullets.simplebullets.round .bullet.selected {
  background-color: #da972d;
}
/* line 431, ../sass/_template_specific.scss */
#slider_container .icon_down {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  width: 70px;
  padding: 7px 0 3px;
  margin: auto;
  text-align: center;
  z-index: 100;
}
/* line 442, ../sass/_template_specific.scss */
#slider_container .icon_down:before {
  content: '\f107';
  display: block;
  color: #da972d;
  font-size: 30px;
  font-family: "fontawesome", sans-serif;
}
/* line 451, ../sass/_template_specific.scss */
#slider_container .tp-banner-container {
  height: 95vh !important;
}
/* line 454, ../sass/_template_specific.scss */
#slider_container .tp-caption {
  position: absolute;
  text-align: center;
  top: 200px;
}
/* line 462, ../sass/_template_specific.scss */
#slider_container .tp-caption .revolution_text {
  text-align: center;
  margin-top: 63px;
  line-height: 1;
}
/* line 467, ../sass/_template_specific.scss */
#slider_container .tp-caption .revolution_text .title {
  font-weight: 300;
  font-size: 50px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
/* line 475, ../sass/_template_specific.scss */
#slider_container .tp-caption .revolution_text .description {
  font-weight: 300;
  font-size: 32px;
  margin-top: 7px;
  color: white;
}
/* line 484, ../sass/_template_specific.scss */
#slider_container .tp-caption .links {
  margin-top: -5px;
  line-height: 1;
}
/* line 488, ../sass/_template_specific.scss */
#slider_container .tp-caption .links .know_more {
  font-size: 24px;
  color: white;
  margin-top: 10px;
  font-weight: 300;
  display: inline-block;
  padding: 10px;
  text-decoration: none;
  line-height: 1;
  background-color: #da972d;
  border-radius: 5px;
}
/* line 502, ../sass/_template_specific.scss */
#slider_container .tp-caption .links .know_more:hover {
  color: #e6e6e6;
  background-color: #cb612a;
}

/* line 511, ../sass/_template_specific.scss */
.left_slider_arrow {
  position: absolute;
  top: 315px;
  z-index: 22;
  left: 20%;
  cursor: pointer;
}

/* line 519, ../sass/_template_specific.scss */
.right_slider_arrow {
  position: absolute;
  top: 315px;
  z-index: 22;
  right: 20%;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  cursor: pointer;
}

/* line 533, ../sass/_template_specific.scss */
.tparrows {
  z-index: 30;
}

/* line 537, ../sass/_template_specific.scss */
.tp-bullets {
  bottom: 56px !important;
  opacity: 1 !important;
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  margin-left: 0 !important;
  left: 50%;
}

/* line 548, ../sass/_template_specific.scss */
.slide_inner {
  height: 480px;
  width: 100%;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
/* line 555, ../sass/_template_specific.scss */
.slide_inner img {
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
}

/* line 568, ../sass/_template_specific.scss */
.down_slider_arrow {
  position: absolute;
  bottom: 175px;
  z-index: 22;
  right: 20%;
  cursor: pointer;
}
/* line 575, ../sass/_template_specific.scss */
.down_slider_arrow:hover {
  opacity: 0.8;
}

/* line 582, ../sass/_template_specific.scss */
.bannerx3_wrapper {
  display: flex;
  width: 100%;
  background-color: white;
}
/* line 586, ../sass/_template_specific.scss */
.bannerx3_wrapper .bannerx3 {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: calc(100% / 3);
  height: 250px;
  border: 5px solid white;
  border-left: none;
}
/* line 594, ../sass/_template_specific.scss */
.bannerx3_wrapper .bannerx3 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: none;
}
/* line 597, ../sass/_template_specific.scss */
.bannerx3_wrapper .bannerx3 .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  color: white;
  text-align: center;
  font-size: 56px;
  font-family: 'Montserrat', sans-serif;
}
/* line 605, ../sass/_template_specific.scss */
.bannerx3_wrapper .bannerx3:last-of-type {
  border-right: none;
}
/* line 608, ../sass/_template_specific.scss */
.bannerx3_wrapper .bannerx3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: background-color 0.6s;
  -moz-transition: background-color 0.6s;
  -ms-transition: background-color 0.6s;
  -o-transition: background-color 0.6s;
  transition: background-color 0.6s;
}
/* line 616, ../sass/_template_specific.scss */
.bannerx3_wrapper .bannerx3:hover:before {
  background-color: rgba(218, 151, 45, 0.6);
}

/* line 624, ../sass/_template_specific.scss */
.bannerx5_wrapper {
  background: #fafafa;
  padding: 105px 0;
  margin: 0 auto;
}
/* line 629, ../sass/_template_specific.scss */
.bannerx5_wrapper .col-2 {
  width: 564.5px;
  height: 380px;
  margin-bottom: 10px;
}
/* line 635, ../sass/_template_specific.scss */
.bannerx5_wrapper .col-3 {
  height: 250px;
  width: 372.66px;
}
/* line 640, ../sass/_template_specific.scss */
.bannerx5_wrapper .banner-left {
  margin-right: 10px;
}
/* line 644, ../sass/_template_specific.scss */
.bannerx5_wrapper .banner-mid {
  margin-right: 10px;
}
/* line 648, ../sass/_template_specific.scss */
.bannerx5_wrapper .bannerx5_element {
  position: relative;
  float: left;
  overflow: hidden;
}
/* line 654, ../sass/_template_specific.scss */
.bannerx5_wrapper .bannerx5_element .bannerx5_gallery .flex-control-nav {
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 2;
}
/* line 662, ../sass/_template_specific.scss */
.bannerx5_wrapper .bannerx5_element .bannerx5_gallery .flex-control-nav li {
  display: inline-block;
  padding: 5px;
  margin: 5px;
  width: 10px;
}
/* line 668, ../sass/_template_specific.scss */
.bannerx5_wrapper .bannerx5_element .bannerx5_gallery .flex-control-nav li a {
  display: inline-block;
  border-radius: 50%;
  background: #ccc;
  color: transparent;
  height: 10px;
  width: 10px;
}
/* line 678, ../sass/_template_specific.scss */
.bannerx5_wrapper .bannerx5_element .bannerx5_gallery .flex-control-nav li a.flex-active {
  background: #da972d;
  background-size: contain;
}
/* line 685, ../sass/_template_specific.scss */
.bannerx5_wrapper .bannerx5_element .element_text, .bannerx5_wrapper .bannerx5_element .bannerx5_text {
  position: relative;
  background-color: #da972d;
  padding: 15px 25px 25px 25px;
  color: white;
  text-align: center;
  width: 100%;
}
/* line 693, ../sass/_template_specific.scss */
.bannerx5_wrapper .bannerx5_element .element_text .title, .bannerx5_wrapper .bannerx5_element .bannerx5_text .title {
  font-weight: 300;
  font-size: 19px;
  color: white;
}
/* line 698, ../sass/_template_specific.scss */
.bannerx5_wrapper .bannerx5_element .element_text .title b, .bannerx5_wrapper .bannerx5_element .bannerx5_text .title b {
  font-weight: 500;
}
/* line 703, ../sass/_template_specific.scss */
.bannerx5_wrapper .bannerx5_element .element_text .description, .bannerx5_wrapper .bannerx5_element .bannerx5_text .description {
  font-weight: 300;
  font-size: 16px;
  color: white;
}
/* line 710, ../sass/_template_specific.scss */
.bannerx5_wrapper .bannerx5_element .element_img, .bannerx5_wrapper .bannerx5_element .bannerx5_img {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
/* line 715, ../sass/_template_specific.scss */
.bannerx5_wrapper .bannerx5_element .element_img img, .bannerx5_wrapper .bannerx5_element .bannerx5_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: none;
}
/* line 720, ../sass/_template_specific.scss */
.bannerx5_wrapper .bannerx5_element:nth-of-type(n + 3) .element_img, .bannerx5_wrapper .bannerx5_element:nth-of-type(n + 3) .bannerx5_img {
  height: 170px;
}
/* line 725, ../sass/_template_specific.scss */
.bannerx5_wrapper .links {
  color: white;
  background-color: #cb612a;
  border-radius: 5px;
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 731, ../sass/_template_specific.scss */
.bannerx5_wrapper .links .know_more {
  font-size: 16px;
  color: white;
  font-weight: 300;
  display: inline-block;
  text-decoration: none;
  background-position-y: 6px;
}
/* line 739, ../sass/_template_specific.scss */
.bannerx5_wrapper .links .know_more:hover {
  color: #e6e6e6;
}
/* line 744, ../sass/_template_specific.scss */
.bannerx5_wrapper .links .link_video {
  font-size: 16px;
  color: #da972d;
  margin-top: 10px;
  font-weight: 300;
  background: url("/img/datar/bot-play-banner.png") no-repeat right;
  display: inline-block;
  padding-right: 23px;
  margin-left: 5px;
  text-decoration: none;
  background-position-y: 2px;
}
/* line 756, ../sass/_template_specific.scss */
.bannerx5_wrapper .links .link_video:hover {
  color: #b47b20;
}
/* line 761, ../sass/_template_specific.scss */
.bannerx5_wrapper .links .highlight {
  font-size: 16px;
  color: #da972d;
  margin-top: 10px;
  font-weight: 300;
  display: inline-block;
  padding-right: 12px;
}
/* line 769, ../sass/_template_specific.scss */
.bannerx5_wrapper .links:hover {
  background-color: #da972d;
}

/* line 776, ../sass/_template_specific.scss */
.bannerx4_wrapper {
  padding: 50px 0 30px;
  background: #fafafa;
  text-align: center;
  margin-bottom: 50px;
}
/* line 782, ../sass/_template_specific.scss */
.bannerx4_wrapper .bannerx4_element {
  text-align: center;
  font-weight: 300;
  width: 100%;
  display: inline-block;
}
/* line 790, ../sass/_template_specific.scss */
.bannerx4_wrapper .bannerx4_img {
  margin-bottom: 10px;
}
/* line 792, ../sass/_template_specific.scss */
.bannerx4_wrapper .bannerx4_img img {
  width: 70px;
  height: 70px;
  display: block;
}
/* line 799, ../sass/_template_specific.scss */
.bannerx4_wrapper .bannerx4_img .font_image {
  width: 50px;
  height: 50px;
  background: #cb612a;
  border-radius: 50px;
  display: block;
  position: relative;
}
/* line 807, ../sass/_template_specific.scss */
.bannerx4_wrapper .bannerx4_img .font_image i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 22px;
  transform: translate(-50%, -50%);
  color: white;
}
/* line 817, ../sass/_template_specific.scss */
.bannerx4_wrapper .bannerx4_title {
  margin-bottom: 0px;
  font-size: 21px;
  font-weight: 400;
  color: #da972d;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
}
/* line 826, ../sass/_template_specific.scss */
.bannerx4_wrapper .bannerx4_description {
  line-height: 21px;
  font-size: 14px;
  color: #3c3c3c;
  text-align: left;
}
/* line 833, ../sass/_template_specific.scss */
.bannerx4_wrapper .owl-carousel {
  position: relative;
}
/* line 836, ../sass/_template_specific.scss */
.bannerx4_wrapper .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  left: -70px;
  right: -70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
/* line 844, ../sass/_template_specific.scss */
.bannerx4_wrapper .owl-carousel .owl-nav.disabled {
  display: none;
}
/* line 848, ../sass/_template_specific.scss */
.bannerx4_wrapper .owl-carousel .owl-nav .owl-prev,
.bannerx4_wrapper .owl-carousel .owl-nav .owl-next {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* line 852, ../sass/_template_specific.scss */
.bannerx4_wrapper .owl-carousel .owl-nav .owl-prev.disabled,
.bannerx4_wrapper .owl-carousel .owl-nav .owl-next.disabled {
  opacity: 0.5;
  cursor: unset;
}
/* line 857, ../sass/_template_specific.scss */
.bannerx4_wrapper .owl-carousel .owl-nav .owl-prev i,
.bannerx4_wrapper .owl-carousel .owl-nav .owl-next i {
  font-size: 50px;
  font-weight: 400;
  color: #da972d;
}
/* line 865, ../sass/_template_specific.scss */
.bannerx4_wrapper .owl-carousel .owl-dots {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  margin: 30px auto 0;
}
/* line 871, ../sass/_template_specific.scss */
.bannerx4_wrapper .owl-carousel .owl-dots.disabled {
  display: none;
}
/* line 875, ../sass/_template_specific.scss */
.bannerx4_wrapper .owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #bebebe;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
/* line 882, ../sass/_template_specific.scss */
.bannerx4_wrapper .owl-carousel .owl-dots .owl-dot.active {
  background-color: #da972d;
}
/* line 887, ../sass/_template_specific.scss */
.bannerx4_wrapper .owl-carousel .owl-dots .owl-dot + .owl-dot {
  margin-left: 10px;
}

/* line 895, ../sass/_template_specific.scss */
.banner_info_wrapper {
  padding-bottom: 50px;
  width: 1140px;
  margin: 0 auto;
}
/* line 899, ../sass/_template_specific.scss */
.banner_info_wrapper .banner_info_image {
  text-align: center;
  padding-bottom: 60px;
}
/* line 902, ../sass/_template_specific.scss */
.banner_info_wrapper .banner_info_image img {
  max-width: 100%;
  width: 550px;
  min-height: 100%;
  height: auto;
}
/* line 910, ../sass/_template_specific.scss */
.banner_info_wrapper .banner_info {
  width: 820px;
  margin: auto;
  text-align: center;
}
/* line 914, ../sass/_template_specific.scss */
.banner_info_wrapper .banner_info h3 {
  font-size: 25px;
  font-weight: 400;
  color: #da972d;
}
/* line 919, ../sass/_template_specific.scss */
.banner_info_wrapper .banner_info .banner_info_desc {
  margin-top: 45px;
  font-weight: 200;
  font-size: 17px;
  line-height: 27px;
}
/* line 924, ../sass/_template_specific.scss */
.banner_info_wrapper .banner_info .banner_info_desc b {
  font-weight: 400;
}

/* line 933, ../sass/_template_specific.scss */
.slider_text_wrapper {
  position: relative;
  padding: 50px 0 0;
  background: lightgreen;
  overflow: hidden;
}
/* line 940, ../sass/_template_specific.scss */
.slider_text_wrapper .icon_block {
  text-align: center;
  color: white;
  border-radius: 5px;
  font-size: 40px;
  width: 75px;
  padding: 14px 0 10px;
  margin: 0 auto 20px;
}
/* line 951, ../sass/_template_specific.scss */
.slider_text_wrapper .slider_text_title {
  margin-bottom: 30px;
  font-weight: 100;
  font-size: 50px;
  color: #c8c8c8;
}
/* line 957, ../sass/_template_specific.scss */
.slider_text_wrapper .slider_text_title b {
  display: block;
  color: white;
}
/* line 964, ../sass/_template_specific.scss */
.slider_text_wrapper .slider_text_description {
  font-weight: 300;
  line-height: 29px;
  color: white;
  width: 530px;
  margin: 0 auto 45px auto;
}
/* line 972, ../sass/_template_specific.scss */
.slider_text_wrapper .slides {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
/* line 979, ../sass/_template_specific.scss */
.slider_text_wrapper .flex-direction-nav .flex-nav-prev {
  position: absolute;
  top: calc(50% - 35.5px);
  left: 30px;
  width: 33px;
  z-index: 2;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 989, ../sass/_template_specific.scss */
.slider_text_wrapper .flex-direction-nav .flex-nav-prev a {
  background: url("/img/datar/flecha-slider.png") no-repeat;
  color: transparent;
  height: 71px;
  display: inline-block;
}
/* line 998, ../sass/_template_specific.scss */
.slider_text_wrapper .flex-direction-nav .flex-nav-next {
  position: absolute;
  right: 0;
  top: calc(50% - 35.5px);
  position: absolute;
  right: 30px;
  z-index: 2;
}
/* line 1006, ../sass/_template_specific.scss */
.slider_text_wrapper .flex-direction-nav .flex-nav-next a {
  background: url("/img/datar/flecha-slider.png") no-repeat;
  color: transparent;
  height: 71px;
  display: inline-block;
}
/* line 1014, ../sass/_template_specific.scss */
.slider_text_wrapper .customers_line_wrappers {
  clear: both;
  margin-top: 20px;
  padding: 20px 0;
  background-color: rgba(0, 0, 0, 0.4);
}
/* line 1019, ../sass/_template_specific.scss */
.slider_text_wrapper .customers_line_wrappers .customers_line_title {
  width: 80%;
  max-width: 800px;
  color: lightgrey;
  text-align: center;
  font-size: 30px;
  font-weight: lighter;
  margin: 0 auto 20px;
}
/* line 1028, ../sass/_template_specific.scss */
.slider_text_wrapper .customers_line_wrappers .customers_line {
  width: 80%;
  max-width: 800px;
  margin: auto;
}
/* line 1032, ../sass/_template_specific.scss */
.slider_text_wrapper .customers_line_wrappers .customers_line .owl-dots {
  text-align: center;
  margin-top: 10px;
}
/* line 1036, ../sass/_template_specific.scss */
.slider_text_wrapper .customers_line_wrappers .customers_line .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
  padding: 1px;
  margin: 9px;
}
/* line 1042, ../sass/_template_specific.scss */
.slider_text_wrapper .customers_line_wrappers .customers_line .owl-dots .owl-dot span {
  display: block;
  width: 7px;
  height: 7px;
  background-color: white;
  border-radius: 50%;
}
/* line 1050, ../sass/_template_specific.scss */
.slider_text_wrapper .customers_line_wrappers .customers_line .owl-dots .owl-dot.active span {
  background-color: #da972d;
}

/* line 1061, ../sass/_template_specific.scss */
.banner_partner_wrapper {
  padding: 50px 0;
  background: #fafafa;
}
/* line 1065, ../sass/_template_specific.scss */
.banner_partner_wrapper .icon_block {
  text-align: center;
}
/* line 1069, ../sass/_template_specific.scss */
.banner_partner_wrapper .partner_text {
  margin: 0 auto;
  width: 60%;
  text-align: center;
  padding-bottom: 38px;
  margin-top: -16px;
}
/* line 1076, ../sass/_template_specific.scss */
.banner_partner_wrapper .partner_text .partner_title {
  margin-bottom: 30px;
  margin-top: 30px;
  font-weight: 100;
  font-size: 50px;
  color: #323232;
}
/* line 1083, ../sass/_template_specific.scss */
.banner_partner_wrapper .partner_text .partner_title b {
  display: block;
  color: #8d8d8d;
  margin-top: -5px;
}
/* line 1090, ../sass/_template_specific.scss */
.banner_partner_wrapper .partner_text .partner_description {
  width: 80%;
  margin: 0 auto;
  font-weight: 300;
  font-size: 17px;
  line-height: 29px;
  color: #323232;
}
/* line 1100, ../sass/_template_specific.scss */
.banner_partner_wrapper .partner_badges {
  text-align: center;
}
/* line 1102, ../sass/_template_specific.scss */
.banner_partner_wrapper .partner_badges li.col-md-3 {
  width: calc(100% / 4 - 40px);
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}

/* line 1111, ../sass/_template_specific.scss */
.wordpress_block {
  background: url("/img/datar/img-blog.jpg?v=1") no-repeat bottom center;
  background-size: 500px;
  padding: 50px 0;
}
/* line 1116, ../sass/_template_specific.scss */
.wordpress_block .icon_block {
  text-align: center;
  color: #da972d;
  border: 1px solid #da972d;
  border-radius: 50%;
  font-size: 40px;
  width: 75px;
  padding: 16px 0 10px;
  margin: 0 auto 20px;
}
/* line 1127, ../sass/_template_specific.scss */
.wordpress_block .wordpress_text .title {
  text-align: center;
  font-weight: 100;
  font-size: 50px;
  color: #323232;
  padding-bottom: 38px;
  margin-top: 15px;
}
/* line 1135, ../sass/_template_specific.scss */
.wordpress_block .wordpress_text .title b {
  display: block;
  color: #8d8d8d;
}
/* line 1141, ../sass/_template_specific.scss */
.wordpress_block .wordpress_sections {
  text-align: center;
}
/* line 1143, ../sass/_template_specific.scss */
.wordpress_block .wordpress_sections .wordpress_element {
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 3 - 40px);
  border: 1px solid #DDD;
  margin: 0 20px;
  text-align: center;
}
/* line 1151, ../sass/_template_specific.scss */
.wordpress_block .wordpress_sections .wordpress_element .title {
  text-align: left;
  padding: 20px;
  color: #da972d;
  font-weight: bold;
  font-size: 18px;
}
/* line 1158, ../sass/_template_specific.scss */
.wordpress_block .wordpress_sections .wordpress_element .img {
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
}
/* line 1163, ../sass/_template_specific.scss */
.wordpress_block .wordpress_sections .wordpress_element .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 1166, ../sass/_template_specific.scss */
.wordpress_block .wordpress_sections .wordpress_element .img:after {
  content: '';
  border: 10px solid transparent;
  border-bottom-color: white;
  position: absolute;
  bottom: 0px;
  right: 20px;
}
/* line 1175, ../sass/_template_specific.scss */
.wordpress_block .wordpress_sections .wordpress_element .description {
  text-align: left;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 300;
  color: #555;
}
/* line 1182, ../sass/_template_specific.scss */
.wordpress_block .wordpress_sections .wordpress_element .extra {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: left;
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
/* line 1191, ../sass/_template_specific.scss */
.wordpress_block .wordpress_sections .wordpress_element .date, .wordpress_block .wordpress_sections .wordpress_element .comments {
  display: inline-block;
  vertical-align: bottom;
  box-sizing: border-box;
  padding: 5px;
  color: white;
  font-size: 16px;
  font-weight: 300;
  margin-left: 20px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
/* line 1202, ../sass/_template_specific.scss */
.wordpress_block .wordpress_sections .wordpress_element .date {
  font-size: 12px;
  padding: 10px 10px 8px;
}
/* line 1207, ../sass/_template_specific.scss */
.wordpress_block .wordpress_sections .wordpress_element .comments i.fa, .wordpress_block .wordpress_sections .wordpress_element .comments .newsletter_wrapper .newsletter_element #newsletterButtonExternalDiv i#newsletter-button:before, .wordpress_block .newsletter_wrapper .newsletter_element #newsletterButtonExternalDiv .wordpress_sections .wordpress_element .comments i#newsletter-button:before {
  border: 1px solid #DDD;
  border-radius: 50%;
  font-size: 10px;
  padding: 5px;
}
/* line 1213, ../sass/_template_specific.scss */
.wordpress_block .wordpress_sections .wordpress_element .comments span {
  color: white;
  background-color: #da972d;
  display: inline-block;
  border-radius: 50%;
  margin-left: 5px;
  font-size: 10px;
  padding: 3px 5px;
}
/* line 1225, ../sass/_template_specific.scss */
.wordpress_block .wordpress_sections .wordpress_element .news_text .title {
  font-weight: bold;
  font-size: 17px;
  line-height: 29px;
  color: #323232;
  width: 320px;
  margin: 0 auto;
}
/* line 1234, ../sass/_template_specific.scss */
.wordpress_block .wordpress_sections .wordpress_element .news_text .content {
  font-size: 17px;
  font-weight: 300;
  color: #323232;
  line-height: 29px;
  width: 320px;
  margin: 0 auto;
  max-height: 116px;
  overflow: hidden;
}
/* line 1245, ../sass/_template_specific.scss */
.wordpress_block .wordpress_sections .wordpress_element .links {
  text-align: right;
  margin-top: 15px;
}
/* line 1249, ../sass/_template_specific.scss */
.wordpress_block .wordpress_sections .wordpress_element .links .read_more {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  color: #da972d;
  padding: 5px 10px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 1258, ../sass/_template_specific.scss */
.wordpress_block .wordpress_sections .wordpress_element .links .read_more span {
  position: relative;
  z-index: 2;
}
/* line 1262, ../sass/_template_specific.scss */
.wordpress_block .wordpress_sections .wordpress_element .links .read_more:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0px;
  bottom: 0;
  background-color: #da972d;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 1273, ../sass/_template_specific.scss */
.wordpress_block .wordpress_sections .wordpress_element .links .read_more:after {
  content: '\f105';
  font-family: "fontawesome", sans-serif;
  margin: 0 5px;
  display: inline-block;
  position: relative;
  z-index: 2;
}
/* line 1281, ../sass/_template_specific.scss */
.wordpress_block .wordpress_sections .wordpress_element .links .read_more:hover {
  color: white;
}
/* line 1283, ../sass/_template_specific.scss */
.wordpress_block .wordpress_sections .wordpress_element .links .read_more:hover:before {
  width: 100%;
}
/* line 1291, ../sass/_template_specific.scss */
.wordpress_block .wordpress_sections .wordpress_element.middle {
  margin: 0 5px;
}
/* line 1296, ../sass/_template_specific.scss */
.wordpress_block .newsletter_wrapper {
  text-align: center;
  margin-top: 60px;
}
/* line 1300, ../sass/_template_specific.scss */
.wordpress_block .newsletter_wrapper .newsletter_element {
  display: inline-block;
  vertical-align: top;
  margin: auto;
  text-align: center;
  margin-bottom: 20px;
  padding: 0 30px;
}
/* line 1308, ../sass/_template_specific.scss */
.wordpress_block .newsletter_wrapper .newsletter_element label.error {
  display: none !important;
}
/* line 1311, ../sass/_template_specific.scss */
.wordpress_block .newsletter_wrapper .newsletter_element#newsletter_web {
  width: 500px;
}
/* line 1314, ../sass/_template_specific.scss */
.wordpress_block .newsletter_wrapper .newsletter_element#newsletter_web .lopd_button, .wordpress_block .newsletter_wrapper .newsletter_element#newsletter_web .promotions_button {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: left;
  margin-top: 10px;
  color: lightgrey;
}
/* line 1322, ../sass/_template_specific.scss */
.wordpress_block .newsletter_wrapper .newsletter_element#newsletter_web .lopd_button a, .wordpress_block .newsletter_wrapper .newsletter_element#newsletter_web .promotions_button a {
  text-decoration: none;
  font-size: 12px;
  color: lightgrey;
}
/* line 1330, ../sass/_template_specific.scss */
.wordpress_block .newsletter_wrapper .newsletter_element .bordeInput {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #da972d;
  padding: 0 10px;
  width: 380px;
  height: 60px;
}
/* line 1338, ../sass/_template_specific.scss */
.wordpress_block .newsletter_wrapper .newsletter_element .bordeInput::-webkit-input-placeholder {
  color: #8d8d8d;
}
/* line 1342, ../sass/_template_specific.scss */
.wordpress_block .newsletter_wrapper .newsletter_element .bordeInput:-moz-placeholder {
  color: #8d8d8d;
}
/* line 1346, ../sass/_template_specific.scss */
.wordpress_block .newsletter_wrapper .newsletter_element .bordeInput:-ms-input-placeholder {
  color: #8d8d8d;
}
/* line 1350, ../sass/_template_specific.scss */
.wordpress_block .newsletter_wrapper .newsletter_element .bordeInput:focus {
  outline-color: white;
}
/* line 1355, ../sass/_template_specific.scss */
.wordpress_block .newsletter_wrapper .newsletter_element #newsletterButtonExternalDiv {
  display: inline-block;
  vertical-align: middle;
}
/* line 1359, ../sass/_template_specific.scss */
.wordpress_block .newsletter_wrapper .newsletter_element #newsletterButtonExternalDiv #newsletter-button {
  position: relative;
  background: #da972d;
  padding: 20.5px 0;
  height: 60px;
  width: 60px;
  cursor: pointer;
}
/* line 1367, ../sass/_template_specific.scss */
.wordpress_block .newsletter_wrapper .newsletter_element #newsletterButtonExternalDiv #newsletter-button:before {
  content: "\f105";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  font-size: 30px;
}
/* line 1380, ../sass/_template_specific.scss */
.wordpress_block .newsletter_element#newsletter_blog {
  position: relative;
  max-width: 500px;
  width: 100%;
  background-color: #da972d;
}
/* line 1385, ../sass/_template_specific.scss */
.wordpress_block .newsletter_element#newsletter_blog .text {
  position: relative;
  z-index: 5;
  display: inline-block;
  float: left;
  padding: 20px;
  color: white;
  font-size: 20px;
  height: auto;
  box-sizing: border-box;
}
/* line 1396, ../sass/_template_specific.scss */
.wordpress_block .newsletter_element#newsletter_blog:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background-color: #da972d;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 1406, ../sass/_template_specific.scss */
.wordpress_block .newsletter_element#newsletter_blog #newsletterButtonExternalDiv {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  right: 0;
}
/* line 1409, ../sass/_template_specific.scss */
.wordpress_block .newsletter_element#newsletter_blog #newsletterButtonExternalDiv #newsletter-button {
  position: relative;
  z-index: 5;
  background: transparent;
}
/* line 1414, ../sass/_template_specific.scss */
.wordpress_block .newsletter_element#newsletter_blog #newsletterButtonExternalDiv #newsletter-button:before {
  content: "\f105";
  font-family: "Fontawesome", sans-serif;
  font-size: 30px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 1425, ../sass/_template_specific.scss */
.wordpress_block .newsletter_element#newsletter_blog:hover:before {
  height: 100%;
}

/* line 1433, ../sass/_template_specific.scss */
.submenu_flotante_wrapper {
  background-color: white;
  height: 50px;
  padding: 15px 0;
  border-bottom: 1px solid #e3e3e3;
  width: 100%;
  z-index: 100;
}
/* line 1441, ../sass/_template_specific.scss */
.submenu_flotante_wrapper.floating {
  position: fixed;
  top: 0;
}
/* line 1444, ../sass/_template_specific.scss */
.submenu_flotante_wrapper.floating .after {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  width: 0;
  display: block;
  content: '';
  height: 3px;
  background-color: #da972d;
}
/* line 1458, ../sass/_template_specific.scss */
.submenu_flotante_wrapper .logo {
  float: left;
  margin-top: -7px;
}
/* line 1463, ../sass/_template_specific.scss */
.submenu_flotante_wrapper .submenu_content {
  float: right;
  text-transform: capitalize;
  padding-top: 4px;
}
/* line 1468, ../sass/_template_specific.scss */
.submenu_flotante_wrapper .submenu_content a {
  text-decoration: none;
  padding: 0 9.5px;
  font-size: 13px;
  color: #333;
}
/* line 1474, ../sass/_template_specific.scss */
.submenu_flotante_wrapper .submenu_content a:hover {
  color: #666666;
}
/* line 1479, ../sass/_template_specific.scss */
.submenu_flotante_wrapper .submenu_content a:last-child {
  padding-right: 0;
}

/* line 1485, ../sass/_template_specific.scss */
.main_content_wrapper {
  background-color: #fafafa;
  text-align: center;
}
/* line 1490, ../sass/_template_specific.scss */
.main_content_wrapper .main_content_title {
  font-weight: 100;
  font-size: 64px;
  opacity: 0;
  color: #da972d;
  margin-top: 128px;
  line-height: 66px;
}
/* line 1499, ../sass/_template_specific.scss */
.main_content_wrapper .empty_block {
  height: 100px;
}
/* line 1503, ../sass/_template_specific.scss */
.main_content_wrapper .main_content_description {
  opacity: 0;
  font-weight: 100;
  font-size: 24px;
  width: 820px;
  margin: 0 auto;
  margin-top: 26px;
  line-height: 33px;
  color: #333;
}
/* line 1513, ../sass/_template_specific.scss */
.main_content_wrapper .main_content_description p {
  padding: 0px 10px;
  padding-bottom: 24px;
}
/* line 1519, ../sass/_template_specific.scss */
.main_content_wrapper .main_content_img {
  padding-top: 80px;
}
/* line 1523, ../sass/_template_specific.scss */
.main_content_wrapper .main_content_img img {
  vertical-align: middle;
}
/* line 1527, ../sass/_template_specific.scss */
.main_content_wrapper .links {
  margin-top: 45px;
}
/* line 1530, ../sass/_template_specific.scss */
.main_content_wrapper .links .know_more {
  font-size: 24px;
  color: #da972d;
  margin-top: 10px;
  font-weight: 300;
  background: url("/img/datar/flecha-enlace-slider.png") no-repeat right;
  display: inline-block;
  padding-right: 15px;
  text-decoration: none;
  background-position-y: 8px;
  margin-right: 20px;
}
/* line 1542, ../sass/_template_specific.scss */
.main_content_wrapper .links .know_more:hover {
  color: #b47b20;
}
/* line 1547, ../sass/_template_specific.scss */
.main_content_wrapper .links .link_video {
  font-size: 24px;
  color: #da972d;
  margin-top: 10px;
  font-weight: 300;
  background: url("/img/datar/bot-play-banner.png") no-repeat right;
  display: inline-block;
  padding-right: 23px;
  text-decoration: none;
  background-position-y: 7px;
}
/* line 1558, ../sass/_template_specific.scss */
.main_content_wrapper .links .link_video:hover {
  color: #b47b20;
}

/* line 1566, ../sass/_template_specific.scss */
.hide_menu + .main_content_wrapper .main_content_title {
  margin-top: 200px;
}

/* line 1572, ../sass/_template_specific.scss */
.black_sections_wrapper .black_element {
  color: white;
  padding: 140px 0;
  font-weight: 100;
}
/* line 1576, ../sass/_template_specific.scss */
.black_sections_wrapper .black_element .container12 {
  display: flex;
  align-items: center;
}
/* line 1581, ../sass/_template_specific.scss */
.black_sections_wrapper .black_element .element_text {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
/* line 1586, ../sass/_template_specific.scss */
.black_sections_wrapper .black_element .element_text .title {
  font-size: 52px;
  line-height: 56px;
  padding-bottom: 20px;
}
/* line 1592, ../sass/_template_specific.scss */
.black_sections_wrapper .black_element .element_text .description {
  font-size: 17px;
  line-height: 29px;
}
/* line 1599, ../sass/_template_specific.scss */
.black_sections_wrapper .black_element .work {
  text-align: center !important;
  float: none !important;
  margin: 0 auto;
  width: 100%;
}
/* line 1605, ../sass/_template_specific.scss */
.black_sections_wrapper .black_element .work .title {
  width: 760px;
  margin: 0 auto;
  color: #da972d;
}
/* line 1610, ../sass/_template_specific.scss */
.black_sections_wrapper .black_element .work .title span {
  display: block;
  color: white;
}
/* line 1616, ../sass/_template_specific.scss */
.black_sections_wrapper .black_element .work .description {
  width: 710px;
  margin: 0 auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: left;
  margin-top: 4px;
}
/* line 1624, ../sass/_template_specific.scss */
.black_sections_wrapper .black_element .work .description .button_mail {
  display: block;
  padding-top: 49px;
  cursor: pointer;
}
/* line 1629, ../sass/_template_specific.scss */
.black_sections_wrapper .black_element .work .description .button_mail span {
  text-decoration: none;
  color: white;
  padding: 15px 30px;
  background: #da972d;
  color: white;
  display: inline-block;
}
/* line 1641, ../sass/_template_specific.scss */
.black_sections_wrapper .black_element .element_img {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
}
/* line 1648, ../sass/_template_specific.scss */
.black_sections_wrapper .black_element .element_img .icon_maxi {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
}
/* line 1656, ../sass/_template_specific.scss */
.black_sections_wrapper .black_element .element {
  width: 395px;
  margin: 0 auto;
  padding: 12px 0;
  border-bottom: 1px solid white;
}
/* line 1662, ../sass/_template_specific.scss */
.black_sections_wrapper .black_element .element .title {
  color: #da972d;
  font-size: 52px;
}
/* line 1666, ../sass/_template_specific.scss */
.black_sections_wrapper .black_element .element .title .location {
  width: 200px;
  margin: 0 auto;
  text-align: left;
}
/* line 1673, ../sass/_template_specific.scss */
.black_sections_wrapper .black_element .element .description {
  color: white;
  font-size: 17px;
}
/* line 1679, ../sass/_template_specific.scss */
.black_sections_wrapper .black_element .element_text_additional .element:first-child {
  padding-top: 0;
}
/* line 1683, ../sass/_template_specific.scss */
.black_sections_wrapper .black_element .element_text_additional .element:last-child {
  border-bottom: none;
}
/* line 1688, ../sass/_template_specific.scss */
.black_sections_wrapper .gray {
  background: #333;
}
/* line 1693, ../sass/_template_specific.scss */
.black_sections_wrapper .gray .element_text .description {
  padding-right: 80px;
}
/* line 1698, ../sass/_template_specific.scss */
.black_sections_wrapper .gray .element_img {
  text-align: right;
}
/* line 1702, ../sass/_template_specific.scss */
.black_sections_wrapper .gray .element_text_additional {
  float: right;
  width: 50%;
  text-align: center;
}
/* line 1707, ../sass/_template_specific.scss */
.black_sections_wrapper .gray .element_text_additional .element {
  margin-right: 0;
}
/* line 1713, ../sass/_template_specific.scss */
.black_sections_wrapper .black {
  background: #2b2b2b;
}
/* line 1715, ../sass/_template_specific.scss */
.black_sections_wrapper .black .container12 {
  flex-direction: row-reverse;
}
/* line 1719, ../sass/_template_specific.scss */
.black_sections_wrapper .black .element_text {
  text-align: right;
}
/* line 1722, ../sass/_template_specific.scss */
.black_sections_wrapper .black .element_text .description {
  padding-left: 80px;
}
/* line 1727, ../sass/_template_specific.scss */
.black_sections_wrapper .black .element_img {
  text-align: left;
}
/* line 1731, ../sass/_template_specific.scss */
.black_sections_wrapper .black .element_text_additional {
  float: left;
  width: 50%;
  text-align: center;
}
/* line 1736, ../sass/_template_specific.scss */
.black_sections_wrapper .black .element_text_additional .element {
  margin-left: 0;
}
/* line 1739, ../sass/_template_specific.scss */
.black_sections_wrapper .black .element_text_additional .element .location {
  background: url("/img/datar/ico-localizacion-nosotros.png") no-repeat left;
  padding-top: 16px;
  padding-left: 56px;
  margin-top: 18px;
  background-position-y: 0;
  width: 258px;
}
/* line 1748, ../sass/_template_specific.scss */
.black_sections_wrapper .black .element_text_additional .element:first-child .location {
  margin-top: 0;
}

/* line 1757, ../sass/_template_specific.scss */
.mini_gallery_wrapper {
  padding: 10px 0;
}
/* line 1759, ../sass/_template_specific.scss */
.mini_gallery_wrapper .mini_gallery_element {
  width: 49.6%;
  display: inline-block;
}
/* line 1763, ../sass/_template_specific.scss */
.mini_gallery_wrapper .mini_gallery_element img {
  width: 100%;
}
/* line 1768, ../sass/_template_specific.scss */
.mini_gallery_wrapper .mini_gallery_element:last-child {
  float: right;
}

/* line 1774, ../sass/_template_specific.scss */
.blue_sections_wrapper {
  padding: 128px 0;
  background: #cb612a;
  color: white;
  text-align: center;
  font-weight: 100;
}
/* line 1782, ../sass/_template_specific.scss */
.blue_sections_wrapper .blue_title {
  font-size: 52px;
  line-height: 56px;
}
/* line 1787, ../sass/_template_specific.scss */
.blue_sections_wrapper .blue_description {
  width: 470px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 29px;
  margin-top: 20px;
}
/* line 1795, ../sass/_template_specific.scss */
.blue_sections_wrapper .blue_images, .blue_sections_wrapper .blue_images_hidden {
  width: 890px;
  margin: 0 auto;
}
/* line 1799, ../sass/_template_specific.scss */
.blue_sections_wrapper .blue_images .images, .blue_sections_wrapper .blue_images_hidden .images {
  width: 33%;
  display: inline-block;
  padding: 5px 7px;
  overflow: hidden;
}
/* line 1807, ../sass/_template_specific.scss */
.blue_sections_wrapper .blue_images {
  padding-top: 80px;
}
/* line 1811, ../sass/_template_specific.scss */
.blue_sections_wrapper .more_images {
  position: relative;
  cursor: pointer;
}
/* line 1814, ../sass/_template_specific.scss */
.blue_sections_wrapper .more_images:before, .blue_sections_wrapper .more_images:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background-color: white;
  left: 131px;
  width: 34%;
  height: 1px;
}
/* line 1822, ../sass/_template_specific.scss */
.blue_sections_wrapper .more_images:after {
  left: auto;
  right: 131px;
}
/* line 1827, ../sass/_template_specific.scss */
.blue_sections_wrapper .more_images .icon_wrapper {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid white;
}
/* line 1834, ../sass/_template_specific.scss */
.blue_sections_wrapper .more_images .icon_wrapper i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 32px;
  color: white;
}
/* line 1842, ../sass/_template_specific.scss */
.blue_sections_wrapper .icon_text {
  width: 400px;
}

/* line 1850, ../sass/_template_specific.scss */
.banner_ventajas_wrapper {
  width: 100%;
  height: 500px;
  overflow: hidden;
  display: flex;
}
/* line 1855, ../sass/_template_specific.scss */
.banner_ventajas_wrapper .main_image_left, .banner_ventajas_wrapper .info_right {
  width: calc(100% / 2);
  display: inline-block;
  position: relative;
  overflow: hidden;
}
/* line 1861, ../sass/_template_specific.scss */
.banner_ventajas_wrapper .main_image_left img {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  margin: auto;
  min-height: auto;
  max-height: none;
  min-width: 100%;
  width: 100%;
  max-width: none;
}
/* line 1875, ../sass/_template_specific.scss */
.banner_ventajas_wrapper .info_right {
  font-size: 21px;
  color: #3c3c3c;
  padding: 50px 120px;
  display: flex;
  font-weight: 500;
  flex-direction: column;
  align-items: center;
}
/* line 1883, ../sass/_template_specific.scss */
.banner_ventajas_wrapper .info_right .info_text {
  width: 645px;
  margin-bottom: 10px;
}
/* line 1886, ../sass/_template_specific.scss */
.banner_ventajas_wrapper .info_right .info_text b {
  color: #cb612a;
}
/* line 1889, ../sass/_template_specific.scss */
.banner_ventajas_wrapper .info_right .info_text img {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
/* line 1895, ../sass/_template_specific.scss */
.banner_ventajas_wrapper .info_right .info_text p {
  display: inline-block;
  width: 90%;
  margin-top: 5px;
}
/* line 1901, ../sass/_template_specific.scss */
.banner_ventajas_wrapper .info_right .button_info {
  color: white;
  background-color: #cb612a;
  border-radius: 5px;
  padding: 5px 10px 8px 10px;
  width: 110px;
  text-align: center;
  margin: 40px 480px auto 45px;
}
/* line 1909, ../sass/_template_specific.scss */
.banner_ventajas_wrapper .info_right .button_info a {
  font-size: 16px;
  color: white;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
  background-position-y: 6px;
  text-transform: uppercase;
}
/* line 1918, ../sass/_template_specific.scss */
.banner_ventajas_wrapper .info_right .button_info a:hover {
  color: #e6e6e6;
}
/* line 1922, ../sass/_template_specific.scss */
.banner_ventajas_wrapper .info_right .button_info:hover {
  background-color: #da972d;
}

/* line 1930, ../sass/_template_specific.scss */
.suscripcion-google-maps-wrapper {
  padding: 45px 0px 90px;
  background: white;
  color: white;
  text-align: center;
  font-weight: 100;
}
/* line 1938, ../sass/_template_specific.scss */
.suscripcion-google-maps-wrapper .blue_title {
  font-size: 52px;
  line-height: 56px;
  color: #da972d;
  margin-bottom: 40px;
}

/* line 1946, ../sass/_template_specific.scss */
.newsletter_wrapper {
  position: relative;
  background-color: #cb612a;
  padding: 40px 0 80px;
}
/* line 1950, ../sass/_template_specific.scss */
.newsletter_wrapper .newsletter_container {
  text-align: center;
}
/* line 1952, ../sass/_template_specific.scss */
.newsletter_wrapper .newsletter_container .newsletter_title {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  color: white;
  font-size: 18px;
  font-weight: 300;
}
/* line 1960, ../sass/_template_specific.scss */
.newsletter_wrapper .newsletter_container .newsletter_description {
  display: inline-block;
}
/* line 1963, ../sass/_template_specific.scss */
.newsletter_wrapper .newsletter_container .newsletter_form {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
}
/* line 1968, ../sass/_template_specific.scss */
.newsletter_wrapper .newsletter_container .newsletter_form .input_email {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  height: 45px;
  margin-right: 15px;
  border-radius: 5px;
  padding-left: 20px;
  border: none;
  color: #555658;
  font-size: 16px;
  font-weight: 400;
}
/* line 1981, ../sass/_template_specific.scss */
.newsletter_wrapper .newsletter_container .newsletter_form .input_email::placeholder {
  color: #555658;
  font-size: 16px;
  font-weight: 400;
}
/* line 1987, ../sass/_template_specific.scss */
.newsletter_wrapper .newsletter_container .newsletter_form .button_newsletter {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 45%;
  height: 45px;
  border-radius: 5px;
  cursor: pointer;
  background-color: #8c431d;
  -webkit-transition: background-color 0.6s;
  -moz-transition: background-color 0.6s;
  -ms-transition: background-color 0.6s;
  -o-transition: background-color 0.6s;
  transition: background-color 0.6s;
}
/* line 1997, ../sass/_template_specific.scss */
.newsletter_wrapper .newsletter_container .newsletter_form .button_newsletter:hover {
  background-color: #da972d;
}
/* line 2000, ../sass/_template_specific.scss */
.newsletter_wrapper .newsletter_container .newsletter_form .button_newsletter span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
}
/* line 2005, ../sass/_template_specific.scss */
.newsletter_wrapper .newsletter_container .newsletter_form .check_newsletter {
  position: absolute;
  bottom: 20px;
  display: block;
  left: calc((100% - 950px) / 2);
  margin: 0 auto;
  text-align: center;
}
/* line 2012, ../sass/_template_specific.scss */
.newsletter_wrapper .newsletter_container .newsletter_form .check_newsletter a, .newsletter_wrapper .newsletter_container .newsletter_form .check_newsletter label {
  display: inline-block;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
/* line 2019, ../sass/_template_specific.scss */
.newsletter_wrapper .newsletter_container .newsletter_form .check_newsletter:last-of-type {
  left: auto;
  right: calc((100% - 1100px) / 2);
}
/* line 2023, ../sass/_template_specific.scss */
.newsletter_wrapper .newsletter_container .newsletter_form .check_newsletter .check_privacy {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
/* line 2034, ../sass/_template_specific.scss */
.newsletter_wrapper .newsletter_container .newsletter_form .check_newsletter .check_privacy:checked {
  background-color: white;
}
/* line 2036, ../sass/_template_specific.scss */
.newsletter_wrapper .newsletter_container .newsletter_form .check_newsletter .check_privacy:checked + a, .newsletter_wrapper .newsletter_container .newsletter_form .check_newsletter .check_privacy:checked + label {
  color: white;
}

/* line 2047, ../sass/_template_specific.scss */
.form_contact_wrapper .blue_title {
  text-transform: uppercase;
  font-size: 52px;
  line-height: 56px;
  color: white;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 100;
}

/* line 2059, ../sass/_template_specific.scss */
.price_tab {
  height: 80px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e3e3e3;
  color: #333;
  text-align: center;
}
/* line 2066, ../sass/_template_specific.scss */
.price_tab .price_element {
  padding: 24px 25px;
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
  padding-top: 25px;
  cursor: pointer;
}
/* line 2075, ../sass/_template_specific.scss */
.price_tab .selected {
  color: #da972d;
  border-bottom: 2px solid #da972d;
}

/* line 2081, ../sass/_template_specific.scss */
.white_block_wrapper {
  background: white;
  text-align: center;
  padding: 130px 0 138px;
}
/* line 2086, ../sass/_template_specific.scss */
.white_block_wrapper .white_title {
  color: #da972d;
  font-size: 52px;
  font-weight: 100;
  line-height: 56px;
}
/* line 2093, ../sass/_template_specific.scss */
.white_block_wrapper .collage_wrapper {
  margin-top: 80px;
}
/* line 2096, ../sass/_template_specific.scss */
.white_block_wrapper .collage_wrapper img {
  width: 100%;
}
/* line 2102, ../sass/_template_specific.scss */
.white_block_wrapper .white_content .table_text {
  display: none;
}
/* line 2105, ../sass/_template_specific.scss */
.white_block_wrapper .white_content table {
  width: 100%;
  margin-top: 80px;
}
/* line 2109, ../sass/_template_specific.scss */
.white_block_wrapper .white_content table td, .white_block_wrapper .white_content table th {
  border: 2px solid white;
}
/* line 2113, ../sass/_template_specific.scss */
.white_block_wrapper .white_content table td {
  background-color: #f5f5f5;
  vertical-align: middle;
  height: 60px;
  font-size: 17px;
  color: #333;
  font-weight: 300;
}
/* line 2122, ../sass/_template_specific.scss */
.white_block_wrapper .white_content table .text {
  width: 40%;
  padding: 0 10px;
}
/* line 2127, ../sass/_template_specific.scss */
.white_block_wrapper .white_content table .title {
  width: 20%;
  text-align: center;
  background: green;
  font-size: 25px;
  font-weight: 300;
  color: white;
  padding: 19px 0 8px;
}
/* line 2136, ../sass/_template_specific.scss */
.white_block_wrapper .white_content table .title .price {
  font-size: 52px;
  font-weight: 100;
}
/* line 2142, ../sass/_template_specific.scss */
.white_block_wrapper .white_content table .empty {
  background: transparent;
}
/* line 2146, ../sass/_template_specific.scss */
.white_block_wrapper .white_content table .plata {
  background-color: #afaeb4;
}
/* line 2150, ../sass/_template_specific.scss */
.white_block_wrapper .white_content table .oro {
  background-color: #e59721;
}
/* line 2154, ../sass/_template_specific.scss */
.white_block_wrapper .white_content table .platino {
  background-color: #c2c4a6;
}
/* line 2158, ../sass/_template_specific.scss */
.white_block_wrapper .white_content table .tick {
  background: #f5f5f5 url("/img/datar/tick-tabla.png") no-repeat center center;
}
/* line 2165, ../sass/_template_specific.scss */
.white_block_wrapper .white_gallery {
  padding-top: 78px;
}
/* line 2168, ../sass/_template_specific.scss */
.white_block_wrapper .white_gallery .gallery_element {
  width: 33%;
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 250px;
}
/* line 2175, ../sass/_template_specific.scss */
.white_block_wrapper .white_gallery .gallery_element .element_text {
  position: absolute;
  height: 110px;
  width: 100%;
  padding: 26px 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
/* line 2184, ../sass/_template_specific.scss */
.white_block_wrapper .white_gallery .gallery_element .element_text .title {
  color: white;
  font-size: 19px;
}
/* line 2189, ../sass/_template_specific.scss */
.white_block_wrapper .white_gallery .gallery_element .element_text .description {
  color: #8d8d8d;
}
/* line 2194, ../sass/_template_specific.scss */
.white_block_wrapper .white_gallery .gallery_element .element_text .social .social_element {
  color: #da972d;
  display: inline-block;
  font-weight: 300;
}
/* line 2199, ../sass/_template_specific.scss */
.white_block_wrapper .white_gallery .gallery_element .element_text .social .social_element a {
  color: inherit;
  text-decoration: none;
}
/* line 2205, ../sass/_template_specific.scss */
.white_block_wrapper .white_gallery .gallery_element .element_text .social .linkdin a {
  background: url("/img/datar/flecha-enlace-banner.png") no-repeat right;
  padding-right: 10px;
  background-position-y: 6px;
}
/* line 2214, ../sass/_template_specific.scss */
.white_block_wrapper .white_gallery .gallery_element .element_image .gray_img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  vertical-align: middle;
  transition: 1s all;
}
/* line 2225, ../sass/_template_specific.scss */
.white_block_wrapper .white_gallery .gallery_element:hover .gray_img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  transition: 1s all;
}
/* line 2234, ../sass/_template_specific.scss */
.white_block_wrapper .white_gallery .gallery_element .icon {
  position: absolute;
  width: 100%;
  top: 95px;
  bottom: 0;
  text-align: center;
}

/* line 2246, ../sass/_template_specific.scss */
footer {
  background: #3c3c3c;
  padding: 60px 0;
  font-size: 14px;
  color: white !important;
}
/* line 2252, ../sass/_template_specific.scss */
footer hr {
  border: 0 solid transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin: 12px 0;
}
/* line 2258, ../sass/_template_specific.scss */
footer .footer_element.arrow {
  padding-right: 10px;
  color: #da972d;
}
/* line 2263, ../sass/_template_specific.scss */
footer .footer_element.arrow a {
  display: block;
  font-size: 14px;
}
/* line 2267, ../sass/_template_specific.scss */
footer .footer_element.arrow a:after {
  content: "\f054";
  font-family: "Fontawesome";
  color: #da972d;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  right: 0;
}
/* line 2275, ../sass/_template_specific.scss */
footer .footer_element.arrow a:hover {
  color: #999999;
}
/* line 2279, ../sass/_template_specific.scss */
footer .footer_element.arrow a#section-active {
  font-weight: bold;
}
/* line 2284, ../sass/_template_specific.scss */
footer .footer_element {
  position: relative;
}
/* line 2288, ../sass/_template_specific.scss */
footer .footer_element .text {
  display: inline-block;
}
/* line 2292, ../sass/_template_specific.scss */
footer .footer_element a {
  color: white;
  text-decoration: none;
}
/* line 2297, ../sass/_template_specific.scss */
footer .lang_footer {
  float: right;
}
/* line 2300, ../sass/_template_specific.scss */
footer .lang_footer a {
  padding: 0 10px;
}
/* line 2303, ../sass/_template_specific.scss */
footer .lang_footer a img {
  width: 20px;
}
/* line 2307, ../sass/_template_specific.scss */
footer .lang_footer a:hover {
  opacity: 0.8;
}
/* line 2313, ../sass/_template_specific.scss */
footer #social {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 2323, ../sass/_template_specific.scss */
footer #social a {
  padding: 0 10px;
  display: inline-block;
}
/* line 2327, ../sass/_template_specific.scss */
footer #social a .fa, footer #social a .wordpress_block .newsletter_wrapper .newsletter_element #newsletterButtonExternalDiv #newsletter-button:before, .wordpress_block .newsletter_wrapper .newsletter_element #newsletterButtonExternalDiv footer #social a #newsletter-button:before {
  font-size: 24px;
  color: #da972d;
}
/* line 2331, ../sass/_template_specific.scss */
footer #social a .fa:hover, footer #social a .wordpress_block .newsletter_wrapper .newsletter_element #newsletterButtonExternalDiv #newsletter-button:hover:before, .wordpress_block .newsletter_wrapper .newsletter_element #newsletterButtonExternalDiv footer #social a #newsletter-button:hover:before {
  opacity: .8;
}
/* line 2336, ../sass/_template_specific.scss */
footer #social a:hover {
  opacity: 0.8;
}
/* line 2342, ../sass/_template_specific.scss */
footer .texto_legal {
  margin-top: 43px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: white;
  text-align: center;
}
/* line 2350, ../sass/_template_specific.scss */
footer .texto_legal .powered {
  color: #da972d;
}
/* line 2355, ../sass/_template_specific.scss */
footer .logos_footer {
  text-align: center;
  margin-top: 20px;
}
/* line 2359, ../sass/_template_specific.scss */
footer .logos_footer img {
  height: 40px;
}
/* line 2364, ../sass/_template_specific.scss */
footer .popup_legal_wrapper {
  display: inline-block;
  width: 100%;
  text-align: center;
}
/* line 2369, ../sass/_template_specific.scss */
footer .popup_legal_wrapper a {
  color: #da972d;
  display: inline-block;
  margin: 0 5px;
  text-decoration: none;
}
/* line 2375, ../sass/_template_specific.scss */
footer .popup_legal_wrapper a:hover {
  opacity: .8;
}

/* line 2382, ../sass/_template_specific.scss */
.fancybox-opened {
  z-index: 8030;
}

/* line 2386, ../sass/_template_specific.scss */
.fancybox-opened .fancybox-skin {
  padding: 0px !important;
  box-shadow: 0 0 0 transparent;
}

/*/ Popup idioma /*/
/* line 2393, ../sass/_template_specific.scss */
.fancybox-lang {
  width: 400px !important;
}
/* line 2397, ../sass/_template_specific.scss */
.fancybox-lang.fancybox-opened .fancybox-skin {
  padding: 0 0 40px !important;
}
/* line 2400, ../sass/_template_specific.scss */
.fancybox-lang .fancybox-outer {
  height: 100% !important;
  padding: 1px !important;
  border-radius: 0 !important;
  box-shadow: none;
}
/* line 2407, ../sass/_template_specific.scss */
.fancybox-lang .fancybox-inner {
  overflow: visible !important;
  width: 100% !important;
}
/* line 2412, ../sass/_template_specific.scss */
.fancybox-lang .fancybox-close {
  background: black;
  text-align: center;
  top: 0 !important;
  right: 0 !important;
  width: 42px !important;
  height: 42px !important;
}
/* line 2421, ../sass/_template_specific.scss */
.fancybox-lang .fancybox-close:before {
  content: '\f00d';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  color: white;
  font-size: 23px;
  font-family: "fontawesome", sans-serif;
}
/* line 2429, ../sass/_template_specific.scss */
.fancybox-lang .fancybox-close:hover {
  opacity: 0.8;
}
/* line 2434, ../sass/_template_specific.scss */
.fancybox-lang #popup_lang_content {
  padding: 40px;
  margin: 40px;
  border: 1px solid #ddd;
  text-align: center;
}
/* line 2440, ../sass/_template_specific.scss */
.fancybox-lang #popup_lang_content .title {
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #666;
}
/* line 2446, ../sass/_template_specific.scss */
.fancybox-lang #popup_lang_content .title b {
  display: block;
  font-size: 28px;
  color: black;
}
/* line 2453, ../sass/_template_specific.scss */
.fancybox-lang #popup_lang_content li {
  display: block;
  text-transform: uppercase;
  margin: 0 auto;
  width: 70%;
}
/* line 2459, ../sass/_template_specific.scss */
.fancybox-lang #popup_lang_content li:first-child a {
  border: none;
}
/* line 2463, ../sass/_template_specific.scss */
.fancybox-lang #popup_lang_content li a {
  line-height: 40px;
  border-top: 1px dotted #ccc;
  display: block;
  color: #666;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.05em;
}
/* line 2472, ../sass/_template_specific.scss */
.fancybox-lang #popup_lang_content li a:hover {
  color: #999999;
}
/* line 2479, ../sass/_template_specific.scss */
.fancybox-lang #popup_login {
  padding: 40px;
  margin: 40px;
  border: 1px solid #ddd;
  text-align: center;
}
/* line 2485, ../sass/_template_specific.scss */
.fancybox-lang #popup_login .title {
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #666;
}
/* line 2491, ../sass/_template_specific.scss */
.fancybox-lang #popup_login .title strong {
  display: block;
  font-size: 28px;
  color: black;
}
/* line 2498, ../sass/_template_specific.scss */
.fancybox-lang #popup_login .login_button {
  background: #da972d;
  border: 0;
  color: white;
  padding: 10px 67px;
  margin: 0 auto;
  text-decoration: none;
}
/* line 2507, ../sass/_template_specific.scss */
.fancybox-lang #popup_login .input_login {
  margin-bottom: 10px;
}
/* line 2510, ../sass/_template_specific.scss */
.fancybox-lang #popup_login .input_login input {
  border: 1px solid #ccc;
  color: #666;
  width: 176px;
  padding: 7.5px 10px;
  background: transparent;
  font-size: 12px;
}
/* line 2520, ../sass/_template_specific.scss */
.fancybox-lang #popup_login #select-tool {
  margin-bottom: 10px;
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #ccc;
  width: 176px;
  padding: 7.5px 10px;
  color: #666;
  background: url(/img/datar/flecha-select-idioma.png) no-repeat 90% center;
  font-size: 12px;
}
/* line 2532, ../sass/_template_specific.scss */
.fancybox-lang #popup_login .others_tools {
  margin-top: 10px;
}
/* line 2535, ../sass/_template_specific.scss */
.fancybox-lang #popup_login .others_tools .login_button {
  padding: 10px 52px;
}

/* line 2544, ../sass/_template_specific.scss */
.fancybox-video .fancybox-outer {
  padding: 0 !important;
  background: transparent !important;
}
/* line 2549, ../sass/_template_specific.scss */
.fancybox-video .fancybox-close {
  display: none;
}

/* line 2559, ../sass/_template_specific.scss */
.fancybox-contact .fancybox-outer {
  height: 255px !important;
  padding: 1px !important;
  border-radius: 0 !important;
}
/* line 2565, ../sass/_template_specific.scss */
.fancybox-contact .fancybox-inner {
  overflow: visible !important;
}
/* line 2569, ../sass/_template_specific.scss */
.fancybox-contact .fancybox-close {
  background: url("/img/datar/cerrar-idioma.png") !important;
  top: 0 !important;
  right: 0 !important;
  width: 42px !important;
  height: 42px !important;
}
/* line 2577, ../sass/_template_specific.scss */
.fancybox-contact .fancybox-close:hover {
  opacity: 0.8;
}
/* line 2582, ../sass/_template_specific.scss */
.fancybox-contact .popup_validation {
  padding: 40px;
  margin: 40px;
  border: 1px solid #ddd;
  text-align: center;
}
/* line 2588, ../sass/_template_specific.scss */
.fancybox-contact .popup_validation .title {
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #666;
}
/* line 2594, ../sass/_template_specific.scss */
.fancybox-contact .popup_validation .title strong {
  display: block;
  font-size: 28px;
  color: black;
}

/* line 2, ../sass/_contact.scss */
.blocks_contact_wrapper {
  background: #333;
  padding-top: 72px;
  padding-bottom: 95px;
}
/* line 7, ../sass/_contact.scss */
.blocks_contact_wrapper .block_element {
  width: calc(100% / 4 - 10px);
  float: left;
  color: white;
  font-weight: 100;
  text-align: center;
  margin-right: 10px;
  padding-bottom: 10px;
  background: rgba(255, 255, 255, 0.05);
}
/* line 17, ../sass/_contact.scss */
.blocks_contact_wrapper .block_element:last-child {
  margin-right: 0;
}
/* line 21, ../sass/_contact.scss */
.blocks_contact_wrapper .block_element:first-of-type {
  width: calc(100% - 10px);
  padding-bottom: 20px;
}
/* line 24, ../sass/_contact.scss */
.blocks_contact_wrapper .block_element:first-of-type .title {
  color: #da972d;
  font-size: 42px;
  padding: 20px 45px;
  background-size: 34px;
}
/* line 31, ../sass/_contact.scss */
.blocks_contact_wrapper .block_element:nth-child(2), .blocks_contact_wrapper .block_element:nth-child(3) {
  width: calc((100% - (100% / 4 - 10px)) / 2 - 15px);
  margin-bottom: 10px;
}
/* line 37, ../sass/_contact.scss */
.blocks_contact_wrapper .block_element .title {
  color: #da972d;
  font-size: 32px;
  padding: 10px 45px;
  width: auto;
  margin: 0 auto;
  background: url(/img/datar/ico-localizacion-nosotros.png) no-repeat left;
  display: inline-block;
  background-size: 25px;
}
/* line 47, ../sass/_contact.scss */
.blocks_contact_wrapper .block_element .title .img_loc {
  display: inline-block;
}
/* line 51, ../sass/_contact.scss */
.blocks_contact_wrapper .block_element .title h3 {
  display: inline-block;
}
/* line 56, ../sass/_contact.scss */
.blocks_contact_wrapper .block_element .content {
  font-size: 17px;
  line-height: 29px;
  width: 100%;
  margin: 0 auto;
}
/* line 62, ../sass/_contact.scss */
.blocks_contact_wrapper .block_element .content strong {
  font-weight: 300;
}
/* line 67, ../sass/_contact.scss */
.blocks_contact_wrapper .block_element .separator {
  width: 220px;
}
/* line 71, ../sass/_contact.scss */
.blocks_contact_wrapper .iframe_maps {
  display: table;
  width: calc(100% - 10px);
  padding-top: 10px;
}
/* line 76, ../sass/_contact.scss */
.blocks_contact_wrapper .iframe_maps iframe {
  width: 100%;
  height: 325px;
}

/* line 83, ../sass/_contact.scss */
.slider_contact_wrapper {
  background: #2b2b2b;
  padding: 100px 0;
  position: relative;
}
/* line 88, ../sass/_contact.scss */
.slider_contact_wrapper .img_slider {
  width: 100%;
  height: 400px;
}
/* line 93, ../sass/_contact.scss */
.slider_contact_wrapper .overlay {
  position: absolute;
  top: 50%;
  left: 20px;
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  width: 350px;
  height: 350px;
}
/* line 106, ../sass/_contact.scss */
.slider_contact_wrapper .overlay .text_block {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 100;
  width: 300px;
}
/* line 119, ../sass/_contact.scss */
.slider_contact_wrapper .overlay .text_block .title {
  font-size: 35px;
  padding: 0 20px 0px;
  margin-bottom: 10px;
  background: url(/img/datar/ico-localizacion-nosotros.png) no-repeat left;
  width: auto;
  display: inline-block;
  background-size: contain;
  padding-left: 35px;
  margin-left: -15px;
}
/* line 135, ../sass/_contact.scss */
.slider_contact_wrapper .overlay .text_block .content {
  width: 250px;
  margin: 0 auto;
}
/* line 142, ../sass/_contact.scss */
.slider_contact_wrapper .flex-control-nav {
  position: absolute;
  bottom: 115px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}
/* line 150, ../sass/_contact.scss */
.slider_contact_wrapper .flex-control-nav li {
  display: inline-block;
}
/* line 153, ../sass/_contact.scss */
.slider_contact_wrapper .flex-control-nav li a.flex-active {
  background: url("/img/datar/sprit1.png") no-repeat top left;
}
/* line 157, ../sass/_contact.scss */
.slider_contact_wrapper .flex-control-nav li a {
  background: url("/img/datar/sprit2.png") no-repeat top left;
  color: transparent;
  width: 10px;
  margin-right: 7px;
  display: inline-block;
}
/* line 165, ../sass/_contact.scss */
.slider_contact_wrapper .flex-control-nav li:last-child a {
  margin-right: 0;
}

/* line 172, ../sass/_contact.scss */
.form_contact_wrapper {
  background: #da972d;
  padding: 70px 0;
}
/* line 177, ../sass/_contact.scss */
.form_contact_wrapper form input {
  padding-left: 39px;
  margin-bottom: 10px;
  color: white;
  height: 39px;
  border-radius: 0px;
  border: 0;
}
/* line 185, ../sass/_contact.scss */
.form_contact_wrapper form input::-webkit-input-placeholder {
  color: white;
}
/* line 189, ../sass/_contact.scss */
.form_contact_wrapper form input:-moz-placeholder {
  color: white;
}
/* line 193, ../sass/_contact.scss */
.form_contact_wrapper form input:-ms-input-placeholder {
  color: white;
}
/* line 198, ../sass/_contact.scss */
.form_contact_wrapper form label.error {
  color: white;
  font-size: 14px;
  margin-bottom: 10px;
}
/* line 204, ../sass/_contact.scss */
.form_contact_wrapper form .name {
  background: rgba(255, 255, 255, 0.2) url(/img/datar/formname.png) no-repeat;
}
/* line 208, ../sass/_contact.scss */
.form_contact_wrapper form .mail {
  background: rgba(255, 255, 255, 0.2) url(/img/datar/formmail.png) no-repeat;
}
/* line 212, ../sass/_contact.scss */
.form_contact_wrapper form .business {
  background: rgba(255, 255, 255, 0.2) url(/img/datar/icos/business.png) no-repeat;
}
/* line 216, ../sass/_contact.scss */
.form_contact_wrapper form .phone {
  background: rgba(255, 255, 255, 0.2) url(/img/datar/formphone.png) no-repeat;
}
/* line 220, ../sass/_contact.scss */
.form_contact_wrapper form .hotel {
  background: rgba(255, 255, 255, 0.2) url(/img/datar/ico-hotel.png) no-repeat;
}
/* line 224, ../sass/_contact.scss */
.form_contact_wrapper form .province {
  background: rgba(255, 255, 255, 0.2) url(/img/datar/ico-provincia.png) no-repeat;
}
/* line 228, ../sass/_contact.scss */
.form_contact_wrapper form .comment_wrapper {
  position: relative;
}
/* line 230, ../sass/_contact.scss */
.form_contact_wrapper form .comment_wrapper:before {
  content: "\f075";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background-color: white;
  width: 30px;
  height: 40px;
  padding: 10px 7px;
  color: rgba(128, 128, 128, 0.6);
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
/* line 246, ../sass/_contact.scss */
.form_contact_wrapper form .comment_wrapper textarea {
  padding-left: 39px;
}
/* line 251, ../sass/_contact.scss */
.form_contact_wrapper form textarea {
  height: 88px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0;
  border: 0;
  color: white;
}
/* line 258, ../sass/_contact.scss */
.form_contact_wrapper form textarea::-webkit-input-placeholder {
  color: white;
}
/* line 262, ../sass/_contact.scss */
.form_contact_wrapper form textarea:-moz-placeholder {
  color: white;
}
/* line 266, ../sass/_contact.scss */
.form_contact_wrapper form textarea:-ms-input-placeholder {
  color: white;
}
/* line 270, ../sass/_contact.scss */
.form_contact_wrapper form #contact-button-wrapper {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  width: calc(100% - 324px);
}
/* line 276, ../sass/_contact.scss */
.form_contact_wrapper form #contact-button {
  color: white;
  background-color: rgba(0, 0, 0, 0.3) !important;
  display: inline-block;
  text-align: center;
  width: 100%;
  border-radius: 5px;
  margin-right: 16px;
  text-transform: uppercase !important;
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  padding: 28px 10px;
}
/* line 294, ../sass/_contact.scss */
.form_contact_wrapper form #contact-button:hover {
  background: #cb612a !important;
}
/* line 298, ../sass/_contact.scss */
.form_contact_wrapper form .g-recaptcha {
  display: inline-block;
}
/* line 302, ../sass/_contact.scss */
.form_contact_wrapper form .row.submit {
  text-align: center;
}
/* line 304, ../sass/_contact.scss */
.form_contact_wrapper form .row.submit a {
  text-decoration: none;
}
/* line 308, ../sass/_contact.scss */
.form_contact_wrapper form .row.submit .lopd_button {
  padding-left: 13px;
  display: inline-block;
}
/* line 312, ../sass/_contact.scss */
.form_contact_wrapper form .row.submit .lopd_button a {
  display: inline-block;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
/* line 320, ../sass/_contact.scss */
.form_contact_wrapper form .row.submit .lopd_button input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  padding-left: 0;
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
/* line 332, ../sass/_contact.scss */
.form_contact_wrapper form .row.submit .lopd_button input[type="checkbox"]:checked {
  background-color: white;
}
/* line 334, ../sass/_contact.scss */
.form_contact_wrapper form .row.submit .lopd_button input[type="checkbox"]:checked + a, .form_contact_wrapper form .row.submit .lopd_button input[type="checkbox"]:checked + label {
  color: white;
}
/* line 340, ../sass/_contact.scss */
.form_contact_wrapper form .row.submit .lopd_button label[for="privacy"].error {
  position: absolute;
  top: 15px;
  margin-left: 4px;
}

/* line 351, ../sass/_contact.scss */
.fancybox-form-new .form_contact_wrapper {
  padding: 30px;
  box-sizing: border-box;
}
/* line 355, ../sass/_contact.scss */
.fancybox-form-new .form_contact_wrapper #contact_file_download, .fancybox-form-new .form_contact_wrapper .contact_file_download {
  width: auto;
}
/* line 357, ../sass/_contact.scss */
.fancybox-form-new .form_contact_wrapper #contact_file_download input[type=text], .fancybox-form-new .form_contact_wrapper .contact_file_download input[type=text] {
  width: 100%;
  margin-right: 0;
}
/* line 365, ../sass/_contact.scss */
.fancybox-form-new .form_contact_wrapper form .box input {
  display: block;
  width: 100%;
}
/* line 371, ../sass/_contact.scss */
.fancybox-form-new .form_contact_wrapper form .lopd_button {
  float: none;
}

/* line 379, ../sass/_contact.scss */
.file_download_form #contact_file_download, .file_download_form .contact_file_download {
  width: 500px;
  margin: auto;
}
/* line 382, ../sass/_contact.scss */
.file_download_form #contact_file_download input[type=text], .file_download_form .contact_file_download input[type=text] {
  width: calc(50% - 10px);
  margin-right: 10px;
}
/* line 388, ../sass/_contact.scss */
.file_download_form .lopd_button {
  float: left;
  position: relative;
  margin-top: 8px;
}
/* line 393, ../sass/_contact.scss */
.file_download_form .lopd_button input[type="checkbox"] {
  height: auto;
}
/* line 397, ../sass/_contact.scss */
.file_download_form .lopd_button label[for="privacy"].error {
  position: absolute;
  top: 25px;
  margin-left: 4px;
}
/* line 403, ../sass/_contact.scss */
.file_download_form .lopd_button a {
  color: white;
}
/* line 406, ../sass/_contact.scss */
.file_download_form .lopd_button a:hover {
  opacity: 0.8;
}
/* line 412, ../sass/_contact.scss */
.file_download_form .name {
  width: 49%;
  float: left;
}
/* line 417, ../sass/_contact.scss */
.file_download_form .name#surname {
  float: right;
  background: rgba(255, 255, 255, 0.2);
  padding-left: 20px;
}
/* line 423, ../sass/_contact.scss */
.file_download_form label.error {
  display: none;
}
/* line 427, ../sass/_contact.scss */
.file_download_form input.error {
  border: 1px solid red;
}
/* line 431, ../sass/_contact.scss */
.file_download_form input[type="checkbox"].error {
  position: relative;
  z-index: 1;
}
/* line 435, ../sass/_contact.scss */
.file_download_form input[type="checkbox"].error:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border: 1px solid red;
  z-index: 0;
}

@media screen and (max-width: 500px) {
  /* line 450, ../sass/_contact.scss */
  .file_download_form #contact_file_download, .file_download_form .contact_file_download {
    width: 100%;
  }
  /* line 452, ../sass/_contact.scss */
  .file_download_form #contact_file_download input[type=text], .file_download_form .contact_file_download input[type=text] {
    width: 100%;
    margin-right: 0;
  }
  /* line 458, ../sass/_contact.scss */
  .file_download_form #contact-button-wrapper {
    display: inline-block;
    vertical-align: top;
  }

  /* line 465, ../sass/_contact.scss */
  body .fancybox-form-new {
    width: calc(100% - 60px) !important;
  }
  /* line 468, ../sass/_contact.scss */
  body .fancybox-form-new .fancybox-inner {
    width: 100% !important;
  }
  /* line 472, ../sass/_contact.scss */
  body .fancybox-form-new form .lopd_button {
    margin-bottom: 10px;
  }
}
/************************************************/
/**************** Bottom Pop-up *****************/
/************************************************/
/* line 2677, ../sass/_template_specific.scss */
.bottom_popup {
  position: fixed;
  width: 100%;
  height: 60px;
  background: #5a5a5a;
  left: 0;
  bottom: 0;
  z-index: 1000;
  display: none !important;
}

/* line 2688, ../sass/_template_specific.scss */
.bottom_popup #wrapper2 img {
  position: relative;
  float: left;
  width: 185px;
}

/* line 2694, ../sass/_template_specific.scss */
.bottom_popup .bottom_popup_text {
  width: 590px;
  float: left;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

/* line 2702, ../sass/_template_specific.scss */
.bottom_popup .bottom_popup_text p {
  padding: 10px;
}

/* line 2706, ../sass/_template_specific.scss */
.close_button {
  float: right;
  cursor: pointer;
}

/* line 2711, ../sass/_template_specific.scss */
button.bottom_popup_button {
  background: darkblue;
  width: 150px;
  height: 40px;
  font-size: 18px;
  margin-top: 10px;
}
/* line 2717, ../sass/_template_specific.scss */
button.bottom_popup_button:hover {
  background: #0000be;
}

/* line 2722, ../sass/_template_specific.scss */
#wrapper2 {
  width: 980px;
  margin: 0 auto;
}

/************************************************/
/**************** pop-up inicial ****************/
/************************************************/
/* line 2731, ../sass/_template_specific.scss */
.popup_inicial {
  position: relative;
}

/* line 2736, ../sass/_template_specific.scss */
.popup_img {
  position: relative;
  overflow: hidden;
}
/* line 2742, ../sass/_template_specific.scss */
.popup_img img {
  position: relative;
  margin: auto;
  max-width: 200%;
  vertical-align: middle;
}

/* line 2756, ../sass/_template_specific.scss */
.fancybox-news .fancybox-outer {
  padding: 0 !important;
}

/* line 2761, ../sass/_template_specific.scss */
.popup_text {
  position: absolute;
  top: 85px;
  width: 100%;
  text-align: center;
}

/* line 2768, ../sass/_template_specific.scss */
.popup_title {
  font-size: 24px;
  color: white !important;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
}

/* line 2776, ../sass/_template_specific.scss */
.popup_description {
  font-size: 16px;
  line-height: 27px;
  color: white !important;
  margin-top: 0px;
}
/* line 2782, ../sass/_template_specific.scss */
.popup_description hr {
  width: 150px;
  margin: 10px auto;
}
/* line 2787, ../sass/_template_specific.scss */
.popup_description .line1 {
  font-size: 18px;
  font-weight: lighter;
  text-transform: uppercase;
}
/* line 2793, ../sass/_template_specific.scss */
.popup_description .line2 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: lighter;
}
/* line 2799, ../sass/_template_specific.scss */
.popup_description .line3 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}
/* line 2805, ../sass/_template_specific.scss */
.popup_description a.button_download {
  background: #da972d;
  padding: 5px 25px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: white;
  display: inline-block;
  margin-top: 10px;
}

/* line 2817, ../sass/_template_specific.scss */
.popup_lopd {
  font-size: 13px;
}

/* line 2821, ../sass/_template_specific.scss */
.lopd_button {
  margin-top: 2px !important;
}

/* line 2825, ../sass/_template_specific.scss */
.popup_form {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 90px;
}

/* line 2833, ../sass/_template_specific.scss */
.popup_inicial form {
  padding: 20px;
  padding-bottom: 25px;
  font-size: 18px;
  display: inline-block;
  position: relative;
}

/* line 2841, ../sass/_template_specific.scss */
.popup_inicial form input {
  width: 250px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}

/* line 2848, ../sass/_template_specific.scss */
.popup_inicial form .lopd_button {
  margin-top: 10px;
  text-align: left;
}
/* line 2852, ../sass/_template_specific.scss */
.popup_inicial form .lopd_button input[type="checkbox"] {
  width: auto;
  vertical-align: middle;
}
/* line 2857, ../sass/_template_specific.scss */
.popup_inicial form .lopd_button a {
  display: inline;
  vertical-align: middle;
  text-decoration: none;
  color: white;
}
/* line 2863, ../sass/_template_specific.scss */
.popup_inicial form .lopd_button a:hover {
  opacity: 0.8;
}

/* line 2869, ../sass/_template_specific.scss */
.popup_inicial button {
  background: #da972d;
  width: 150px;
  height: 30px;
  font-size: 18px;
  border: 1px solid #CECCCF;
  color: #FFFFFF;
  margin-left: -6px;
  display: inline-block !important;
  vertical-align: middle;
  border-radius: 0;
  border-left-color: white;
  text-transform: uppercase;
}
/* line 2883, ../sass/_template_specific.scss */
.popup_inicial button:hover {
  background: #e2ac58;
}

/* line 2889, ../sass/_template_specific.scss */
.popup_message {
  color: black;
  margin-top: 20px;
}

/* line 2894, ../sass/_template_specific.scss */
#id_email {
  background: white;
  border: 1px solid #CECCCF;
  border-right-color: transparent;
  font-size: 14px;
  border-radius: 0;
  padding-left: 10px;
}
/* line 2902, ../sass/_template_specific.scss */
#id_email.error {
  border-color: red;
  border-right-color: transparent;
}

/* line 2912, ../sass/_template_specific.scss */
.form_popup label {
  color: white;
  display: none !important;
}

/* line 2918, ../sass/_template_specific.scss */
.icons_blue {
  margin-top: 30px;
}
/* line 2921, ../sass/_template_specific.scss */
.icons_blue .icon_element {
  display: inline-block;
  float: left;
  width: 50%;
  border-right: 1px solid white;
  margin-bottom: 20px;
  text-align: right;
}
/* line 2929, ../sass/_template_specific.scss */
.icons_blue .icon_element.even {
  float: right;
  clear: right;
  border: none;
  text-align: left;
}
/* line 2935, ../sass/_template_specific.scss */
.icons_blue .icon_element.even .icon_image {
  margin-right: 0px;
  margin-left: 20px;
}
/* line 2940, ../sass/_template_specific.scss */
.icons_blue .icon_element.even .icon_text {
  margin-right: 0px;
  margin-left: 10px;
}
/* line 2946, ../sass/_template_specific.scss */
.icons_blue .icon_element .icon_image {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
/* line 2952, ../sass/_template_specific.scss */
.icons_blue .icon_element .icon_text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
/* line 2959, ../sass/_template_specific.scss */
.icons_blue hr {
  clear: both;
}

/* line 2964, ../sass/_template_specific.scss */
.icons_blue_hidden {
  display: none;
}

/* line 2969, ../sass/_template_specific.scss */
.fancybox-lopd {
  width: 800px !important;
}

/* line 2973, ../sass/_template_specific.scss */
#lopd_content {
  width: 800px;
  padding: 1em;
}

/* line 2978, ../sass/_template_specific.scss */
.col-sm-12 {
  width: 100%;
  box-sizing: border-box;
  padding-right: 10px;
}
/* line 2982, ../sass/_template_specific.scss */
.col-sm-12 textarea {
  width: 100%;
}

/* line 2987, ../sass/_template_specific.scss */
.col-sm-6 {
  display: inline-block;
  box-sizing: border-box;
  padding-right: 10px;
  width: 50%;
}
/* line 2993, ../sass/_template_specific.scss */
.col-sm-6 .box input {
  width: 100%;
}

/* line 3000, ../sass/_template_specific.scss */
.hidden_download_popup .fancybox-skin, .hidden_download_popup .hidden_see_more_info, .hidden_download_popup .fancybox-outer {
  background: transparent;
  box-shadow: none;
}
/* line 3006, ../sass/_template_specific.scss */
.hidden_download_popup .buttons_wrapper .button_element {
  display: table;
  margin: auto;
  padding: 10px 20px;
  margin-top: 15px;
  background: #da972d;
  color: white;
  text-decoration: none;
}

/* line 3018, ../sass/_template_specific.scss */
.newsletter_additional_wrapper {
  margin-top: 65px;
}
/* line 3022, ../sass/_template_specific.scss */
.newsletter_additional_wrapper form .input_wrapper {
  display: inline-block;
  width: calc((100% - 10px) / 2);
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}
/* line 3030, ../sass/_template_specific.scss */
.newsletter_additional_wrapper form .input_wrapper:before {
  font-family: "FontAwesome";
  color: white;
  font-size: 16px;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 19.5px;
}
/* line 3039, ../sass/_template_specific.scss */
.newsletter_additional_wrapper form .input_wrapper:nth-of-type(1):before {
  content: '\f0e0';
}
/* line 3043, ../sass/_template_specific.scss */
.newsletter_additional_wrapper form .input_wrapper:nth-of-type(2):before {
  content: '\f007';
}
/* line 3047, ../sass/_template_specific.scss */
.newsletter_additional_wrapper form .input_wrapper:nth-of-type(3):before {
  content: '\f007';
}
/* line 3051, ../sass/_template_specific.scss */
.newsletter_additional_wrapper form .input_wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 39px;
  width: 39px;
  background: #da972d;
  z-index: 1;
}
/* line 3062, ../sass/_template_specific.scss */
.newsletter_additional_wrapper form .input_wrapper:nth-of-type(2n) {
  margin-right: 0;
}
/* line 3067, ../sass/_template_specific.scss */
.newsletter_additional_wrapper form input:not(.check_privacy) {
  display: inline-block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 39px;
  padding: 0 10px 0 49px;
  border: 1px solid lightgrey;
  background: white;
}
/* line 3078, ../sass/_template_specific.scss */
.newsletter_additional_wrapper form input:not(.check_privacy).error {
  border-color: red;
}
/* line 3082, ../sass/_template_specific.scss */
.newsletter_additional_wrapper form input:not(.check_privacy) + label {
  display: none !important;
}
/* line 3087, ../sass/_template_specific.scss */
.newsletter_additional_wrapper form .popup_policy_newsletter {
  display: inline-block;
  float: left;
  margin-top: 5px;
  width: 100%;
}
/* line 3093, ../sass/_template_specific.scss */
.newsletter_additional_wrapper form .popup_policy_newsletter label.error {
  display: none !important;
}
/* line 3097, ../sass/_template_specific.scss */
.newsletter_additional_wrapper form .popup_policy_newsletter a {
  color: #da972d;
  text-decoration: none;
  font-size: 14px;
}
/* line 3104, ../sass/_template_specific.scss */
.newsletter_additional_wrapper form #send_newsletter_additional {
  display: inline-block;
  float: right;
  width: calc((100% - 10px) / 2);
  height: 39px;
  background: #da972d;
  color: white;
  cursor: pointer;
  padding: 0px 30px;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
/* line 3120, ../sass/_template_specific.scss */
.newsletter_additional_wrapper form #send_newsletter_additional:hover {
  opacity: .8;
}

@media (max-width: 768px) {
  /* line 3128, ../sass/_template_specific.scss */
  .newsletter_additional_wrapper {
    width: 100%;
  }
  /* line 3132, ../sass/_template_specific.scss */
  .newsletter_additional_wrapper form .input_wrapper {
    width: 100%;
  }
  /* line 3142, ../sass/_template_specific.scss */
  .newsletter_additional_wrapper form .popup_policy_newsletter {
    margin-top: 0;
  }
  /* line 3146, ../sass/_template_specific.scss */
  .newsletter_additional_wrapper form #send_newsletter_additional {
    width: 100%;
  }
}
/* line 3168, ../sass/_template_specific.scss */
.full-popup .fancybox-outer {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 3174, ../sass/_template_specific.scss */
.full-popup div#wrapper_booking_fancybox {
  display: table;
  width: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 3186, ../sass/_template_specific.scss */
.full-popup .fancybox-close {
  position: absolute;
  top: 30px;
  right: 30px;
  background: none;
  text-decoration: none;
  color: white;
}
/* line 3194, ../sass/_template_specific.scss */
.full-popup .fancybox-close:before {
  content: "x";
  color: white;
  font-size: 85px;
  line-height: 36px;
  font-family: 'Montserrat', sans-serif;
}

/* line 3203, ../sass/_template_specific.scss */
.full-popup .fancybox-outer {
  background: #da972d;
}
/* line 3205, ../sass/_template_specific.scss */
.full-popup .fancybox-outer .fancybox-inner {
  color: white;
  padding: 200px 270px;
  width: 100% !important;
}

/* line 3212, ../sass/_template_specific.scss */
#fancybox-loading {
  display: none !important;
}

/* line 1, ../sass/_news_widget.scss */
.news_widget_background {
  background-color: #FAFAFA;
}

/* line 5, ../sass/_news_widget.scss */
.news_widget_wrapper {
  font-size: .9rem;
  text-align: center;
  padding: 60px 0;
}
/* line 10, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget {
  display: inline-block;
  background-color: white;
  vertical-align: top;
  width: 360px;
  text-align: center;
  margin: 0 5px 20px;
  color: #666;
}
/* line 19, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .image {
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
}
/* line 25, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
/* line 31, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .tags {
  display: inline-block;
  font-size: 80%;
  background-color: black;
  color: white;
  font-weight: 100;
  padding: 7px 10px;
  margin: 5px auto;
}
/* line 41, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .title {
  padding: 0 25px;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  letter-spacing: 2px;
}
/* line 49, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .title small {
  font-size: 50%;
  color: #da972d;
}
/* line 54, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .title big {
  font-size: 200%;
  font-weight: bold;
}
/* line 59, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .title:after {
  display: block;
  margin: 10px auto 20px;
  content: '';
  width: 50px;
  height: 5px;
  background-color: #da972d;
}
/* line 68, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .title a {
  color: #333333;
  text-decoration: none;
}
/* line 72, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .title a:hover {
  color: #cb612a;
}
/* line 78, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .content {
  font-size: 80%;
  padding: 0 20px 20px;
  line-height: 180%;
  letter-spacing: 1px;
  height: 140px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
/* line 89, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .links {
  display: table;
  width: 100%;
  box-sizing: border-box;
  background-color: #da972d;
  margin-top: 15px;
  padding: 10px;
}
/* line 97, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .links .comments, .news_widget_wrapper .entry_widget .links .author, .news_widget_wrapper .entry_widget .links .date {
  display: table-cell;
  position: relative;
  font-size: 80%;
  height: 35px;
  text-align: center;
  color: white;
}
/* line 105, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .links .comments span, .news_widget_wrapper .entry_widget .links .author span, .news_widget_wrapper .entry_widget .links .date span {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 112, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .links .comments {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
/* line 116, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .links .comments i {
  border: 1px solid #cb612a;
  border-radius: 50%;
  padding: 7px;
  font-size: 25px;
  color: white;
  vertical-align: middle;
}
/* line 125, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .links .comments b {
  background-color: white;
  color: #da972d;
  padding: 3px 10px;
  border-radius: 50%;
  font-size: 10px;
  margin-left: -10px;
  vertical-align: middle;
}
/* line 136, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .links .author {
  border-right: 1px solid white;
  border-left: 1px solid white;
  margin: 5px;
}
/* line 142, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .links .date {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

/* line 150, ../sass/_news_widget.scss */
.see_more_news {
  text-align: center;
}
/* line 153, ../sass/_news_widget.scss */
.see_more_news a {
  display: inline-block;
  margin: 0 60px 60px;
  background-color: #cb612a;
  color: white;
  text-transform: uppercase;
  padding: 20px 60px;
}

/* line 2, ../sass/_contact.scss */
.blocks_contact_wrapper {
  background: #333;
  padding-top: 72px;
  padding-bottom: 95px;
}
/* line 7, ../sass/_contact.scss */
.blocks_contact_wrapper .block_element {
  width: calc(100% / 4 - 10px);
  float: left;
  color: white;
  font-weight: 100;
  text-align: center;
  margin-right: 10px;
  padding-bottom: 10px;
  background: rgba(255, 255, 255, 0.05);
}
/* line 17, ../sass/_contact.scss */
.blocks_contact_wrapper .block_element:last-child {
  margin-right: 0;
}
/* line 21, ../sass/_contact.scss */
.blocks_contact_wrapper .block_element:first-of-type {
  width: calc(100% - 10px);
  padding-bottom: 20px;
}
/* line 24, ../sass/_contact.scss */
.blocks_contact_wrapper .block_element:first-of-type .title {
  color: #da972d;
  font-size: 42px;
  padding: 20px 45px;
  background-size: 34px;
}
/* line 31, ../sass/_contact.scss */
.blocks_contact_wrapper .block_element:nth-child(2), .blocks_contact_wrapper .block_element:nth-child(3) {
  width: calc((100% - (100% / 4 - 10px)) / 2 - 15px);
  margin-bottom: 10px;
}
/* line 37, ../sass/_contact.scss */
.blocks_contact_wrapper .block_element .title {
  color: #da972d;
  font-size: 32px;
  padding: 10px 45px;
  width: auto;
  margin: 0 auto;
  background: url(/img/datar/ico-localizacion-nosotros.png) no-repeat left;
  display: inline-block;
  background-size: 25px;
}
/* line 47, ../sass/_contact.scss */
.blocks_contact_wrapper .block_element .title .img_loc {
  display: inline-block;
}
/* line 51, ../sass/_contact.scss */
.blocks_contact_wrapper .block_element .title h3 {
  display: inline-block;
}
/* line 56, ../sass/_contact.scss */
.blocks_contact_wrapper .block_element .content {
  font-size: 17px;
  line-height: 29px;
  width: 100%;
  margin: 0 auto;
}
/* line 62, ../sass/_contact.scss */
.blocks_contact_wrapper .block_element .content strong {
  font-weight: 300;
}
/* line 67, ../sass/_contact.scss */
.blocks_contact_wrapper .block_element .separator {
  width: 220px;
}
/* line 71, ../sass/_contact.scss */
.blocks_contact_wrapper .iframe_maps {
  display: table;
  width: calc(100% - 10px);
  padding-top: 10px;
}
/* line 76, ../sass/_contact.scss */
.blocks_contact_wrapper .iframe_maps iframe {
  width: 100%;
  height: 325px;
}

/* line 83, ../sass/_contact.scss */
.slider_contact_wrapper {
  background: #2b2b2b;
  padding: 100px 0;
  position: relative;
}
/* line 88, ../sass/_contact.scss */
.slider_contact_wrapper .img_slider {
  width: 100%;
  height: 400px;
}
/* line 93, ../sass/_contact.scss */
.slider_contact_wrapper .overlay {
  position: absolute;
  top: 50%;
  left: 20px;
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  width: 350px;
  height: 350px;
}
/* line 106, ../sass/_contact.scss */
.slider_contact_wrapper .overlay .text_block {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 100;
  width: 300px;
}
/* line 119, ../sass/_contact.scss */
.slider_contact_wrapper .overlay .text_block .title {
  font-size: 35px;
  padding: 0 20px 0px;
  margin-bottom: 10px;
  background: url(/img/datar/ico-localizacion-nosotros.png) no-repeat left;
  width: auto;
  display: inline-block;
  background-size: contain;
  padding-left: 35px;
  margin-left: -15px;
}
/* line 135, ../sass/_contact.scss */
.slider_contact_wrapper .overlay .text_block .content {
  width: 250px;
  margin: 0 auto;
}
/* line 142, ../sass/_contact.scss */
.slider_contact_wrapper .flex-control-nav {
  position: absolute;
  bottom: 115px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}
/* line 150, ../sass/_contact.scss */
.slider_contact_wrapper .flex-control-nav li {
  display: inline-block;
}
/* line 153, ../sass/_contact.scss */
.slider_contact_wrapper .flex-control-nav li a.flex-active {
  background: url("/img/datar/sprit1.png") no-repeat top left;
}
/* line 157, ../sass/_contact.scss */
.slider_contact_wrapper .flex-control-nav li a {
  background: url("/img/datar/sprit2.png") no-repeat top left;
  color: transparent;
  width: 10px;
  margin-right: 7px;
  display: inline-block;
}
/* line 165, ../sass/_contact.scss */
.slider_contact_wrapper .flex-control-nav li:last-child a {
  margin-right: 0;
}

/* line 172, ../sass/_contact.scss */
.form_contact_wrapper {
  background: #da972d;
  padding: 70px 0;
}
/* line 177, ../sass/_contact.scss */
.form_contact_wrapper form input {
  padding-left: 39px;
  margin-bottom: 10px;
  color: white;
  height: 39px;
  border-radius: 0px;
  border: 0;
}
/* line 185, ../sass/_contact.scss */
.form_contact_wrapper form input::-webkit-input-placeholder {
  color: white;
}
/* line 189, ../sass/_contact.scss */
.form_contact_wrapper form input:-moz-placeholder {
  color: white;
}
/* line 193, ../sass/_contact.scss */
.form_contact_wrapper form input:-ms-input-placeholder {
  color: white;
}
/* line 198, ../sass/_contact.scss */
.form_contact_wrapper form label.error {
  color: white;
  font-size: 14px;
  margin-bottom: 10px;
}
/* line 204, ../sass/_contact.scss */
.form_contact_wrapper form .name {
  background: rgba(255, 255, 255, 0.2) url(/img/datar/formname.png) no-repeat;
}
/* line 208, ../sass/_contact.scss */
.form_contact_wrapper form .mail {
  background: rgba(255, 255, 255, 0.2) url(/img/datar/formmail.png) no-repeat;
}
/* line 212, ../sass/_contact.scss */
.form_contact_wrapper form .business {
  background: rgba(255, 255, 255, 0.2) url(/img/datar/icos/business.png) no-repeat;
}
/* line 216, ../sass/_contact.scss */
.form_contact_wrapper form .phone {
  background: rgba(255, 255, 255, 0.2) url(/img/datar/formphone.png) no-repeat;
}
/* line 220, ../sass/_contact.scss */
.form_contact_wrapper form .hotel {
  background: rgba(255, 255, 255, 0.2) url(/img/datar/ico-hotel.png) no-repeat;
}
/* line 224, ../sass/_contact.scss */
.form_contact_wrapper form .province {
  background: rgba(255, 255, 255, 0.2) url(/img/datar/ico-provincia.png) no-repeat;
}
/* line 228, ../sass/_contact.scss */
.form_contact_wrapper form .comment_wrapper {
  position: relative;
}
/* line 230, ../sass/_contact.scss */
.form_contact_wrapper form .comment_wrapper:before {
  content: "\f075";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background-color: white;
  width: 30px;
  height: 40px;
  padding: 10px 7px;
  color: rgba(128, 128, 128, 0.6);
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
/* line 246, ../sass/_contact.scss */
.form_contact_wrapper form .comment_wrapper textarea {
  padding-left: 39px;
}
/* line 251, ../sass/_contact.scss */
.form_contact_wrapper form textarea {
  height: 88px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0;
  border: 0;
  color: white;
}
/* line 258, ../sass/_contact.scss */
.form_contact_wrapper form textarea::-webkit-input-placeholder {
  color: white;
}
/* line 262, ../sass/_contact.scss */
.form_contact_wrapper form textarea:-moz-placeholder {
  color: white;
}
/* line 266, ../sass/_contact.scss */
.form_contact_wrapper form textarea:-ms-input-placeholder {
  color: white;
}
/* line 270, ../sass/_contact.scss */
.form_contact_wrapper form #contact-button-wrapper {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  width: calc(100% - 324px);
}
/* line 276, ../sass/_contact.scss */
.form_contact_wrapper form #contact-button {
  color: white;
  background-color: rgba(0, 0, 0, 0.3) !important;
  display: inline-block;
  text-align: center;
  width: 100%;
  border-radius: 5px;
  margin-right: 16px;
  text-transform: uppercase !important;
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  padding: 28px 10px;
}
/* line 294, ../sass/_contact.scss */
.form_contact_wrapper form #contact-button:hover {
  background: #cb612a !important;
}
/* line 298, ../sass/_contact.scss */
.form_contact_wrapper form .g-recaptcha {
  display: inline-block;
}
/* line 302, ../sass/_contact.scss */
.form_contact_wrapper form .row.submit {
  text-align: center;
}
/* line 304, ../sass/_contact.scss */
.form_contact_wrapper form .row.submit a {
  text-decoration: none;
}
/* line 308, ../sass/_contact.scss */
.form_contact_wrapper form .row.submit .lopd_button {
  padding-left: 13px;
  display: inline-block;
}
/* line 312, ../sass/_contact.scss */
.form_contact_wrapper form .row.submit .lopd_button a {
  display: inline-block;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
/* line 320, ../sass/_contact.scss */
.form_contact_wrapper form .row.submit .lopd_button input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  padding-left: 0;
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
/* line 332, ../sass/_contact.scss */
.form_contact_wrapper form .row.submit .lopd_button input[type="checkbox"]:checked {
  background-color: white;
}
/* line 334, ../sass/_contact.scss */
.form_contact_wrapper form .row.submit .lopd_button input[type="checkbox"]:checked + a, .form_contact_wrapper form .row.submit .lopd_button input[type="checkbox"]:checked + label {
  color: white;
}
/* line 340, ../sass/_contact.scss */
.form_contact_wrapper form .row.submit .lopd_button label[for="privacy"].error {
  position: absolute;
  top: 15px;
  margin-left: 4px;
}

/* line 351, ../sass/_contact.scss */
.fancybox-form-new .form_contact_wrapper {
  padding: 30px;
  box-sizing: border-box;
}
/* line 355, ../sass/_contact.scss */
.fancybox-form-new .form_contact_wrapper #contact_file_download, .fancybox-form-new .form_contact_wrapper .contact_file_download {
  width: auto;
}
/* line 357, ../sass/_contact.scss */
.fancybox-form-new .form_contact_wrapper #contact_file_download input[type=text], .fancybox-form-new .form_contact_wrapper .contact_file_download input[type=text] {
  width: 100%;
  margin-right: 0;
}
/* line 365, ../sass/_contact.scss */
.fancybox-form-new .form_contact_wrapper form .box input {
  display: block;
  width: 100%;
}
/* line 371, ../sass/_contact.scss */
.fancybox-form-new .form_contact_wrapper form .lopd_button {
  float: none;
}

/* line 379, ../sass/_contact.scss */
.file_download_form #contact_file_download, .file_download_form .contact_file_download {
  width: 500px;
  margin: auto;
}
/* line 382, ../sass/_contact.scss */
.file_download_form #contact_file_download input[type=text], .file_download_form .contact_file_download input[type=text] {
  width: calc(50% - 10px);
  margin-right: 10px;
}
/* line 388, ../sass/_contact.scss */
.file_download_form .lopd_button {
  float: left;
  position: relative;
  margin-top: 8px;
}
/* line 393, ../sass/_contact.scss */
.file_download_form .lopd_button input[type="checkbox"] {
  height: auto;
}
/* line 397, ../sass/_contact.scss */
.file_download_form .lopd_button label[for="privacy"].error {
  position: absolute;
  top: 25px;
  margin-left: 4px;
}
/* line 403, ../sass/_contact.scss */
.file_download_form .lopd_button a {
  color: white;
}
/* line 406, ../sass/_contact.scss */
.file_download_form .lopd_button a:hover {
  opacity: 0.8;
}
/* line 412, ../sass/_contact.scss */
.file_download_form .name {
  width: 49%;
  float: left;
}
/* line 417, ../sass/_contact.scss */
.file_download_form .name#surname {
  float: right;
  background: rgba(255, 255, 255, 0.2);
  padding-left: 20px;
}
/* line 423, ../sass/_contact.scss */
.file_download_form label.error {
  display: none;
}
/* line 427, ../sass/_contact.scss */
.file_download_form input.error {
  border: 1px solid red;
}
/* line 431, ../sass/_contact.scss */
.file_download_form input[type="checkbox"].error {
  position: relative;
  z-index: 1;
}
/* line 435, ../sass/_contact.scss */
.file_download_form input[type="checkbox"].error:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border: 1px solid red;
  z-index: 0;
}

@media screen and (max-width: 500px) {
  /* line 450, ../sass/_contact.scss */
  .file_download_form #contact_file_download, .file_download_form .contact_file_download {
    width: 100%;
  }
  /* line 452, ../sass/_contact.scss */
  .file_download_form #contact_file_download input[type=text], .file_download_form .contact_file_download input[type=text] {
    width: 100%;
    margin-right: 0;
  }
  /* line 458, ../sass/_contact.scss */
  .file_download_form #contact-button-wrapper {
    display: inline-block;
    vertical-align: top;
  }

  /* line 465, ../sass/_contact.scss */
  body .fancybox-form-new {
    width: calc(100% - 60px) !important;
  }
  /* line 468, ../sass/_contact.scss */
  body .fancybox-form-new .fancybox-inner {
    width: 100% !important;
  }
  /* line 472, ../sass/_contact.scss */
  body .fancybox-form-new form .lopd_button {
    margin-bottom: 10px;
  }
}
/* line 1, ../sass/_loading.scss */
.loading_site, .white_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  position: fixed;
  background-position: center;
  background-size: cover;
  background-color: #333333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  overflow: hidden !important;
}
/* line 10, ../sass/_loading.scss */
.loading_site:before, .white_overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.8);
}
/* line 15, ../sass/_loading.scss */
.loading_site .loading_content, .white_overlay .loading_content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
/* line 19, ../sass/_loading.scss */
.loading_site .loading_content .popup_loading_logo, .white_overlay .loading_content .popup_loading_logo {
  margin-bottom: 35px;
}
/* line 22, ../sass/_loading.scss */
.loading_site .loading_content .popup_loading_logo img, .white_overlay .loading_content .popup_loading_logo img {
  vertical-align: middle;
}
/* line 27, ../sass/_loading.scss */
.loading_site .loading_content h2, .white_overlay .loading_content h2 {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: lighter;
  color: white;
}

/* line 36, ../sass/_loading.scss */
.white_overlay {
  background: #F9F9F9 !important;
}
/* line 38, ../sass/_loading.scss */
.white_overlay:before {
  right: 20%;
  background: #da972d;
}

/* line 1, ../../../../sass/plugins/spiners/_dots_loader.scss */
.dots_loader {
  padding: 60px 0 70px;
}
/* line 3, ../../../../sass/plugins/spiners/_dots_loader.scss */
.dots_loader .dot {
  width: 24px;
  height: 24px;
  margin: 0 3px;
  background: #000;
  border-radius: 100%;
  display: inline-block;
  animation: slide 1s infinite;
}
/* line 11, ../../../../sass/plugins/spiners/_dots_loader.scss */
.dots_loader .dot:nth-child(1) {
  animation-delay: 0.1s;
}
/* line 14, ../../../../sass/plugins/spiners/_dots_loader.scss */
.dots_loader .dot:nth-child(2) {
  animation-delay: 0.2s;
}
/* line 17, ../../../../sass/plugins/spiners/_dots_loader.scss */
.dots_loader .dot:nth-child(3) {
  animation-delay: 0.3s;
}
/* line 20, ../../../../sass/plugins/spiners/_dots_loader.scss */
.dots_loader .dot:nth-child(4) {
  animation-delay: 0.4s;
}
/* line 23, ../../../../sass/plugins/spiners/_dots_loader.scss */
.dots_loader .dot:nth-child(5) {
  animation-delay: 0.5s;
}

@-moz-keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
/* line 47, ../sass/_loading.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .description_bottom_popup_booking {
  font-weight: bold;
}

/* line 51, ../sass/_loading.scss */
.tp-loader {
  background: none;
}

/* line 2, ../sass/languages.scss */
html[lang="de"] .fancybox-lang #popup_login .others_tools .login_button {
  padding: 10px 18px;
}

@media (max-width: 1600px) {
  /* line 2, ../sass/_responsive.scss */
  .banner_ventajas_wrapper .main_image_left img {
    min-height: 100%;
    max-height: 100%;
    width: auto;
  }
}
@media (max-width: 1320px) {
  /* line 9, ../sass/_responsive.scss */
  .banner_ventajas_wrapper {
    height: auto;
  }
  /* line 11, ../sass/_responsive.scss */
  .banner_ventajas_wrapper .info_right {
    padding: 50px 50px;
  }
  /* line 13, ../sass/_responsive.scss */
  .banner_ventajas_wrapper .info_right .info_text {
    width: 90%;
  }
  /* line 16, ../sass/_responsive.scss */
  .banner_ventajas_wrapper .info_right .info_text p {
    width: 80%;
  }
  /* line 20, ../sass/_responsive.scss */
  .banner_ventajas_wrapper .info_right .button_info {
    margin: auto;
  }
}
@media (max-width: 1139px) {
  /* line 27, ../sass/_responsive.scss */
  header .section_element .link, .hide_menu .section_element .link {
    padding: 5px;
  }

  /* line 31, ../sass/_responsive.scss */
  body {
    min-width: inherit;
  }

  /* line 35, ../sass/_responsive.scss */
  .tp-banner-container {
    min-width: auto !important;
  }

  /* line 40, ../sass/_responsive.scss */
  #slider_container .revolution_text {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 46, ../sass/_responsive.scss */
  #slider_container .default {
    top: calc(100% - 36px) !important;
  }

  /* line 52, ../sass/_responsive.scss */
  header #mainHeaderContainer, .hide_menu #mainHeaderContainer {
    width: 95%;
  }
  /* line 56, ../sass/_responsive.scss */
  header #main_header, .hide_menu #main_header {
    width: auto;
    float: right;
  }
  /* line 61, ../sass/_responsive.scss */
  header #main_header #top_header .social, .hide_menu #main_header #top_header .social {
    height: 100%;
  }

  /* line 68, ../sass/_responsive.scss */
  .banner_info_wrapper {
    width: 95%;
  }

  /* line 72, ../sass/_responsive.scss */
  .bannerx5_wrapper .container12 {
    width: 95%;
  }
  /* line 75, ../sass/_responsive.scss */
  .bannerx5_wrapper .container12 .col-2 {
    width: calc(100% / 2 - 5px);
    height: auto;
  }
  /* line 80, ../sass/_responsive.scss */
  .bannerx5_wrapper .container12 .col-3 {
    width: calc(100% / 3 - 7px);
    height: auto;
    margin-bottom: 10px;
  }
  /* line 88, ../sass/_responsive.scss */
  .bannerx5_wrapper .container12 .bannerx5_element .bannerx5_text .title {
    font-size: 16px;
  }
  /* line 92, ../sass/_responsive.scss */
  .bannerx5_wrapper .container12 .bannerx5_element .bannerx5_text .description {
    font-size: 13px;
  }
  /* line 98, ../sass/_responsive.scss */
  .bannerx5_wrapper .container12 .bannerx5_element .links .know_more {
    font-size: 13px;
    background-position-y: 4px;
  }
  /* line 103, ../sass/_responsive.scss */
  .bannerx5_wrapper .container12 .bannerx5_element .links .link_video {
    font-size: 13px;
    background-size: contain;
    background-position-y: 0px;
  }
  /* line 112, ../sass/_responsive.scss */
  .bannerx5_wrapper .container12 .bannerx5_element .bannerx5_gallery .element_text .title {
    font-size: 16px;
  }
  /* line 116, ../sass/_responsive.scss */
  .bannerx5_wrapper .container12 .bannerx5_element .bannerx5_gallery .element_text .description {
    font-size: 13px;
  }
  /* line 122, ../sass/_responsive.scss */
  .bannerx5_wrapper .container12 .bannerx5_element .bannerx5_gallery .links .highlight {
    font-size: 13px;
  }
  /* line 126, ../sass/_responsive.scss */
  .bannerx5_wrapper .container12 .bannerx5_element .bannerx5_gallery .links .know_more {
    font-size: 13px;
  }

  /* line 133, ../sass/_responsive.scss */
  .bannerx4_wrapper {
    height: auto;
    padding-bottom: 50px;
  }
  /* line 137, ../sass/_responsive.scss */
  .bannerx4_wrapper .container12 {
    width: 95%;
  }

  /* line 142, ../sass/_responsive.scss */
  .slider_text_wrapper {
    height: auto;
  }
  /* line 145, ../sass/_responsive.scss */
  .slider_text_wrapper .slider_text_description {
    width: 100%;
  }

  /* line 150, ../sass/_responsive.scss */
  .banner_partner_wrapper {
    padding-bottom: 20px;
  }
  /* line 153, ../sass/_responsive.scss */
  .banner_partner_wrapper .container12 {
    width: 95%;
  }
  /* line 157, ../sass/_responsive.scss */
  .banner_partner_wrapper .partner_text {
    width: 100%;
  }
  /* line 162, ../sass/_responsive.scss */
  .banner_partner_wrapper .partner_badges ul li {
    width: 50%;
    float: left;
    margin-bottom: 30px;
    height: 64px;
  }

  /* line 174, ../sass/_responsive.scss */
  .wordpress_block .container12 {
    width: 95%;
  }
  /* line 179, ../sass/_responsive.scss */
  .wordpress_block .wordpress_sections .wordpress_element {
    width: calc(100% / 2 - 40px);
    margin-bottom: 33px;
  }
  /* line 183, ../sass/_responsive.scss */
  .wordpress_block .wordpress_sections .wordpress_element:last-child {
    margin-bottom: 0;
  }

  /* line 191, ../sass/_responsive.scss */
  footer .container12 {
    width: 95%;
  }

  /* line 197, ../sass/_responsive.scss */
  .submenu_flotante_wrapper .container12 {
    width: 900px;
  }

  /* line 203, ../sass/_responsive.scss */
  .main_content_wrapper .container12 {
    width: 95%;
  }
  /* line 207, ../sass/_responsive.scss */
  .main_content_wrapper .main_content_description {
    width: 95%;
  }

  /* line 213, ../sass/_responsive.scss */
  .black_sections_wrapper .container12 {
    width: 95%;
  }

  /* line 219, ../sass/_responsive.scss */
  .white_block_wrapper .container12 {
    width: 95%;
  }

  /* line 225, ../sass/_responsive.scss */
  .blue_sections_wrapper .container12 {
    width: 95%;
  }

  /* line 231, ../sass/_responsive.scss */
  .suscripcion-google-maps-wrapper .container12 {
    width: 95%;
  }

  /* line 237, ../sass/_responsive.scss */
  .form_contact_wrapper .container12 {
    width: 95%;
  }

  /* line 243, ../sass/_responsive.scss */
  .blocks_contact_wrapper .container12 {
    width: 95%;
  }

  /* line 249, ../sass/_responsive.scss */
  .slider_contact_wrapper .container12 {
    width: 95%;
  }

  /* line 255, ../sass/_responsive.scss */
  .slider_contact_wrapper .img_slider {
    height: 405px;
    overflow: hidden;
  }
  /* line 259, ../sass/_responsive.scss */
  .slider_contact_wrapper .img_slider img {
    height: 100%;
    width: auto;
  }

  /* line 276, ../sass/_responsive.scss */
  .news_sections_wrapper .container12 {
    width: 95%;
  }
  /* line 282, ../sass/_responsive.scss */
  .news_sections_wrapper .news_element .new_text .new_description {
    width: 95%;
  }
  /* line 287, ../sass/_responsive.scss */
  .news_sections_wrapper .news_element .image_new {
    float: none;
  }
  /* line 291, ../sass/_responsive.scss */
  .news_sections_wrapper .news_element .new_text.cover {
    float: none;
    margin-left: 0;
    text-align: center;
  }
}
@media (max-width: 1050px) {
  /* line 300, ../sass/_responsive.scss */
  header #logo, .hide_menu #logo {
    width: 200px;
  }
}
@media (max-width: 1015px) {
  /* line 306, ../sass/_responsive.scss */
  .banner_info_wrapper .banner_info_image {
    padding-bottom: 30px;
  }
  /* line 308, ../sass/_responsive.scss */
  .banner_info_wrapper .banner_info_image img {
    width: 380px;
  }
  /* line 312, ../sass/_responsive.scss */
  .banner_info_wrapper .banner_info {
    width: 90%;
  }
  /* line 314, ../sass/_responsive.scss */
  .banner_info_wrapper .banner_info .banner_info_title {
    font-size: 16px;
  }
  /* line 317, ../sass/_responsive.scss */
  .banner_info_wrapper .banner_info .banner_info_desc {
    font-size: 13px;
  }

  /* line 323, ../sass/_responsive.scss */
  .bannerx5_wrapper .container12 .col-2 {
    width: 100%;
    height: 380px;
  }
  /* line 326, ../sass/_responsive.scss */
  .bannerx5_wrapper .container12 .col-2.banner-right {
    width: calc(50% - 5px);
    height: auto;
    margin-right: 10px;
  }
  /* line 333, ../sass/_responsive.scss */
  .bannerx5_wrapper .container12 .col-3 {
    width: calc(50% - 5px);
    height: auto;
  }
  /* line 336, ../sass/_responsive.scss */
  .bannerx5_wrapper .container12 .col-3.banner-left {
    margin-right: 0;
  }
  /* line 343, ../sass/_responsive.scss */
  .bannerx5_wrapper .container12 .bannerx5_element .bannerx5_text .title {
    font-size: 19px;
  }
  /* line 347, ../sass/_responsive.scss */
  .bannerx5_wrapper .container12 .bannerx5_element .bannerx5_text .description {
    font-size: 16px;
  }
  /* line 351, ../sass/_responsive.scss */
  .bannerx5_wrapper .container12 .bannerx5_element .element_img, .bannerx5_wrapper .container12 .bannerx5_element .bannerx5_img {
    height: 300px !important;
  }
  /* line 356, ../sass/_responsive.scss */
  .bannerx5_wrapper .container12 .bannerx5_element .links .know_more {
    font-size: 16px;
    background-position-y: 6px;
  }
  /* line 361, ../sass/_responsive.scss */
  .bannerx5_wrapper .container12 .bannerx5_element .links .link_video {
    font-size: 16px;
    background-size: contain;
    background-position-y: 0px;
  }
  /* line 370, ../sass/_responsive.scss */
  .bannerx5_wrapper .container12 .bannerx5_element .bannerx5_gallery .element_text .title {
    font-size: 19px;
  }
  /* line 374, ../sass/_responsive.scss */
  .bannerx5_wrapper .container12 .bannerx5_element .bannerx5_gallery .element_text .description {
    font-size: 16px;
  }
  /* line 380, ../sass/_responsive.scss */
  .bannerx5_wrapper .container12 .bannerx5_element .bannerx5_gallery .links .highlight {
    font-size: 16px;
  }
  /* line 384, ../sass/_responsive.scss */
  .bannerx5_wrapper .container12 .bannerx5_element .bannerx5_gallery .links .know_more {
    font-size: 16px;
  }

  /* line 393, ../sass/_responsive.scss */
  .blue_sections_wrapper .blue_images, .blue_sections_wrapper .blue_images_hidden {
    width: 95%;
  }
  /* line 396, ../sass/_responsive.scss */
  .blue_sections_wrapper .blue_images .images, .blue_sections_wrapper .blue_images_hidden .images {
    width: auto;
  }

  /* line 404, ../sass/_responsive.scss */
  .blocks_contact_wrapper .block_element .title {
    margin: 20px auto;
    font-size: 38px;
    padding: 0 45px;
    background-size: contain;
  }
  /* line 411, ../sass/_responsive.scss */
  .blocks_contact_wrapper .block_element .separator {
    width: 95%;
  }
}
@media (max-width: 1000px) {
  /* line 419, ../sass/_responsive.scss */
  .bannerx5_wrapper {
    padding: 45px 0;
  }

  /* line 422, ../sass/_responsive.scss */
  .blocks_contact_wrapper .block_element {
    width: calc(100% / 2 - 10px);
    margin-bottom: 10px;
  }
  /* line 425, ../sass/_responsive.scss */
  .blocks_contact_wrapper .block_element:nth-child(2), .blocks_contact_wrapper .block_element:nth-child(3) {
    width: calc(100% / 2 - 10px);
  }
  /* line 428, ../sass/_responsive.scss */
  .blocks_contact_wrapper .block_element:nth-child(2) .title, .blocks_contact_wrapper .block_element:nth-child(3) .title {
    font-size: 32px;
    padding: 1px 45px;
    background-size: 25px;
  }
  /* line 434, ../sass/_responsive.scss */
  .blocks_contact_wrapper .block_element:nth-child(4), .blocks_contact_wrapper .block_element:nth-child(5), .blocks_contact_wrapper .block_element:nth-child(6) {
    width: calc(100% / 3 - 10px);
  }
  /* line 438, ../sass/_responsive.scss */
  .blocks_contact_wrapper .block_element:nth-child(4) .title, .blocks_contact_wrapper .block_element:nth-child(5) .title, .blocks_contact_wrapper .block_element:nth-child(6) .title {
    font-size: 32px;
    padding: 0 45px;
    background-size: 25px;
  }

  /* line 446, ../sass/_responsive.scss */
  .full-popup .fancybox-outer .fancybox-inner {
    padding: 60px 100px;
  }
}
@media (max-width: 990px) {
  /* line 453, ../sass/_responsive.scss */
  #slider_container .tp-caption {
    top: 0;
  }

  /* line 457, ../sass/_responsive.scss */
  header {
    background: #3c3c3c !important;
    height: 60px;
    top: 0;
  }
  /* line 462, ../sass/_responsive.scss */
  header #mainHeaderContainer {
    width: 100%;
    position: relative;
    padding: 2.5%;
    height: 36px;
  }
  /* line 468, ../sass/_responsive.scss */
  header #mainHeaderContainer #logo {
    margin-top: 3px;
    width: 160px;
    position: absolute;
    top: 50%;
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  /* line 480, ../sass/_responsive.scss */
  header #mainHeaderContainer #main_sections {
    display: none;
  }
  /* line 484, ../sass/_responsive.scss */
  header #top_header {
    display: inline-block;
    position: absolute;
    right: 60px;
    margin: 0;
    top: 50%;
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  /* line 499, ../sass/_responsive.scss */
  header #top_header .login {
    padding: 0;
    margin-left: 0;
    background-color: transparent;
  }
  /* line 504, ../sass/_responsive.scss */
  header #top_header .login a {
    background: url("/img/datar/user-icon.png") no-repeat center center;
    color: transparent;
    height: 22px;
    width: 22px;
    background-size: contain;
    display: inline-block;
  }
  /* line 512, ../sass/_responsive.scss */
  header #top_header .login a:hover {
    color: transparent;
  }
  /* line 519, ../sass/_responsive.scss */
  header .responsive_sections_button {
    background: transparent url("/img/datar/menu.png") no-repeat;
    width: 22px;
    height: 22px;
    background-size: contain;
    display: inline-block;
    position: absolute;
    right: 2.5%;
    top: 30px;
    top: 50%;
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  /* line 535, ../sass/_responsive.scss */
  header .responsive_sections_wrapper {
    display: block;
    opacity: 0;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 100%;
    text-align: right;
    background: #555658;
    padding: 0 10%;
    overflow: auto;
  }
  /* line 550, ../sass/_responsive.scss */
  header .responsive_sections_wrapper .close_img {
    background: url("/img/datar/cerrar-menu.png");
    background-size: contain;
    height: 22px;
    width: 22px;
    position: absolute;
    top: 20px;
    right: 2.5%;
  }
  /* line 564, ../sass/_responsive.scss */
  header .responsive_sections_wrapper #responsive_sections .section_element {
    display: block;
    font-size: 20px;
    text-align: left;
  }
  /* line 569, ../sass/_responsive.scss */
  header .responsive_sections_wrapper #responsive_sections .section_element .link {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    font-weight: 100;
    padding: 12px 0;
  }
  /* line 577, ../sass/_responsive.scss */
  header .responsive_sections_wrapper #responsive_sections .section_element ul {
    display: none;
    padding-bottom: 15px;
  }
  /* line 580, ../sass/_responsive.scss */
  header .responsive_sections_wrapper #responsive_sections .section_element ul.active {
    display: block;
  }
  /* line 585, ../sass/_responsive.scss */
  header .responsive_sections_wrapper #responsive_sections .section_element ul .subsection_element .hide_img {
    display: none;
  }
  /* line 589, ../sass/_responsive.scss */
  header .responsive_sections_wrapper #responsive_sections .section_element ul .subsection_element a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    text-decoration: none;
    padding-left: 8px;
  }
  /* line 600, ../sass/_responsive.scss */
  header .responsive_sections_wrapper #responsive_sections hr {
    border-top: 2px solid #eee;
    margin: 0;
  }
  /* line 605, ../sass/_responsive.scss */
  header .responsive_sections_wrapper #responsive_sections hr.line_section {
    margin: 0;
    border-top: 1px solid #eee;
  }
  /* line 611, ../sass/_responsive.scss */
  header .responsive_sections_wrapper #responsive_sections .top_sections a {
    color: white;
  }
  /* line 619, ../sass/_responsive.scss */
  header .hiden_responsive_section ul {
    display: block;
  }

  /* line 625, ../sass/_responsive.scss */
  header.home {
    box-shadow: 0px -2px 10px black;
    position: fixed !important;
  }

  /* line 630, ../sass/_responsive.scss */
  .hide_menu {
    display: none !important;
  }

  /* line 634, ../sass/_responsive.scss */
  .fancybox-subsection {
    width: 400px !important;
  }
  /* line 637, ../sass/_responsive.scss */
  .fancybox-subsection .fancybox-outer {
    height: 100% !important;
    padding: 1px !important;
    border-radius: 0 !important;
  }
  /* line 643, ../sass/_responsive.scss */
  .fancybox-subsection .fancybox-inner {
    overflow: visible !important;
  }
  /* line 647, ../sass/_responsive.scss */
  .fancybox-subsection .fancybox-close {
    background: url("/img/datar/cerrar-idioma.png") !important;
    top: 0 !important;
    right: 0 !important;
    width: 42px !important;
    height: 42px !important;
  }
  /* line 655, ../sass/_responsive.scss */
  .fancybox-subsection .fancybox-close:hover {
    opacity: 0.8;
  }
  /* line 660, ../sass/_responsive.scss */
  .fancybox-subsection ul {
    background: rgba(255, 255, 255, 0.9);
    padding: 40px;
  }
  /* line 664, ../sass/_responsive.scss */
  .fancybox-subsection ul .subsection_element {
    display: inline-block;
    height: 40px;
    width: 100%;
    border-bottom: 1px solid #a9a8a9;
    text-align: center;
  }
  /* line 671, ../sass/_responsive.scss */
  .fancybox-subsection ul .subsection_element .hide_img {
    display: inline-block;
    width: 20px;
    vertical-align: middle;
    padding: 9px 0;
  }
  /* line 678, ../sass/_responsive.scss */
  .fancybox-subsection ul .subsection_element a {
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    color: #333;
    vertical-align: top;
    margin-top: 9px;
    padding-left: 5px;
    text-align: center;
    font-weight: 100;
  }
  /* line 689, ../sass/_responsive.scss */
  .fancybox-subsection ul .subsection_element a:hover {
    color: #666666;
  }
  /* line 695, ../sass/_responsive.scss */
  .fancybox-subsection ul .subsection_element:last-child {
    border-bottom: none;
  }

  /* line 702, ../sass/_responsive.scss */
  .submenu_flotante_wrapper .container12 {
    width: 95%;
  }

  /* line 707, ../sass/_responsive.scss */
  .icons_blue {
    display: none;
  }

  /* line 711, ../sass/_responsive.scss */
  .icons_blue_hidden {
    display: block;
    margin-top: 30px;
  }
  /* line 715, ../sass/_responsive.scss */
  .icons_blue_hidden .icon_element {
    display: block;
  }
  /* line 718, ../sass/_responsive.scss */
  .icons_blue_hidden .icon_element .icon_image {
    display: block;
    vertical-align: middle;
  }
  /* line 723, ../sass/_responsive.scss */
  .icons_blue_hidden .icon_element .icon_text {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
  }

  /* line 730, ../sass/_responsive.scss */
  .banner_ventajas_wrapper {
    display: flex;
    flex-direction: column;
  }
  /* line 733, ../sass/_responsive.scss */
  .banner_ventajas_wrapper .main_image_left, .banner_ventajas_wrapper .info_right {
    width: 100%;
  }
  /* line 736, ../sass/_responsive.scss */
  .banner_ventajas_wrapper .main_image_left {
    height: 360px;
  }
  /* line 738, ../sass/_responsive.scss */
  .banner_ventajas_wrapper .main_image_left img {
    height: auto;
    max-height: none;
    min-width: auto;
    width: auto;
    max-width: 100%;
  }

  /* line 748, ../sass/_responsive.scss */
  .newsletter_wrapper {
    padding-bottom: 10px;
  }
  /* line 751, ../sass/_responsive.scss */
  .newsletter_wrapper .newsletter_container .newsletter_title {
    display: block;
    width: 100%;
    text-align: center;
  }
  /* line 756, ../sass/_responsive.scss */
  .newsletter_wrapper .newsletter_container .newsletter_description {
    display: block;
  }
  /* line 759, ../sass/_responsive.scss */
  .newsletter_wrapper .newsletter_container .newsletter_form {
    margin-top: 30px;
    display: block;
    width: 100%;
    text-align: center;
  }
  /* line 764, ../sass/_responsive.scss */
  .newsletter_wrapper .newsletter_container .newsletter_form .check_newsletter {
    position: relative;
    display: block;
    bottom: 0;
    left: 0;
    right: 0 !important;
    text-align: center;
    margin-top: 10px;
  }
}
@media (max-width: 899px) {
  /* line 780, ../sass/_responsive.scss */
  .black_sections_wrapper .black_element {
    text-align: center;
  }
  /* line 783, ../sass/_responsive.scss */
  .black_sections_wrapper .black_element .element_text {
    width: 80%;
  }
  /* line 787, ../sass/_responsive.scss */
  .black_sections_wrapper .black_element .element_img {
    width: 100%;
    text-align: center;
    max-width: 70%;
  }
  /* line 792, ../sass/_responsive.scss */
  .black_sections_wrapper .black_element .element_img > img {
    width: 100%;
  }
  /* line 796, ../sass/_responsive.scss */
  .black_sections_wrapper .black_element .element_img .icon_maxi {
    left: 50%;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
  }
  /* line 808, ../sass/_responsive.scss */
  .black_sections_wrapper .black_element .work {
    width: 100%;
  }
  /* line 814, ../sass/_responsive.scss */
  .black_sections_wrapper .gray .element_text {
    float: none;
    margin: 0 auto;
  }
  /* line 818, ../sass/_responsive.scss */
  .black_sections_wrapper .gray .element_text .description {
    padding-right: 0;
  }
  /* line 823, ../sass/_responsive.scss */
  .black_sections_wrapper .gray .element_img {
    float: none;
    margin: 0 auto;
    margin-top: 40px;
  }
  /* line 830, ../sass/_responsive.scss */
  .black_sections_wrapper .gray .element_text_additional {
    float: none;
    width: auto;
    margin: 40px auto 0;
  }
  /* line 835, ../sass/_responsive.scss */
  .black_sections_wrapper .gray .element_text_additional .element {
    margin-right: auto;
  }
  /* line 843, ../sass/_responsive.scss */
  .black_sections_wrapper .black .element_text {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  /* line 848, ../sass/_responsive.scss */
  .black_sections_wrapper .black .element_text .description {
    padding-left: 0;
  }
  /* line 853, ../sass/_responsive.scss */
  .black_sections_wrapper .black .element_img {
    float: none;
    margin: 0 auto;
    margin-top: 40px;
  }
  /* line 859, ../sass/_responsive.scss */
  .black_sections_wrapper .black .element_text_additional {
    float: none;
    width: auto;
    margin: 40px auto 0;
  }
  /* line 864, ../sass/_responsive.scss */
  .black_sections_wrapper .black .element_text_additional .element {
    margin-left: auto;
  }
  /* line 871, ../sass/_responsive.scss */
  .black_sections_wrapper .element_text_additional {
    float: none;
    width: auto;
  }

  /* line 878, ../sass/_responsive.scss */
  .banner_partner_wrapper .partner_badges li.col-md-3 {
    width: calc(100% / 2 - 40px);
  }

  /* line 884, ../sass/_responsive.scss */
  .mini_gallery_wrapper .mini_gallery_element {
    width: 100%;
  }
  /* line 887, ../sass/_responsive.scss */
  .mini_gallery_wrapper .mini_gallery_element:first-child {
    margin-bottom: 10px;
  }
  /* line 891, ../sass/_responsive.scss */
  .mini_gallery_wrapper .mini_gallery_element:last-child {
    float: none;
  }

  /* line 898, ../sass/_responsive.scss */
  .blue_sections_wrapper .blue_description {
    width: 95%;
  }

  /* line 904, ../sass/_responsive.scss */
  .blocks_contact_wrapper .block_element {
    width: 65%;
    margin: 0 auto;
    float: none;
    margin-bottom: 20px;
  }
  /* line 910, ../sass/_responsive.scss */
  .blocks_contact_wrapper .block_element:nth-child(2), .blocks_contact_wrapper .block_element:nth-child(3), .blocks_contact_wrapper .block_element:nth-child(4), .blocks_contact_wrapper .block_element:nth-child(5), .blocks_contact_wrapper .block_element:nth-child(6) {
    width: 65%;
  }
  /* line 918, ../sass/_responsive.scss */
  .blocks_contact_wrapper .block_element .title {
    font-size: 52px;
  }
  /* line 922, ../sass/_responsive.scss */
  .blocks_contact_wrapper .block_element:last-child {
    margin-right: auto;
  }
}
@media (max-width: 850px) {
  /* line 931, ../sass/_responsive.scss */
  .slider_contact_wrapper .overlay {
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  /* line 939, ../sass/_responsive.scss */
  .slider_contact_wrapper .flex-control-nav {
    bottom: 98px;
  }

  /* line 947, ../sass/_responsive.scss */
  .black_sections_wrapper .black_element .work .title {
    width: 95%;
  }
  /* line 951, ../sass/_responsive.scss */
  .black_sections_wrapper .black_element .work .description {
    width: 90%;
    text-align: justify;
  }

  /* line 959, ../sass/_responsive.scss */
  .fancybox-lopd {
    width: 95% !important;
    left: 2.5% !important;
  }
}
@media (max-width: 800px) {
  /* line 967, ../sass/_responsive.scss */
  .news_sections_wrapper .news_element {
    width: 100%;
  }
  /* line 970, ../sass/_responsive.scss */
  .news_sections_wrapper .news_element .new_text .new_description {
    width: 75%;
  }

  /* line 978, ../sass/_responsive.scss */
  .black_sections_wrapper .black_element .container12 {
    display: block;
  }
}
@media (max-width: 700px) {
  /* line 987, ../sass/_responsive.scss */
  #main_header #top_header .social {
    display: none;
  }
  /* line 990, ../sass/_responsive.scss */
  #main_header #top_header .top_menu {
    font-size: 10px;
  }
  /* line 992, ../sass/_responsive.scss */
  #main_header #top_header .top_menu:first-of-type {
    display: none;
  }
  /* line 996, ../sass/_responsive.scss */
  #main_header #top_header .social {
    padding: 10px;
  }
  /* line 998, ../sass/_responsive.scss */
  #main_header #top_header .social a i {
    font-size: 14px;
  }

  /* line 1004, ../sass/_responsive.scss */
  .bannerx5_wrapper .container12 .col-2 {
    width: 100%;
    height: auto;
  }
  /* line 1007, ../sass/_responsive.scss */
  .bannerx5_wrapper .container12 .col-2.banner-right {
    width: 100%;
    margin-right: 0;
  }
  /* line 1013, ../sass/_responsive.scss */
  .bannerx5_wrapper .container12 .col-3 {
    width: 100%;
    margin-right: 0;
  }

  /* line 1018, ../sass/_responsive.scss */
  .white_block_wrapper .white_content table {
    display: none;
  }

  /* line 1023, ../sass/_responsive.scss */
  .white_block_wrapper .white_content .table_text {
    display: block;
    margin-top: 80px;
  }
  /* line 1027, ../sass/_responsive.scss */
  .white_block_wrapper .white_content .table_text .table_element {
    padding-bottom: 10px;
    margin: 20px auto;
    color: white;
    width: 450px;
  }
  /* line 1033, ../sass/_responsive.scss */
  .white_block_wrapper .white_content .table_text .table_element .title {
    font-size: 40px;
    font-weight: 300;
    padding-top: 10px;
  }
  /* line 1038, ../sass/_responsive.scss */
  .white_block_wrapper .white_content .table_text .table_element .title .type, .white_block_wrapper .white_content .table_text .table_element .title .price {
    display: inline-block;
  }
  /* line 1043, ../sass/_responsive.scss */
  .white_block_wrapper .white_content .table_text .table_element .accordion {
    display: none;
  }
  /* line 1047, ../sass/_responsive.scss */
  .white_block_wrapper .white_content .table_text .table_element .accordion .text {
    padding: 15px 0;
  }
  /* line 1051, ../sass/_responsive.scss */
  .white_block_wrapper .white_content .table_text .table_element .accordion hr {
    width: 90%;
    margin: 0 auto;
  }
  /* line 1057, ../sass/_responsive.scss */
  .white_block_wrapper .white_content .table_text .table_element .see_more {
    padding-top: 10px;
  }
  /* line 1062, ../sass/_responsive.scss */
  .white_block_wrapper .white_content .table_text .table_element.silver {
    background-color: #afaeb4;
  }
  /* line 1065, ../sass/_responsive.scss */
  .white_block_wrapper .white_content .table_text .table_element.silver .accordion {
    background-color: #7b7983;
  }
  /* line 1068, ../sass/_responsive.scss */
  .white_block_wrapper .white_content .table_text .table_element.silver .accordion hr {
    border-color: #afaeb4;
  }
  /* line 1074, ../sass/_responsive.scss */
  .white_block_wrapper .white_content .table_text .table_element {
    color: white;
    background-color: #da972d;
  }
  /* line 1078, ../sass/_responsive.scss */
  .white_block_wrapper .white_content .table_text .table_element .accordion {
    background-color: #895d18;
  }
  /* line 1081, ../sass/_responsive.scss */
  .white_block_wrapper .white_content .table_text .table_element .accordion hr {
    border-color: #da972d;
  }

  /* line 1088, ../sass/_responsive.scss */
  .blue_sections_wrapper, .black_sections_wrapper .black_element, .white_block_wrapper {
    padding: 48px 0;
  }

  /* line 1093, ../sass/_responsive.scss */
  .wordpress_block .wordpress_sections .wordpress_element {
    width: calc(100% - 40px);
  }

  /* line 1100, ../sass/_responsive.scss */
  .newsletter_wrapper .newsletter_container {
    text-align: center;
  }
  /* line 1102, ../sass/_responsive.scss */
  .newsletter_wrapper .newsletter_container .newsletter_title {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  /* line 1107, ../sass/_responsive.scss */
  .newsletter_wrapper .newsletter_container .newsletter_description {
    display: block;
  }
  /* line 1110, ../sass/_responsive.scss */
  .newsletter_wrapper .newsletter_container .newsletter_form {
    display: block;
    padding: 0 10px;
    width: 100%;
  }
  /* line 1115, ../sass/_responsive.scss */
  .newsletter_wrapper .newsletter_container .newsletter_form .input_email {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 1120, ../sass/_responsive.scss */
  .newsletter_wrapper .newsletter_container .newsletter_form .button_newsletter {
    display: block;
    width: 100%;
  }
  /* line 1124, ../sass/_responsive.scss */
  .newsletter_wrapper .newsletter_container .newsletter_form .check_newsletter {
    text-align: left;
  }
  /* line 1126, ../sass/_responsive.scss */
  .newsletter_wrapper .newsletter_container .newsletter_form .check_newsletter:last-of-type {
    left: auto;
    right: calc((100% - 850px) / 2);
  }
  /* line 1129, ../sass/_responsive.scss */
  .newsletter_wrapper .newsletter_container .newsletter_form .check_newsletter:last-of-type .check_privacy {
    margin-top: 0;
    vertical-align: top;
  }
  /* line 1133, ../sass/_responsive.scss */
  .newsletter_wrapper .newsletter_container .newsletter_form .check_newsletter:last-of-type label {
    width: calc(100% - 25px);
    vertical-align: top;
  }

  /* line 1143, ../sass/_responsive.scss */
  .form_contact_wrapper .g-recaptcha {
    display: block !important;
    text-align: center;
  }
  /* line 1146, ../sass/_responsive.scss */
  .form_contact_wrapper .g-recaptcha > div {
    display: inline-block;
  }
  /* line 1150, ../sass/_responsive.scss */
  .form_contact_wrapper #contact-button-wrapper {
    display: block !important;
    margin-left: 0 !important;
    width: 99% !important;
  }
  /* line 1155, ../sass/_responsive.scss */
  .form_contact_wrapper .lopd_button {
    display: block !important;
    text-align: left;
  }
  /* line 1158, ../sass/_responsive.scss */
  .form_contact_wrapper .lopd_button:last-of-type {
    left: auto;
    right: calc((100% - 850px) / 2);
  }
  /* line 1161, ../sass/_responsive.scss */
  .form_contact_wrapper .lopd_button:last-of-type .check_privacy {
    margin-top: 0 !important;
    vertical-align: top !important;
  }
  /* line 1165, ../sass/_responsive.scss */
  .form_contact_wrapper .lopd_button:last-of-type a {
    width: calc(100% - 25px) !important;
    vertical-align: top !important;
  }
}
@media (max-width: 600px) {
  /* line 1175, ../sass/_responsive.scss */
  .bannerx5_wrapper .container12 .col-2, .bannerx5_wrapper .container12 .col-3 {
    height: auto;
  }

  /* line 1179, ../sass/_responsive.scss */
  .col-sm-6, .col-sm-12 {
    width: 100%;
    padding-right: 0;
  }

  /* line 1183, ../sass/_responsive.scss */
  .banner_ventajas_wrapper .main_image_left {
    height: 260px;
  }

  /* line 1190, ../sass/_responsive.scss */
  .bannerx5_wrapper .container12 .bannerx5_element .bannerx5_text .title {
    font-size: 16px;
  }
  /* line 1194, ../sass/_responsive.scss */
  .bannerx5_wrapper .container12 .bannerx5_element .bannerx5_text .description {
    font-size: 13px;
  }
  /* line 1201, ../sass/_responsive.scss */
  .bannerx5_wrapper .container12 .bannerx5_element .bannerx5_gallery .element_text .title {
    font-size: 16px;
  }
  /* line 1205, ../sass/_responsive.scss */
  .bannerx5_wrapper .container12 .bannerx5_element .bannerx5_gallery .element_text .description {
    font-size: 13px;
  }
  /* line 1211, ../sass/_responsive.scss */
  .bannerx5_wrapper .container12 .bannerx5_element .bannerx5_gallery .links .highlight {
    font-size: 13px;
  }
  /* line 1215, ../sass/_responsive.scss */
  .bannerx5_wrapper .container12 .bannerx5_element .bannerx5_gallery .links .know_more {
    font-size: 13px;
    background-position-y: 4px;
  }
  /* line 1223, ../sass/_responsive.scss */
  .bannerx5_wrapper .container12 .bannerx5_element .links .know_more {
    font-size: 13px;
    background-position-y: 4px;
  }
  /* line 1228, ../sass/_responsive.scss */
  .bannerx5_wrapper .container12 .bannerx5_element .links .link_video {
    font-size: 13px;
    background-size: contain;
    background-position-y: 0px;
  }

  /* line 1237, ../sass/_responsive.scss */
  #slider_container .tp-caption {
    top: 0;
    height: 100% !important;
    width: 100% !important;
    left: 0 !important;
  }
  /* line 1244, ../sass/_responsive.scss */
  #slider_container .revolution_description {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
  }
  /* line 1249, ../sass/_responsive.scss */
  #slider_container .revolution_description .revolution_text .title {
    font-size: 28px;
  }
  /* line 1253, ../sass/_responsive.scss */
  #slider_container .revolution_description .revolution_text .description {
    font-size: 18px;
  }

  /* line 1261, ../sass/_responsive.scss */
  .slider_text_wrapper .slider_text_title {
    font-size: 35px;
  }
  /* line 1265, ../sass/_responsive.scss */
  .slider_text_wrapper .slider_text_description {
    font-size: 14px;
  }

  /* line 1271, ../sass/_responsive.scss */
  .main_content_wrapper .main_content_title {
    font-size: 50px;
    margin-top: 50px;
  }

  /* line 1277, ../sass/_responsive.scss */
  .hide_menu + .main_content_wrapper .main_content_title {
    margin-top: 120px;
  }

  /* line 1281, ../sass/_responsive.scss */
  .black_sections_wrapper .black_element .element_text .title {
    font-size: 40px;
  }

  /* line 1285, ../sass/_responsive.scss */
  .blue_sections_wrapper .blue_title {
    font-size: 40px;
  }

  /* line 1289, ../sass/_responsive.scss */
  .suscripcion-google-maps-wrapper .blue_title {
    font-size: 40px;
  }

  /* line 1292, ../sass/_responsive.scss */
  .form_contact_wrapper .blue_title {
    font-size: 40px;
  }

  /* line 1296, ../sass/_responsive.scss */
  .white_block_wrapper .white_title {
    font-size: 40px;
  }

  /* line 1301, ../sass/_responsive.scss */
  .blocks_contact_wrapper .block_element {
    width: 95%;
  }
  /* line 1303, ../sass/_responsive.scss */
  .blocks_contact_wrapper .block_element:nth-child(2), .blocks_contact_wrapper .block_element:nth-child(3), .blocks_contact_wrapper .block_element:nth-child(4), .blocks_contact_wrapper .block_element:nth-child(5), .blocks_contact_wrapper .block_element:nth-child(6) {
    width: 95%;
  }

  /* line 1318, ../sass/_responsive.scss */
  .hidden_download_popup iframe {
    max-width: 100%;
    height: 220px !important;
  }
  /* line 1323, ../sass/_responsive.scss */
  .hidden_download_popup video {
    max-width: 100%;
  }
}
@media (max-width: 540px) {
  /* line 1332, ../sass/_responsive.scss */
  .bannerx3_wrapper .bannerx3 .title {
    font-size: 24px;
  }

  /* line 1339, ../sass/_responsive.scss */
  .fancybox-news .popup_inicial .form_popup {
    width: 100%;
    box-sizing: border-box;
    padding: 0 50px;
  }
  /* line 1345, ../sass/_responsive.scss */
  .fancybox-news .popup_inicial .form_popup .lopd_button a {
    font-size: 14px;
  }
  /* line 1353, ../sass/_responsive.scss */
  .fancybox-news .popup_img .popup_text {
    top: 65px;
  }
  /* line 1357, ../sass/_responsive.scss */
  .fancybox-news .popup_img img {
    width: 400px;
  }
  /* line 1361, ../sass/_responsive.scss */
  .fancybox-news .popup_img .popup_title {
    font-size: 18px;
  }
  /* line 1366, ../sass/_responsive.scss */
  .fancybox-news .popup_img .popup_description .line1 {
    font-size: 12px;
  }
  /* line 1370, ../sass/_responsive.scss */
  .fancybox-news .popup_img .popup_description .line2, .fancybox-news .popup_img .popup_description .line3 {
    font-size: 8px;
  }
  /* line 1374, ../sass/_responsive.scss */
  .fancybox-news .popup_img .popup_description .button_download {
    font-size: 8px;
    padding: 0 20px;
    margin-top: 0px;
  }
}
@media (max-width: 555px) {
  /* line 1386, ../sass/_responsive.scss */
  header .responsive_sections_wrapper {
    left: 0;
    text-align: center;
  }

  /* line 1392, ../sass/_responsive.scss */
  .banner_partner_wrapper .partner_badges ul li {
    width: 100%;
  }

  /* line 1397, ../sass/_responsive.scss */
  .slider_text_wrapper .flex-direction-nav .flex-nav-prev {
    left: 15px;
  }
  /* line 1401, ../sass/_responsive.scss */
  .slider_text_wrapper .flex-direction-nav .flex-nav-next {
    right: 15px;
  }

  /* line 1408, ../sass/_responsive.scss */
  .banner_partner_wrapper .partner_text .partner_title {
    font-size: 35px;
  }

  /* line 1414, ../sass/_responsive.scss */
  .wordpress_block .wordpress_text .title {
    font-size: 35px;
  }

  /* line 1418, ../sass/_responsive.scss */
  .white_block_wrapper .white_content table {
    display: none;
  }

  /* line 1423, ../sass/_responsive.scss */
  .white_block_wrapper .white_content .table_text {
    display: block;
  }
  /* line 1426, ../sass/_responsive.scss */
  .white_block_wrapper .white_content .table_text .table_element {
    padding-bottom: 10px;
    margin: 20px 0;
    color: white;
    width: 100%;
  }
  /* line 1432, ../sass/_responsive.scss */
  .white_block_wrapper .white_content .table_text .table_element .title {
    font-size: 40px;
    font-weight: 300;
    padding-top: 10px;
  }
  /* line 1437, ../sass/_responsive.scss */
  .white_block_wrapper .white_content .table_text .table_element .title .type, .white_block_wrapper .white_content .table_text .table_element .title .price {
    display: inline-block;
  }
  /* line 1442, ../sass/_responsive.scss */
  .white_block_wrapper .white_content .table_text .table_element .accordion {
    display: none;
  }
  /* line 1446, ../sass/_responsive.scss */
  .white_block_wrapper .white_content .table_text .table_element .accordion .text {
    padding: 15px 0;
  }
  /* line 1450, ../sass/_responsive.scss */
  .white_block_wrapper .white_content .table_text .table_element .accordion hr {
    width: 90%;
    margin: 0 auto;
  }
  /* line 1456, ../sass/_responsive.scss */
  .white_block_wrapper .white_content .table_text .table_element .see_more {
    padding-top: 10px;
  }
  /* line 1461, ../sass/_responsive.scss */
  .white_block_wrapper .white_content .table_text .table_element.plata {
    background-color: #afaeb4;
  }
  /* line 1464, ../sass/_responsive.scss */
  .white_block_wrapper .white_content .table_text .table_element.plata .accordion {
    background-color: #7b7983;
  }
  /* line 1469, ../sass/_responsive.scss */
  .white_block_wrapper .white_content .table_text .table_element.oro {
    background-color: #e59721;
  }
  /* line 1472, ../sass/_responsive.scss */
  .white_block_wrapper .white_content .table_text .table_element.oro .accordion {
    background-color: #8f5d11;
  }
  /* line 1477, ../sass/_responsive.scss */
  .white_block_wrapper .white_content .table_text .table_element.platino {
    background-color: #c2c4a6;
  }
  /* line 1480, ../sass/_responsive.scss */
  .white_block_wrapper .white_content .table_text .table_element.platino .accordion {
    background-color: #989b69;
  }

  /* line 1489, ../sass/_responsive.scss */
  .fancybox-news .popup_form input {
    width: 100%;
    border-right-color: #cecccf !important;
    border-radius: 0 !important;
  }
  /* line 1495, ../sass/_responsive.scss */
  .fancybox-news .popup_form button {
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
  }

  /* line 1503, ../sass/_responsive.scss */
  .popup_title {
    font-size: 25px;
  }

  /* line 1507, ../sass/_responsive.scss */
  .popup_description {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  /* line 1513, ../sass/_responsive.scss */
  .submenu_flotante_wrapper .logo {
    width: 32px;
    margin-top: -7px;
    overflow: hidden;
  }
  /* line 1518, ../sass/_responsive.scss */
  .submenu_flotante_wrapper .logo img {
    max-width: none;
  }
}
@media (max-width: 465px) {
  /* line 1527, ../sass/_responsive.scss */
  .wordpress_block .newsletter_wrapper .newsletter_element {
    width: 95% !important;
  }
  /* line 1529, ../sass/_responsive.scss */
  .wordpress_block .newsletter_wrapper .newsletter_element .bordeInput {
    width: calc(100% - 60px);
  }

  /* line 1536, ../sass/_responsive.scss */
  .wordpress_block #newsletter_blog .text {
    width: calc(100% - 60px);
    overflow: hidden;
    height: 60px;
  }
}
@media (max-width: 445px) {
  /* line 1544, ../sass/_responsive.scss */
  header #mainHeaderContainer #logo {
    width: 35%;
  }

  /* line 1548, ../sass/_responsive.scss */
  .submenu_flotante_wrapper .submenu_content {
    padding-top: 0;
  }

  /* line 1552, ../sass/_responsive.scss */
  .fancybox-lang {
    width: 90% !important;
  }

  /* line 1556, ../sass/_responsive.scss */
  .fancybox-contact {
    width: 90% !important;
  }

  /* line 1560, ../sass/_responsive.scss */
  .fancybox-subsection {
    width: 90% !important;
  }

  /* line 1564, ../sass/_responsive.scss */
  .black_sections_wrapper .gray .element_text_additional .element {
    width: auto;
  }

  /* line 1568, ../sass/_responsive.scss */
  .black_sections_wrapper .black .element_text_additional .element {
    width: auto;
  }

  /* line 1572, ../sass/_responsive.scss */
  .black_sections_wrapper .black_element .element .title {
    font-size: 45px;
  }

  /* line 1576, ../sass/_responsive.scss */
  .slider_contact_wrapper .overlay {
    width: 90%;
  }
  /* line 1579, ../sass/_responsive.scss */
  .slider_contact_wrapper .overlay .separator {
    width: 95%;
  }
}
@media (max-width: 400px) {
  /* line 1586, ../sass/_responsive.scss */
  footer #social a {
    padding: 0 5px;
  }

  /* line 1590, ../sass/_responsive.scss */
  footer .lang_footer a {
    padding: 0 5px;
  }

  /* line 1594, ../sass/_responsive.scss */
  .submenu_flotante_wrapper .submenu_content a {
    padding: 0 5px;
    font-size: 13px;
  }

  /* line 1599, ../sass/_responsive.scss */
  .slider_contact_wrapper .overlay .text_block {
    width: 95%;
  }
}
@media (max-width: 380px) {
  /* line 1606, ../sass/_responsive.scss */
  header #top_header {
    font-size: 10px;
  }
  /* line 1610, ../sass/_responsive.scss */
  header #top_header .login a {
    font-size: 10px;
  }
  /* line 1614, ../sass/_responsive.scss */
  header #top_header #selected-language {
    background-position-y: 3px;
  }
  /* line 1619, ../sass/_responsive.scss */
  header .responsive_sections_button {
    width: 20px;
    height: 20px;
  }

  /* line 1625, ../sass/_responsive.scss */
  .wordpress_block #newsletter_blog .text {
    padding: 10.5px 0;
  }
}
@media (max-height: 420px) and (max-width: 899px) {
  /* line 1633, ../sass/_responsive.scss */
  #slider_container .links .know_more {
    font-size: 12px;
    background-position-y: 2px;
    background-size: 5px;
    margin-top: 0px;
  }
}
@media (max-width: 440px) {
  /* line 1642, ../sass/_responsive.scss */
  header #top_header #selected-language {
    display: none;
  }

  /* line 1647, ../sass/_responsive.scss */
  .fancybox-news .popup_inicial .popup_form {
    bottom: 60px;
  }
  /* line 1651, ../sass/_responsive.scss */
  .fancybox-news .popup_inicial .form_popup {
    width: 100%;
    box-sizing: border-box;
    padding: 0 50px;
  }
  /* line 1656, ../sass/_responsive.scss */
  .fancybox-news .popup_inicial .form_popup .popup_button {
    font-size: 12px;
    height: auto;
    padding: 5px 0;
  }
  /* line 1662, ../sass/_responsive.scss */
  .fancybox-news .popup_inicial .form_popup #id_email {
    font-size: 12px;
    height: auto;
    padding: 5px 10px;
  }
  /* line 1669, ../sass/_responsive.scss */
  .fancybox-news .popup_inicial .form_popup .lopd_button a {
    font-size: 8px;
  }
  /* line 1677, ../sass/_responsive.scss */
  .fancybox-news .popup_img .popup_text {
    top: 50px;
  }
  /* line 1681, ../sass/_responsive.scss */
  .fancybox-news .popup_img img {
    width: 300px;
  }
  /* line 1685, ../sass/_responsive.scss */
  .fancybox-news .popup_img .popup_title {
    font-size: 14px;
  }
  /* line 1689, ../sass/_responsive.scss */
  .fancybox-news .popup_img .popup_description {
    line-height: 18px;
  }
  /* line 1692, ../sass/_responsive.scss */
  .fancybox-news .popup_img .popup_description .line1 {
    font-size: 10px;
  }
  /* line 1696, ../sass/_responsive.scss */
  .fancybox-news .popup_img .popup_description hr {
    margin: 5px auto;
    width: 100px;
  }
  /* line 1701, ../sass/_responsive.scss */
  .fancybox-news .popup_img .popup_description .line2, .fancybox-news .popup_img .popup_description .line3 {
    font-size: 6px;
  }
  /* line 1705, ../sass/_responsive.scss */
  .fancybox-news .popup_img .popup_description .button_download {
    font-size: 6px;
    padding: 0 20px;
    margin-top: 0px;
  }
}
