/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom:1;*display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0,0,0,.15)
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0
}

.chosen-container a {
  cursor: pointer
}

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));
  background: -webkit-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
  background: -moz-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
  background: -o-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
  background: linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px
}

.chosen-container-single .chosen-default {
  color: #999
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(https://www.bpost.be/themes/custom/nbw/css/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://www.bpost.be/themes/custom/nbw/css/chosen-sprite.png) no-repeat 0 2px
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap
}

.chosen-container-single .chosen-search input[type=text] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: #fff url(https://www.bpost.be/themes/custom/nbw/css/chosen-sprite.png) no-repeat 100% -20px;
  background: url(https://www.bpost.be/themes/custom/nbw/css/chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px
}

.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%,#2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%,#2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%,#2a62bc 90%);
  color: #fff
}

.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline
}

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto!important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));
  background-image: -webkit-linear-gradient(#eee 1%,#fff 15%);
  background-image: -moz-linear-gradient(#eee 1%,#fff 15%);
  background-image: -o-linear-gradient(#eee 1%,#fff 15%);
  background-image: linear-gradient(#eee 1%,#fff 15%);
  cursor: text
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0!important;
  background: transparent!important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0
}

.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
  background-image: linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);
  color: #333;
  line-height: 13px;
  cursor: default
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(https://www.bpost.be/themes/custom/nbw/css/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));
  background-image: -webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
  background-image: -moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
  background-image: -o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
  background-image: linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
  color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default
}

.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0,0,0,.3)
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#eee),color-stop(80%,#fff));
  background-image: -webkit-linear-gradient(#eee 20%,#fff 80%);
  background-image: -moz-linear-gradient(#eee 20%,#fff 80%);
  background-image: -o-linear-gradient(#eee 20%,#fff 80%);
  background-image: linear-gradient(#eee 20%,#fff 80%);
  box-shadow: 0 1px 0 #fff inset
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: 0;
  background: transparent
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0,0,0,.3)
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #111!important
}

.chosen-disabled {
  opacity: .5!important;
  cursor: default
}

.chosen-disabled .chosen-single {
  cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default
}

.chosen-rtl {
  text-align: right
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px
}

.chosen-rtl .chosen-choices li {
  float: right
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop {
  left: 9999px
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: 0
}

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: #fff url(https://www.bpost.be/themes/custom/nbw/css/chosen-sprite.png) no-repeat -30px -20px;
  background: url(https://www.bpost.be/themes/custom/nbw/css/chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution:144dpi) {
  .chosen-rtl .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type=text],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span {
      background-image:url(https://www.bpost.be/themes/custom/nbw/css/chosen-sprite%402x.png)!important;
      background-size: 52px 37px!important;
      background-repeat: no-repeat!important
  }
}

@font-face {
  font-family: FontAwesome;
  src: url(https://www.bpost.be/themes/custom/nbw/fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(https://www.bpost.be/themes/custom/nbw/fonts/fontawesome-webfont.eot) format('embedded-opentype'),url(../../../../themes/custom/nbw/fonts/fontawesome-webfont.woff2%3Fv=4.7.0.html) format('woff2'),url(../../../../themes/custom/nbw/fonts/fontawesome-webfont.woff%3Fv=4.7.0) format('woff'),url(https://www.bpost.be/themes/custom/nbw/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(https://www.bpost.be/themes/custom/nbw/fonts/fontawesome-webfont.svg?v=4.7.0) format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%
}

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none
}

.fa-ul>li {
  position: relative
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center
}

.fa-li.fa-lg {
  left: -1.85714286em
}

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

.fa-pull-left {
  float: left
}

.fa-pull-right {
  float: right
}

.fa.fa-pull-left {
  margin-right: .3em
}

.fa.fa-pull-right {
  margin-left: .3em
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.fa.pull-left {
  margin-right: .3em
}

.fa.pull-right {
  margin-left: .3em
}

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

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

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

  100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg)
  }
}

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

  100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg)
  }
}

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  -webkit-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  transform: scale(-1,1)
}

.fa-flip-vertical {
  -webkit-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  transform: scale(1,-1)
}

:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90 {
  filter: none
}

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

.fa-stack-1x,.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}

.fa-stack-1x {
  line-height: inherit
}

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

.fa-inverse {
  color: #fff
}

.fa-glass:before {
  content: "\f000"
}

.fa-music:before {
  content: "\f001"
}

.fa-search:before {
  content: "\f002"
}

.fa-envelope-o:before {
  content: "\f003"
}

.fa-heart:before {
  content: "\f004"
}

.fa-star:before {
  content: "\f005"
}

.fa-star-o:before {
  content: "\f006"
}

.fa-user:before {
  content: "\f007"
}

.fa-film:before {
  content: "\f008"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-check:before {
  content: "\f00c"
}

.fa-close:before,.fa-remove:before,.fa-times:before {
  content: "\f00d"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-signal:before {
  content: "\f012"
}

.fa-cog:before,.fa-gear:before {
  content: "\f013"
}

.fa-trash-o:before {
  content: "\f014"
}

.fa-home:before {
  content: "\f015"
}

.fa-file-o:before {
  content: "\f016"
}

.fa-clock-o:before {
  content: "\f017"
}

.fa-road:before {
  content: "\f018"
}

.fa-download:before {
  content: "\f019"
}

.fa-arrow-circle-o-down:before {
  content: "\f01a"
}

.fa-arrow-circle-o-up:before {
  content: "\f01b"
}

.fa-inbox:before {
  content: "\f01c"
}

.fa-play-circle-o:before {
  content: "\f01d"
}

.fa-repeat:before,.fa-rotate-right:before {
  content: "\f01e"
}

.fa-refresh:before {
  content: "\f021"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-lock:before {
  content: "\f023"
}

.fa-flag:before {
  content: "\f024"
}

.fa-headphones:before {
  content: "\f025"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-qrcode:before {
  content: "\f029"
}

.fa-barcode:before {
  content: "\f02a"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-book:before {
  content: "\f02d"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-print:before {
  content: "\f02f"
}

.fa-camera:before {
  content: "\f030"
}

.fa-font:before {
  content: "\f031"
}

.fa-bold:before {
  content: "\f032"
}

.fa-italic:before {
  content: "\f033"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-list:before {
  content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
  content: "\f03b"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-video-camera:before {
  content: "\f03d"
}

.fa-image:before,.fa-photo:before,.fa-picture-o:before {
  content: "\f03e"
}

.fa-pencil:before {
  content: "\f040"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-tint:before {
  content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
  content: "\f044"
}

.fa-share-square-o:before {
  content: "\f045"
}

.fa-check-square-o:before {
  content: "\f046"
}

.fa-arrows:before {
  content: "\f047"
}

.fa-step-backward:before {
  content: "\f048"
}

.fa-fast-backward:before {
  content: "\f049"
}

.fa-backward:before {
  content: "\f04a"
}

.fa-play:before {
  content: "\f04b"
}

.fa-pause:before {
  content: "\f04c"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-fast-forward:before {
  content: "\f050"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-eject:before {
  content: "\f052"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-minus-circle:before {
  content: "\f056"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-crosshairs:before {
  content: "\f05b"
}

.fa-times-circle-o:before {
  content: "\f05c"
}

.fa-check-circle-o:before {
  content: "\f05d"
}

.fa-ban:before {
  content: "\f05e"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
  content: "\f064"
}

.fa-expand:before {
  content: "\f065"
}

.fa-compress:before {
  content: "\f066"
}

.fa-plus:before {
  content: "\f067"
}

.fa-minus:before {
  content: "\f068"
}

.fa-asterisk:before {
  content: "\f069"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-leaf:before {
  content: "\f06c"
}

.fa-fire:before {
  content: "\f06d"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-eye-slash:before {
  content: "\f070"
}

.fa-exclamation-triangle:before,.fa-warning:before {
  content: "\f071"
}

.fa-plane:before {
  content: "\f072"
}

.fa-calendar:before {
  content: "\f073"
}

.fa-random:before {
  content: "\f074"
}

.fa-comment:before {
  content: "\f075"
}

.fa-magnet:before {
  content: "\f076"
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-retweet:before {
  content: "\f079"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

.fa-folder:before {
  content: "\f07b"
}

.fa-folder-open:before {
  content: "\f07c"
}

.fa-arrows-v:before {
  content: "\f07d"
}

.fa-arrows-h:before {
  content: "\f07e"
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
  content: "\f080"
}

.fa-twitter-square:before {
  content: "\f081"
}

.fa-facebook-square:before {
  content: "\f082"
}

.fa-camera-retro:before {
  content: "\f083"
}

.fa-key:before {
  content: "\f084"
}

.fa-cogs:before,.fa-gears:before {
  content: "\f085"
}

.fa-comments:before {
  content: "\f086"
}

.fa-thumbs-o-up:before {
  content: "\f087"
}

.fa-thumbs-o-down:before {
  content: "\f088"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-heart-o:before {
  content: "\f08a"
}

.fa-sign-out:before {
  content: "\f08b"
}

.fa-linkedin-square:before {
  content: "\f08c"
}

.fa-thumb-tack:before {
  content: "\f08d"
}

.fa-external-link:before {
  content: "\f08e"
}

.fa-sign-in:before {
  content: "\f090"
}

.fa-trophy:before {
  content: "\f091"
}

.fa-github-square:before {
  content: "\f092"
}

.fa-upload:before {
  content: "\f093"
}

.fa-lemon-o:before {
  content: "\f094"
}

.fa-phone:before {
  content: "\f095"
}

.fa-square-o:before {
  content: "\f096"
}

.fa-bookmark-o:before {
  content: "\f097"
}

.fa-phone-square:before {
  content: "\f098"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
  content: "\f09a"
}

.fa-github:before {
  content: "\f09b"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-credit-card:before {
  content: "\f09d"
}

.fa-feed:before,.fa-rss:before {
  content: "\f09e"
}

.fa-hdd-o:before {
  content: "\f0a0"
}

.fa-bullhorn:before {
  content: "\f0a1"
}

.fa-bell:before {
  content: "\f0f3"
}

.fa-certificate:before {
  content: "\f0a3"
}

.fa-hand-o-right:before {
  content: "\f0a4"
}

.fa-hand-o-left:before {
  content: "\f0a5"
}

.fa-hand-o-up:before {
  content: "\f0a6"
}

.fa-hand-o-down:before {
  content: "\f0a7"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-globe:before {
  content: "\f0ac"
}

.fa-wrench:before {
  content: "\f0ad"
}

.fa-tasks:before {
  content: "\f0ae"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

.fa-group:before,.fa-users:before {
  content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
  content: "\f0c1"
}

.fa-cloud:before {
  content: "\f0c2"
}

.fa-flask:before {
  content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
  content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
  content: "\f0c5"
}

.fa-paperclip:before {
  content: "\f0c6"
}

.fa-floppy-o:before,.fa-save:before {
  content: "\f0c7"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-bars:before,.fa-navicon:before,.fa-reorder:before {
  content: "\f0c9"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-strikethrough:before {
  content: "\f0cc"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-table:before {
  content: "\f0ce"
}

.fa-magic:before {
  content: "\f0d0"
}

.fa-truck:before {
  content: "\f0d1"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-pinterest-square:before {
  content: "\f0d3"
}

.fa-google-plus-square:before {
  content: "\f0d4"
}

.fa-google-plus:before {
  content: "\f0d5"
}

.fa-money:before {
  content: "\f0d6"
}

.fa-caret-down:before {
  content: "\f0d7"
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-caret-left:before {
  content: "\f0d9"
}

.fa-caret-right:before {
  content: "\f0da"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-sort:before,.fa-unsorted:before {
  content: "\f0dc"
}

.fa-sort-desc:before,.fa-sort-down:before {
  content: "\f0dd"
}

.fa-sort-asc:before,.fa-sort-up:before {
  content: "\f0de"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-linkedin:before {
  content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
  content: "\f0e2"
}

.fa-gavel:before,.fa-legal:before {
  content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
  content: "\f0e4"
}

.fa-comment-o:before {
  content: "\f0e5"
}

.fa-comments-o:before {
  content: "\f0e6"
}

.fa-bolt:before,.fa-flash:before {
  content: "\f0e7"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-clipboard:before,.fa-paste:before {
  content: "\f0ea"
}

.fa-lightbulb-o:before {
  content: "\f0eb"
}

.fa-exchange:before {
  content: "\f0ec"
}

.fa-cloud-download:before {
  content: "\f0ed"
}

.fa-cloud-upload:before {
  content: "\f0ee"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-stethoscope:before {
  content: "\f0f1"
}

.fa-suitcase:before {
  content: "\f0f2"
}

.fa-bell-o:before {
  content: "\f0a2"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-cutlery:before {
  content: "\f0f5"
}

.fa-file-text-o:before {
  content: "\f0f6"
}

.fa-building-o:before {
  content: "\f0f7"
}

.fa-hospital-o:before {
  content: "\f0f8"
}

.fa-ambulance:before {
  content: "\f0f9"
}

.fa-medkit:before {
  content: "\f0fa"
}

.fa-fighter-jet:before {
  content: "\f0fb"
}

.fa-beer:before {
  content: "\f0fc"
}

.fa-h-square:before {
  content: "\f0fd"
}

.fa-plus-square:before {
  content: "\f0fe"
}

.fa-angle-double-left:before {
  content: "\f100"
}

.fa-angle-double-right:before {
  content: "\f101"
}

.fa-angle-double-up:before {
  content: "\f102"
}

.fa-angle-double-down:before {
  content: "\f103"
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-angle-up:before {
  content: "\f106"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-desktop:before {
  content: "\f108"
}

.fa-laptop:before {
  content: "\f109"
}

.fa-tablet:before {
  content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
  content: "\f10b"
}

.fa-circle-o:before {
  content: "\f10c"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-circle:before {
  content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
  content: "\f112"
}

.fa-github-alt:before {
  content: "\f113"
}

.fa-folder-o:before {
  content: "\f114"
}

.fa-folder-open-o:before {
  content: "\f115"
}

.fa-smile-o:before {
  content: "\f118"
}

.fa-frown-o:before {
  content: "\f119"
}

.fa-meh-o:before {
  content: "\f11a"
}

.fa-gamepad:before {
  content: "\f11b"
}

.fa-keyboard-o:before {
  content: "\f11c"
}

.fa-flag-o:before {
  content: "\f11d"
}

.fa-flag-checkered:before {
  content: "\f11e"
}

.fa-terminal:before {
  content: "\f120"
}

.fa-code:before {
  content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
  content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
  content: "\f123"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-crop:before {
  content: "\f125"
}

.fa-code-fork:before {
  content: "\f126"
}

.fa-chain-broken:before,.fa-unlink:before {
  content: "\f127"
}

.fa-question:before {
  content: "\f128"
}

.fa-info:before {
  content: "\f129"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-superscript:before {
  content: "\f12b"
}

.fa-subscript:before {
  content: "\f12c"
}

.fa-eraser:before {
  content: "\f12d"
}

.fa-puzzle-piece:before {
  content: "\f12e"
}

.fa-microphone:before {
  content: "\f130"
}

.fa-microphone-slash:before {
  content: "\f131"
}

.fa-shield:before {
  content: "\f132"
}

.fa-calendar-o:before {
  content: "\f133"
}

.fa-fire-extinguisher:before {
  content: "\f134"
}

.fa-rocket:before {
  content: "\f135"
}

.fa-maxcdn:before {
  content: "\f136"
}

.fa-chevron-circle-left:before {
  content: "\f137"
}

.fa-chevron-circle-right:before {
  content: "\f138"
}

.fa-chevron-circle-up:before {
  content: "\f139"
}

.fa-chevron-circle-down:before {
  content: "\f13a"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-anchor:before {
  content: "\f13d"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-bullseye:before {
  content: "\f140"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-rss-square:before {
  content: "\f143"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-ticket:before {
  content: "\f145"
}

.fa-minus-square:before {
  content: "\f146"
}

.fa-minus-square-o:before {
  content: "\f147"
}

.fa-level-up:before {
  content: "\f148"
}

.fa-level-down:before {
  content: "\f149"
}

.fa-check-square:before {
  content: "\f14a"
}

.fa-pencil-square:before {
  content: "\f14b"
}

.fa-external-link-square:before {
  content: "\f14c"
}

.fa-share-square:before {
  content: "\f14d"
}

.fa-compass:before {
  content: "\f14e"
}

.fa-caret-square-o-down:before,.fa-toggle-down:before {
  content: "\f150"
}

.fa-caret-square-o-up:before,.fa-toggle-up:before {
  content: "\f151"
}

.fa-caret-square-o-right:before,.fa-toggle-right:before {
  content: "\f152"
}

.fa-eur:before,.fa-euro:before {
  content: "\f153"
}

.fa-gbp:before {
  content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
  content: "\f155"
}

.fa-inr:before,.fa-rupee:before {
  content: "\f156"
}

.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before {
  content: "\f157"
}

.fa-rouble:before,.fa-rub:before,.fa-ruble:before {
  content: "\f158"
}

.fa-krw:before,.fa-won:before {
  content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
  content: "\f15a"
}

.fa-file:before {
  content: "\f15b"
}

.fa-file-text:before {
  content: "\f15c"
}

.fa-sort-alpha-asc:before {
  content: "\f15d"
}

.fa-sort-alpha-desc:before {
  content: "\f15e"
}

.fa-sort-amount-asc:before {
  content: "\f160"
}

.fa-sort-amount-desc:before {
  content: "\f161"
}

.fa-sort-numeric-asc:before {
  content: "\f162"
}

.fa-sort-numeric-desc:before {
  content: "\f163"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-youtube-square:before {
  content: "\f166"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-xing:before {
  content: "\f168"
}

.fa-xing-square:before {
  content: "\f169"
}

.fa-youtube-play:before {
  content: "\f16a"
}

.fa-dropbox:before {
  content: "\f16b"
}

.fa-stack-overflow:before {
  content: "\f16c"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-flickr:before {
  content: "\f16e"
}

.fa-adn:before {
  content: "\f170"
}

.fa-bitbucket:before {
  content: "\f171"
}

.fa-bitbucket-square:before {
  content: "\f172"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-tumblr-square:before {
  content: "\f174"
}

.fa-long-arrow-down:before {
  content: "\f175"
}

.fa-long-arrow-up:before {
  content: "\f176"
}

.fa-long-arrow-left:before {
  content: "\f177"
}

.fa-long-arrow-right:before {
  content: "\f178"
}

.fa-apple:before {
  content: "\f179"
}

.fa-windows:before {
  content: "\f17a"
}

.fa-android:before {
  content: "\f17b"
}

.fa-linux:before {
  content: "\f17c"
}

.fa-dribbble:before {
  content: "\f17d"
}

.fa-skype:before {
  content: "\f17e"
}

.fa-foursquare:before {
  content: "\f180"
}

.fa-trello:before {
  content: "\f181"
}

.fa-female:before {
  content: "\f182"
}

.fa-male:before {
  content: "\f183"
}

.fa-gittip:before,.fa-gratipay:before {
  content: "\f184"
}

.fa-sun-o:before {
  content: "\f185"
}

.fa-moon-o:before {
  content: "\f186"
}

.fa-archive:before {
  content: "\f187"
}

.fa-bug:before {
  content: "\f188"
}

.fa-vk:before {
  content: "\f189"
}

.fa-weibo:before {
  content: "\f18a"
}

.fa-renren:before {
  content: "\f18b"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-arrow-circle-o-right:before {
  content: "\f18e"
}

.fa-arrow-circle-o-left:before {
  content: "\f190"
}

.fa-caret-square-o-left:before,.fa-toggle-left:before {
  content: "\f191"
}

.fa-dot-circle-o:before {
  content: "\f192"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-try:before,.fa-turkish-lira:before {
  content: "\f195"
}

.fa-plus-square-o:before {
  content: "\f196"
}

.fa-space-shuttle:before {
  content: "\f197"
}

.fa-slack:before {
  content: "\f198"
}

.fa-envelope-square:before {
  content: "\f199"
}

.fa-wordpress:before {
  content: "\f19a"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-bank:before,.fa-institution:before,.fa-university:before {
  content: "\f19c"
}

.fa-graduation-cap:before,.fa-mortar-board:before {
  content: "\f19d"
}

.fa-yahoo:before {
  content: "\f19e"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-reddit:before {
  content: "\f1a1"
}

.fa-reddit-square:before {
  content: "\f1a2"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3"
}

.fa-stumbleupon:before {
  content: "\f1a4"
}

.fa-delicious:before {
  content: "\f1a5"
}

.fa-digg:before {
  content: "\f1a6"
}

.fa-pied-piper-pp:before {
  content: "\f1a7"
}

.fa-pied-piper-alt:before {
  content: "\f1a8"
}

.fa-drupal:before {
  content: "\f1a9"
}

.fa-joomla:before {
  content: "\f1aa"
}

.fa-language:before {
  content: "\f1ab"
}

.fa-fax:before {
  content: "\f1ac"
}

.fa-building:before {
  content: "\f1ad"
}

.fa-child:before {
  content: "\f1ae"
}

.fa-paw:before {
  content: "\f1b0"
}

.fa-spoon:before {
  content: "\f1b1"
}

.fa-cube:before {
  content: "\f1b2"
}

.fa-cubes:before {
  content: "\f1b3"
}

.fa-behance:before {
  content: "\f1b4"
}

.fa-behance-square:before {
  content: "\f1b5"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-recycle:before {
  content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
  content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
  content: "\f1ba"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-spotify:before {
  content: "\f1bc"
}

.fa-deviantart:before {
  content: "\f1bd"
}

.fa-soundcloud:before {
  content: "\f1be"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-file-pdf-o:before {
  content: "\f1c1"
}

.fa-file-word-o:before {
  content: "\f1c2"
}

.fa-file-excel-o:before {
  content: "\f1c3"
}

.fa-file-powerpoint-o:before {
  content: "\f1c4"
}

.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before {
  content: "\f1c5"
}

.fa-file-archive-o:before,.fa-file-zip-o:before {
  content: "\f1c6"
}

.fa-file-audio-o:before,.fa-file-sound-o:before {
  content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
  content: "\f1c8"
}

.fa-file-code-o:before {
  content: "\f1c9"
}

.fa-vine:before {
  content: "\f1ca"
}

.fa-codepen:before {
  content: "\f1cb"
}

.fa-jsfiddle:before {
  content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before {
  content: "\f1cd"
}

.fa-circle-o-notch:before {
  content: "\f1ce"
}

.fa-ra:before,.fa-rebel:before,.fa-resistance:before {
  content: "\f1d0"
}

.fa-empire:before,.fa-ge:before {
  content: "\f1d1"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before {
  content: "\f1d4"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
  content: "\f1d7"
}

.fa-paper-plane:before,.fa-send:before {
  content: "\f1d8"
}

.fa-paper-plane-o:before,.fa-send-o:before {
  content: "\f1d9"
}

.fa-history:before {
  content: "\f1da"
}

.fa-circle-thin:before {
  content: "\f1db"
}

.fa-header:before {
  content: "\f1dc"
}

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-sliders:before {
  content: "\f1de"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-bomb:before {
  content: "\f1e2"
}

.fa-futbol-o:before,.fa-soccer-ball-o:before {
  content: "\f1e3"
}

.fa-tty:before {
  content: "\f1e4"
}

.fa-binoculars:before {
  content: "\f1e5"
}

.fa-plug:before {
  content: "\f1e6"
}

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-twitch:before {
  content: "\f1e8"
}

.fa-yelp:before {
  content: "\f1e9"
}

.fa-newspaper-o:before {
  content: "\f1ea"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-calculator:before {
  content: "\f1ec"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-google-wallet:before {
  content: "\f1ee"
}

.fa-cc-visa:before {
  content: "\f1f0"
}

.fa-cc-mastercard:before {
  content: "\f1f1"
}

.fa-cc-discover:before {
  content: "\f1f2"
}

.fa-cc-amex:before {
  content: "\f1f3"
}

.fa-cc-paypal:before {
  content: "\f1f4"
}

.fa-cc-stripe:before {
  content: "\f1f5"
}

.fa-bell-slash:before {
  content: "\f1f6"
}

.fa-bell-slash-o:before {
  content: "\f1f7"
}

.fa-trash:before {
  content: "\f1f8"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-eyedropper:before {
  content: "\f1fb"
}

.fa-paint-brush:before {
  content: "\f1fc"
}

.fa-birthday-cake:before {
  content: "\f1fd"
}

.fa-area-chart:before {
  content: "\f1fe"
}

.fa-pie-chart:before {
  content: "\f200"
}

.fa-line-chart:before {
  content: "\f201"
}

.fa-lastfm:before {
  content: "\f202"
}

.fa-lastfm-square:before {
  content: "\f203"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-bicycle:before {
  content: "\f206"
}

.fa-bus:before {
  content: "\f207"
}

.fa-ioxhost:before {
  content: "\f208"
}

.fa-angellist:before {
  content: "\f209"
}

.fa-cc:before {
  content: "\f20a"
}

.fa-ils:before,.fa-shekel:before,.fa-sheqel:before {
  content: "\f20b"
}

.fa-meanpath:before {
  content: "\f20c"
}

.fa-buysellads:before {
  content: "\f20d"
}

.fa-connectdevelop:before {
  content: "\f20e"
}

.fa-dashcube:before {
  content: "\f210"
}

.fa-forumbee:before {
  content: "\f211"
}

.fa-leanpub:before {
  content: "\f212"
}

.fa-sellsy:before {
  content: "\f213"
}

.fa-shirtsinbulk:before {
  content: "\f214"
}

.fa-simplybuilt:before {
  content: "\f215"
}

.fa-skyatlas:before {
  content: "\f216"
}

.fa-cart-plus:before {
  content: "\f217"
}

.fa-cart-arrow-down:before {
  content: "\f218"
}

.fa-diamond:before {
  content: "\f219"
}

.fa-ship:before {
  content: "\f21a"
}

.fa-user-secret:before {
  content: "\f21b"
}

.fa-motorcycle:before {
  content: "\f21c"
}

.fa-street-view:before {
  content: "\f21d"
}

.fa-heartbeat:before {
  content: "\f21e"
}

.fa-venus:before {
  content: "\f221"
}

.fa-mars:before {
  content: "\f222"
}

.fa-mercury:before {
  content: "\f223"
}

.fa-intersex:before,.fa-transgender:before {
  content: "\f224"
}

.fa-transgender-alt:before {
  content: "\f225"
}

.fa-venus-double:before {
  content: "\f226"
}

.fa-mars-double:before {
  content: "\f227"
}

.fa-venus-mars:before {
  content: "\f228"
}

.fa-mars-stroke:before {
  content: "\f229"
}

.fa-mars-stroke-v:before {
  content: "\f22a"
}

.fa-mars-stroke-h:before {
  content: "\f22b"
}

.fa-neuter:before {
  content: "\f22c"
}

.fa-genderless:before {
  content: "\f22d"
}

.fa-facebook-official:before {
  content: "\f230"
}

.fa-pinterest-p:before {
  content: "\f231"
}

.fa-whatsapp:before {
  content: "\f232"
}

.fa-server:before {
  content: "\f233"
}

.fa-user-plus:before {
  content: "\f234"
}

.fa-user-times:before {
  content: "\f235"
}

.fa-bed:before,.fa-hotel:before {
  content: "\f236"
}

.fa-viacoin:before {
  content: "\f237"
}

.fa-train:before {
  content: "\f238"
}

.fa-subway:before {
  content: "\f239"
}

.fa-medium:before {
  content: "\f23a"
}

.fa-y-combinator:before,.fa-yc:before {
  content: "\f23b"
}

.fa-optin-monster:before {
  content: "\f23c"
}

.fa-opencart:before {
  content: "\f23d"
}

.fa-expeditedssl:before {
  content: "\f23e"
}

.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before {
  content: "\f240"
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
  content: "\f241"
}

.fa-battery-2:before,.fa-battery-half:before {
  content: "\f242"
}

.fa-battery-1:before,.fa-battery-quarter:before {
  content: "\f243"
}

.fa-battery-0:before,.fa-battery-empty:before {
  content: "\f244"
}

.fa-mouse-pointer:before {
  content: "\f245"
}

.fa-i-cursor:before {
  content: "\f246"
}

.fa-object-group:before {
  content: "\f247"
}

.fa-object-ungroup:before {
  content: "\f248"
}

.fa-sticky-note:before {
  content: "\f249"
}

.fa-sticky-note-o:before {
  content: "\f24a"
}

.fa-cc-jcb:before {
  content: "\f24b"
}

.fa-cc-diners-club:before {
  content: "\f24c"
}

.fa-clone:before {
  content: "\f24d"
}

.fa-balance-scale:before {
  content: "\f24e"
}

.fa-hourglass-o:before {
  content: "\f250"
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
  content: "\f251"
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
  content: "\f252"
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
  content: "\f253"
}

.fa-hourglass:before {
  content: "\f254"
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
  content: "\f255"
}

.fa-hand-paper-o:before,.fa-hand-stop-o:before {
  content: "\f256"
}

.fa-hand-scissors-o:before {
  content: "\f257"
}

.fa-hand-lizard-o:before {
  content: "\f258"
}

.fa-hand-spock-o:before {
  content: "\f259"
}

.fa-hand-pointer-o:before {
  content: "\f25a"
}

.fa-hand-peace-o:before {
  content: "\f25b"
}

.fa-trademark:before {
  content: "\f25c"
}

.fa-registered:before {
  content: "\f25d"
}

.fa-creative-commons:before {
  content: "\f25e"
}

.fa-gg:before {
  content: "\f260"
}

.fa-gg-circle:before {
  content: "\f261"
}

.fa-tripadvisor:before {
  content: "\f262"
}

.fa-odnoklassniki:before {
  content: "\f263"
}

.fa-odnoklassniki-square:before {
  content: "\f264"
}

.fa-get-pocket:before {
  content: "\f265"
}

.fa-wikipedia-w:before {
  content: "\f266"
}

.fa-safari:before {
  content: "\f267"
}

.fa-chrome:before {
  content: "\f268"
}

.fa-firefox:before {
  content: "\f269"
}

.fa-opera:before {
  content: "\f26a"
}

.fa-internet-explorer:before {
  content: "\f26b"
}

.fa-television:before,.fa-tv:before {
  content: "\f26c"
}

.fa-contao:before {
  content: "\f26d"
}

.fa-500px:before {
  content: "\f26e"
}

.fa-amazon:before {
  content: "\f270"
}

.fa-calendar-plus-o:before {
  content: "\f271"
}

.fa-calendar-minus-o:before {
  content: "\f272"
}

.fa-calendar-times-o:before {
  content: "\f273"
}

.fa-calendar-check-o:before {
  content: "\f274"
}

.fa-industry:before {
  content: "\f275"
}

.fa-map-pin:before {
  content: "\f276"
}

.fa-map-signs:before {
  content: "\f277"
}

.fa-map-o:before {
  content: "\f278"
}

.fa-map:before {
  content: "\f279"
}

.fa-commenting:before {
  content: "\f27a"
}

.fa-commenting-o:before {
  content: "\f27b"
}

.fa-houzz:before {
  content: "\f27c"
}

.fa-vimeo:before {
  content: "\f27d"
}

.fa-black-tie:before {
  content: "\f27e"
}

.fa-fonticons:before {
  content: "\f280"
}

.fa-reddit-alien:before {
  content: "\f281"
}

.fa-edge:before {
  content: "\f282"
}

.fa-credit-card-alt:before {
  content: "\f283"
}

.fa-codiepie:before {
  content: "\f284"
}

.fa-modx:before {
  content: "\f285"
}

.fa-fort-awesome:before {
  content: "\f286"
}

.fa-usb:before {
  content: "\f287"
}

.fa-product-hunt:before {
  content: "\f288"
}

.fa-mixcloud:before {
  content: "\f289"
}

.fa-scribd:before {
  content: "\f28a"
}

.fa-pause-circle:before {
  content: "\f28b"
}

.fa-pause-circle-o:before {
  content: "\f28c"
}

.fa-stop-circle:before {
  content: "\f28d"
}

.fa-stop-circle-o:before {
  content: "\f28e"
}

.fa-shopping-bag:before {
  content: "\f290"
}

.fa-shopping-basket:before {
  content: "\f291"
}

.fa-hashtag:before {
  content: "\f292"
}

.fa-bluetooth:before {
  content: "\f293"
}

.fa-bluetooth-b:before {
  content: "\f294"
}

.fa-percent:before {
  content: "\f295"
}

.fa-gitlab:before {
  content: "\f296"
}

.fa-wpbeginner:before {
  content: "\f297"
}

.fa-wpforms:before {
  content: "\f298"
}

.fa-envira:before {
  content: "\f299"
}

.fa-universal-access:before {
  content: "\f29a"
}

.fa-wheelchair-alt:before {
  content: "\f29b"
}

.fa-question-circle-o:before {
  content: "\f29c"
}

.fa-blind:before {
  content: "\f29d"
}

.fa-audio-description:before {
  content: "\f29e"
}

.fa-volume-control-phone:before {
  content: "\f2a0"
}

.fa-braille:before {
  content: "\f2a1"
}

.fa-assistive-listening-systems:before {
  content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before {
  content: "\f2a3"
}

.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before {
  content: "\f2a4"
}

.fa-glide:before {
  content: "\f2a5"
}

.fa-glide-g:before {
  content: "\f2a6"
}

.fa-sign-language:before,.fa-signing:before {
  content: "\f2a7"
}

.fa-low-vision:before {
  content: "\f2a8"
}

.fa-viadeo:before {
  content: "\f2a9"
}

.fa-viadeo-square:before {
  content: "\f2aa"
}

.fa-snapchat:before {
  content: "\f2ab"
}

.fa-snapchat-ghost:before {
  content: "\f2ac"
}

.fa-snapchat-square:before {
  content: "\f2ad"
}

.fa-pied-piper:before {
  content: "\f2ae"
}

.fa-first-order:before {
  content: "\f2b0"
}

.fa-yoast:before {
  content: "\f2b1"
}

.fa-themeisle:before {
  content: "\f2b2"
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
  content: "\f2b3"
}

.fa-fa:before,.fa-font-awesome:before {
  content: "\f2b4"
}

.fa-handshake-o:before {
  content: "\f2b5"
}

.fa-envelope-open:before {
  content: "\f2b6"
}

.fa-envelope-open-o:before {
  content: "\f2b7"
}

.fa-linode:before {
  content: "\f2b8"
}

.fa-address-book:before {
  content: "\f2b9"
}

.fa-address-book-o:before {
  content: "\f2ba"
}

.fa-address-card:before,.fa-vcard:before {
  content: "\f2bb"
}

.fa-address-card-o:before,.fa-vcard-o:before {
  content: "\f2bc"
}

.fa-user-circle:before {
  content: "\f2bd"
}

.fa-user-circle-o:before {
  content: "\f2be"
}

.fa-user-o:before {
  content: "\f2c0"
}

.fa-id-badge:before {
  content: "\f2c1"
}

.fa-drivers-license:before,.fa-id-card:before {
  content: "\f2c2"
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
  content: "\f2c3"
}

.fa-quora:before {
  content: "\f2c4"
}

.fa-free-code-camp:before {
  content: "\f2c5"
}

.fa-telegram:before {
  content: "\f2c6"
}

.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before {
  content: "\f2c7"
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
  content: "\f2c8"
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
  content: "\f2c9"
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
  content: "\f2ca"
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
  content: "\f2cb"
}

.fa-shower:before {
  content: "\f2cc"
}

.fa-bath:before,.fa-bathtub:before,.fa-s15:before {
  content: "\f2cd"
}

.fa-podcast:before {
  content: "\f2ce"
}

.fa-window-maximize:before {
  content: "\f2d0"
}

.fa-window-minimize:before {
  content: "\f2d1"
}

.fa-window-restore:before {
  content: "\f2d2"
}

.fa-times-rectangle:before,.fa-window-close:before {
  content: "\f2d3"
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
  content: "\f2d4"
}

.fa-bandcamp:before {
  content: "\f2d5"
}

.fa-grav:before {
  content: "\f2d6"
}

.fa-etsy:before {
  content: "\f2d7"
}

.fa-imdb:before {
  content: "\f2d8"
}

.fa-ravelry:before {
  content: "\f2d9"
}

.fa-eercast:before {
  content: "\f2da"
}

.fa-microchip:before {
  content: "\f2db"
}

.fa-snowflake-o:before {
  content: "\f2dc"
}

.fa-superpowers:before {
  content: "\f2dd"
}

.fa-wpexplorer:before {
  content: "\f2de"
}

.fa-meetup:before {
  content: "\f2e0"
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Ubuntu Light'),local('Ubuntu-Light'),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoC1CzjvWyNL4U.woff2) format('woff2');
  unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Ubuntu Light'),local('Ubuntu-Light'),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoC1CzjtGyNL4U.woff2) format('woff2');
  unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Ubuntu Light'),local('Ubuntu-Light'),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoC1CzjvGyNL4U.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Ubuntu Light'),local('Ubuntu-Light'),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoC1Czjs2yNL4U.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Ubuntu Light'),local('Ubuntu-Light'),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoC1CzjvmyNL4U.woff2) format('woff2');
  unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Ubuntu Light'),local('Ubuntu-Light'),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoC1CzjsGyN.woff2) format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Ubuntu Regular'),local('Ubuntu-Regular'),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCs6KVjbNBYlgoKcg72j00.woff2) format('woff2');
  unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Ubuntu Regular'),local('Ubuntu-Regular'),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCs6KVjbNBYlgoKew72j00.woff2) format('woff2');
  unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Ubuntu Regular'),local('Ubuntu-Regular'),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCs6KVjbNBYlgoKcw72j00.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Ubuntu Regular'),local('Ubuntu-Regular'),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCs6KVjbNBYlgoKfA72j00.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Ubuntu Regular'),local('Ubuntu-Regular'),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCs6KVjbNBYlgoKcQ72j00.woff2) format('woff2');
  unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Ubuntu Regular'),local('Ubuntu-Regular'),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCs6KVjbNBYlgoKfw72.woff2) format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Ubuntu Medium'),local('Ubuntu-Medium'),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCjC3jvWyNL4U.woff2) format('woff2');
  unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Ubuntu Medium'),local('Ubuntu-Medium'),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCjC3jtGyNL4U.woff2) format('woff2');
  unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Ubuntu Medium'),local('Ubuntu-Medium'),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCjC3jvGyNL4U.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Ubuntu Medium'),local('Ubuntu-Medium'),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCjC3js2yNL4U.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Ubuntu Medium'),local('Ubuntu-Medium'),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCjC3jvmyNL4U.woff2) format('woff2');
  unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Ubuntu Medium'),local('Ubuntu-Medium'),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCjC3jsGyN.woff2) format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Ubuntu Bold'),local('Ubuntu-Bold'),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCxCvjvWyNL4U.woff2) format('woff2');
  unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Ubuntu Bold'),local('Ubuntu-Bold'),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCxCvjtGyNL4U.woff2) format('woff2');
  unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Ubuntu Bold'),local('Ubuntu-Bold'),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCxCvjvGyNL4U.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Ubuntu Bold'),local('Ubuntu-Bold'),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCxCvjs2yNL4U.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Ubuntu Bold'),local('Ubuntu-Bold'),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCxCvjvmyNL4U.woff2) format('woff2');
  unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Ubuntu Bold'),local('Ubuntu-Bold'),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCxCvjsGyN.woff2) format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

.sr-only,.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after,.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after,.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after,.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after,.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after,.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after,.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after,.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after,.bootstrap-datetimepicker-widget .btn[data-action="today"]::after,.bootstrap-datetimepicker-widget .picker-switch::after,.bootstrap-datetimepicker-widget table th.prev::after,.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.bootstrap-datetimepicker-widget {
  list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 14rem;
}

@media (min-width: 576px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
      width:38em;
  }
}

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
      width:38em;
  }
}

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
      width:38em;
  }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0,0,0,0.2);
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0,0,0,0.2);
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.float-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.float-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.wider {
  width: 16rem;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget table td,.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 0.25rem;
}

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled,.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #6c757d;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #e9ecef;
}

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #6c757d;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table td.day:hover,.bootstrap-datetimepicker-widget table td.hour:hover,.bootstrap-datetimepicker-widget table td.minute:hover,.bootstrap-datetimepicker-widget table td.second:hover {
  background: #e9ecef;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old,.bootstrap-datetimepicker-widget table td.new {
  color: #6c757d;
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #007bff;
  border-top-color: rgba(0,0,0,0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #007bff;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled,.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #6c757d;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 0.25rem;
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: #e9ecef;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #007bff;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

.bootstrap-datetimepicker-widget table td span.old {
  color: #6c757d;
}

.bootstrap-datetimepicker-widget table td span.disabled,.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #6c757d;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.input-group [data-toggle="datetimepicker"] {
  cursor: pointer;
}

.fa,.fas,.far,.fal,.fad,.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-ul > li {
  position: relative;
}

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

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

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

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

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

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

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

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

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

  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

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

  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

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

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

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

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

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

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

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-flip-both {
  -webkit-filter: none;
  filter: none;
}

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

.fa-stack-1x,.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

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

.fa-inverse {
  color: #fff;
}

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

.fa-abacus:before {
  content: "\f640";
}

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

.fa-accusoft:before {
  content: "\f369";
}

.fa-acorn:before {
  content: "\f6ae";
}

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

.fa-ad:before {
  content: "\f641";
}

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

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

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-conditioner:before {
  content: "\f8f4";
}

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

.fa-airbnb:before {
  content: "\f834";
}

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

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

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

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

.fa-album:before {
  content: "\f89f";
}

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

.fa-algolia:before {
  content: "\f36c";
}

.fa-alicorn:before {
  content: "\f6b0";
}

.fa-alien:before {
  content: "\f8f5";
}

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

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

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

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

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

.fa-align-slash:before {
  content: "\f846";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

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

.fa-ambulance:before {
  content: "\f0f9";
}

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

.fa-amilia:before {
  content: "\f36d";
}

.fa-amp-guitar:before {
  content: "\f8a1";
}

.fa-analytics:before {
  content: "\f643";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angel:before {
  content: "\f779";
}

.fa-angellist:before {
  content: "\f209";
}

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

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

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

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

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

.fa-apple-crate:before {
  content: "\f6b1";
}

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

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-alt-down:before {
  content: "\f354";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-arrow-alt-up:before {
  content: "\f357";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-from-bottom:before {
  content: "\f342";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-arrows:before {
  content: "\f047";
}

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

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

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

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

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-atom-alt:before {
  content: "\f5d3";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-axe:before {
  content: "\f6b2";
}

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

.fa-baby:before {
  content: "\f77c";
}

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

.fa-backpack:before {
  content: "\f5d4";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\f959";
}

.fa-bacterium:before {
  content: "\f95a";
}

.fa-badge:before {
  content: "\f335";
}

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

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

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

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

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

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

.fa-bahai:before {
  content: "\f666";
}

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

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

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

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

.fa-ballot:before {
  content: "\f732";
}

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

.fa-ban:before {
  content: "\f05e";
}

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

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-banjo:before {
  content: "\f8a3";
}

.fa-barcode:before {
  content: "\f02a";
}

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

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

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

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball:before {
  content: "\f432";
}

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

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

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

.fa-bat:before {
  content: "\f6b5";
}

.fa-bath:before {
  content: "\f2cd";
}

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

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

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

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

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

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

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

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

.fa-bed:before {
  content: "\f236";
}

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

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

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

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

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

.fa-bell:before {
  content: "\f0f3";
}

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

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

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

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

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

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

.fa-bells:before {
  content: "\f77f";
}

.fa-betamax:before {
  content: "\f8a4";
}

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

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-biking-mountain:before {
  content: "\f84b";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blanket:before {
  content: "\f498";
}

.fa-blender:before {
  content: "\f517";
}

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

.fa-blind:before {
  content: "\f29d";
}

.fa-blinds:before {
  content: "\f8fb";
}

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

.fa-blinds-raised:before {
  content: "\f8fd";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bone-break:before {
  content: "\f5d8";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

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

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

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

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

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

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

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

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

.fa-bookmark:before {
  content: "\f02e";
}

.fa-books:before {
  content: "\f5db";
}

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

.fa-boombox:before {
  content: "\f8a5";
}

.fa-boot:before {
  content: "\f782";
}

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

.fa-bootstrap:before {
  content: "\f836";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-box:before {
  content: "\f466";
}

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

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

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

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

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

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

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

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

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

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

.fa-boxes:before {
  content: "\f468";
}

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

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

.fa-brackets:before {
  content: "\f7e9";
}

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

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

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

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

.fa-briefcase:before {
  content: "\f0b1";
}

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

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

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

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

.fa-broom:before {
  content: "\f51a";
}

.fa-browser:before {
  content: "\f37e";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-bullseye-arrow:before {
  content: "\f648";
}

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

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

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-burrito:before {
  content: "\f7ed";
}

.fa-bus:before {
  content: "\f207";
}

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

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

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

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

.fa-buysellads:before {
  content: "\f20d";
}

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

.fa-cactus:before {
  content: "\f8a7";
}

.fa-calculator:before {
  content: "\f1ec";
}

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

.fa-calendar:before {
  content: "\f133";
}

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

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

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

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

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

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

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

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

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

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

.fa-camcorder:before {
  content: "\f8a8";
}

.fa-camera:before {
  content: "\f030";
}

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

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

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

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

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

.fa-campfire:before {
  content: "\f6ba";
}

.fa-campground:before {
  content: "\f6bb";
}

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

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

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

.fa-candy-corn:before {
  content: "\f6bd";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-building:before {
  content: "\f859";
}

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

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

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

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

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

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

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

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

.fa-caravan:before {
  content: "\f8ff";
}

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

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

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

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

.fa-caret-circle-up:before {
  content: "\f331";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cars:before {
  content: "\f85b";
}

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

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

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

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

.fa-cat:before {
  content: "\f6be";
}

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

.fa-cauldron:before {
  content: "\f6bf";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cctv:before {
  content: "\f8ac";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chair-office:before {
  content: "\f6c1";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-line-down:before {
  content: "\f64d";
}

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

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

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

.fa-chart-scatter:before {
  content: "\f7ee";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-cheese-swiss:before {
  content: "\f7f0";
}

.fa-cheeseburger:before {
  content: "\f7f1";
}

.fa-chess:before {
  content: "\f439";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-chess-rook-alt:before {
  content: "\f448";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-double-down:before {
  content: "\f322";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-child:before {
  content: "\f1ae";
}

.fa-chimney:before {
  content: "\f78b";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clarinet:before {
  content: "\f8ad";
}

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

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

.fa-clipboard:before {
  content: "\f328";
}

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

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

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

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

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

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

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

.fa-cloud:before {
  content: "\f0c2";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clouds:before {
  content: "\f744";
}

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

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

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-club:before {
  content: "\f327";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

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

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

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

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

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

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

.fa-coffin:before {
  content: "\f6c6";
}

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

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coin:before {
  content: "\f85c";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comet:before {
  content: "\f903";
}

.fa-comment:before {
  content: "\f075";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-comments:before {
  content: "\f086";
}

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

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

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

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

.fa-compass:before {
  content: "\f14e";
}

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

.fa-compress:before {
  content: "\f066";
}

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

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

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

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

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

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

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-construction:before {
  content: "\f85d";
}

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

.fa-contao:before {
  content: "\f26d";
}

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

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

.fa-cookie:before {
  content: "\f563";
}

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

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-corn:before {
  content: "\f6c7";
}

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

.fa-couch:before {
  content: "\f4b8";
}

.fa-cow:before {
  content: "\f6c8";
}

.fa-cowbell:before {
  content: "\f8b3";
}

.fa-cowbell-more:before {
  content: "\f8b4";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-credit-card-blank:before {
  content: "\f389";
}

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

.fa-cricket:before {
  content: "\f449";
}

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

.fa-croissant:before {
  content: "\f7f6";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-crutches:before {
  content: "\f7f8";
}

.fa-css3:before {
  content: "\f13c";
}

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

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-curling:before {
  content: "\f44a";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

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

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

.fa-dagger:before {
  content: "\f6cb";
}

.fa-dailymotion:before {
  content: "\f952";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-debug:before {
  content: "\f7f9";
}

.fa-deer:before {
  content: "\f78e";
}

.fa-deer-rudolph:before {
  content: "\f78f";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-desktop-alt:before {
  content: "\f390";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dewpoint:before {
  content: "\f748";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

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

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

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

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

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

.fa-dice-d8:before {
  content: "\f6d2";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digging:before {
  content: "\f85e";
}

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

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

.fa-diploma:before {
  content: "\f5ea";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-disc-drive:before {
  content: "\f8b5";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-do-not-enter:before {
  content: "\f5ec";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

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

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

.fa-dolly:before {
  content: "\f472";
}

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

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

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

.fa-dolly-flatbed-empty:before {
  content: "\f476";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-circle:before {
  content: "\f5ed";
}

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

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

.fa-dreidel:before {
  content: "\f792";
}

.fa-dribbble:before {
  content: "\f17d";
}

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

.fa-drone:before {
  content: "\f85f";
}

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

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

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

.fa-drumstick:before {
  content: "\f6d6";
}

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

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dryer:before {
  content: "\f861";
}

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

.fa-duck:before {
  content: "\f6d8";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

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

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-ear:before {
  content: "\f5f0";
}

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

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-eclipse:before {
  content: "\f749";
}

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

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

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

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-elephant:before {
  content: "\f6da";
}

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

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

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

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

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

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

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

.fa-envelope:before {
  content: "\f0e0";
}

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

.fa-envelope-open-dollar:before {
  content: "\f657";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange:before {
  content: "\f0ec";
}

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

.fa-exclamation:before {
  content: "\f12a";
}

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

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

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

.fa-expand:before {
  content: "\f065";
}

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

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

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

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

.fa-expeditedssl:before {
  content: "\f23e";
}

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

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

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

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

.fa-eye:before {
  content: "\f06e";
}

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

.fa-eye-evil:before {
  content: "\f6db";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fan-table:before {
  content: "\f904";
}

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

.fa-farm:before {
  content: "\f864";
}

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

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

.fa-faucet:before {
  content: "\f905";
}

.fa-faucet-drip:before {
  content: "\f906";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-field-hockey:before {
  content: "\f44c";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-certificate:before {
  content: "\f5f3";
}

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

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

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

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

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

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

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

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

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

.fa-file-exclamation:before {
  content: "\f31a";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-minus:before {
  content: "\f318";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-fill:before {
  content: "\f575";
}

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

.fa-film:before {
  content: "\f008";
}

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

.fa-film-canister:before {
  content: "\f8b7";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-fire-smoke:before {
  content: "\f74b";
}

.fa-firefox:before {
  content: "\f269";
}

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

.fa-fireplace:before {
  content: "\f79a";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fish-cooked:before {
  content: "\f7fe";
}

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

.fa-flag:before {
  content: "\f024";
}

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

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

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

.fa-flame:before {
  content: "\f6df";
}

.fa-flashlight:before {
  content: "\f8b8";
}

.fa-flask:before {
  content: "\f0c3";
}

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

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

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flower:before {
  content: "\f7ff";
}

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

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

.fa-flushed:before {
  content: "\f579";
}

.fa-flute:before {
  content: "\f8b9";
}

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

.fa-fly:before {
  content: "\f417";
}

.fa-fog:before {
  content: "\f74e";
}

.fa-folder:before {
  content: "\f07b";
}

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

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

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

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

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

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

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

.fa-folders:before {
  content: "\f660";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-font-case:before {
  content: "\f866";
}

.fa-fonticons:before {
  content: "\f280";
}

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

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

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

.fa-forklift:before {
  content: "\f47a";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-fragile:before {
  content: "\f4bb";
}

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

.fa-freebsd:before {
  content: "\f3a4";
}

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

.fa-frog:before {
  content: "\f52e";
}

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

.fa-frown:before {
  content: "\f119";
}

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

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-function:before {
  content: "\f661";
}

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

.fa-futbol:before {
  content: "\f1e3";
}

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

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

.fa-galaxy:before {
  content: "\f908";
}

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

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

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

.fa-gamepad:before {
  content: "\f11b";
}

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

.fa-garage:before {
  content: "\f909";
}

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

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

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

.fa-gas-pump-slash:before {
  content: "\f5f4";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gift-card:before {
  content: "\f663";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-gingerbread-man:before {
  content: "\f79d";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass:before {
  content: "\f804";
}

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

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

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

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

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

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

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

.fa-glasses:before {
  content: "\f530";
}

.fa-glasses-alt:before {
  content: "\f5f5";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-globe-snow:before {
  content: "\f7a3";
}

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

.fa-gofore:before {
  content: "\f3a7";
}

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

.fa-golf-club:before {
  content: "\f451";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gramophone:before {
  content: "\f8bd";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-guitar-electric:before {
  content: "\f8be";
}

.fa-guitars:before {
  content: "\f8bf";
}

.fa-gulp:before {
  content: "\f3ae";
}

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

.fa-h1:before {
  content: "\f313";
}

.fa-h2:before {
  content: "\f314";
}

.fa-h3:before {
  content: "\f315";
}

.fa-h4:before {
  content: "\f86a";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hammer-war:before {
  content: "\f6e4";
}

.fa-hamsa:before {
  content: "\f665";
}

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

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

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

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

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

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

.fa-hand-holding-seedling:before {
  content: "\f4bf";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-receiving:before {
  content: "\f47c";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "\f95d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-heart:before {
  content: "\f4c3";
}

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

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

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

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt:before {
  content: "\f4c6";
}

.fa-handshake-alt-slash:before {
  content: "\f95f";
}

.fa-handshake-slash:before {
  content: "\f960";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-chef:before {
  content: "\f86b";
}

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

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

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

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

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

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

.fa-hdd:before {
  content: "\f0a0";
}

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

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

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

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

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

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

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

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

.fa-head-vr:before {
  content: "\f6ea";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heart-circle:before {
  content: "\f4c7";
}

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

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

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-heat:before {
  content: "\f90c";
}

.fa-helicopter:before {
  content: "\f533";
}

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

.fa-hexagon:before {
  content: "\f312";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-mask:before {
  content: "\f6ee";
}

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

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

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

.fa-home:before {
  content: "\f015";
}

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

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

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

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

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

.fa-hooli:before {
  content: "\f427";
}

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

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

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

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

.fa-hospital:before {
  content: "\f0f8";
}

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

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

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

.fa-hospitals:before {
  content: "\f80e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house:before {
  content: "\f90d";
}

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

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

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

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

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

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

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

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

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-humidity:before {
  content: "\f750";
}

.fa-hurricane:before {
  content: "\f751";
}

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

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

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

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-icons-alt:before {
  content: "\f86e";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\f913";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-image-polaroid:before {
  content: "\f8c4";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

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

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

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

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

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

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

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

.fa-inhaler:before {
  content: "\f5f9";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\f955";
}

.fa-integral:before {
  content: "\f667";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-intersection:before {
  content: "\f668";
}

.fa-inventory:before {
  content: "\f480";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-island-tropical:before {
  content: "\f811";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-jack-o-lantern:before {
  content: "\f30e";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-joystick:before {
  content: "\f8c5";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-jug:before {
  content: "\f8c6";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-kazoo:before {
  content: "\f8c7";
}

.fa-kerning:before {
  content: "\f86f";
}

.fa-key:before {
  content: "\f084";
}

.fa-key-skeleton:before {
  content: "\f6f3";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-keynote:before {
  content: "\f66c";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kidneys:before {
  content: "\f5fb";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kite:before {
  content: "\f6f4";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-knife-kitchen:before {
  content: "\f6f5";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-lambda:before {
  content: "\f66e";
}

.fa-lamp:before {
  content: "\f4ca";
}

.fa-lamp-desk:before {
  content: "\f914";
}

.fa-lamp-floor:before {
  content: "\f915";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-landmark-alt:before {
  content: "\f752";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "\f966";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lasso:before {
  content: "\f8c8";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-layer-minus:before {
  content: "\f5fe";
}

.fa-layer-plus:before {
  content: "\f5ff";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leaf-heart:before {
  content: "\f4cb";
}

.fa-leaf-maple:before {
  content: "\f6f6";
}

.fa-leaf-oak:before {
  content: "\f6f7";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-light-ceiling:before {
  content: "\f916";
}

.fa-light-switch:before {
  content: "\f917";
}

.fa-light-switch-off:before {
  content: "\f918";
}

.fa-light-switch-on:before {
  content: "\f919";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-lightbulb-dollar:before {
  content: "\f670";
}

.fa-lightbulb-exclamation:before {
  content: "\f671";
}

.fa-lightbulb-on:before {
  content: "\f672";
}

.fa-lightbulb-slash:before {
  content: "\f673";
}

.fa-lights-holiday:before {
  content: "\f7b2";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-line-columns:before {
  content: "\f870";
}

.fa-line-height:before {
  content: "\f871";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lips:before {
  content: "\f600";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-music:before {
  content: "\f8c9";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location:before {
  content: "\f601";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-location-circle:before {
  content: "\f602";
}

.fa-location-slash:before {
  content: "\f603";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-alt:before {
  content: "\f30d";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-lock-open-alt:before {
  content: "\f3c2";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-loveseat:before {
  content: "\f4cc";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luchador:before {
  content: "\f455";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\f967";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-mace:before {
  content: "\f6f8";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailbox:before {
  content: "\f813";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-mandolin:before {
  content: "\f6f9";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-marker-alt-slash:before {
  content: "\f605";
}

.fa-map-marker-check:before {
  content: "\f606";
}

.fa-map-marker-edit:before {
  content: "\f607";
}

.fa-map-marker-exclamation:before {
  content: "\f608";
}

.fa-map-marker-minus:before {
  content: "\f609";
}

.fa-map-marker-plus:before {
  content: "\f60a";
}

.fa-map-marker-question:before {
  content: "\f60b";
}

.fa-map-marker-slash:before {
  content: "\f60c";
}

.fa-map-marker-smile:before {
  content: "\f60d";
}

.fa-map-marker-times:before {
  content: "\f60e";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-meat:before {
  content: "\f814";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaphone:before {
  content: "\f675";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\f91a";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microphone-stand:before {
  content: "\f8cb";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-microwave:before {
  content: "\f91b";
}

.fa-mind-share:before {
  content: "\f677";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-hexagon:before {
  content: "\f307";
}

.fa-minus-octagon:before {
  content: "\f308";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mistletoe:before {
  content: "\f7b4";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\f956";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-mobile-android:before {
  content: "\f3ce";
}

.fa-mobile-android-alt:before {
  content: "\f3cf";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-money-check-edit:before {
  content: "\f872";
}

.fa-money-check-edit-alt:before {
  content: "\f873";
}

.fa-monitor-heart-rate:before {
  content: "\f611";
}

.fa-monkey:before {
  content: "\f6fb";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

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

.fa-moon-stars:before {
  content: "\f755";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mountains:before {
  content: "\f6fd";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-alt:before {
  content: "\f8cd";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mp3-player:before {
  content: "\f8ce";
}

.fa-mug:before {
  content: "\f874";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-mug-marshmallows:before {
  content: "\f7b7";
}

.fa-mug-tea:before {
  content: "\f875";
}

.fa-music:before {
  content: "\f001";
}

.fa-music-alt:before {
  content: "\f8cf";
}

.fa-music-alt-slash:before {
  content: "\f8d0";
}

.fa-music-slash:before {
  content: "\f8d1";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-narwhal:before {
  content: "\f6fe";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octagon:before {
  content: "\f306";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-oil-temp:before {
  content: "\f614";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-omega:before {
  content: "\f67a";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-ornament:before {
  content: "\f7b8";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-outlet:before {
  content: "\f91c";
}

.fa-oven:before {
  content: "\f91d";
}

.fa-overline:before {
  content: "\f876";
}

.fa-page-break:before {
  content: "\f877";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-brush-alt:before {
  content: "\f5a9";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-pallet-alt:before {
  content: "\f483";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-paragraph-rtl:before {
  content: "\f878";
}

.fa-parking:before {
  content: "\f540";
}

.fa-parking-circle:before {
  content: "\f615";
}

.fa-parking-circle-slash:before {
  content: "\f616";
}

.fa-parking-slash:before {
  content: "\f617";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paw-alt:before {
  content: "\f701";
}

.fa-paw-claws:before {
  content: "\f702";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pegasus:before {
  content: "\f703";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-paintbrush:before {
  content: "\f618";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-pennant:before {
  content: "\f456";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "\f968";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-person-carry:before {
  content: "\f4cf";
}

.fa-person-dolly:before {
  content: "\f4d0";
}

.fa-person-dolly-empty:before {
  content: "\f4d1";
}

.fa-person-sign:before {
  content: "\f757";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-laptop:before {
  content: "\f87a";
}

.fa-phone-office:before {
  content: "\f67d";
}

.fa-phone-plus:before {
  content: "\f4d2";
}

.fa-phone-rotary:before {
  content: "\f8d3";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pi:before {
  content: "\f67e";
}

.fa-piano:before {
  content: "\f8d4";
}

.fa-piano-keyboard:before {
  content: "\f8d5";
}

.fa-pie:before {
  content: "\f705";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "\f91e";
}

.fa-pig:before {
  content: "\f706";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza:before {
  content: "\f817";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-alt:before {
  content: "\f3de";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "\f969";
}

.fa-planet-moon:before {
  content: "\f91f";
}

.fa-planet-ringed:before {
  content: "\f920";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-hexagon:before {
  content: "\f300";
}

.fa-plus-octagon:before {
  content: "\f301";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-podium:before {
  content: "\f680";
}

.fa-podium-star:before {
  content: "\f758";
}

.fa-police-box:before {
  content: "\f921";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poll-people:before {
  content: "\f759";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-popcorn:before {
  content: "\f819";
}

.fa-portal-enter:before {
  content: "\f922";
}

.fa-portal-exit:before {
  content: "\f923";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-presentation:before {
  content: "\f685";
}

.fa-print:before {
  content: "\f02f";
}

.fa-print-search:before {
  content: "\f81a";
}

.fa-print-slash:before {
  content: "\f686";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-projector:before {
  content: "\f8d6";
}

.fa-pump-medical:before {
  content: "\f96a";
}

.fa-pump-soap:before {
  content: "\f96b";
}

.fa-pumpkin:before {
  content: "\f707";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-question-square:before {
  content: "\f2fd";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-rabbit:before {
  content: "\f708";
}

.fa-rabbit-fast:before {
  content: "\f709";
}

.fa-racquet:before {
  content: "\f45a";
}

.fa-radar:before {
  content: "\f924";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-radio:before {
  content: "\f8d7";
}

.fa-radio-alt:before {
  content: "\f8d8";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-raindrops:before {
  content: "\f75c";
}

.fa-ram:before {
  content: "\f70a";
}

.fa-ramp-loading:before {
  content: "\f4d4";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-raygun:before {
  content: "\f925";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-rectangle-landscape:before {
  content: "\f2fa";
}

.fa-rectangle-portrait:before {
  content: "\f2fb";
}

.fa-rectangle-wide:before {
  content: "\f2fc";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-refrigerator:before {
  content: "\f926";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-repeat:before {
  content: "\f363";
}

.fa-repeat-1:before {
  content: "\f365";
}

.fa-repeat-1-alt:before {
  content: "\f366";
}

.fa-repeat-alt:before {
  content: "\f364";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-retweet-alt:before {
  content: "\f361";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-rings-wedding:before {
  content: "\f81b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocket-launch:before {
  content: "\f927";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-route-highway:before {
  content: "\f61a";
}

.fa-route-interstate:before {
  content: "\f61b";
}

.fa-router:before {
  content: "\f8da";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-triangle:before {
  content: "\f61c";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rv:before {
  content: "\f7be";
}

.fa-sack:before {
  content: "\f81c";
}

.fa-sack-dollar:before {
  content: "\f81d";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salad:before {
  content: "\f81e";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sandwich:before {
  content: "\f81f";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-sausage:before {
  content: "\f820";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-sax-hot:before {
  content: "\f8db";
}

.fa-saxophone:before {
  content: "\f8dc";
}

.fa-scalpel:before {
  content: "\f61d";
}

.fa-scalpel-path:before {
  content: "\f61e";
}

.fa-scanner:before {
  content: "\f488";
}

.fa-scanner-image:before {
  content: "\f8f3";
}

.fa-scanner-keyboard:before {
  content: "\f489";
}

.fa-scanner-touchscreen:before {
  content: "\f48a";
}

.fa-scarecrow:before {
  content: "\f70d";
}

.fa-scarf:before {
  content: "\f7c1";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-scroll-old:before {
  content: "\f70f";
}

.fa-scrubber:before {
  content: "\f2f8";
}

.fa-scythe:before {
  content: "\f710";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-send-back:before {
  content: "\f87e";
}

.fa-send-backward:before {
  content: "\f87f";
}

.fa-sensor:before {
  content: "\f928";
}

.fa-sensor-alert:before {
  content: "\f929";
}

.fa-sensor-fire:before {
  content: "\f92a";
}

.fa-sensor-on:before {
  content: "\f92b";
}

.fa-sensor-smoke:before {
  content: "\f92c";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-all:before {
  content: "\f367";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-sheep:before {
  content: "\f711";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield:before {
  content: "\f132";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-check:before {
  content: "\f2f7";
}

.fa-shield-cross:before {
  content: "\f712";
}

.fa-shield-virus:before {
  content: "\f96c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shipping-timed:before {
  content: "\f48c";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shish-kebab:before {
  content: "\f821";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\f957";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shovel:before {
  content: "\f713";
}

.fa-shovel-snow:before {
  content: "\f7c3";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shredder:before {
  content: "\f68a";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-shuttlecock:before {
  content: "\f45b";
}

.fa-sickle:before {
  content: "\f822";
}

.fa-sigma:before {
  content: "\f68b";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signal-1:before {
  content: "\f68c";
}

.fa-signal-2:before {
  content: "\f68d";
}

.fa-signal-3:before {
  content: "\f68e";
}

.fa-signal-4:before {
  content: "\f68f";
}

.fa-signal-alt:before {
  content: "\f690";
}

.fa-signal-alt-1:before {
  content: "\f691";
}

.fa-signal-alt-2:before {
  content: "\f692";
}

.fa-signal-alt-3:before {
  content: "\f693";
}

.fa-signal-alt-slash:before {
  content: "\f694";
}

.fa-signal-slash:before {
  content: "\f695";
}

.fa-signal-stream:before {
  content: "\f8dd";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "\f96d";
}

.fa-siren:before {
  content: "\f92d";
}

.fa-siren-on:before {
  content: "\f92e";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-skeleton:before {
  content: "\f620";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-ski-jump:before {
  content: "\f7c7";
}

.fa-ski-lift:before {
  content: "\f7c8";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-cow:before {
  content: "\f8de";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sledding:before {
  content: "\f7cb";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-sliders-h-square:before {
  content: "\f3f0";
}

.fa-sliders-v:before {
  content: "\f3f1";
}

.fa-sliders-v-square:before {
  content: "\f3f2";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-plus:before {
  content: "\f5b9";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoke:before {
  content: "\f760";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snake:before {
  content: "\f716";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snooze:before {
  content: "\f880";
}

.fa-snow-blowing:before {
  content: "\f761";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowflakes:before {
  content: "\f7cf";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowmobile:before {
  content: "\f7d1";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\f96e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-solar-system:before {
  content: "\f92f";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-alt:before {
  content: "\f883";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-circle:before {
  content: "\f930";
}

.fa-sort-circle-down:before {
  content: "\f931";
}

.fa-sort-circle-up:before {
  content: "\f932";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-shapes-down:before {
  content: "\f888";
}

.fa-sort-shapes-down-alt:before {
  content: "\f889";
}

.fa-sort-shapes-up:before {
  content: "\f88a";
}

.fa-sort-shapes-up-alt:before {
  content: "\f88b";
}

.fa-sort-size-down:before {
  content: "\f88c";
}

.fa-sort-size-down-alt:before {
  content: "\f88d";
}

.fa-sort-size-up:before {
  content: "\f88e";
}

.fa-sort-size-up-alt:before {
  content: "\f88f";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-soup:before {
  content: "\f823";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-space-station-moon:before {
  content: "\f933";
}

.fa-space-station-moon-alt:before {
  content: "\f934";
}

.fa-spade:before {
  content: "\f2f4";
}

.fa-sparkles:before {
  content: "\f890";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker:before {
  content: "\f8df";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-speakers:before {
  content: "\f8e0";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spider-black-widow:before {
  content: "\f718";
}

.fa-spider-web:before {
  content: "\f719";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spinner-third:before {
  content: "\f3f4";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-sprinkler:before {
  content: "\f935";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root:before {
  content: "\f697";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-squirrel:before {
  content: "\f71a";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-staff:before {
  content: "\f71b";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-christmas:before {
  content: "\f7d4";
}

.fa-star-exclamation:before {
  content: "\f2f3";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-star-shooting:before {
  content: "\f936";
}

.fa-starfighter:before {
  content: "\f937";
}

.fa-starfighter-alt:before {
  content: "\f938";
}

.fa-stars:before {
  content: "\f762";
}

.fa-starship:before {
  content: "\f939";
}

.fa-starship-freighter:before {
  content: "\f93a";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steak:before {
  content: "\f824";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-steering-wheel:before {
  content: "\f622";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stocking:before {
  content: "\f7d5";
}

.fa-stomach:before {
  content: "\f623";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\f96f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\f970";
}

.fa-store-slash:before {
  content: "\f971";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-stretcher:before {
  content: "\f825";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

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

.fa-sun-dust:before {
  content: "\f764";
}

.fa-sun-haze:before {
  content: "\f765";
}

.fa-sunglasses:before {
  content: "\f892";
}

.fa-sunrise:before {
  content: "\f766";
}

.fa-sunset:before {
  content: "\f767";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-sword:before {
  content: "\f71c";
}

.fa-sword-laser:before {
  content: "\f93b";
}

.fa-sword-laser-alt:before {
  content: "\f93c";
}

.fa-swords:before {
  content: "\f71d";
}

.fa-swords-laser:before {
  content: "\f93d";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablet-android:before {
  content: "\f3fb";
}

.fa-tablet-android-alt:before {
  content: "\f3fc";
}

.fa-tablet-rugged:before {
  content: "\f48f";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer:before {
  content: "\f0e4";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tachometer-alt-average:before {
  content: "\f624";
}

.fa-tachometer-alt-fast:before {
  content: "\f625";
}

.fa-tachometer-alt-fastest:before {
  content: "\f626";
}

.fa-tachometer-alt-slow:before {
  content: "\f627";
}

.fa-tachometer-alt-slowest:before {
  content: "\f628";
}

.fa-tachometer-average:before {
  content: "\f629";
}

.fa-tachometer-fast:before {
  content: "\f62a";
}

.fa-tachometer-fastest:before {
  content: "\f62b";
}

.fa-tachometer-slow:before {
  content: "\f62c";
}

.fa-tachometer-slowest:before {
  content: "\f62d";
}

.fa-taco:before {
  content: "\f826";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tally:before {
  content: "\f69c";
}

.fa-tanakh:before {
  content: "\f827";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-tasks-alt:before {
  content: "\f828";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-telescope:before {
  content: "\f93e";
}

.fa-temperature-down:before {
  content: "\f93f";
}

.fa-temperature-frigid:before {
  content: "\f768";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-hot:before {
  content: "\f76a";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-temperature-up:before {
  content: "\f940";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-tennis-ball:before {
  content: "\f45e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text:before {
  content: "\f893";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-size:before {
  content: "\f894";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-theta:before {
  content: "\f69e";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-thunderstorm:before {
  content: "\f76c";
}

.fa-thunderstorm-moon:before {
  content: "\f76d";
}

.fa-thunderstorm-sun:before {
  content: "\f76e";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tilde:before {
  content: "\f69f";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-times-hexagon:before {
  content: "\f2ee";
}

.fa-times-octagon:before {
  content: "\f2f0";
}

.fa-times-square:before {
  content: "\f2d3";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tire:before {
  content: "\f631";
}

.fa-tire-flat:before {
  content: "\f632";
}

.fa-tire-pressure-warning:before {
  content: "\f633";
}

.fa-tire-rugged:before {
  content: "\f634";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-alt:before {
  content: "\f71f";
}

.fa-toilet-paper-slash:before {
  content: "\f972";
}

.fa-tombstone:before {
  content: "\f720";
}

.fa-tombstone-alt:before {
  content: "\f721";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-toothbrush:before {
  content: "\f635";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tornado:before {
  content: "\f76f";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-cone:before {
  content: "\f636";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-traffic-light-go:before {
  content: "\f638";
}

.fa-traffic-light-slow:before {
  content: "\f639";
}

.fa-traffic-light-stop:before {
  content: "\f63a";
}

.fa-trailer:before {
  content: "\f941";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-transporter:before {
  content: "\f942";
}

.fa-transporter-1:before {
  content: "\f943";
}

.fa-transporter-2:before {
  content: "\f944";
}

.fa-transporter-3:before {
  content: "\f945";
}

.fa-transporter-empty:before {
  content: "\f946";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-trash-undo:before {
  content: "\f895";
}

.fa-trash-undo-alt:before {
  content: "\f896";
}

.fa-treasure-chest:before {
  content: "\f723";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-tree-alt:before {
  content: "\f400";
}

.fa-tree-christmas:before {
  content: "\f7db";
}

.fa-tree-decorated:before {
  content: "\f7dc";
}

.fa-tree-large:before {
  content: "\f7dd";
}

.fa-tree-palm:before {
  content: "\f82b";
}

.fa-trees:before {
  content: "\f724";
}

.fa-trello:before {
  content: "\f181";
}

.fa-triangle:before {
  content: "\f2ec";
}

.fa-triangle-music:before {
  content: "\f8e2";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-trophy-alt:before {
  content: "\f2eb";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-container:before {
  content: "\f4dc";
}

.fa-truck-couch:before {
  content: "\f4dd";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-truck-plow:before {
  content: "\f7de";
}

.fa-truck-ramp:before {
  content: "\f4e0";
}

.fa-trumpet:before {
  content: "\f8e3";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-turkey:before {
  content: "\f725";
}

.fa-turntable:before {
  content: "\f8e4";
}

.fa-turtle:before {
  content: "\f726";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-tv-alt:before {
  content: "\f8e5";
}

.fa-tv-music:before {
  content: "\f8e6";
}

.fa-tv-retro:before {
  content: "\f401";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typewriter:before {
  content: "\f8e7";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-ufo:before {
  content: "\f947";
}

.fa-ufo-beam:before {
  content: "\f948";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-unicorn:before {
  content: "\f727";
}

.fa-union:before {
  content: "\f6a2";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\f949";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-usb-drive:before {
  content: "\f8e9";
}

.fa-usd-circle:before {
  content: "\f2e8";
}

.fa-usd-square:before {
  content: "\f2e9";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alien:before {
  content: "\f94a";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-chart:before {
  content: "\f6a3";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-cowboy:before {
  content: "\f8ea";
}

.fa-user-crown:before {
  content: "\f6a4";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-hard-hat:before {
  content: "\f82c";
}

.fa-user-headset:before {
  content: "\f82d";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-md-chat:before {
  content: "\f82e";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-music:before {
  content: "\f8eb";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-robot:before {
  content: "\f94b";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-user-unlock:before {
  content: "\f958";
}

.fa-user-visor:before {
  content: "\f94c";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-class:before {
  content: "\f63d";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-crown:before {
  content: "\f6a5";
}

.fa-users-medical:before {
  content: "\f830";
}

.fa-users-slash:before {
  content: "\f973";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-fork:before {
  content: "\f2e3";
}

.fa-utensil-knife:before {
  content: "\f2e4";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-utensils-alt:before {
  content: "\f2e6";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vacuum:before {
  content: "\f94d";
}

.fa-vacuum-robot:before {
  content: "\f94e";
}

.fa-value-absolute:before {
  content: "\f6a6";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vhs:before {
  content: "\f8ec";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-plus:before {
  content: "\f4e1";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-violin:before {
  content: "\f8ed";
}

.fa-virus:before {
  content: "\f974";
}

.fa-virus-slash:before {
  content: "\f975";
}

.fa-viruses:before {
  content: "\f976";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volcano:before {
  content: "\f770";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume:before {
  content: "\f6a8";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-slash:before {
  content: "\f2e2";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-nay:before {
  content: "\f771";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-wagon-covered:before {
  content: "\f8ee";
}

.fa-walker:before {
  content: "\f831";
}

.fa-walkie-talkie:before {
  content: "\f8ef";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-wand:before {
  content: "\f72a";
}

.fa-wand-magic:before {
  content: "\f72b";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-warehouse-alt:before {
  content: "\f495";
}

.fa-washer:before {
  content: "\f898";
}

.fa-watch:before {
  content: "\f2e1";
}

.fa-watch-calculator:before {
  content: "\f8f0";
}

.fa-watch-fitness:before {
  content: "\f63e";
}

.fa-water:before {
  content: "\f773";
}

.fa-water-lower:before {
  content: "\f774";
}

.fa-water-rise:before {
  content: "\f775";
}

.fa-wave-sine:before {
  content: "\f899";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-wave-triangle:before {
  content: "\f89a";
}

.fa-waveform:before {
  content: "\f8f1";
}

.fa-waveform-path:before {
  content: "\f8f2";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-webcam:before {
  content: "\f832";
}

.fa-webcam-slash:before {
  content: "\f833";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whale:before {
  content: "\f72c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheat:before {
  content: "\f72d";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whistle:before {
  content: "\f460";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wifi-1:before {
  content: "\f6aa";
}

.fa-wifi-2:before {
  content: "\f6ab";
}

.fa-wifi-slash:before {
  content: "\f6ac";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-wind-turbine:before {
  content: "\f89b";
}

.fa-wind-warning:before {
  content: "\f776";
}

.fa-window:before {
  content: "\f40e";
}

.fa-window-alt:before {
  content: "\f40f";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-frame:before {
  content: "\f94f";
}

.fa-window-frame-open:before {
  content: "\f950";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-windsock:before {
  content: "\f777";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wreath:before {
  content: "\f7e2";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://www.bpost.be/themes/custom/nbw/webfonts/fa-brands-400.eot);
  src: url(https://www.bpost.be/themes/custom/nbw/webfonts/fa-brands-400.eot) format("embedded-opentype"),url(https://www.bpost.be/themes/custom/nbw/webfonts/fa-brands-400.woff2) format("woff2"),url(https://www.bpost.be/themes/custom/nbw/webfonts/fa-brands-400.woff) format("woff"),url(https://www.bpost.be/themes/custom/nbw/webfonts/fa-brands-400.ttf) format("truetype"),url(https://www.bpost.be/themes/custom/nbw/webfonts/fa-brands-400.svg) format("svg");
}

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 5 Duotone';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://www.bpost.be/themes/custom/nbw/webfonts/fa-duotone-900.eot);
  src: url(https://www.bpost.be/themes/custom/nbw/webfonts/fa-duotone-900.eot) format("embedded-opentype"),url(https://www.bpost.be/themes/custom/nbw/webfonts/fa-duotone-900.woff2) format("woff2"),url(https://www.bpost.be/themes/custom/nbw/webfonts/fa-duotone-900.woff) format("woff"),url(https://www.bpost.be/themes/custom/nbw/webfonts/fa-duotone-900.ttf) format("truetype"),url(https://www.bpost.be/themes/custom/nbw/webfonts/fa-duotone-900.svg) format("svg");
}

.fad {
  position: relative;
  font-family: 'Font Awesome 5 Duotone';
  font-weight: 900;
}

.fad:before {
  position: absolute;
  color: var(--fa-primary-color,inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity,1);
}

.fad:after {
  color: var(--fa-secondary-color,inherit);
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity,0.4);
}

.fa-swap-opacity .fad:before,.fad.fa-swap-opacity:before {
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity,0.4);
}

.fa-swap-opacity .fad:after,.fad.fa-swap-opacity:after {
  opacity: 1;
  opacity: var(--fa-primary-opacity,1);
}

.fad.fa-inverse {
  color: #fff;
}

.fad.fa-stack-1x,.fad.fa-stack-2x {
  position: absolute;
}

.fad.fa-stack-1x:before,.fad.fa-stack-2x:before,.fad.fa-fw:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.fad.fa-abacus:after {
  content: "\10f640";
}

.fad.fa-acorn:after {
  content: "\10f6ae";
}

.fad.fa-ad:after {
  content: "\10f641";
}

.fad.fa-address-book:after {
  content: "\10f2b9";
}

.fad.fa-address-card:after {
  content: "\10f2bb";
}

.fad.fa-adjust:after {
  content: "\10f042";
}

.fad.fa-air-conditioner:after {
  content: "\10f8f4";
}

.fad.fa-air-freshener:after {
  content: "\10f5d0";
}

.fad.fa-alarm-clock:after {
  content: "\10f34e";
}

.fad.fa-alarm-exclamation:after {
  content: "\10f843";
}

.fad.fa-alarm-plus:after {
  content: "\10f844";
}

.fad.fa-alarm-snooze:after {
  content: "\10f845";
}

.fad.fa-album:after {
  content: "\10f89f";
}

.fad.fa-album-collection:after {
  content: "\10f8a0";
}

.fad.fa-alicorn:after {
  content: "\10f6b0";
}

.fad.fa-alien:after {
  content: "\10f8f5";
}

.fad.fa-alien-monster:after {
  content: "\10f8f6";
}

.fad.fa-align-center:after {
  content: "\10f037";
}

.fad.fa-align-justify:after {
  content: "\10f039";
}

.fad.fa-align-left:after {
  content: "\10f036";
}

.fad.fa-align-right:after {
  content: "\10f038";
}

.fad.fa-align-slash:after {
  content: "\10f846";
}

.fad.fa-allergies:after {
  content: "\10f461";
}

.fad.fa-ambulance:after {
  content: "\10f0f9";
}

.fad.fa-american-sign-language-interpreting:after {
  content: "\10f2a3";
}

.fad.fa-amp-guitar:after {
  content: "\10f8a1";
}

.fad.fa-analytics:after {
  content: "\10f643";
}

.fad.fa-anchor:after {
  content: "\10f13d";
}

.fad.fa-angel:after {
  content: "\10f779";
}

.fad.fa-angle-double-down:after {
  content: "\10f103";
}

.fad.fa-angle-double-left:after {
  content: "\10f100";
}

.fad.fa-angle-double-right:after {
  content: "\10f101";
}

.fad.fa-angle-double-up:after {
  content: "\10f102";
}

.fad.fa-angle-down:after {
  content: "\10f107";
}

.fad.fa-angle-left:after {
  content: "\10f104";
}

.fad.fa-angle-right:after {
  content: "\10f105";
}

.fad.fa-angle-up:after {
  content: "\10f106";
}

.fad.fa-angry:after {
  content: "\10f556";
}

.fad.fa-ankh:after {
  content: "\10f644";
}

.fad.fa-apple-alt:after {
  content: "\10f5d1";
}

.fad.fa-apple-crate:after {
  content: "\10f6b1";
}

.fad.fa-archive:after {
  content: "\10f187";
}

.fad.fa-archway:after {
  content: "\10f557";
}

.fad.fa-arrow-alt-circle-down:after {
  content: "\10f358";
}

.fad.fa-arrow-alt-circle-left:after {
  content: "\10f359";
}

.fad.fa-arrow-alt-circle-right:after {
  content: "\10f35a";
}

.fad.fa-arrow-alt-circle-up:after {
  content: "\10f35b";
}

.fad.fa-arrow-alt-down:after {
  content: "\10f354";
}

.fad.fa-arrow-alt-from-bottom:after {
  content: "\10f346";
}

.fad.fa-arrow-alt-from-left:after {
  content: "\10f347";
}

.fad.fa-arrow-alt-from-right:after {
  content: "\10f348";
}

.fad.fa-arrow-alt-from-top:after {
  content: "\10f349";
}

.fad.fa-arrow-alt-left:after {
  content: "\10f355";
}

.fad.fa-arrow-alt-right:after {
  content: "\10f356";
}

.fad.fa-arrow-alt-square-down:after {
  content: "\10f350";
}

.fad.fa-arrow-alt-square-left:after {
  content: "\10f351";
}

.fad.fa-arrow-alt-square-right:after {
  content: "\10f352";
}

.fad.fa-arrow-alt-square-up:after {
  content: "\10f353";
}

.fad.fa-arrow-alt-to-bottom:after {
  content: "\10f34a";
}

.fad.fa-arrow-alt-to-left:after {
  content: "\10f34b";
}

.fad.fa-arrow-alt-to-right:after {
  content: "\10f34c";
}

.fad.fa-arrow-alt-to-top:after {
  content: "\10f34d";
}

.fad.fa-arrow-alt-up:after {
  content: "\10f357";
}

.fad.fa-arrow-circle-down:after {
  content: "\10f0ab";
}

.fad.fa-arrow-circle-left:after {
  content: "\10f0a8";
}

.fad.fa-arrow-circle-right:after {
  content: "\10f0a9";
}

.fad.fa-arrow-circle-up:after {
  content: "\10f0aa";
}

.fad.fa-arrow-down:after {
  content: "\10f063";
}

.fad.fa-arrow-from-bottom:after {
  content: "\10f342";
}

.fad.fa-arrow-from-left:after {
  content: "\10f343";
}

.fad.fa-arrow-from-right:after {
  content: "\10f344";
}

.fad.fa-arrow-from-top:after {
  content: "\10f345";
}

.fad.fa-arrow-left:after {
  content: "\10f060";
}

.fad.fa-arrow-right:after {
  content: "\10f061";
}

.fad.fa-arrow-square-down:after {
  content: "\10f339";
}

.fad.fa-arrow-square-left:after {
  content: "\10f33a";
}

.fad.fa-arrow-square-right:after {
  content: "\10f33b";
}

.fad.fa-arrow-square-up:after {
  content: "\10f33c";
}

.fad.fa-arrow-to-bottom:after {
  content: "\10f33d";
}

.fad.fa-arrow-to-left:after {
  content: "\10f33e";
}

.fad.fa-arrow-to-right:after {
  content: "\10f340";
}

.fad.fa-arrow-to-top:after {
  content: "\10f341";
}

.fad.fa-arrow-up:after {
  content: "\10f062";
}

.fad.fa-arrows:after {
  content: "\10f047";
}

.fad.fa-arrows-alt:after {
  content: "\10f0b2";
}

.fad.fa-arrows-alt-h:after {
  content: "\10f337";
}

.fad.fa-arrows-alt-v:after {
  content: "\10f338";
}

.fad.fa-arrows-h:after {
  content: "\10f07e";
}

.fad.fa-arrows-v:after {
  content: "\10f07d";
}

.fad.fa-assistive-listening-systems:after {
  content: "\10f2a2";
}

.fad.fa-asterisk:after {
  content: "\10f069";
}

.fad.fa-at:after {
  content: "\10f1fa";
}

.fad.fa-atlas:after {
  content: "\10f558";
}

.fad.fa-atom:after {
  content: "\10f5d2";
}

.fad.fa-atom-alt:after {
  content: "\10f5d3";
}

.fad.fa-audio-description:after {
  content: "\10f29e";
}

.fad.fa-award:after {
  content: "\10f559";
}

.fad.fa-axe:after {
  content: "\10f6b2";
}

.fad.fa-axe-battle:after {
  content: "\10f6b3";
}

.fad.fa-baby:after {
  content: "\10f77c";
}

.fad.fa-baby-carriage:after {
  content: "\10f77d";
}

.fad.fa-backpack:after {
  content: "\10f5d4";
}

.fad.fa-backspace:after {
  content: "\10f55a";
}

.fad.fa-backward:after {
  content: "\10f04a";
}

.fad.fa-bacon:after {
  content: "\10f7e5";
}

.fad.fa-bacteria:after {
  content: "\10f959";
}

.fad.fa-bacterium:after {
  content: "\10f95a";
}

.fad.fa-badge:after {
  content: "\10f335";
}

.fad.fa-badge-check:after {
  content: "\10f336";
}

.fad.fa-badge-dollar:after {
  content: "\10f645";
}

.fad.fa-badge-percent:after {
  content: "\10f646";
}

.fad.fa-badge-sheriff:after {
  content: "\10f8a2";
}

.fad.fa-badger-honey:after {
  content: "\10f6b4";
}

.fad.fa-bags-shopping:after {
  content: "\10f847";
}

.fad.fa-bahai:after {
  content: "\10f666";
}

.fad.fa-balance-scale:after {
  content: "\10f24e";
}

.fad.fa-balance-scale-left:after {
  content: "\10f515";
}

.fad.fa-balance-scale-right:after {
  content: "\10f516";
}

.fad.fa-ball-pile:after {
  content: "\10f77e";
}

.fad.fa-ballot:after {
  content: "\10f732";
}

.fad.fa-ballot-check:after {
  content: "\10f733";
}

.fad.fa-ban:after {
  content: "\10f05e";
}

.fad.fa-band-aid:after {
  content: "\10f462";
}

.fad.fa-banjo:after {
  content: "\10f8a3";
}

.fad.fa-barcode:after {
  content: "\10f02a";
}

.fad.fa-barcode-alt:after {
  content: "\10f463";
}

.fad.fa-barcode-read:after {
  content: "\10f464";
}

.fad.fa-barcode-scan:after {
  content: "\10f465";
}

.fad.fa-bars:after {
  content: "\10f0c9";
}

.fad.fa-baseball:after {
  content: "\10f432";
}

.fad.fa-baseball-ball:after {
  content: "\10f433";
}

.fad.fa-basketball-ball:after {
  content: "\10f434";
}

.fad.fa-basketball-hoop:after {
  content: "\10f435";
}

.fad.fa-bat:after {
  content: "\10f6b5";
}

.fad.fa-bath:after {
  content: "\10f2cd";
}

.fad.fa-battery-bolt:after {
  content: "\10f376";
}

.fad.fa-battery-empty:after {
  content: "\10f244";
}

.fad.fa-battery-full:after {
  content: "\10f240";
}

.fad.fa-battery-half:after {
  content: "\10f242";
}

.fad.fa-battery-quarter:after {
  content: "\10f243";
}

.fad.fa-battery-slash:after {
  content: "\10f377";
}

.fad.fa-battery-three-quarters:after {
  content: "\10f241";
}

.fad.fa-bed:after {
  content: "\10f236";
}

.fad.fa-bed-alt:after {
  content: "\10f8f7";
}

.fad.fa-bed-bunk:after {
  content: "\10f8f8";
}

.fad.fa-bed-empty:after {
  content: "\10f8f9";
}

.fad.fa-beer:after {
  content: "\10f0fc";
}

.fad.fa-bell:after {
  content: "\10f0f3";
}

.fad.fa-bell-exclamation:after {
  content: "\10f848";
}

.fad.fa-bell-on:after {
  content: "\10f8fa";
}

.fad.fa-bell-plus:after {
  content: "\10f849";
}

.fad.fa-bell-school:after {
  content: "\10f5d5";
}

.fad.fa-bell-school-slash:after {
  content: "\10f5d6";
}

.fad.fa-bell-slash:after {
  content: "\10f1f6";
}

.fad.fa-bells:after {
  content: "\10f77f";
}

.fad.fa-betamax:after {
  content: "\10f8a4";
}

.fad.fa-bezier-curve:after {
  content: "\10f55b";
}

.fad.fa-bible:after {
  content: "\10f647";
}

.fad.fa-bicycle:after {
  content: "\10f206";
}

.fad.fa-biking:after {
  content: "\10f84a";
}

.fad.fa-biking-mountain:after {
  content: "\10f84b";
}

.fad.fa-binoculars:after {
  content: "\10f1e5";
}

.fad.fa-biohazard:after {
  content: "\10f780";
}

.fad.fa-birthday-cake:after {
  content: "\10f1fd";
}

.fad.fa-blanket:after {
  content: "\10f498";
}

.fad.fa-blender:after {
  content: "\10f517";
}

.fad.fa-blender-phone:after {
  content: "\10f6b6";
}

.fad.fa-blind:after {
  content: "\10f29d";
}

.fad.fa-blinds:after {
  content: "\10f8fb";
}

.fad.fa-blinds-open:after {
  content: "\10f8fc";
}

.fad.fa-blinds-raised:after {
  content: "\10f8fd";
}

.fad.fa-blog:after {
  content: "\10f781";
}

.fad.fa-bold:after {
  content: "\10f032";
}

.fad.fa-bolt:after {
  content: "\10f0e7";
}

.fad.fa-bomb:after {
  content: "\10f1e2";
}

.fad.fa-bone:after {
  content: "\10f5d7";
}

.fad.fa-bone-break:after {
  content: "\10f5d8";
}

.fad.fa-bong:after {
  content: "\10f55c";
}

.fad.fa-book:after {
  content: "\10f02d";
}

.fad.fa-book-alt:after {
  content: "\10f5d9";
}

.fad.fa-book-dead:after {
  content: "\10f6b7";
}

.fad.fa-book-heart:after {
  content: "\10f499";
}

.fad.fa-book-medical:after {
  content: "\10f7e6";
}

.fad.fa-book-open:after {
  content: "\10f518";
}

.fad.fa-book-reader:after {
  content: "\10f5da";
}

.fad.fa-book-spells:after {
  content: "\10f6b8";
}

.fad.fa-book-user:after {
  content: "\10f7e7";
}

.fad.fa-bookmark:after {
  content: "\10f02e";
}

.fad.fa-books:after {
  content: "\10f5db";
}

.fad.fa-books-medical:after {
  content: "\10f7e8";
}

.fad.fa-boombox:after {
  content: "\10f8a5";
}

.fad.fa-boot:after {
  content: "\10f782";
}

.fad.fa-booth-curtain:after {
  content: "\10f734";
}

.fad.fa-border-all:after {
  content: "\10f84c";
}

.fad.fa-border-bottom:after {
  content: "\10f84d";
}

.fad.fa-border-center-h:after {
  content: "\10f89c";
}

.fad.fa-border-center-v:after {
  content: "\10f89d";
}

.fad.fa-border-inner:after {
  content: "\10f84e";
}

.fad.fa-border-left:after {
  content: "\10f84f";
}

.fad.fa-border-none:after {
  content: "\10f850";
}

.fad.fa-border-outer:after {
  content: "\10f851";
}

.fad.fa-border-right:after {
  content: "\10f852";
}

.fad.fa-border-style:after {
  content: "\10f853";
}

.fad.fa-border-style-alt:after {
  content: "\10f854";
}

.fad.fa-border-top:after {
  content: "\10f855";
}

.fad.fa-bow-arrow:after {
  content: "\10f6b9";
}

.fad.fa-bowling-ball:after {
  content: "\10f436";
}

.fad.fa-bowling-pins:after {
  content: "\10f437";
}

.fad.fa-box:after {
  content: "\10f466";
}

.fad.fa-box-alt:after {
  content: "\10f49a";
}

.fad.fa-box-ballot:after {
  content: "\10f735";
}

.fad.fa-box-check:after {
  content: "\10f467";
}

.fad.fa-box-fragile:after {
  content: "\10f49b";
}

.fad.fa-box-full:after {
  content: "\10f49c";
}

.fad.fa-box-heart:after {
  content: "\10f49d";
}

.fad.fa-box-open:after {
  content: "\10f49e";
}

.fad.fa-box-tissue:after {
  content: "\10f95b";
}

.fad.fa-box-up:after {
  content: "\10f49f";
}

.fad.fa-box-usd:after {
  content: "\10f4a0";
}

.fad.fa-boxes:after {
  content: "\10f468";
}

.fad.fa-boxes-alt:after {
  content: "\10f4a1";
}

.fad.fa-boxing-glove:after {
  content: "\10f438";
}

.fad.fa-brackets:after {
  content: "\10f7e9";
}

.fad.fa-brackets-curly:after {
  content: "\10f7ea";
}

.fad.fa-braille:after {
  content: "\10f2a1";
}

.fad.fa-brain:after {
  content: "\10f5dc";
}

.fad.fa-bread-loaf:after {
  content: "\10f7eb";
}

.fad.fa-bread-slice:after {
  content: "\10f7ec";
}

.fad.fa-briefcase:after {
  content: "\10f0b1";
}

.fad.fa-briefcase-medical:after {
  content: "\10f469";
}

.fad.fa-bring-forward:after {
  content: "\10f856";
}

.fad.fa-bring-front:after {
  content: "\10f857";
}

.fad.fa-broadcast-tower:after {
  content: "\10f519";
}

.fad.fa-broom:after {
  content: "\10f51a";
}

.fad.fa-browser:after {
  content: "\10f37e";
}

.fad.fa-brush:after {
  content: "\10f55d";
}

.fad.fa-bug:after {
  content: "\10f188";
}

.fad.fa-building:after {
  content: "\10f1ad";
}

.fad.fa-bullhorn:after {
  content: "\10f0a1";
}

.fad.fa-bullseye:after {
  content: "\10f140";
}

.fad.fa-bullseye-arrow:after {
  content: "\10f648";
}

.fad.fa-bullseye-pointer:after {
  content: "\10f649";
}

.fad.fa-burger-soda:after {
  content: "\10f858";
}

.fad.fa-burn:after {
  content: "\10f46a";
}

.fad.fa-burrito:after {
  content: "\10f7ed";
}

.fad.fa-bus:after {
  content: "\10f207";
}

.fad.fa-bus-alt:after {
  content: "\10f55e";
}

.fad.fa-bus-school:after {
  content: "\10f5dd";
}

.fad.fa-business-time:after {
  content: "\10f64a";
}

.fad.fa-cabinet-filing:after {
  content: "\10f64b";
}

.fad.fa-cactus:after {
  content: "\10f8a7";
}

.fad.fa-calculator:after {
  content: "\10f1ec";
}

.fad.fa-calculator-alt:after {
  content: "\10f64c";
}

.fad.fa-calendar:after {
  content: "\10f133";
}

.fad.fa-calendar-alt:after {
  content: "\10f073";
}

.fad.fa-calendar-check:after {
  content: "\10f274";
}

.fad.fa-calendar-day:after {
  content: "\10f783";
}

.fad.fa-calendar-edit:after {
  content: "\10f333";
}

.fad.fa-calendar-exclamation:after {
  content: "\10f334";
}

.fad.fa-calendar-minus:after {
  content: "\10f272";
}

.fad.fa-calendar-plus:after {
  content: "\10f271";
}

.fad.fa-calendar-star:after {
  content: "\10f736";
}

.fad.fa-calendar-times:after {
  content: "\10f273";
}

.fad.fa-calendar-week:after {
  content: "\10f784";
}

.fad.fa-camcorder:after {
  content: "\10f8a8";
}

.fad.fa-camera:after {
  content: "\10f030";
}

.fad.fa-camera-alt:after {
  content: "\10f332";
}

.fad.fa-camera-home:after {
  content: "\10f8fe";
}

.fad.fa-camera-movie:after {
  content: "\10f8a9";
}

.fad.fa-camera-polaroid:after {
  content: "\10f8aa";
}

.fad.fa-camera-retro:after {
  content: "\10f083";
}

.fad.fa-campfire:after {
  content: "\10f6ba";
}

.fad.fa-campground:after {
  content: "\10f6bb";
}

.fad.fa-candle-holder:after {
  content: "\10f6bc";
}

.fad.fa-candy-cane:after {
  content: "\10f786";
}

.fad.fa-candy-corn:after {
  content: "\10f6bd";
}

.fad.fa-cannabis:after {
  content: "\10f55f";
}

.fad.fa-capsules:after {
  content: "\10f46b";
}

.fad.fa-car:after {
  content: "\10f1b9";
}

.fad.fa-car-alt:after {
  content: "\10f5de";
}

.fad.fa-car-battery:after {
  content: "\10f5df";
}

.fad.fa-car-building:after {
  content: "\10f859";
}

.fad.fa-car-bump:after {
  content: "\10f5e0";
}

.fad.fa-car-bus:after {
  content: "\10f85a";
}

.fad.fa-car-crash:after {
  content: "\10f5e1";
}

.fad.fa-car-garage:after {
  content: "\10f5e2";
}

.fad.fa-car-mechanic:after {
  content: "\10f5e3";
}

.fad.fa-car-side:after {
  content: "\10f5e4";
}

.fad.fa-car-tilt:after {
  content: "\10f5e5";
}

.fad.fa-car-wash:after {
  content: "\10f5e6";
}

.fad.fa-caravan:after {
  content: "\10f8ff";
}

.fad.fa-caravan-alt:after {
  content: "\10f900";
}

.fad.fa-caret-circle-down:after {
  content: "\10f32d";
}

.fad.fa-caret-circle-left:after {
  content: "\10f32e";
}

.fad.fa-caret-circle-right:after {
  content: "\10f330";
}

.fad.fa-caret-circle-up:after {
  content: "\10f331";
}

.fad.fa-caret-down:after {
  content: "\10f0d7";
}

.fad.fa-caret-left:after {
  content: "\10f0d9";
}

.fad.fa-caret-right:after {
  content: "\10f0da";
}

.fad.fa-caret-square-down:after {
  content: "\10f150";
}

.fad.fa-caret-square-left:after {
  content: "\10f191";
}

.fad.fa-caret-square-right:after {
  content: "\10f152";
}

.fad.fa-caret-square-up:after {
  content: "\10f151";
}

.fad.fa-caret-up:after {
  content: "\10f0d8";
}

.fad.fa-carrot:after {
  content: "\10f787";
}

.fad.fa-cars:after {
  content: "\10f85b";
}

.fad.fa-cart-arrow-down:after {
  content: "\10f218";
}

.fad.fa-cart-plus:after {
  content: "\10f217";
}

.fad.fa-cash-register:after {
  content: "\10f788";
}

.fad.fa-cassette-tape:after {
  content: "\10f8ab";
}

.fad.fa-cat:after {
  content: "\10f6be";
}

.fad.fa-cat-space:after {
  content: "\10f901";
}

.fad.fa-cauldron:after {
  content: "\10f6bf";
}

.fad.fa-cctv:after {
  content: "\10f8ac";
}

.fad.fa-certificate:after {
  content: "\10f0a3";
}

.fad.fa-chair:after {
  content: "\10f6c0";
}

.fad.fa-chair-office:after {
  content: "\10f6c1";
}

.fad.fa-chalkboard:after {
  content: "\10f51b";
}

.fad.fa-chalkboard-teacher:after {
  content: "\10f51c";
}

.fad.fa-charging-station:after {
  content: "\10f5e7";
}

.fad.fa-chart-area:after {
  content: "\10f1fe";
}

.fad.fa-chart-bar:after {
  content: "\10f080";
}

.fad.fa-chart-line:after {
  content: "\10f201";
}

.fad.fa-chart-line-down:after {
  content: "\10f64d";
}

.fad.fa-chart-network:after {
  content: "\10f78a";
}

.fad.fa-chart-pie:after {
  content: "\10f200";
}

.fad.fa-chart-pie-alt:after {
  content: "\10f64e";
}

.fad.fa-chart-scatter:after {
  content: "\10f7ee";
}

.fad.fa-check:after {
  content: "\10f00c";
}

.fad.fa-check-circle:after {
  content: "\10f058";
}

.fad.fa-check-double:after {
  content: "\10f560";
}

.fad.fa-check-square:after {
  content: "\10f14a";
}

.fad.fa-cheese:after {
  content: "\10f7ef";
}

.fad.fa-cheese-swiss:after {
  content: "\10f7f0";
}

.fad.fa-cheeseburger:after {
  content: "\10f7f1";
}

.fad.fa-chess:after {
  content: "\10f439";
}

.fad.fa-chess-bishop:after {
  content: "\10f43a";
}

.fad.fa-chess-bishop-alt:after {
  content: "\10f43b";
}

.fad.fa-chess-board:after {
  content: "\10f43c";
}

.fad.fa-chess-clock:after {
  content: "\10f43d";
}

.fad.fa-chess-clock-alt:after {
  content: "\10f43e";
}

.fad.fa-chess-king:after {
  content: "\10f43f";
}

.fad.fa-chess-king-alt:after {
  content: "\10f440";
}

.fad.fa-chess-knight:after {
  content: "\10f441";
}

.fad.fa-chess-knight-alt:after {
  content: "\10f442";
}

.fad.fa-chess-pawn:after {
  content: "\10f443";
}

.fad.fa-chess-pawn-alt:after {
  content: "\10f444";
}

.fad.fa-chess-queen:after {
  content: "\10f445";
}

.fad.fa-chess-queen-alt:after {
  content: "\10f446";
}

.fad.fa-chess-rook:after {
  content: "\10f447";
}

.fad.fa-chess-rook-alt:after {
  content: "\10f448";
}

.fad.fa-chevron-circle-down:after {
  content: "\10f13a";
}

.fad.fa-chevron-circle-left:after {
  content: "\10f137";
}

.fad.fa-chevron-circle-right:after {
  content: "\10f138";
}

.fad.fa-chevron-circle-up:after {
  content: "\10f139";
}

.fad.fa-chevron-double-down:after {
  content: "\10f322";
}

.fad.fa-chevron-double-left:after {
  content: "\10f323";
}

.fad.fa-chevron-double-right:after {
  content: "\10f324";
}

.fad.fa-chevron-double-up:after {
  content: "\10f325";
}

.fad.fa-chevron-down:after {
  content: "\10f078";
}

.fad.fa-chevron-left:after {
  content: "\10f053";
}

.fad.fa-chevron-right:after {
  content: "\10f054";
}

.fad.fa-chevron-square-down:after {
  content: "\10f329";
}

.fad.fa-chevron-square-left:after {
  content: "\10f32a";
}

.fad.fa-chevron-square-right:after {
  content: "\10f32b";
}

.fad.fa-chevron-square-up:after {
  content: "\10f32c";
}

.fad.fa-chevron-up:after {
  content: "\10f077";
}

.fad.fa-child:after {
  content: "\10f1ae";
}

.fad.fa-chimney:after {
  content: "\10f78b";
}

.fad.fa-church:after {
  content: "\10f51d";
}

.fad.fa-circle:after {
  content: "\10f111";
}

.fad.fa-circle-notch:after {
  content: "\10f1ce";
}

.fad.fa-city:after {
  content: "\10f64f";
}

.fad.fa-clarinet:after {
  content: "\10f8ad";
}

.fad.fa-claw-marks:after {
  content: "\10f6c2";
}

.fad.fa-clinic-medical:after {
  content: "\10f7f2";
}

.fad.fa-clipboard:after {
  content: "\10f328";
}

.fad.fa-clipboard-check:after {
  content: "\10f46c";
}

.fad.fa-clipboard-list:after {
  content: "\10f46d";
}

.fad.fa-clipboard-list-check:after {
  content: "\10f737";
}

.fad.fa-clipboard-prescription:after {
  content: "\10f5e8";
}

.fad.fa-clipboard-user:after {
  content: "\10f7f3";
}

.fad.fa-clock:after {
  content: "\10f017";
}

.fad.fa-clone:after {
  content: "\10f24d";
}

.fad.fa-closed-captioning:after {
  content: "\10f20a";
}

.fad.fa-cloud:after {
  content: "\10f0c2";
}

.fad.fa-cloud-download:after {
  content: "\10f0ed";
}

.fad.fa-cloud-download-alt:after {
  content: "\10f381";
}

.fad.fa-cloud-drizzle:after {
  content: "\10f738";
}

.fad.fa-cloud-hail:after {
  content: "\10f739";
}

.fad.fa-cloud-hail-mixed:after {
  content: "\10f73a";
}

.fad.fa-cloud-meatball:after {
  content: "\10f73b";
}

.fad.fa-cloud-moon:after {
  content: "\10f6c3";
}

.fad.fa-cloud-moon-rain:after {
  content: "\10f73c";
}

.fad.fa-cloud-music:after {
  content: "\10f8ae";
}

.fad.fa-cloud-rain:after {
  content: "\10f73d";
}

.fad.fa-cloud-rainbow:after {
  content: "\10f73e";
}

.fad.fa-cloud-showers:after {
  content: "\10f73f";
}

.fad.fa-cloud-showers-heavy:after {
  content: "\10f740";
}

.fad.fa-cloud-sleet:after {
  content: "\10f741";
}

.fad.fa-cloud-snow:after {
  content: "\10f742";
}

.fad.fa-cloud-sun:after {
  content: "\10f6c4";
}

.fad.fa-cloud-sun-rain:after {
  content: "\10f743";
}

.fad.fa-cloud-upload:after {
  content: "\10f0ee";
}

.fad.fa-cloud-upload-alt:after {
  content: "\10f382";
}

.fad.fa-clouds:after {
  content: "\10f744";
}

.fad.fa-clouds-moon:after {
  content: "\10f745";
}

.fad.fa-clouds-sun:after {
  content: "\10f746";
}

.fad.fa-club:after {
  content: "\10f327";
}

.fad.fa-cocktail:after {
  content: "\10f561";
}

.fad.fa-code:after {
  content: "\10f121";
}

.fad.fa-code-branch:after {
  content: "\10f126";
}

.fad.fa-code-commit:after {
  content: "\10f386";
}

.fad.fa-code-merge:after {
  content: "\10f387";
}

.fad.fa-coffee:after {
  content: "\10f0f4";
}

.fad.fa-coffee-pot:after {
  content: "\10f902";
}

.fad.fa-coffee-togo:after {
  content: "\10f6c5";
}

.fad.fa-coffin:after {
  content: "\10f6c6";
}

.fad.fa-coffin-cross:after {
  content: "\10f951";
}

.fad.fa-cog:after {
  content: "\10f013";
}

.fad.fa-cogs:after {
  content: "\10f085";
}

.fad.fa-coin:after {
  content: "\10f85c";
}

.fad.fa-coins:after {
  content: "\10f51e";
}

.fad.fa-columns:after {
  content: "\10f0db";
}

.fad.fa-comet:after {
  content: "\10f903";
}

.fad.fa-comment:after {
  content: "\10f075";
}

.fad.fa-comment-alt:after {
  content: "\10f27a";
}

.fad.fa-comment-alt-check:after {
  content: "\10f4a2";
}

.fad.fa-comment-alt-dollar:after {
  content: "\10f650";
}

.fad.fa-comment-alt-dots:after {
  content: "\10f4a3";
}

.fad.fa-comment-alt-edit:after {
  content: "\10f4a4";
}

.fad.fa-comment-alt-exclamation:after {
  content: "\10f4a5";
}

.fad.fa-comment-alt-lines:after {
  content: "\10f4a6";
}

.fad.fa-comment-alt-medical:after {
  content: "\10f7f4";
}

.fad.fa-comment-alt-minus:after {
  content: "\10f4a7";
}

.fad.fa-comment-alt-music:after {
  content: "\10f8af";
}

.fad.fa-comment-alt-plus:after {
  content: "\10f4a8";
}

.fad.fa-comment-alt-slash:after {
  content: "\10f4a9";
}

.fad.fa-comment-alt-smile:after {
  content: "\10f4aa";
}

.fad.fa-comment-alt-times:after {
  content: "\10f4ab";
}

.fad.fa-comment-check:after {
  content: "\10f4ac";
}

.fad.fa-comment-dollar:after {
  content: "\10f651";
}

.fad.fa-comment-dots:after {
  content: "\10f4ad";
}

.fad.fa-comment-edit:after {
  content: "\10f4ae";
}

.fad.fa-comment-exclamation:after {
  content: "\10f4af";
}

.fad.fa-comment-lines:after {
  content: "\10f4b0";
}

.fad.fa-comment-medical:after {
  content: "\10f7f5";
}

.fad.fa-comment-minus:after {
  content: "\10f4b1";
}

.fad.fa-comment-music:after {
  content: "\10f8b0";
}

.fad.fa-comment-plus:after {
  content: "\10f4b2";
}

.fad.fa-comment-slash:after {
  content: "\10f4b3";
}

.fad.fa-comment-smile:after {
  content: "\10f4b4";
}

.fad.fa-comment-times:after {
  content: "\10f4b5";
}

.fad.fa-comments:after {
  content: "\10f086";
}

.fad.fa-comments-alt:after {
  content: "\10f4b6";
}

.fad.fa-comments-alt-dollar:after {
  content: "\10f652";
}

.fad.fa-comments-dollar:after {
  content: "\10f653";
}

.fad.fa-compact-disc:after {
  content: "\10f51f";
}

.fad.fa-compass:after {
  content: "\10f14e";
}

.fad.fa-compass-slash:after {
  content: "\10f5e9";
}

.fad.fa-compress:after {
  content: "\10f066";
}

.fad.fa-compress-alt:after {
  content: "\10f422";
}

.fad.fa-compress-arrows-alt:after {
  content: "\10f78c";
}

.fad.fa-compress-wide:after {
  content: "\10f326";
}

.fad.fa-computer-classic:after {
  content: "\10f8b1";
}

.fad.fa-computer-speaker:after {
  content: "\10f8b2";
}

.fad.fa-concierge-bell:after {
  content: "\10f562";
}

.fad.fa-construction:after {
  content: "\10f85d";
}

.fad.fa-container-storage:after {
  content: "\10f4b7";
}

.fad.fa-conveyor-belt:after {
  content: "\10f46e";
}

.fad.fa-conveyor-belt-alt:after {
  content: "\10f46f";
}

.fad.fa-cookie:after {
  content: "\10f563";
}

.fad.fa-cookie-bite:after {
  content: "\10f564";
}

.fad.fa-copy:after {
  content: "\10f0c5";
}

.fad.fa-copyright:after {
  content: "\10f1f9";
}

.fad.fa-corn:after {
  content: "\10f6c7";
}

.fad.fa-couch:after {
  content: "\10f4b8";
}

.fad.fa-cow:after {
  content: "\10f6c8";
}

.fad.fa-cowbell:after {
  content: "\10f8b3";
}

.fad.fa-cowbell-more:after {
  content: "\10f8b4";
}

.fad.fa-credit-card:after {
  content: "\10f09d";
}

.fad.fa-credit-card-blank:after {
  content: "\10f389";
}

.fad.fa-credit-card-front:after {
  content: "\10f38a";
}

.fad.fa-cricket:after {
  content: "\10f449";
}

.fad.fa-croissant:after {
  content: "\10f7f6";
}

.fad.fa-crop:after {
  content: "\10f125";
}

.fad.fa-crop-alt:after {
  content: "\10f565";
}

.fad.fa-cross:after {
  content: "\10f654";
}

.fad.fa-crosshairs:after {
  content: "\10f05b";
}

.fad.fa-crow:after {
  content: "\10f520";
}

.fad.fa-crown:after {
  content: "\10f521";
}

.fad.fa-crutch:after {
  content: "\10f7f7";
}

.fad.fa-crutches:after {
  content: "\10f7f8";
}

.fad.fa-cube:after {
  content: "\10f1b2";
}

.fad.fa-cubes:after {
  content: "\10f1b3";
}

.fad.fa-curling:after {
  content: "\10f44a";
}

.fad.fa-cut:after {
  content: "\10f0c4";
}

.fad.fa-dagger:after {
  content: "\10f6cb";
}

.fad.fa-database:after {
  content: "\10f1c0";
}

.fad.fa-deaf:after {
  content: "\10f2a4";
}

.fad.fa-debug:after {
  content: "\10f7f9";
}

.fad.fa-deer:after {
  content: "\10f78e";
}

.fad.fa-deer-rudolph:after {
  content: "\10f78f";
}

.fad.fa-democrat:after {
  content: "\10f747";
}

.fad.fa-desktop:after {
  content: "\10f108";
}

.fad.fa-desktop-alt:after {
  content: "\10f390";
}

.fad.fa-dewpoint:after {
  content: "\10f748";
}

.fad.fa-dharmachakra:after {
  content: "\10f655";
}

.fad.fa-diagnoses:after {
  content: "\10f470";
}

.fad.fa-diamond:after {
  content: "\10f219";
}

.fad.fa-dice:after {
  content: "\10f522";
}

.fad.fa-dice-d10:after {
  content: "\10f6cd";
}

.fad.fa-dice-d12:after {
  content: "\10f6ce";
}

.fad.fa-dice-d20:after {
  content: "\10f6cf";
}

.fad.fa-dice-d4:after {
  content: "\10f6d0";
}

.fad.fa-dice-d6:after {
  content: "\10f6d1";
}

.fad.fa-dice-d8:after {
  content: "\10f6d2";
}

.fad.fa-dice-five:after {
  content: "\10f523";
}

.fad.fa-dice-four:after {
  content: "\10f524";
}

.fad.fa-dice-one:after {
  content: "\10f525";
}

.fad.fa-dice-six:after {
  content: "\10f526";
}

.fad.fa-dice-three:after {
  content: "\10f527";
}

.fad.fa-dice-two:after {
  content: "\10f528";
}

.fad.fa-digging:after {
  content: "\10f85e";
}

.fad.fa-digital-tachograph:after {
  content: "\10f566";
}

.fad.fa-diploma:after {
  content: "\10f5ea";
}

.fad.fa-directions:after {
  content: "\10f5eb";
}

.fad.fa-disc-drive:after {
  content: "\10f8b5";
}

.fad.fa-disease:after {
  content: "\10f7fa";
}

.fad.fa-divide:after {
  content: "\10f529";
}

.fad.fa-dizzy:after {
  content: "\10f567";
}

.fad.fa-dna:after {
  content: "\10f471";
}

.fad.fa-do-not-enter:after {
  content: "\10f5ec";
}

.fad.fa-dog:after {
  content: "\10f6d3";
}

.fad.fa-dog-leashed:after {
  content: "\10f6d4";
}

.fad.fa-dollar-sign:after {
  content: "\10f155";
}

.fad.fa-dolly:after {
  content: "\10f472";
}

.fad.fa-dolly-empty:after {
  content: "\10f473";
}

.fad.fa-dolly-flatbed:after {
  content: "\10f474";
}

.fad.fa-dolly-flatbed-alt:after {
  content: "\10f475";
}

.fad.fa-dolly-flatbed-empty:after {
  content: "\10f476";
}

.fad.fa-donate:after {
  content: "\10f4b9";
}

.fad.fa-door-closed:after {
  content: "\10f52a";
}

.fad.fa-door-open:after {
  content: "\10f52b";
}

.fad.fa-dot-circle:after {
  content: "\10f192";
}

.fad.fa-dove:after {
  content: "\10f4ba";
}

.fad.fa-download:after {
  content: "\10f019";
}

.fad.fa-drafting-compass:after {
  content: "\10f568";
}

.fad.fa-dragon:after {
  content: "\10f6d5";
}

.fad.fa-draw-circle:after {
  content: "\10f5ed";
}

.fad.fa-draw-polygon:after {
  content: "\10f5ee";
}

.fad.fa-draw-square:after {
  content: "\10f5ef";
}

.fad.fa-dreidel:after {
  content: "\10f792";
}

.fad.fa-drone:after {
  content: "\10f85f";
}

.fad.fa-drone-alt:after {
  content: "\10f860";
}

.fad.fa-drum:after {
  content: "\10f569";
}

.fad.fa-drum-steelpan:after {
  content: "\10f56a";
}

.fad.fa-drumstick:after {
  content: "\10f6d6";
}

.fad.fa-drumstick-bite:after {
  content: "\10f6d7";
}

.fad.fa-dryer:after {
  content: "\10f861";
}

.fad.fa-dryer-alt:after {
  content: "\10f862";
}

.fad.fa-duck:after {
  content: "\10f6d8";
}

.fad.fa-dumbbell:after {
  content: "\10f44b";
}

.fad.fa-dumpster:after {
  content: "\10f793";
}

.fad.fa-dumpster-fire:after {
  content: "\10f794";
}

.fad.fa-dungeon:after {
  content: "\10f6d9";
}

.fad.fa-ear:after {
  content: "\10f5f0";
}

.fad.fa-ear-muffs:after {
  content: "\10f795";
}

.fad.fa-eclipse:after {
  content: "\10f749";
}

.fad.fa-eclipse-alt:after {
  content: "\10f74a";
}

.fad.fa-edit:after {
  content: "\10f044";
}

.fad.fa-egg:after {
  content: "\10f7fb";
}

.fad.fa-egg-fried:after {
  content: "\10f7fc";
}

.fad.fa-eject:after {
  content: "\10f052";
}

.fad.fa-elephant:after {
  content: "\10f6da";
}

.fad.fa-ellipsis-h:after {
  content: "\10f141";
}

.fad.fa-ellipsis-h-alt:after {
  content: "\10f39b";
}

.fad.fa-ellipsis-v:after {
  content: "\10f142";
}

.fad.fa-ellipsis-v-alt:after {
  content: "\10f39c";
}

.fad.fa-empty-set:after {
  content: "\10f656";
}

.fad.fa-engine-warning:after {
  content: "\10f5f2";
}

.fad.fa-envelope:after {
  content: "\10f0e0";
}

.fad.fa-envelope-open:after {
  content: "\10f2b6";
}

.fad.fa-envelope-open-dollar:after {
  content: "\10f657";
}

.fad.fa-envelope-open-text:after {
  content: "\10f658";
}

.fad.fa-envelope-square:after {
  content: "\10f199";
}

.fad.fa-equals:after {
  content: "\10f52c";
}

.fad.fa-eraser:after {
  content: "\10f12d";
}

.fad.fa-ethernet:after {
  content: "\10f796";
}

.fad.fa-euro-sign:after {
  content: "\10f153";
}

.fad.fa-exchange:after {
  content: "\10f0ec";
}

.fad.fa-exchange-alt:after {
  content: "\10f362";
}

.fad.fa-exclamation:after {
  content: "\10f12a";
}

.fad.fa-exclamation-circle:after {
  content: "\10f06a";
}

.fad.fa-exclamation-square:after {
  content: "\10f321";
}

.fad.fa-exclamation-triangle:after {
  content: "\10f071";
}

.fad.fa-expand:after {
  content: "\10f065";
}

.fad.fa-expand-alt:after {
  content: "\10f424";
}

.fad.fa-expand-arrows:after {
  content: "\10f31d";
}

.fad.fa-expand-arrows-alt:after {
  content: "\10f31e";
}

.fad.fa-expand-wide:after {
  content: "\10f320";
}

.fad.fa-external-link:after {
  content: "\10f08e";
}

.fad.fa-external-link-alt:after {
  content: "\10f35d";
}

.fad.fa-external-link-square:after {
  content: "\10f14c";
}

.fad.fa-external-link-square-alt:after {
  content: "\10f360";
}

.fad.fa-eye:after {
  content: "\10f06e";
}

.fad.fa-eye-dropper:after {
  content: "\10f1fb";
}

.fad.fa-eye-evil:after {
  content: "\10f6db";
}

.fad.fa-eye-slash:after {
  content: "\10f070";
}

.fad.fa-fan:after {
  content: "\10f863";
}

.fad.fa-fan-table:after {
  content: "\10f904";
}

.fad.fa-farm:after {
  content: "\10f864";
}

.fad.fa-fast-backward:after {
  content: "\10f049";
}

.fad.fa-fast-forward:after {
  content: "\10f050";
}

.fad.fa-faucet:after {
  content: "\10f905";
}

.fad.fa-faucet-drip:after {
  content: "\10f906";
}

.fad.fa-fax:after {
  content: "\10f1ac";
}

.fad.fa-feather:after {
  content: "\10f52d";
}

.fad.fa-feather-alt:after {
  content: "\10f56b";
}

.fad.fa-female:after {
  content: "\10f182";
}

.fad.fa-field-hockey:after {
  content: "\10f44c";
}

.fad.fa-fighter-jet:after {
  content: "\10f0fb";
}

.fad.fa-file:after {
  content: "\10f15b";
}

.fad.fa-file-alt:after {
  content: "\10f15c";
}

.fad.fa-file-archive:after {
  content: "\10f1c6";
}

.fad.fa-file-audio:after {
  content: "\10f1c7";
}

.fad.fa-file-certificate:after {
  content: "\10f5f3";
}

.fad.fa-file-chart-line:after {
  content: "\10f659";
}

.fad.fa-file-chart-pie:after {
  content: "\10f65a";
}

.fad.fa-file-check:after {
  content: "\10f316";
}

.fad.fa-file-code:after {
  content: "\10f1c9";
}

.fad.fa-file-contract:after {
  content: "\10f56c";
}

.fad.fa-file-csv:after {
  content: "\10f6dd";
}

.fad.fa-file-download:after {
  content: "\10f56d";
}

.fad.fa-file-edit:after {
  content: "\10f31c";
}

.fad.fa-file-excel:after {
  content: "\10f1c3";
}

.fad.fa-file-exclamation:after {
  content: "\10f31a";
}

.fad.fa-file-export:after {
  content: "\10f56e";
}

.fad.fa-file-image:after {
  content: "\10f1c5";
}

.fad.fa-file-import:after {
  content: "\10f56f";
}

.fad.fa-file-invoice:after {
  content: "\10f570";
}

.fad.fa-file-invoice-dollar:after {
  content: "\10f571";
}

.fad.fa-file-medical:after {
  content: "\10f477";
}

.fad.fa-file-medical-alt:after {
  content: "\10f478";
}

.fad.fa-file-minus:after {
  content: "\10f318";
}

.fad.fa-file-music:after {
  content: "\10f8b6";
}

.fad.fa-file-pdf:after {
  content: "\10f1c1";
}

.fad.fa-file-plus:after {
  content: "\10f319";
}

.fad.fa-file-powerpoint:after {
  content: "\10f1c4";
}

.fad.fa-file-prescription:after {
  content: "\10f572";
}

.fad.fa-file-search:after {
  content: "\10f865";
}

.fad.fa-file-signature:after {
  content: "\10f573";
}

.fad.fa-file-spreadsheet:after {
  content: "\10f65b";
}

.fad.fa-file-times:after {
  content: "\10f317";
}

.fad.fa-file-upload:after {
  content: "\10f574";
}

.fad.fa-file-user:after {
  content: "\10f65c";
}

.fad.fa-file-video:after {
  content: "\10f1c8";
}

.fad.fa-file-word:after {
  content: "\10f1c2";
}

.fad.fa-files-medical:after {
  content: "\10f7fd";
}

.fad.fa-fill:after {
  content: "\10f575";
}

.fad.fa-fill-drip:after {
  content: "\10f576";
}

.fad.fa-film:after {
  content: "\10f008";
}

.fad.fa-film-alt:after {
  content: "\10f3a0";
}

.fad.fa-film-canister:after {
  content: "\10f8b7";
}

.fad.fa-filter:after {
  content: "\10f0b0";
}

.fad.fa-fingerprint:after {
  content: "\10f577";
}

.fad.fa-fire:after {
  content: "\10f06d";
}

.fad.fa-fire-alt:after {
  content: "\10f7e4";
}

.fad.fa-fire-extinguisher:after {
  content: "\10f134";
}

.fad.fa-fire-smoke:after {
  content: "\10f74b";
}

.fad.fa-fireplace:after {
  content: "\10f79a";
}

.fad.fa-first-aid:after {
  content: "\10f479";
}

.fad.fa-fish:after {
  content: "\10f578";
}

.fad.fa-fish-cooked:after {
  content: "\10f7fe";
}

.fad.fa-fist-raised:after {
  content: "\10f6de";
}

.fad.fa-flag:after {
  content: "\10f024";
}

.fad.fa-flag-alt:after {
  content: "\10f74c";
}

.fad.fa-flag-checkered:after {
  content: "\10f11e";
}

.fad.fa-flag-usa:after {
  content: "\10f74d";
}

.fad.fa-flame:after {
  content: "\10f6df";
}

.fad.fa-flashlight:after {
  content: "\10f8b8";
}

.fad.fa-flask:after {
  content: "\10f0c3";
}

.fad.fa-flask-poison:after {
  content: "\10f6e0";
}

.fad.fa-flask-potion:after {
  content: "\10f6e1";
}

.fad.fa-flower:after {
  content: "\10f7ff";
}

.fad.fa-flower-daffodil:after {
  content: "\10f800";
}

.fad.fa-flower-tulip:after {
  content: "\10f801";
}

.fad.fa-flushed:after {
  content: "\10f579";
}

.fad.fa-flute:after {
  content: "\10f8b9";
}

.fad.fa-flux-capacitor:after {
  content: "\10f8ba";
}

.fad.fa-fog:after {
  content: "\10f74e";
}

.fad.fa-folder:after {
  content: "\10f07b";
}

.fad.fa-folder-download:after {
  content: "\10f953";
}

.fad.fa-folder-minus:after {
  content: "\10f65d";
}

.fad.fa-folder-open:after {
  content: "\10f07c";
}

.fad.fa-folder-plus:after {
  content: "\10f65e";
}

.fad.fa-folder-times:after {
  content: "\10f65f";
}

.fad.fa-folder-tree:after {
  content: "\10f802";
}

.fad.fa-folder-upload:after {
  content: "\10f954";
}

.fad.fa-folders:after {
  content: "\10f660";
}

.fad.fa-font:after {
  content: "\10f031";
}

.fad.fa-font-awesome-logo-full:after {
  content: "\10f4e6";
}

.fad.fa-font-case:after {
  content: "\10f866";
}

.fad.fa-football-ball:after {
  content: "\10f44e";
}

.fad.fa-football-helmet:after {
  content: "\10f44f";
}

.fad.fa-forklift:after {
  content: "\10f47a";
}

.fad.fa-forward:after {
  content: "\10f04e";
}

.fad.fa-fragile:after {
  content: "\10f4bb";
}

.fad.fa-french-fries:after {
  content: "\10f803";
}

.fad.fa-frog:after {
  content: "\10f52e";
}

.fad.fa-frosty-head:after {
  content: "\10f79b";
}

.fad.fa-frown:after {
  content: "\10f119";
}

.fad.fa-frown-open:after {
  content: "\10f57a";
}

.fad.fa-function:after {
  content: "\10f661";
}

.fad.fa-funnel-dollar:after {
  content: "\10f662";
}

.fad.fa-futbol:after {
  content: "\10f1e3";
}

.fad.fa-galaxy:after {
  content: "\10f908";
}

.fad.fa-game-board:after {
  content: "\10f867";
}

.fad.fa-game-board-alt:after {
  content: "\10f868";
}

.fad.fa-game-console-handheld:after {
  content: "\10f8bb";
}

.fad.fa-gamepad:after {
  content: "\10f11b";
}

.fad.fa-gamepad-alt:after {
  content: "\10f8bc";
}

.fad.fa-garage:after {
  content: "\10f909";
}

.fad.fa-garage-car:after {
  content: "\10f90a";
}

.fad.fa-garage-open:after {
  content: "\10f90b";
}

.fad.fa-gas-pump:after {
  content: "\10f52f";
}

.fad.fa-gas-pump-slash:after {
  content: "\10f5f4";
}

.fad.fa-gavel:after {
  content: "\10f0e3";
}

.fad.fa-gem:after {
  content: "\10f3a5";
}

.fad.fa-genderless:after {
  content: "\10f22d";
}

.fad.fa-ghost:after {
  content: "\10f6e2";
}

.fad.fa-gift:after {
  content: "\10f06b";
}

.fad.fa-gift-card:after {
  content: "\10f663";
}

.fad.fa-gifts:after {
  content: "\10f79c";
}

.fad.fa-gingerbread-man:after {
  content: "\10f79d";
}

.fad.fa-glass:after {
  content: "\10f804";
}

.fad.fa-glass-champagne:after {
  content: "\10f79e";
}

.fad.fa-glass-cheers:after {
  content: "\10f79f";
}

.fad.fa-glass-citrus:after {
  content: "\10f869";
}

.fad.fa-glass-martini:after {
  content: "\10f000";
}

.fad.fa-glass-martini-alt:after {
  content: "\10f57b";
}

.fad.fa-glass-whiskey:after {
  content: "\10f7a0";
}

.fad.fa-glass-whiskey-rocks:after {
  content: "\10f7a1";
}

.fad.fa-glasses:after {
  content: "\10f530";
}

.fad.fa-glasses-alt:after {
  content: "\10f5f5";
}

.fad.fa-globe:after {
  content: "\10f0ac";
}

.fad.fa-globe-africa:after {
  content: "\10f57c";
}

.fad.fa-globe-americas:after {
  content: "\10f57d";
}

.fad.fa-globe-asia:after {
  content: "\10f57e";
}

.fad.fa-globe-europe:after {
  content: "\10f7a2";
}

.fad.fa-globe-snow:after {
  content: "\10f7a3";
}

.fad.fa-globe-stand:after {
  content: "\10f5f6";
}

.fad.fa-golf-ball:after {
  content: "\10f450";
}

.fad.fa-golf-club:after {
  content: "\10f451";
}

.fad.fa-gopuram:after {
  content: "\10f664";
}

.fad.fa-graduation-cap:after {
  content: "\10f19d";
}

.fad.fa-gramophone:after {
  content: "\10f8bd";
}

.fad.fa-greater-than:after {
  content: "\10f531";
}

.fad.fa-greater-than-equal:after {
  content: "\10f532";
}

.fad.fa-grimace:after {
  content: "\10f57f";
}

.fad.fa-grin:after {
  content: "\10f580";
}

.fad.fa-grin-alt:after {
  content: "\10f581";
}

.fad.fa-grin-beam:after {
  content: "\10f582";
}

.fad.fa-grin-beam-sweat:after {
  content: "\10f583";
}

.fad.fa-grin-hearts:after {
  content: "\10f584";
}

.fad.fa-grin-squint:after {
  content: "\10f585";
}

.fad.fa-grin-squint-tears:after {
  content: "\10f586";
}

.fad.fa-grin-stars:after {
  content: "\10f587";
}

.fad.fa-grin-tears:after {
  content: "\10f588";
}

.fad.fa-grin-tongue:after {
  content: "\10f589";
}

.fad.fa-grin-tongue-squint:after {
  content: "\10f58a";
}

.fad.fa-grin-tongue-wink:after {
  content: "\10f58b";
}

.fad.fa-grin-wink:after {
  content: "\10f58c";
}

.fad.fa-grip-horizontal:after {
  content: "\10f58d";
}

.fad.fa-grip-lines:after {
  content: "\10f7a4";
}

.fad.fa-grip-lines-vertical:after {
  content: "\10f7a5";
}

.fad.fa-grip-vertical:after {
  content: "\10f58e";
}

.fad.fa-guitar:after {
  content: "\10f7a6";
}

.fad.fa-guitar-electric:after {
  content: "\10f8be";
}

.fad.fa-guitars:after {
  content: "\10f8bf";
}

.fad.fa-h-square:after {
  content: "\10f0fd";
}

.fad.fa-h1:after {
  content: "\10f313";
}

.fad.fa-h2:after {
  content: "\10f314";
}

.fad.fa-h3:after {
  content: "\10f315";
}

.fad.fa-h4:after {
  content: "\10f86a";
}

.fad.fa-hamburger:after {
  content: "\10f805";
}

.fad.fa-hammer:after {
  content: "\10f6e3";
}

.fad.fa-hammer-war:after {
  content: "\10f6e4";
}

.fad.fa-hamsa:after {
  content: "\10f665";
}

.fad.fa-hand-heart:after {
  content: "\10f4bc";
}

.fad.fa-hand-holding:after {
  content: "\10f4bd";
}

.fad.fa-hand-holding-box:after {
  content: "\10f47b";
}

.fad.fa-hand-holding-heart:after {
  content: "\10f4be";
}

.fad.fa-hand-holding-magic:after {
  content: "\10f6e5";
}

.fad.fa-hand-holding-medical:after {
  content: "\10f95c";
}

.fad.fa-hand-holding-seedling:after {
  content: "\10f4bf";
}

.fad.fa-hand-holding-usd:after {
  content: "\10f4c0";
}

.fad.fa-hand-holding-water:after {
  content: "\10f4c1";
}

.fad.fa-hand-lizard:after {
  content: "\10f258";
}

.fad.fa-hand-middle-finger:after {
  content: "\10f806";
}

.fad.fa-hand-paper:after {
  content: "\10f256";
}

.fad.fa-hand-peace:after {
  content: "\10f25b";
}

.fad.fa-hand-point-down:after {
  content: "\10f0a7";
}

.fad.fa-hand-point-left:after {
  content: "\10f0a5";
}

.fad.fa-hand-point-right:after {
  content: "\10f0a4";
}

.fad.fa-hand-point-up:after {
  content: "\10f0a6";
}

.fad.fa-hand-pointer:after {
  content: "\10f25a";
}

.fad.fa-hand-receiving:after {
  content: "\10f47c";
}

.fad.fa-hand-rock:after {
  content: "\10f255";
}

.fad.fa-hand-scissors:after {
  content: "\10f257";
}

.fad.fa-hand-sparkles:after {
  content: "\10f95d";
}

.fad.fa-hand-spock:after {
  content: "\10f259";
}

.fad.fa-hands:after {
  content: "\10f4c2";
}

.fad.fa-hands-heart:after {
  content: "\10f4c3";
}

.fad.fa-hands-helping:after {
  content: "\10f4c4";
}

.fad.fa-hands-usd:after {
  content: "\10f4c5";
}

.fad.fa-hands-wash:after {
  content: "\10f95e";
}

.fad.fa-handshake:after {
  content: "\10f2b5";
}

.fad.fa-handshake-alt:after {
  content: "\10f4c6";
}

.fad.fa-handshake-alt-slash:after {
  content: "\10f95f";
}

.fad.fa-handshake-slash:after {
  content: "\10f960";
}

.fad.fa-hanukiah:after {
  content: "\10f6e6";
}

.fad.fa-hard-hat:after {
  content: "\10f807";
}

.fad.fa-hashtag:after {
  content: "\10f292";
}

.fad.fa-hat-chef:after {
  content: "\10f86b";
}

.fad.fa-hat-cowboy:after {
  content: "\10f8c0";
}

.fad.fa-hat-cowboy-side:after {
  content: "\10f8c1";
}

.fad.fa-hat-santa:after {
  content: "\10f7a7";
}

.fad.fa-hat-winter:after {
  content: "\10f7a8";
}

.fad.fa-hat-witch:after {
  content: "\10f6e7";
}

.fad.fa-hat-wizard:after {
  content: "\10f6e8";
}

.fad.fa-hdd:after {
  content: "\10f0a0";
}

.fad.fa-head-side:after {
  content: "\10f6e9";
}

.fad.fa-head-side-brain:after {
  content: "\10f808";
}

.fad.fa-head-side-cough:after {
  content: "\10f961";
}

.fad.fa-head-side-cough-slash:after {
  content: "\10f962";
}

.fad.fa-head-side-headphones:after {
  content: "\10f8c2";
}

.fad.fa-head-side-mask:after {
  content: "\10f963";
}

.fad.fa-head-side-medical:after {
  content: "\10f809";
}

.fad.fa-head-side-virus:after {
  content: "\10f964";
}

.fad.fa-head-vr:after {
  content: "\10f6ea";
}

.fad.fa-heading:after {
  content: "\10f1dc";
}

.fad.fa-headphones:after {
  content: "\10f025";
}

.fad.fa-headphones-alt:after {
  content: "\10f58f";
}

.fad.fa-headset:after {
  content: "\10f590";
}

.fad.fa-heart:after {
  content: "\10f004";
}

.fad.fa-heart-broken:after {
  content: "\10f7a9";
}

.fad.fa-heart-circle:after {
  content: "\10f4c7";
}

.fad.fa-heart-rate:after {
  content: "\10f5f8";
}

.fad.fa-heart-square:after {
  content: "\10f4c8";
}

.fad.fa-heartbeat:after {
  content: "\10f21e";
}

.fad.fa-heat:after {
  content: "\10f90c";
}

.fad.fa-helicopter:after {
  content: "\10f533";
}

.fad.fa-helmet-battle:after {
  content: "\10f6eb";
}

.fad.fa-hexagon:after {
  content: "\10f312";
}

.fad.fa-highlighter:after {
  content: "\10f591";
}

.fad.fa-hiking:after {
  content: "\10f6ec";
}

.fad.fa-hippo:after {
  content: "\10f6ed";
}

.fad.fa-history:after {
  content: "\10f1da";
}

.fad.fa-hockey-mask:after {
  content: "\10f6ee";
}

.fad.fa-hockey-puck:after {
  content: "\10f453";
}

.fad.fa-hockey-sticks:after {
  content: "\10f454";
}

.fad.fa-holly-berry:after {
  content: "\10f7aa";
}

.fad.fa-home:after {
  content: "\10f015";
}

.fad.fa-home-alt:after {
  content: "\10f80a";
}

.fad.fa-home-heart:after {
  content: "\10f4c9";
}

.fad.fa-home-lg:after {
  content: "\10f80b";
}

.fad.fa-home-lg-alt:after {
  content: "\10f80c";
}

.fad.fa-hood-cloak:after {
  content: "\10f6ef";
}

.fad.fa-horizontal-rule:after {
  content: "\10f86c";
}

.fad.fa-horse:after {
  content: "\10f6f0";
}

.fad.fa-horse-head:after {
  content: "\10f7ab";
}

.fad.fa-horse-saddle:after {
  content: "\10f8c3";
}

.fad.fa-hospital:after {
  content: "\10f0f8";
}

.fad.fa-hospital-alt:after {
  content: "\10f47d";
}

.fad.fa-hospital-symbol:after {
  content: "\10f47e";
}

.fad.fa-hospital-user:after {
  content: "\10f80d";
}

.fad.fa-hospitals:after {
  content: "\10f80e";
}

.fad.fa-hot-tub:after {
  content: "\10f593";
}

.fad.fa-hotdog:after {
  content: "\10f80f";
}

.fad.fa-hotel:after {
  content: "\10f594";
}

.fad.fa-hourglass:after {
  content: "\10f254";
}

.fad.fa-hourglass-end:after {
  content: "\10f253";
}

.fad.fa-hourglass-half:after {
  content: "\10f252";
}

.fad.fa-hourglass-start:after {
  content: "\10f251";
}

.fad.fa-house:after {
  content: "\10f90d";
}

.fad.fa-house-damage:after {
  content: "\10f6f1";
}

.fad.fa-house-day:after {
  content: "\10f90e";
}

.fad.fa-house-flood:after {
  content: "\10f74f";
}

.fad.fa-house-leave:after {
  content: "\10f90f";
}

.fad.fa-house-night:after {
  content: "\10f910";
}

.fad.fa-house-return:after {
  content: "\10f911";
}

.fad.fa-house-signal:after {
  content: "\10f912";
}

.fad.fa-house-user:after {
  content: "\10f965";
}

.fad.fa-hryvnia:after {
  content: "\10f6f2";
}

.fad.fa-humidity:after {
  content: "\10f750";
}

.fad.fa-hurricane:after {
  content: "\10f751";
}

.fad.fa-i-cursor:after {
  content: "\10f246";
}

.fad.fa-ice-cream:after {
  content: "\10f810";
}

.fad.fa-ice-skate:after {
  content: "\10f7ac";
}

.fad.fa-icicles:after {
  content: "\10f7ad";
}

.fad.fa-icons:after {
  content: "\10f86d";
}

.fad.fa-icons-alt:after {
  content: "\10f86e";
}

.fad.fa-id-badge:after {
  content: "\10f2c1";
}

.fad.fa-id-card:after {
  content: "\10f2c2";
}

.fad.fa-id-card-alt:after {
  content: "\10f47f";
}

.fad.fa-igloo:after {
  content: "\10f7ae";
}

.fad.fa-image:after {
  content: "\10f03e";
}

.fad.fa-image-polaroid:after {
  content: "\10f8c4";
}

.fad.fa-images:after {
  content: "\10f302";
}

.fad.fa-inbox:after {
  content: "\10f01c";
}

.fad.fa-inbox-in:after {
  content: "\10f310";
}

.fad.fa-inbox-out:after {
  content: "\10f311";
}

.fad.fa-indent:after {
  content: "\10f03c";
}

.fad.fa-industry:after {
  content: "\10f275";
}

.fad.fa-industry-alt:after {
  content: "\10f3b3";
}

.fad.fa-infinity:after {
  content: "\10f534";
}

.fad.fa-info:after {
  content: "\10f129";
}

.fad.fa-info-circle:after {
  content: "\10f05a";
}

.fad.fa-info-square:after {
  content: "\10f30f";
}

.fad.fa-inhaler:after {
  content: "\10f5f9";
}

.fad.fa-integral:after {
  content: "\10f667";
}

.fad.fa-intersection:after {
  content: "\10f668";
}

.fad.fa-inventory:after {
  content: "\10f480";
}

.fad.fa-island-tropical:after {
  content: "\10f811";
}

.fad.fa-italic:after {
  content: "\10f033";
}

.fad.fa-jack-o-lantern:after {
  content: "\10f30e";
}

.fad.fa-jedi:after {
  content: "\10f669";
}

.fad.fa-joint:after {
  content: "\10f595";
}

.fad.fa-journal-whills:after {
  content: "\10f66a";
}

.fad.fa-joystick:after {
  content: "\10f8c5";
}

.fad.fa-jug:after {
  content: "\10f8c6";
}

.fad.fa-kaaba:after {
  content: "\10f66b";
}

.fad.fa-kazoo:after {
  content: "\10f8c7";
}

.fad.fa-kerning:after {
  content: "\10f86f";
}

.fad.fa-key:after {
  content: "\10f084";
}

.fad.fa-key-skeleton:after {
  content: "\10f6f3";
}

.fad.fa-keyboard:after {
  content: "\10f11c";
}

.fad.fa-keynote:after {
  content: "\10f66c";
}

.fad.fa-khanda:after {
  content: "\10f66d";
}

.fad.fa-kidneys:after {
  content: "\10f5fb";
}

.fad.fa-kiss:after {
  content: "\10f596";
}

.fad.fa-kiss-beam:after {
  content: "\10f597";
}

.fad.fa-kiss-wink-heart:after {
  content: "\10f598";
}

.fad.fa-kite:after {
  content: "\10f6f4";
}

.fad.fa-kiwi-bird:after {
  content: "\10f535";
}

.fad.fa-knife-kitchen:after {
  content: "\10f6f5";
}

.fad.fa-lambda:after {
  content: "\10f66e";
}

.fad.fa-lamp:after {
  content: "\10f4ca";
}

.fad.fa-lamp-desk:after {
  content: "\10f914";
}

.fad.fa-lamp-floor:after {
  content: "\10f915";
}

.fad.fa-landmark:after {
  content: "\10f66f";
}

.fad.fa-landmark-alt:after {
  content: "\10f752";
}

.fad.fa-language:after {
  content: "\10f1ab";
}

.fad.fa-laptop:after {
  content: "\10f109";
}

.fad.fa-laptop-code:after {
  content: "\10f5fc";
}

.fad.fa-laptop-house:after {
  content: "\10f966";
}

.fad.fa-laptop-medical:after {
  content: "\10f812";
}

.fad.fa-lasso:after {
  content: "\10f8c8";
}

.fad.fa-laugh:after {
  content: "\10f599";
}

.fad.fa-laugh-beam:after {
  content: "\10f59a";
}

.fad.fa-laugh-squint:after {
  content: "\10f59b";
}

.fad.fa-laugh-wink:after {
  content: "\10f59c";
}

.fad.fa-layer-group:after {
  content: "\10f5fd";
}

.fad.fa-layer-minus:after {
  content: "\10f5fe";
}

.fad.fa-layer-plus:after {
  content: "\10f5ff";
}

.fad.fa-leaf:after {
  content: "\10f06c";
}

.fad.fa-leaf-heart:after {
  content: "\10f4cb";
}

.fad.fa-leaf-maple:after {
  content: "\10f6f6";
}

.fad.fa-leaf-oak:after {
  content: "\10f6f7";
}

.fad.fa-lemon:after {
  content: "\10f094";
}

.fad.fa-less-than:after {
  content: "\10f536";
}

.fad.fa-less-than-equal:after {
  content: "\10f537";
}

.fad.fa-level-down:after {
  content: "\10f149";
}

.fad.fa-level-down-alt:after {
  content: "\10f3be";
}

.fad.fa-level-up:after {
  content: "\10f148";
}

.fad.fa-level-up-alt:after {
  content: "\10f3bf";
}

.fad.fa-life-ring:after {
  content: "\10f1cd";
}

.fad.fa-light-ceiling:after {
  content: "\10f916";
}

.fad.fa-light-switch:after {
  content: "\10f917";
}

.fad.fa-light-switch-off:after {
  content: "\10f918";
}

.fad.fa-light-switch-on:after {
  content: "\10f919";
}

.fad.fa-lightbulb:after {
  content: "\10f0eb";
}

.fad.fa-lightbulb-dollar:after {
  content: "\10f670";
}

.fad.fa-lightbulb-exclamation:after {
  content: "\10f671";
}

.fad.fa-lightbulb-on:after {
  content: "\10f672";
}

.fad.fa-lightbulb-slash:after {
  content: "\10f673";
}

.fad.fa-lights-holiday:after {
  content: "\10f7b2";
}

.fad.fa-line-columns:after {
  content: "\10f870";
}

.fad.fa-line-height:after {
  content: "\10f871";
}

.fad.fa-link:after {
  content: "\10f0c1";
}

.fad.fa-lips:after {
  content: "\10f600";
}

.fad.fa-lira-sign:after {
  content: "\10f195";
}

.fad.fa-list:after {
  content: "\10f03a";
}

.fad.fa-list-alt:after {
  content: "\10f022";
}

.fad.fa-list-music:after {
  content: "\10f8c9";
}

.fad.fa-list-ol:after {
  content: "\10f0cb";
}

.fad.fa-list-ul:after {
  content: "\10f0ca";
}

.fad.fa-location:after {
  content: "\10f601";
}

.fad.fa-location-arrow:after {
  content: "\10f124";
}

.fad.fa-location-circle:after {
  content: "\10f602";
}

.fad.fa-location-slash:after {
  content: "\10f603";
}

.fad.fa-lock:after {
  content: "\10f023";
}

.fad.fa-lock-alt:after {
  content: "\10f30d";
}

.fad.fa-lock-open:after {
  content: "\10f3c1";
}

.fad.fa-lock-open-alt:after {
  content: "\10f3c2";
}

.fad.fa-long-arrow-alt-down:after {
  content: "\10f309";
}

.fad.fa-long-arrow-alt-left:after {
  content: "\10f30a";
}

.fad.fa-long-arrow-alt-right:after {
  content: "\10f30b";
}

.fad.fa-long-arrow-alt-up:after {
  content: "\10f30c";
}

.fad.fa-long-arrow-down:after {
  content: "\10f175";
}

.fad.fa-long-arrow-left:after {
  content: "\10f177";
}

.fad.fa-long-arrow-right:after {
  content: "\10f178";
}

.fad.fa-long-arrow-up:after {
  content: "\10f176";
}

.fad.fa-loveseat:after {
  content: "\10f4cc";
}

.fad.fa-low-vision:after {
  content: "\10f2a8";
}

.fad.fa-luchador:after {
  content: "\10f455";
}

.fad.fa-luggage-cart:after {
  content: "\10f59d";
}

.fad.fa-lungs:after {
  content: "\10f604";
}

.fad.fa-lungs-virus:after {
  content: "\10f967";
}

.fad.fa-mace:after {
  content: "\10f6f8";
}

.fad.fa-magic:after {
  content: "\10f0d0";
}

.fad.fa-magnet:after {
  content: "\10f076";
}

.fad.fa-mail-bulk:after {
  content: "\10f674";
}

.fad.fa-mailbox:after {
  content: "\10f813";
}

.fad.fa-male:after {
  content: "\10f183";
}

.fad.fa-mandolin:after {
  content: "\10f6f9";
}

.fad.fa-map:after {
  content: "\10f279";
}

.fad.fa-map-marked:after {
  content: "\10f59f";
}

.fad.fa-map-marked-alt:after {
  content: "\10f5a0";
}

.fad.fa-map-marker:after {
  content: "\10f041";
}

.fad.fa-map-marker-alt:after {
  content: "\10f3c5";
}

.fad.fa-map-marker-alt-slash:after {
  content: "\10f605";
}

.fad.fa-map-marker-check:after {
  content: "\10f606";
}

.fad.fa-map-marker-edit:after {
  content: "\10f607";
}

.fad.fa-map-marker-exclamation:after {
  content: "\10f608";
}

.fad.fa-map-marker-minus:after {
  content: "\10f609";
}

.fad.fa-map-marker-plus:after {
  content: "\10f60a";
}

.fad.fa-map-marker-question:after {
  content: "\10f60b";
}

.fad.fa-map-marker-slash:after {
  content: "\10f60c";
}

.fad.fa-map-marker-smile:after {
  content: "\10f60d";
}

.fad.fa-map-marker-times:after {
  content: "\10f60e";
}

.fad.fa-map-pin:after {
  content: "\10f276";
}

.fad.fa-map-signs:after {
  content: "\10f277";
}

.fad.fa-marker:after {
  content: "\10f5a1";
}

.fad.fa-mars:after {
  content: "\10f222";
}

.fad.fa-mars-double:after {
  content: "\10f227";
}

.fad.fa-mars-stroke:after {
  content: "\10f229";
}

.fad.fa-mars-stroke-h:after {
  content: "\10f22b";
}

.fad.fa-mars-stroke-v:after {
  content: "\10f22a";
}

.fad.fa-mask:after {
  content: "\10f6fa";
}

.fad.fa-meat:after {
  content: "\10f814";
}

.fad.fa-medal:after {
  content: "\10f5a2";
}

.fad.fa-medkit:after {
  content: "\10f0fa";
}

.fad.fa-megaphone:after {
  content: "\10f675";
}

.fad.fa-meh:after {
  content: "\10f11a";
}

.fad.fa-meh-blank:after {
  content: "\10f5a4";
}

.fad.fa-meh-rolling-eyes:after {
  content: "\10f5a5";
}

.fad.fa-memory:after {
  content: "\10f538";
}

.fad.fa-menorah:after {
  content: "\10f676";
}

.fad.fa-mercury:after {
  content: "\10f223";
}

.fad.fa-meteor:after {
  content: "\10f753";
}

.fad.fa-microchip:after {
  content: "\10f2db";
}

.fad.fa-microphone:after {
  content: "\10f130";
}

.fad.fa-microphone-alt:after {
  content: "\10f3c9";
}

.fad.fa-microphone-alt-slash:after {
  content: "\10f539";
}

.fad.fa-microphone-slash:after {
  content: "\10f131";
}

.fad.fa-microphone-stand:after {
  content: "\10f8cb";
}

.fad.fa-microscope:after {
  content: "\10f610";
}

.fad.fa-microwave:after {
  content: "\10f91b";
}

.fad.fa-mind-share:after {
  content: "\10f677";
}

.fad.fa-minus:after {
  content: "\10f068";
}

.fad.fa-minus-circle:after {
  content: "\10f056";
}

.fad.fa-minus-hexagon:after {
  content: "\10f307";
}

.fad.fa-minus-octagon:after {
  content: "\10f308";
}

.fad.fa-minus-square:after {
  content: "\10f146";
}

.fad.fa-mistletoe:after {
  content: "\10f7b4";
}

.fad.fa-mitten:after {
  content: "\10f7b5";
}

.fad.fa-mobile:after {
  content: "\10f10b";
}

.fad.fa-mobile-alt:after {
  content: "\10f3cd";
}

.fad.fa-mobile-android:after {
  content: "\10f3ce";
}

.fad.fa-mobile-android-alt:after {
  content: "\10f3cf";
}

.fad.fa-money-bill:after {
  content: "\10f0d6";
}

.fad.fa-money-bill-alt:after {
  content: "\10f3d1";
}

.fad.fa-money-bill-wave:after {
  content: "\10f53a";
}

.fad.fa-money-bill-wave-alt:after {
  content: "\10f53b";
}

.fad.fa-money-check:after {
  content: "\10f53c";
}

.fad.fa-money-check-alt:after {
  content: "\10f53d";
}

.fad.fa-money-check-edit:after {
  content: "\10f872";
}

.fad.fa-money-check-edit-alt:after {
  content: "\10f873";
}

.fad.fa-monitor-heart-rate:after {
  content: "\10f611";
}

.fad.fa-monkey:after {
  content: "\10f6fb";
}

.fad.fa-monument:after {
  content: "\10f5a6";
}

.fad.fa-moon:after {
  content: "\10f186";
}

.fad.fa-moon-cloud:after {
  content: "\10f754";
}

.fad.fa-moon-stars:after {
  content: "\10f755";
}

.fad.fa-mortar-pestle:after {
  content: "\10f5a7";
}

.fad.fa-mosque:after {
  content: "\10f678";
}

.fad.fa-motorcycle:after {
  content: "\10f21c";
}

.fad.fa-mountain:after {
  content: "\10f6fc";
}

.fad.fa-mountains:after {
  content: "\10f6fd";
}

.fad.fa-mouse:after {
  content: "\10f8cc";
}

.fad.fa-mouse-alt:after {
  content: "\10f8cd";
}

.fad.fa-mouse-pointer:after {
  content: "\10f245";
}

.fad.fa-mp3-player:after {
  content: "\10f8ce";
}

.fad.fa-mug:after {
  content: "\10f874";
}

.fad.fa-mug-hot:after {
  content: "\10f7b6";
}

.fad.fa-mug-marshmallows:after {
  content: "\10f7b7";
}

.fad.fa-mug-tea:after {
  content: "\10f875";
}

.fad.fa-music:after {
  content: "\10f001";
}

.fad.fa-music-alt:after {
  content: "\10f8cf";
}

.fad.fa-music-alt-slash:after {
  content: "\10f8d0";
}

.fad.fa-music-slash:after {
  content: "\10f8d1";
}

.fad.fa-narwhal:after {
  content: "\10f6fe";
}

.fad.fa-network-wired:after {
  content: "\10f6ff";
}

.fad.fa-neuter:after {
  content: "\10f22c";
}

.fad.fa-newspaper:after {
  content: "\10f1ea";
}

.fad.fa-not-equal:after {
  content: "\10f53e";
}

.fad.fa-notes-medical:after {
  content: "\10f481";
}

.fad.fa-object-group:after {
  content: "\10f247";
}

.fad.fa-object-ungroup:after {
  content: "\10f248";
}

.fad.fa-octagon:after {
  content: "\10f306";
}

.fad.fa-oil-can:after {
  content: "\10f613";
}

.fad.fa-oil-temp:after {
  content: "\10f614";
}

.fad.fa-om:after {
  content: "\10f679";
}

.fad.fa-omega:after {
  content: "\10f67a";
}

.fad.fa-ornament:after {
  content: "\10f7b8";
}

.fad.fa-otter:after {
  content: "\10f700";
}

.fad.fa-outdent:after {
  content: "\10f03b";
}

.fad.fa-outlet:after {
  content: "\10f91c";
}

.fad.fa-oven:after {
  content: "\10f91d";
}

.fad.fa-overline:after {
  content: "\10f876";
}

.fad.fa-page-break:after {
  content: "\10f877";
}

.fad.fa-pager:after {
  content: "\10f815";
}

.fad.fa-paint-brush:after {
  content: "\10f1fc";
}

.fad.fa-paint-brush-alt:after {
  content: "\10f5a9";
}

.fad.fa-paint-roller:after {
  content: "\10f5aa";
}

.fad.fa-palette:after {
  content: "\10f53f";
}

.fad.fa-pallet:after {
  content: "\10f482";
}

.fad.fa-pallet-alt:after {
  content: "\10f483";
}

.fad.fa-paper-plane:after {
  content: "\10f1d8";
}

.fad.fa-paperclip:after {
  content: "\10f0c6";
}

.fad.fa-parachute-box:after {
  content: "\10f4cd";
}

.fad.fa-paragraph:after {
  content: "\10f1dd";
}

.fad.fa-paragraph-rtl:after {
  content: "\10f878";
}

.fad.fa-parking:after {
  content: "\10f540";
}

.fad.fa-parking-circle:after {
  content: "\10f615";
}

.fad.fa-parking-circle-slash:after {
  content: "\10f616";
}

.fad.fa-parking-slash:after {
  content: "\10f617";
}

.fad.fa-passport:after {
  content: "\10f5ab";
}

.fad.fa-pastafarianism:after {
  content: "\10f67b";
}

.fad.fa-paste:after {
  content: "\10f0ea";
}

.fad.fa-pause:after {
  content: "\10f04c";
}

.fad.fa-pause-circle:after {
  content: "\10f28b";
}

.fad.fa-paw:after {
  content: "\10f1b0";
}

.fad.fa-paw-alt:after {
  content: "\10f701";
}

.fad.fa-paw-claws:after {
  content: "\10f702";
}

.fad.fa-peace:after {
  content: "\10f67c";
}

.fad.fa-pegasus:after {
  content: "\10f703";
}

.fad.fa-pen:after {
  content: "\10f304";
}

.fad.fa-pen-alt:after {
  content: "\10f305";
}

.fad.fa-pen-fancy:after {
  content: "\10f5ac";
}

.fad.fa-pen-nib:after {
  content: "\10f5ad";
}

.fad.fa-pen-square:after {
  content: "\10f14b";
}

.fad.fa-pencil:after {
  content: "\10f040";
}

.fad.fa-pencil-alt:after {
  content: "\10f303";
}

.fad.fa-pencil-paintbrush:after {
  content: "\10f618";
}

.fad.fa-pencil-ruler:after {
  content: "\10f5ae";
}

.fad.fa-pennant:after {
  content: "\10f456";
}

.fad.fa-people-arrows:after {
  content: "\10f968";
}

.fad.fa-people-carry:after {
  content: "\10f4ce";
}

.fad.fa-pepper-hot:after {
  content: "\10f816";
}

.fad.fa-percent:after {
  content: "\10f295";
}

.fad.fa-percentage:after {
  content: "\10f541";
}

.fad.fa-person-booth:after {
  content: "\10f756";
}

.fad.fa-person-carry:after {
  content: "\10f4cf";
}

.fad.fa-person-dolly:after {
  content: "\10f4d0";
}

.fad.fa-person-dolly-empty:after {
  content: "\10f4d1";
}

.fad.fa-person-sign:after {
  content: "\10f757";
}

.fad.fa-phone:after {
  content: "\10f095";
}

.fad.fa-phone-alt:after {
  content: "\10f879";
}

.fad.fa-phone-laptop:after {
  content: "\10f87a";
}

.fad.fa-phone-office:after {
  content: "\10f67d";
}

.fad.fa-phone-plus:after {
  content: "\10f4d2";
}

.fad.fa-phone-rotary:after {
  content: "\10f8d3";
}

.fad.fa-phone-slash:after {
  content: "\10f3dd";
}

.fad.fa-phone-square:after {
  content: "\10f098";
}

.fad.fa-phone-square-alt:after {
  content: "\10f87b";
}

.fad.fa-phone-volume:after {
  content: "\10f2a0";
}

.fad.fa-photo-video:after {
  content: "\10f87c";
}

.fad.fa-pi:after {
  content: "\10f67e";
}

.fad.fa-piano:after {
  content: "\10f8d4";
}

.fad.fa-piano-keyboard:after {
  content: "\10f8d5";
}

.fad.fa-pie:after {
  content: "\10f705";
}

.fad.fa-pig:after {
  content: "\10f706";
}

.fad.fa-piggy-bank:after {
  content: "\10f4d3";
}

.fad.fa-pills:after {
  content: "\10f484";
}

.fad.fa-pizza:after {
  content: "\10f817";
}

.fad.fa-pizza-slice:after {
  content: "\10f818";
}

.fad.fa-place-of-worship:after {
  content: "\10f67f";
}

.fad.fa-plane:after {
  content: "\10f072";
}

.fad.fa-plane-alt:after {
  content: "\10f3de";
}

.fad.fa-plane-arrival:after {
  content: "\10f5af";
}

.fad.fa-plane-departure:after {
  content: "\10f5b0";
}

.fad.fa-plane-slash:after {
  content: "\10f969";
}

.fad.fa-planet-moon:after {
  content: "\10f91f";
}

.fad.fa-planet-ringed:after {
  content: "\10f920";
}

.fad.fa-play:after {
  content: "\10f04b";
}

.fad.fa-play-circle:after {
  content: "\10f144";
}

.fad.fa-plug:after {
  content: "\10f1e6";
}

.fad.fa-plus:after {
  content: "\10f067";
}

.fad.fa-plus-circle:after {
  content: "\10f055";
}

.fad.fa-plus-hexagon:after {
  content: "\10f300";
}

.fad.fa-plus-octagon:after {
  content: "\10f301";
}

.fad.fa-plus-square:after {
  content: "\10f0fe";
}

.fad.fa-podcast:after {
  content: "\10f2ce";
}

.fad.fa-podium:after {
  content: "\10f680";
}

.fad.fa-podium-star:after {
  content: "\10f758";
}

.fad.fa-police-box:after {
  content: "\10f921";
}

.fad.fa-poll:after {
  content: "\10f681";
}

.fad.fa-poll-h:after {
  content: "\10f682";
}

.fad.fa-poll-people:after {
  content: "\10f759";
}

.fad.fa-poo:after {
  content: "\10f2fe";
}

.fad.fa-poo-storm:after {
  content: "\10f75a";
}

.fad.fa-poop:after {
  content: "\10f619";
}

.fad.fa-popcorn:after {
  content: "\10f819";
}

.fad.fa-portal-enter:after {
  content: "\10f922";
}

.fad.fa-portal-exit:after {
  content: "\10f923";
}

.fad.fa-portrait:after {
  content: "\10f3e0";
}

.fad.fa-pound-sign:after {
  content: "\10f154";
}

.fad.fa-power-off:after {
  content: "\10f011";
}

.fad.fa-pray:after {
  content: "\10f683";
}

.fad.fa-praying-hands:after {
  content: "\10f684";
}

.fad.fa-prescription:after {
  content: "\10f5b1";
}

.fad.fa-prescription-bottle:after {
  content: "\10f485";
}

.fad.fa-prescription-bottle-alt:after {
  content: "\10f486";
}

.fad.fa-presentation:after {
  content: "\10f685";
}

.fad.fa-print:after {
  content: "\10f02f";
}

.fad.fa-print-search:after {
  content: "\10f81a";
}

.fad.fa-print-slash:after {
  content: "\10f686";
}

.fad.fa-procedures:after {
  content: "\10f487";
}

.fad.fa-project-diagram:after {
  content: "\10f542";
}

.fad.fa-projector:after {
  content: "\10f8d6";
}

.fad.fa-pump-medical:after {
  content: "\10f96a";
}

.fad.fa-pump-soap:after {
  content: "\10f96b";
}

.fad.fa-pumpkin:after {
  content: "\10f707";
}

.fad.fa-puzzle-piece:after {
  content: "\10f12e";
}

.fad.fa-qrcode:after {
  content: "\10f029";
}

.fad.fa-question:after {
  content: "\10f128";
}

.fad.fa-question-circle:after {
  content: "\10f059";
}

.fad.fa-question-square:after {
  content: "\10f2fd";
}

.fad.fa-quidditch:after {
  content: "\10f458";
}

.fad.fa-quote-left:after {
  content: "\10f10d";
}

.fad.fa-quote-right:after {
  content: "\10f10e";
}

.fad.fa-quran:after {
  content: "\10f687";
}

.fad.fa-rabbit:after {
  content: "\10f708";
}

.fad.fa-rabbit-fast:after {
  content: "\10f709";
}

.fad.fa-racquet:after {
  content: "\10f45a";
}

.fad.fa-radar:after {
  content: "\10f924";
}

.fad.fa-radiation:after {
  content: "\10f7b9";
}

.fad.fa-radiation-alt:after {
  content: "\10f7ba";
}

.fad.fa-radio:after {
  content: "\10f8d7";
}

.fad.fa-radio-alt:after {
  content: "\10f8d8";
}

.fad.fa-rainbow:after {
  content: "\10f75b";
}

.fad.fa-raindrops:after {
  content: "\10f75c";
}

.fad.fa-ram:after {
  content: "\10f70a";
}

.fad.fa-ramp-loading:after {
  content: "\10f4d4";
}

.fad.fa-random:after {
  content: "\10f074";
}

.fad.fa-raygun:after {
  content: "\10f925";
}

.fad.fa-receipt:after {
  content: "\10f543";
}

.fad.fa-record-vinyl:after {
  content: "\10f8d9";
}

.fad.fa-rectangle-landscape:after {
  content: "\10f2fa";
}

.fad.fa-rectangle-portrait:after {
  content: "\10f2fb";
}

.fad.fa-rectangle-wide:after {
  content: "\10f2fc";
}

.fad.fa-recycle:after {
  content: "\10f1b8";
}

.fad.fa-redo:after {
  content: "\10f01e";
}

.fad.fa-redo-alt:after {
  content: "\10f2f9";
}

.fad.fa-refrigerator:after {
  content: "\10f926";
}

.fad.fa-registered:after {
  content: "\10f25d";
}

.fad.fa-remove-format:after {
  content: "\10f87d";
}

.fad.fa-repeat:after {
  content: "\10f363";
}

.fad.fa-repeat-1:after {
  content: "\10f365";
}

.fad.fa-repeat-1-alt:after {
  content: "\10f366";
}

.fad.fa-repeat-alt:after {
  content: "\10f364";
}

.fad.fa-reply:after {
  content: "\10f3e5";
}

.fad.fa-reply-all:after {
  content: "\10f122";
}

.fad.fa-republican:after {
  content: "\10f75e";
}

.fad.fa-restroom:after {
  content: "\10f7bd";
}

.fad.fa-retweet:after {
  content: "\10f079";
}

.fad.fa-retweet-alt:after {
  content: "\10f361";
}

.fad.fa-ribbon:after {
  content: "\10f4d6";
}

.fad.fa-ring:after {
  content: "\10f70b";
}

.fad.fa-rings-wedding:after {
  content: "\10f81b";
}

.fad.fa-road:after {
  content: "\10f018";
}

.fad.fa-robot:after {
  content: "\10f544";
}

.fad.fa-rocket:after {
  content: "\10f135";
}

.fad.fa-rocket-launch:after {
  content: "\10f927";
}

.fad.fa-route:after {
  content: "\10f4d7";
}

.fad.fa-route-highway:after {
  content: "\10f61a";
}

.fad.fa-route-interstate:after {
  content: "\10f61b";
}

.fad.fa-router:after {
  content: "\10f8da";
}

.fad.fa-rss:after {
  content: "\10f09e";
}

.fad.fa-rss-square:after {
  content: "\10f143";
}

.fad.fa-ruble-sign:after {
  content: "\10f158";
}

.fad.fa-ruler:after {
  content: "\10f545";
}

.fad.fa-ruler-combined:after {
  content: "\10f546";
}

.fad.fa-ruler-horizontal:after {
  content: "\10f547";
}

.fad.fa-ruler-triangle:after {
  content: "\10f61c";
}

.fad.fa-ruler-vertical:after {
  content: "\10f548";
}

.fad.fa-running:after {
  content: "\10f70c";
}

.fad.fa-rupee-sign:after {
  content: "\10f156";
}

.fad.fa-rv:after {
  content: "\10f7be";
}

.fad.fa-sack:after {
  content: "\10f81c";
}

.fad.fa-sack-dollar:after {
  content: "\10f81d";
}

.fad.fa-sad-cry:after {
  content: "\10f5b3";
}

.fad.fa-sad-tear:after {
  content: "\10f5b4";
}

.fad.fa-salad:after {
  content: "\10f81e";
}

.fad.fa-sandwich:after {
  content: "\10f81f";
}

.fad.fa-satellite:after {
  content: "\10f7bf";
}

.fad.fa-satellite-dish:after {
  content: "\10f7c0";
}

.fad.fa-sausage:after {
  content: "\10f820";
}

.fad.fa-save:after {
  content: "\10f0c7";
}

.fad.fa-sax-hot:after {
  content: "\10f8db";
}

.fad.fa-saxophone:after {
  content: "\10f8dc";
}

.fad.fa-scalpel:after {
  content: "\10f61d";
}

.fad.fa-scalpel-path:after {
  content: "\10f61e";
}

.fad.fa-scanner:after {
  content: "\10f488";
}

.fad.fa-scanner-image:after {
  content: "\10f8f3";
}

.fad.fa-scanner-keyboard:after {
  content: "\10f489";
}

.fad.fa-scanner-touchscreen:after {
  content: "\10f48a";
}

.fad.fa-scarecrow:after {
  content: "\10f70d";
}

.fad.fa-scarf:after {
  content: "\10f7c1";
}

.fad.fa-school:after {
  content: "\10f549";
}

.fad.fa-screwdriver:after {
  content: "\10f54a";
}

.fad.fa-scroll:after {
  content: "\10f70e";
}

.fad.fa-scroll-old:after {
  content: "\10f70f";
}

.fad.fa-scrubber:after {
  content: "\10f2f8";
}

.fad.fa-scythe:after {
  content: "\10f710";
}

.fad.fa-sd-card:after {
  content: "\10f7c2";
}

.fad.fa-search:after {
  content: "\10f002";
}

.fad.fa-search-dollar:after {
  content: "\10f688";
}

.fad.fa-search-location:after {
  content: "\10f689";
}

.fad.fa-search-minus:after {
  content: "\10f010";
}

.fad.fa-search-plus:after {
  content: "\10f00e";
}

.fad.fa-seedling:after {
  content: "\10f4d8";
}

.fad.fa-send-back:after {
  content: "\10f87e";
}

.fad.fa-send-backward:after {
  content: "\10f87f";
}

.fad.fa-sensor:after {
  content: "\10f928";
}

.fad.fa-sensor-alert:after {
  content: "\10f929";
}

.fad.fa-sensor-fire:after {
  content: "\10f92a";
}

.fad.fa-sensor-on:after {
  content: "\10f92b";
}

.fad.fa-sensor-smoke:after {
  content: "\10f92c";
}

.fad.fa-server:after {
  content: "\10f233";
}

.fad.fa-shapes:after {
  content: "\10f61f";
}

.fad.fa-share:after {
  content: "\10f064";
}

.fad.fa-share-all:after {
  content: "\10f367";
}

.fad.fa-share-alt:after {
  content: "\10f1e0";
}

.fad.fa-share-alt-square:after {
  content: "\10f1e1";
}

.fad.fa-share-square:after {
  content: "\10f14d";
}

.fad.fa-sheep:after {
  content: "\10f711";
}

.fad.fa-shekel-sign:after {
  content: "\10f20b";
}

.fad.fa-shield:after {
  content: "\10f132";
}

.fad.fa-shield-alt:after {
  content: "\10f3ed";
}

.fad.fa-shield-check:after {
  content: "\10f2f7";
}

.fad.fa-shield-cross:after {
  content: "\10f712";
}

.fad.fa-shield-virus:after {
  content: "\10f96c";
}

.fad.fa-ship:after {
  content: "\10f21a";
}

.fad.fa-shipping-fast:after {
  content: "\10f48b";
}

.fad.fa-shipping-timed:after {
  content: "\10f48c";
}

.fad.fa-shish-kebab:after {
  content: "\10f821";
}

.fad.fa-shoe-prints:after {
  content: "\10f54b";
}

.fad.fa-shopping-bag:after {
  content: "\10f290";
}

.fad.fa-shopping-basket:after {
  content: "\10f291";
}

.fad.fa-shopping-cart:after {
  content: "\10f07a";
}

.fad.fa-shovel:after {
  content: "\10f713";
}

.fad.fa-shovel-snow:after {
  content: "\10f7c3";
}

.fad.fa-shower:after {
  content: "\10f2cc";
}

.fad.fa-shredder:after {
  content: "\10f68a";
}

.fad.fa-shuttle-van:after {
  content: "\10f5b6";
}

.fad.fa-shuttlecock:after {
  content: "\10f45b";
}

.fad.fa-sickle:after {
  content: "\10f822";
}

.fad.fa-sigma:after {
  content: "\10f68b";
}

.fad.fa-sign:after {
  content: "\10f4d9";
}

.fad.fa-sign-in:after {
  content: "\10f090";
}

.fad.fa-sign-in-alt:after {
  content: "\10f2f6";
}

.fad.fa-sign-language:after {
  content: "\10f2a7";
}

.fad.fa-sign-out:after {
  content: "\10f08b";
}

.fad.fa-sign-out-alt:after {
  content: "\10f2f5";
}

.fad.fa-signal:after {
  content: "\10f012";
}

.fad.fa-signal-1:after {
  content: "\10f68c";
}

.fad.fa-signal-2:after {
  content: "\10f68d";
}

.fad.fa-signal-3:after {
  content: "\10f68e";
}

.fad.fa-signal-4:after {
  content: "\10f68f";
}

.fad.fa-signal-alt:after {
  content: "\10f690";
}

.fad.fa-signal-alt-1:after {
  content: "\10f691";
}

.fad.fa-signal-alt-2:after {
  content: "\10f692";
}

.fad.fa-signal-alt-3:after {
  content: "\10f693";
}

.fad.fa-signal-alt-slash:after {
  content: "\10f694";
}

.fad.fa-signal-slash:after {
  content: "\10f695";
}

.fad.fa-signal-stream:after {
  content: "\10f8dd";
}

.fad.fa-signature:after {
  content: "\10f5b7";
}

.fad.fa-sim-card:after {
  content: "\10f7c4";
}

.fad.fa-sink:after {
  content: "\10f96d";
}

.fad.fa-siren:after {
  content: "\10f92d";
}

.fad.fa-siren-on:after {
  content: "\10f92e";
}

.fad.fa-sitemap:after {
  content: "\10f0e8";
}

.fad.fa-skating:after {
  content: "\10f7c5";
}

.fad.fa-skeleton:after {
  content: "\10f620";
}

.fad.fa-ski-jump:after {
  content: "\10f7c7";
}

.fad.fa-ski-lift:after {
  content: "\10f7c8";
}

.fad.fa-skiing:after {
  content: "\10f7c9";
}

.fad.fa-skiing-nordic:after {
  content: "\10f7ca";
}

.fad.fa-skull:after {
  content: "\10f54c";
}

.fad.fa-skull-cow:after {
  content: "\10f8de";
}

.fad.fa-skull-crossbones:after {
  content: "\10f714";
}

.fad.fa-slash:after {
  content: "\10f715";
}

.fad.fa-sledding:after {
  content: "\10f7cb";
}

.fad.fa-sleigh:after {
  content: "\10f7cc";
}

.fad.fa-sliders-h:after {
  content: "\10f1de";
}

.fad.fa-sliders-h-square:after {
  content: "\10f3f0";
}

.fad.fa-sliders-v:after {
  content: "\10f3f1";
}

.fad.fa-sliders-v-square:after {
  content: "\10f3f2";
}

.fad.fa-smile:after {
  content: "\10f118";
}

.fad.fa-smile-beam:after {
  content: "\10f5b8";
}

.fad.fa-smile-plus:after {
  content: "\10f5b9";
}

.fad.fa-smile-wink:after {
  content: "\10f4da";
}

.fad.fa-smog:after {
  content: "\10f75f";
}

.fad.fa-smoke:after {
  content: "\10f760";
}

.fad.fa-smoking:after {
  content: "\10f48d";
}

.fad.fa-smoking-ban:after {
  content: "\10f54d";
}

.fad.fa-sms:after {
  content: "\10f7cd";
}

.fad.fa-snake:after {
  content: "\10f716";
}

.fad.fa-snooze:after {
  content: "\10f880";
}

.fad.fa-snow-blowing:after {
  content: "\10f761";
}

.fad.fa-snowboarding:after {
  content: "\10f7ce";
}

.fad.fa-snowflake:after {
  content: "\10f2dc";
}

.fad.fa-snowflakes:after {
  content: "\10f7cf";
}

.fad.fa-snowman:after {
  content: "\10f7d0";
}

.fad.fa-snowmobile:after {
  content: "\10f7d1";
}

.fad.fa-snowplow:after {
  content: "\10f7d2";
}

.fad.fa-soap:after {
  content: "\10f96e";
}

.fad.fa-socks:after {
  content: "\10f696";
}

.fad.fa-solar-panel:after {
  content: "\10f5ba";
}

.fad.fa-solar-system:after {
  content: "\10f92f";
}

.fad.fa-sort:after {
  content: "\10f0dc";
}

.fad.fa-sort-alpha-down:after {
  content: "\10f15d";
}

.fad.fa-sort-alpha-down-alt:after {
  content: "\10f881";
}

.fad.fa-sort-alpha-up:after {
  content: "\10f15e";
}

.fad.fa-sort-alpha-up-alt:after {
  content: "\10f882";
}

.fad.fa-sort-alt:after {
  content: "\10f883";
}

.fad.fa-sort-amount-down:after {
  content: "\10f160";
}

.fad.fa-sort-amount-down-alt:after {
  content: "\10f884";
}

.fad.fa-sort-amount-up:after {
  content: "\10f161";
}

.fad.fa-sort-amount-up-alt:after {
  content: "\10f885";
}

.fad.fa-sort-circle:after {
  content: "\10f930";
}

.fad.fa-sort-circle-down:after {
  content: "\10f931";
}

.fad.fa-sort-circle-up:after {
  content: "\10f932";
}

.fad.fa-sort-down:after {
  content: "\10f0dd";
}

.fad.fa-sort-numeric-down:after {
  content: "\10f162";
}

.fad.fa-sort-numeric-down-alt:after {
  content: "\10f886";
}

.fad.fa-sort-numeric-up:after {
  content: "\10f163";
}

.fad.fa-sort-numeric-up-alt:after {
  content: "\10f887";
}

.fad.fa-sort-shapes-down:after {
  content: "\10f888";
}

.fad.fa-sort-shapes-down-alt:after {
  content: "\10f889";
}

.fad.fa-sort-shapes-up:after {
  content: "\10f88a";
}

.fad.fa-sort-shapes-up-alt:after {
  content: "\10f88b";
}

.fad.fa-sort-size-down:after {
  content: "\10f88c";
}

.fad.fa-sort-size-down-alt:after {
  content: "\10f88d";
}

.fad.fa-sort-size-up:after {
  content: "\10f88e";
}

.fad.fa-sort-size-up-alt:after {
  content: "\10f88f";
}

.fad.fa-sort-up:after {
  content: "\10f0de";
}

.fad.fa-soup:after {
  content: "\10f823";
}

.fad.fa-spa:after {
  content: "\10f5bb";
}

.fad.fa-space-shuttle:after {
  content: "\10f197";
}

.fad.fa-space-station-moon:after {
  content: "\10f933";
}

.fad.fa-space-station-moon-alt:after {
  content: "\10f934";
}

.fad.fa-spade:after {
  content: "\10f2f4";
}

.fad.fa-sparkles:after {
  content: "\10f890";
}

.fad.fa-speaker:after {
  content: "\10f8df";
}

.fad.fa-speakers:after {
  content: "\10f8e0";
}

.fad.fa-spell-check:after {
  content: "\10f891";
}

.fad.fa-spider:after {
  content: "\10f717";
}

.fad.fa-spider-black-widow:after {
  content: "\10f718";
}

.fad.fa-spider-web:after {
  content: "\10f719";
}

.fad.fa-spinner:after {
  content: "\10f110";
}

.fad.fa-spinner-third:after {
  content: "\10f3f4";
}

.fad.fa-splotch:after {
  content: "\10f5bc";
}

.fad.fa-spray-can:after {
  content: "\10f5bd";
}

.fad.fa-sprinkler:after {
  content: "\10f935";
}

.fad.fa-square:after {
  content: "\10f0c8";
}

.fad.fa-square-full:after {
  content: "\10f45c";
}

.fad.fa-square-root:after {
  content: "\10f697";
}

.fad.fa-square-root-alt:after {
  content: "\10f698";
}

.fad.fa-squirrel:after {
  content: "\10f71a";
}

.fad.fa-staff:after {
  content: "\10f71b";
}

.fad.fa-stamp:after {
  content: "\10f5bf";
}

.fad.fa-star:after {
  content: "\10f005";
}

.fad.fa-star-and-crescent:after {
  content: "\10f699";
}

.fad.fa-star-christmas:after {
  content: "\10f7d4";
}

.fad.fa-star-exclamation:after {
  content: "\10f2f3";
}

.fad.fa-star-half:after {
  content: "\10f089";
}

.fad.fa-star-half-alt:after {
  content: "\10f5c0";
}

.fad.fa-star-of-david:after {
  content: "\10f69a";
}

.fad.fa-star-of-life:after {
  content: "\10f621";
}

.fad.fa-star-shooting:after {
  content: "\10f936";
}

.fad.fa-starfighter:after {
  content: "\10f937";
}

.fad.fa-starfighter-alt:after {
  content: "\10f938";
}

.fad.fa-stars:after {
  content: "\10f762";
}

.fad.fa-starship:after {
  content: "\10f939";
}

.fad.fa-starship-freighter:after {
  content: "\10f93a";
}

.fad.fa-steak:after {
  content: "\10f824";
}

.fad.fa-steering-wheel:after {
  content: "\10f622";
}

.fad.fa-step-backward:after {
  content: "\10f048";
}

.fad.fa-step-forward:after {
  content: "\10f051";
}

.fad.fa-stethoscope:after {
  content: "\10f0f1";
}

.fad.fa-sticky-note:after {
  content: "\10f249";
}

.fad.fa-stocking:after {
  content: "\10f7d5";
}

.fad.fa-stomach:after {
  content: "\10f623";
}

.fad.fa-stop:after {
  content: "\10f04d";
}

.fad.fa-stop-circle:after {
  content: "\10f28d";
}

.fad.fa-stopwatch:after {
  content: "\10f2f2";
}

.fad.fa-stopwatch-20:after {
  content: "\10f96f";
}

.fad.fa-store:after {
  content: "\10f54e";
}

.fad.fa-store-alt:after {
  content: "\10f54f";
}

.fad.fa-store-alt-slash:after {
  content: "\10f970";
}

.fad.fa-store-slash:after {
  content: "\10f971";
}

.fad.fa-stream:after {
  content: "\10f550";
}

.fad.fa-street-view:after {
  content: "\10f21d";
}

.fad.fa-stretcher:after {
  content: "\10f825";
}

.fad.fa-strikethrough:after {
  content: "\10f0cc";
}

.fad.fa-stroopwafel:after {
  content: "\10f551";
}

.fad.fa-subscript:after {
  content: "\10f12c";
}

.fad.fa-subway:after {
  content: "\10f239";
}

.fad.fa-suitcase:after {
  content: "\10f0f2";
}

.fad.fa-suitcase-rolling:after {
  content: "\10f5c1";
}

.fad.fa-sun:after {
  content: "\10f185";
}

.fad.fa-sun-cloud:after {
  content: "\10f763";
}

.fad.fa-sun-dust:after {
  content: "\10f764";
}

.fad.fa-sun-haze:after {
  content: "\10f765";
}

.fad.fa-sunglasses:after {
  content: "\10f892";
}

.fad.fa-sunrise:after {
  content: "\10f766";
}

.fad.fa-sunset:after {
  content: "\10f767";
}

.fad.fa-superscript:after {
  content: "\10f12b";
}

.fad.fa-surprise:after {
  content: "\10f5c2";
}

.fad.fa-swatchbook:after {
  content: "\10f5c3";
}

.fad.fa-swimmer:after {
  content: "\10f5c4";
}

.fad.fa-swimming-pool:after {
  content: "\10f5c5";
}

.fad.fa-sword:after {
  content: "\10f71c";
}

.fad.fa-sword-laser:after {
  content: "\10f93b";
}

.fad.fa-sword-laser-alt:after {
  content: "\10f93c";
}

.fad.fa-swords:after {
  content: "\10f71d";
}

.fad.fa-swords-laser:after {
  content: "\10f93d";
}

.fad.fa-synagogue:after {
  content: "\10f69b";
}

.fad.fa-sync:after {
  content: "\10f021";
}

.fad.fa-sync-alt:after {
  content: "\10f2f1";
}

.fad.fa-syringe:after {
  content: "\10f48e";
}

.fad.fa-table:after {
  content: "\10f0ce";
}

.fad.fa-table-tennis:after {
  content: "\10f45d";
}

.fad.fa-tablet:after {
  content: "\10f10a";
}

.fad.fa-tablet-alt:after {
  content: "\10f3fa";
}

.fad.fa-tablet-android:after {
  content: "\10f3fb";
}

.fad.fa-tablet-android-alt:after {
  content: "\10f3fc";
}

.fad.fa-tablet-rugged:after {
  content: "\10f48f";
}

.fad.fa-tablets:after {
  content: "\10f490";
}

.fad.fa-tachometer:after {
  content: "\10f0e4";
}

.fad.fa-tachometer-alt:after {
  content: "\10f3fd";
}

.fad.fa-tachometer-alt-average:after {
  content: "\10f624";
}

.fad.fa-tachometer-alt-fast:after {
  content: "\10f625";
}

.fad.fa-tachometer-alt-fastest:after {
  content: "\10f626";
}

.fad.fa-tachometer-alt-slow:after {
  content: "\10f627";
}

.fad.fa-tachometer-alt-slowest:after {
  content: "\10f628";
}

.fad.fa-tachometer-average:after {
  content: "\10f629";
}

.fad.fa-tachometer-fast:after {
  content: "\10f62a";
}

.fad.fa-tachometer-fastest:after {
  content: "\10f62b";
}

.fad.fa-tachometer-slow:after {
  content: "\10f62c";
}

.fad.fa-tachometer-slowest:after {
  content: "\10f62d";
}

.fad.fa-taco:after {
  content: "\10f826";
}

.fad.fa-tag:after {
  content: "\10f02b";
}

.fad.fa-tags:after {
  content: "\10f02c";
}

.fad.fa-tally:after {
  content: "\10f69c";
}

.fad.fa-tanakh:after {
  content: "\10f827";
}

.fad.fa-tape:after {
  content: "\10f4db";
}

.fad.fa-tasks:after {
  content: "\10f0ae";
}

.fad.fa-tasks-alt:after {
  content: "\10f828";
}

.fad.fa-taxi:after {
  content: "\10f1ba";
}

.fad.fa-teeth:after {
  content: "\10f62e";
}

.fad.fa-teeth-open:after {
  content: "\10f62f";
}

.fad.fa-telescope:after {
  content: "\10f93e";
}

.fad.fa-temperature-down:after {
  content: "\10f93f";
}

.fad.fa-temperature-frigid:after {
  content: "\10f768";
}

.fad.fa-temperature-high:after {
  content: "\10f769";
}

.fad.fa-temperature-hot:after {
  content: "\10f76a";
}

.fad.fa-temperature-low:after {
  content: "\10f76b";
}

.fad.fa-temperature-up:after {
  content: "\10f940";
}

.fad.fa-tenge:after {
  content: "\10f7d7";
}

.fad.fa-tennis-ball:after {
  content: "\10f45e";
}

.fad.fa-terminal:after {
  content: "\10f120";
}

.fad.fa-text:after {
  content: "\10f893";
}

.fad.fa-text-height:after {
  content: "\10f034";
}

.fad.fa-text-size:after {
  content: "\10f894";
}

.fad.fa-text-width:after {
  content: "\10f035";
}

.fad.fa-th:after {
  content: "\10f00a";
}

.fad.fa-th-large:after {
  content: "\10f009";
}

.fad.fa-th-list:after {
  content: "\10f00b";
}

.fad.fa-theater-masks:after {
  content: "\10f630";
}

.fad.fa-thermometer:after {
  content: "\10f491";
}

.fad.fa-thermometer-empty:after {
  content: "\10f2cb";
}

.fad.fa-thermometer-full:after {
  content: "\10f2c7";
}

.fad.fa-thermometer-half:after {
  content: "\10f2c9";
}

.fad.fa-thermometer-quarter:after {
  content: "\10f2ca";
}

.fad.fa-thermometer-three-quarters:after {
  content: "\10f2c8";
}

.fad.fa-theta:after {
  content: "\10f69e";
}

.fad.fa-thumbs-down:after {
  content: "\10f165";
}

.fad.fa-thumbs-up:after {
  content: "\10f164";
}

.fad.fa-thumbtack:after {
  content: "\10f08d";
}

.fad.fa-thunderstorm:after {
  content: "\10f76c";
}

.fad.fa-thunderstorm-moon:after {
  content: "\10f76d";
}

.fad.fa-thunderstorm-sun:after {
  content: "\10f76e";
}

.fad.fa-ticket:after {
  content: "\10f145";
}

.fad.fa-ticket-alt:after {
  content: "\10f3ff";
}

.fad.fa-tilde:after {
  content: "\10f69f";
}

.fad.fa-times:after {
  content: "\10f00d";
}

.fad.fa-times-circle:after {
  content: "\10f057";
}

.fad.fa-times-hexagon:after {
  content: "\10f2ee";
}

.fad.fa-times-octagon:after {
  content: "\10f2f0";
}

.fad.fa-times-square:after {
  content: "\10f2d3";
}

.fad.fa-tint:after {
  content: "\10f043";
}

.fad.fa-tint-slash:after {
  content: "\10f5c7";
}

.fad.fa-tire:after {
  content: "\10f631";
}

.fad.fa-tire-flat:after {
  content: "\10f632";
}

.fad.fa-tire-pressure-warning:after {
  content: "\10f633";
}

.fad.fa-tire-rugged:after {
  content: "\10f634";
}

.fad.fa-tired:after {
  content: "\10f5c8";
}

.fad.fa-toggle-off:after {
  content: "\10f204";
}

.fad.fa-toggle-on:after {
  content: "\10f205";
}

.fad.fa-toilet:after {
  content: "\10f7d8";
}

.fad.fa-toilet-paper:after {
  content: "\10f71e";
}

.fad.fa-toilet-paper-alt:after {
  content: "\10f71f";
}

.fad.fa-toilet-paper-slash:after {
  content: "\10f972";
}

.fad.fa-tombstone:after {
  content: "\10f720";
}

.fad.fa-tombstone-alt:after {
  content: "\10f721";
}

.fad.fa-toolbox:after {
  content: "\10f552";
}

.fad.fa-tools:after {
  content: "\10f7d9";
}

.fad.fa-tooth:after {
  content: "\10f5c9";
}

.fad.fa-toothbrush:after {
  content: "\10f635";
}

.fad.fa-torah:after {
  content: "\10f6a0";
}

.fad.fa-torii-gate:after {
  content: "\10f6a1";
}

.fad.fa-tornado:after {
  content: "\10f76f";
}

.fad.fa-tractor:after {
  content: "\10f722";
}

.fad.fa-trademark:after {
  content: "\10f25c";
}

.fad.fa-traffic-cone:after {
  content: "\10f636";
}

.fad.fa-traffic-light:after {
  content: "\10f637";
}

.fad.fa-traffic-light-go:after {
  content: "\10f638";
}

.fad.fa-traffic-light-slow:after {
  content: "\10f639";
}

.fad.fa-traffic-light-stop:after {
  content: "\10f63a";
}

.fad.fa-trailer:after {
  content: "\10f941";
}

.fad.fa-train:after {
  content: "\10f238";
}

.fad.fa-tram:after {
  content: "\10f7da";
}

.fad.fa-transgender:after {
  content: "\10f224";
}

.fad.fa-transgender-alt:after {
  content: "\10f225";
}

.fad.fa-transporter:after {
  content: "\10f942";
}

.fad.fa-transporter-1:after {
  content: "\10f943";
}

.fad.fa-transporter-2:after {
  content: "\10f944";
}

.fad.fa-transporter-3:after {
  content: "\10f945";
}

.fad.fa-transporter-empty:after {
  content: "\10f946";
}

.fad.fa-trash:after {
  content: "\10f1f8";
}

.fad.fa-trash-alt:after {
  content: "\10f2ed";
}

.fad.fa-trash-restore:after {
  content: "\10f829";
}

.fad.fa-trash-restore-alt:after {
  content: "\10f82a";
}

.fad.fa-trash-undo:after {
  content: "\10f895";
}

.fad.fa-trash-undo-alt:after {
  content: "\10f896";
}

.fad.fa-treasure-chest:after {
  content: "\10f723";
}

.fad.fa-tree:after {
  content: "\10f1bb";
}

.fad.fa-tree-alt:after {
  content: "\10f400";
}

.fad.fa-tree-christmas:after {
  content: "\10f7db";
}

.fad.fa-tree-decorated:after {
  content: "\10f7dc";
}

.fad.fa-tree-large:after {
  content: "\10f7dd";
}

.fad.fa-tree-palm:after {
  content: "\10f82b";
}

.fad.fa-trees:after {
  content: "\10f724";
}

.fad.fa-triangle:after {
  content: "\10f2ec";
}

.fad.fa-triangle-music:after {
  content: "\10f8e2";
}

.fad.fa-trophy:after {
  content: "\10f091";
}

.fad.fa-trophy-alt:after {
  content: "\10f2eb";
}

.fad.fa-truck:after {
  content: "\10f0d1";
}

.fad.fa-truck-container:after {
  content: "\10f4dc";
}

.fad.fa-truck-couch:after {
  content: "\10f4dd";
}

.fad.fa-truck-loading:after {
  content: "\10f4de";
}

.fad.fa-truck-monster:after {
  content: "\10f63b";
}

.fad.fa-truck-moving:after {
  content: "\10f4df";
}

.fad.fa-truck-pickup:after {
  content: "\10f63c";
}

.fad.fa-truck-plow:after {
  content: "\10f7de";
}

.fad.fa-truck-ramp:after {
  content: "\10f4e0";
}

.fad.fa-trumpet:after {
  content: "\10f8e3";
}

.fad.fa-tshirt:after {
  content: "\10f553";
}

.fad.fa-tty:after {
  content: "\10f1e4";
}

.fad.fa-turkey:after {
  content: "\10f725";
}

.fad.fa-turntable:after {
  content: "\10f8e4";
}

.fad.fa-turtle:after {
  content: "\10f726";
}

.fad.fa-tv:after {
  content: "\10f26c";
}

.fad.fa-tv-alt:after {
  content: "\10f8e5";
}

.fad.fa-tv-music:after {
  content: "\10f8e6";
}

.fad.fa-tv-retro:after {
  content: "\10f401";
}

.fad.fa-typewriter:after {
  content: "\10f8e7";
}

.fad.fa-ufo:after {
  content: "\10f947";
}

.fad.fa-ufo-beam:after {
  content: "\10f948";
}

.fad.fa-umbrella:after {
  content: "\10f0e9";
}

.fad.fa-umbrella-beach:after {
  content: "\10f5ca";
}

.fad.fa-underline:after {
  content: "\10f0cd";
}

.fad.fa-undo:after {
  content: "\10f0e2";
}

.fad.fa-undo-alt:after {
  content: "\10f2ea";
}

.fad.fa-unicorn:after {
  content: "\10f727";
}

.fad.fa-union:after {
  content: "\10f6a2";
}

.fad.fa-universal-access:after {
  content: "\10f29a";
}

.fad.fa-university:after {
  content: "\10f19c";
}

.fad.fa-unlink:after {
  content: "\10f127";
}

.fad.fa-unlock:after {
  content: "\10f09c";
}

.fad.fa-unlock-alt:after {
  content: "\10f13e";
}

.fad.fa-upload:after {
  content: "\10f093";
}

.fad.fa-usb-drive:after {
  content: "\10f8e9";
}

.fad.fa-usd-circle:after {
  content: "\10f2e8";
}

.fad.fa-usd-square:after {
  content: "\10f2e9";
}

.fad.fa-user:after {
  content: "\10f007";
}

.fad.fa-user-alien:after {
  content: "\10f94a";
}

.fad.fa-user-alt:after {
  content: "\10f406";
}

.fad.fa-user-alt-slash:after {
  content: "\10f4fa";
}

.fad.fa-user-astronaut:after {
  content: "\10f4fb";
}

.fad.fa-user-chart:after {
  content: "\10f6a3";
}

.fad.fa-user-check:after {
  content: "\10f4fc";
}

.fad.fa-user-circle:after {
  content: "\10f2bd";
}

.fad.fa-user-clock:after {
  content: "\10f4fd";
}

.fad.fa-user-cog:after {
  content: "\10f4fe";
}

.fad.fa-user-cowboy:after {
  content: "\10f8ea";
}

.fad.fa-user-crown:after {
  content: "\10f6a4";
}

.fad.fa-user-edit:after {
  content: "\10f4ff";
}

.fad.fa-user-friends:after {
  content: "\10f500";
}

.fad.fa-user-graduate:after {
  content: "\10f501";
}

.fad.fa-user-hard-hat:after {
  content: "\10f82c";
}

.fad.fa-user-headset:after {
  content: "\10f82d";
}

.fad.fa-user-injured:after {
  content: "\10f728";
}

.fad.fa-user-lock:after {
  content: "\10f502";
}

.fad.fa-user-md:after {
  content: "\10f0f0";
}

.fad.fa-user-md-chat:after {
  content: "\10f82e";
}

.fad.fa-user-minus:after {
  content: "\10f503";
}

.fad.fa-user-music:after {
  content: "\10f8eb";
}

.fad.fa-user-ninja:after {
  content: "\10f504";
}

.fad.fa-user-nurse:after {
  content: "\10f82f";
}

.fad.fa-user-plus:after {
  content: "\10f234";
}

.fad.fa-user-robot:after {
  content: "\10f94b";
}

.fad.fa-user-secret:after {
  content: "\10f21b";
}

.fad.fa-user-shield:after {
  content: "\10f505";
}

.fad.fa-user-slash:after {
  content: "\10f506";
}

.fad.fa-user-tag:after {
  content: "\10f507";
}

.fad.fa-user-tie:after {
  content: "\10f508";
}

.fad.fa-user-times:after {
  content: "\10f235";
}

.fad.fa-user-unlock:after {
  content: "\10f958";
}

.fad.fa-user-visor:after {
  content: "\10f94c";
}

.fad.fa-users:after {
  content: "\10f0c0";
}

.fad.fa-users-class:after {
  content: "\10f63d";
}

.fad.fa-users-cog:after {
  content: "\10f509";
}

.fad.fa-users-crown:after {
  content: "\10f6a5";
}

.fad.fa-users-medical:after {
  content: "\10f830";
}

.fad.fa-users-slash:after {
  content: "\10f973";
}

.fad.fa-utensil-fork:after {
  content: "\10f2e3";
}

.fad.fa-utensil-knife:after {
  content: "\10f2e4";
}

.fad.fa-utensil-spoon:after {
  content: "\10f2e5";
}

.fad.fa-utensils:after {
  content: "\10f2e7";
}

.fad.fa-utensils-alt:after {
  content: "\10f2e6";
}

.fad.fa-vacuum:after {
  content: "\10f94d";
}

.fad.fa-vacuum-robot:after {
  content: "\10f94e";
}

.fad.fa-value-absolute:after {
  content: "\10f6a6";
}

.fad.fa-vector-square:after {
  content: "\10f5cb";
}

.fad.fa-venus:after {
  content: "\10f221";
}

.fad.fa-venus-double:after {
  content: "\10f226";
}

.fad.fa-venus-mars:after {
  content: "\10f228";
}

.fad.fa-vhs:after {
  content: "\10f8ec";
}

.fad.fa-vial:after {
  content: "\10f492";
}

.fad.fa-vials:after {
  content: "\10f493";
}

.fad.fa-video:after {
  content: "\10f03d";
}

.fad.fa-video-plus:after {
  content: "\10f4e1";
}

.fad.fa-video-slash:after {
  content: "\10f4e2";
}

.fad.fa-vihara:after {
  content: "\10f6a7";
}

.fad.fa-violin:after {
  content: "\10f8ed";
}

.fad.fa-virus:after {
  content: "\10f974";
}

.fad.fa-virus-slash:after {
  content: "\10f975";
}

.fad.fa-viruses:after {
  content: "\10f976";
}

.fad.fa-voicemail:after {
  content: "\10f897";
}

.fad.fa-volcano:after {
  content: "\10f770";
}

.fad.fa-volleyball-ball:after {
  content: "\10f45f";
}

.fad.fa-volume:after {
  content: "\10f6a8";
}

.fad.fa-volume-down:after {
  content: "\10f027";
}

.fad.fa-volume-mute:after {
  content: "\10f6a9";
}

.fad.fa-volume-off:after {
  content: "\10f026";
}

.fad.fa-volume-slash:after {
  content: "\10f2e2";
}

.fad.fa-volume-up:after {
  content: "\10f028";
}

.fad.fa-vote-nay:after {
  content: "\10f771";
}

.fad.fa-vote-yea:after {
  content: "\10f772";
}

.fad.fa-vr-cardboard:after {
  content: "\10f729";
}

.fad.fa-wagon-covered:after {
  content: "\10f8ee";
}

.fad.fa-walker:after {
  content: "\10f831";
}

.fad.fa-walkie-talkie:after {
  content: "\10f8ef";
}

.fad.fa-walking:after {
  content: "\10f554";
}

.fad.fa-wallet:after {
  content: "\10f555";
}

.fad.fa-wand:after {
  content: "\10f72a";
}

.fad.fa-wand-magic:after {
  content: "\10f72b";
}

.fad.fa-warehouse:after {
  content: "\10f494";
}

.fad.fa-warehouse-alt:after {
  content: "\10f495";
}

.fad.fa-washer:after {
  content: "\10f898";
}

.fad.fa-watch:after {
  content: "\10f2e1";
}

.fad.fa-watch-calculator:after {
  content: "\10f8f0";
}

.fad.fa-watch-fitness:after {
  content: "\10f63e";
}

.fad.fa-water:after {
  content: "\10f773";
}

.fad.fa-water-lower:after {
  content: "\10f774";
}

.fad.fa-water-rise:after {
  content: "\10f775";
}

.fad.fa-wave-sine:after {
  content: "\10f899";
}

.fad.fa-wave-square:after {
  content: "\10f83e";
}

.fad.fa-wave-triangle:after {
  content: "\10f89a";
}

.fad.fa-waveform:after {
  content: "\10f8f1";
}

.fad.fa-waveform-path:after {
  content: "\10f8f2";
}

.fad.fa-webcam:after {
  content: "\10f832";
}

.fad.fa-webcam-slash:after {
  content: "\10f833";
}

.fad.fa-weight:after {
  content: "\10f496";
}

.fad.fa-weight-hanging:after {
  content: "\10f5cd";
}

.fad.fa-whale:after {
  content: "\10f72c";
}

.fad.fa-wheat:after {
  content: "\10f72d";
}

.fad.fa-wheelchair:after {
  content: "\10f193";
}

.fad.fa-whistle:after {
  content: "\10f460";
}

.fad.fa-wifi:after {
  content: "\10f1eb";
}

.fad.fa-wifi-1:after {
  content: "\10f6aa";
}

.fad.fa-wifi-2:after {
  content: "\10f6ab";
}

.fad.fa-wifi-slash:after {
  content: "\10f6ac";
}

.fad.fa-wind:after {
  content: "\10f72e";
}

.fad.fa-wind-turbine:after {
  content: "\10f89b";
}

.fad.fa-wind-warning:after {
  content: "\10f776";
}

.fad.fa-window:after {
  content: "\10f40e";
}

.fad.fa-window-alt:after {
  content: "\10f40f";
}

.fad.fa-window-close:after {
  content: "\10f410";
}

.fad.fa-window-frame:after {
  content: "\10f94f";
}

.fad.fa-window-frame-open:after {
  content: "\10f950";
}

.fad.fa-window-maximize:after {
  content: "\10f2d0";
}

.fad.fa-window-minimize:after {
  content: "\10f2d1";
}

.fad.fa-window-restore:after {
  content: "\10f2d2";
}

.fad.fa-windsock:after {
  content: "\10f777";
}

.fad.fa-wine-bottle:after {
  content: "\10f72f";
}

.fad.fa-wine-glass:after {
  content: "\10f4e3";
}

.fad.fa-wine-glass-alt:after {
  content: "\10f5ce";
}

.fad.fa-won-sign:after {
  content: "\10f159";
}

.fad.fa-wreath:after {
  content: "\10f7e2";
}

.fad.fa-wrench:after {
  content: "\10f0ad";
}

.fad.fa-x-ray:after {
  content: "\10f497";
}

.fad.fa-yen-sign:after {
  content: "\10f157";
}

.fad.fa-yin-yang:after {
  content: "\10f6ad";
}

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(https://www.bpost.be/themes/custom/nbw/webfonts/fa-light-300.eot);
  src: url(https://www.bpost.be/themes/custom/nbw/webfonts/fa-light-300.eot) format("embedded-opentype"),url(../../../../themes/custom/nbw/webfonts/fa-light-300.woff2.html) format("woff2"),url(https://www.bpost.be/themes/custom/nbw/webfonts/fa-light-300.woff) format("woff"),url(https://www.bpost.be/themes/custom/nbw/webfonts/fa-light-300.ttf) format("truetype"),url(https://www.bpost.be/themes/custom/nbw/webfonts/fa-light-300.svg) format("svg");
}

.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://www.bpost.be/themes/custom/nbw/webfonts/fa-regular-400.eot);
  src: url(https://www.bpost.be/themes/custom/nbw/webfonts/fa-regular-400.eot) format("embedded-opentype"),url(../../../../themes/custom/nbw/webfonts/fa-regular-400.woff2.html) format("woff2"),url(https://www.bpost.be/themes/custom/nbw/webfonts/fa-regular-400.woff) format("woff"),url(https://www.bpost.be/themes/custom/nbw/webfonts/fa-regular-400.ttf) format("truetype"),url(https://www.bpost.be/themes/custom/nbw/webfonts/fa-regular-400.svg) format("svg");
}

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://www.bpost.be/themes/custom/nbw/webfonts/fa-solid-900.eot);
  src: url(https://www.bpost.be/themes/custom/nbw/webfonts/fa-solid-900.eot) format("embedded-opentype"),url(../../../../themes/custom/nbw/webfonts/fa-solid-900.woff2.html) format("woff2"),url(https://www.bpost.be/themes/custom/nbw/webfonts/fa-solid-900.woff) format("woff"),url(https://www.bpost.be/themes/custom/nbw/webfonts/fa-solid-900.ttf) format("truetype"),url(https://www.bpost.be/themes/custom/nbw/webfonts/fa-solid-900.svg) format("svg");
}

.fa,.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}

.curve__header {
  z-index: -1;
}

.path-frontpage .custom-top-task {
  margin-top: -150px;
  position: relative;
}

.top-task-main-container {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.top-task-nav-container {
  border-bottom: 2px dashed rgba(0,0,0,0.1);
  border-radius: 4px;
  margin-bottom: 20px;
  width: 100%;
}

.top-task-nav {
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  text-align: center;
}

.top-task-nav.active {
  cursor: default;
  -webkit-filter: drop-shadow(0px 2px 4px rgba(0,0,0,.1));
  filter: drop-shadow(0px 2px 4px rgba(0,0,0,.1));
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
  z-index: 2;
}

.top-task-nav.active::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  border-radius: 4px 4px 0 0;
  height: calc(100% + 2px);
  width: 100%;
}

.top-task-nav.active::after {
  content: "";
  position: absolute;
  left: calc(50% - 14px);
  bottom: -11px;
  background: #fff;
  height: 20px;
  width: 20px;
  transform: rotate(45deg);
}

.top-task-container {
  display: block;
  position: relative;
}

.top-task-container.active::before,.top-task-container::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: transparent;
  border-top: 3px solid #EF2637;
  display: block;
  height: 100%;
  width: 0%;
  transition: all .2s linear;
}

.top-task-nav.active .top-task-container::before,.top-task-container:hover::before {
  width: 100%;
}

.top-task-nav:first-child .top-task-container::before {
  border-radius: 4px 0 0 0;
}

.top-task-nav:last-child .top-task-container::before {
  border-radius: 0 4px 0 0;
}

.top-task-container::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 0px;
  border-right: 2px dashed rgba(0,0,0,0.1);
  display: block;
  height: calc(100% - 2px);
  width: 100%;
  z-index: 1;
}

.top-task-nav:last-child .top-task-container::after {
  border: none;
}

.top-task-nav.active .top-task-container::after {
  border: none;
}

.top-task {
  color: #5A5A5F;
  display: inline-block;
  padding: 38px 0 38px 45px;
  position: relative;
}

.top-task-nav-mobile a {
  color: #5A5A5F;
}

.top-task-nav-mobile a:hover {
  text-decoration: none;
}

.top-task-track::before {
  content: "";
  position: absolute;
  left: 0px;
  top: calc(50% - 17px);
  background: url(https://www.bpost.be/themes/custom/nbw/images/toptask/target.svg) no-repeat 0 0;
  height: 35px;
  width: 35px;
}

.top-task-pos::before {
  content: "";
  position: absolute;
  left: 10px;
  top: calc(50% - 17px);
  background: url(https://www.bpost.be/themes/custom/nbw/images/toptask/pin.svg) no-repeat 0 0;
  height: 35px;
  width: 23px;
}

.top-task-calculator::before {
  content: "";
  position: absolute;
  left: 0px;
  top: calc(50% - 17px);
  background: url(https://www.bpost.be/themes/custom/nbw/images/toptask/money.svg) no-repeat 0 0;
  height: 35px;
  width: 35px;
}

.top-task-shm::before {
  content: "";
  position: absolute;
  left: 0px;
  top: calc(50% - 17px);
  background: url(https://www.bpost.be/themes/custom/nbw/images/toptask/parcel.svg) no-repeat 0 0;
  height: 35px;
  width: 33px;
}

.top-task-cta-container {
  padding: 0 50px 40px;
  position: relative;
  width: 100%;
}

.top-task-cta-container .form-group label {
  color: #5A5A5F;
}

.top-task-cta-container .form-control {
  height: calc(1.5em + .75rem + 12px);
}

.top-task-cta-container .red__cta__arrow {
  font-family: 'Ubuntu',sans-serif;
  font-weight: 400;
  margin-left: 40px;
}

.top-task-cta-container .track-tace-qr-link-desktop .qr-code img {
  float: left;
}

.top-task-cta-container .qrcode-text span {
  display: inline-block;
}

.qrtext-desktop {
  display: flex;
  align-items: center;
}

.top-task-cta {
  height: 0px;
  top: 0px;
  opacity: 0;
  overflow: hidden;
  transition: top .2s linear,opacity .2s linear;
}

.top-task-cta.active {
  height: auto;
  top: 20px;
  opacity: 1;
}

.top-task-mobile {
  cursor: pointer;
  display: block;
  font-weight: 500;
  padding: 18px 0;
  position: relative;
}

.top-task-mobile::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 0px;
  border-bottom: 2px dashed rgba(0,0,0,0.1);
  width: calc(100% + 30px);
}

.top-task-nav-mobile:first-child .top-task-mobile::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 0px;
  border: none;
  width: calc(100% + 30px);
}

.track-arrow {
  padding-left: 10px;
}

.top-task-mobile::after {
  content: "\f054";
  position: absolute;
  right: 0px;
  top: calc(50% - 10px);
  height: 20px;
  width: 13px;
  transform: rotate(90deg);
  font-family: "FontAwesome";
  color: #EF2637;
}

.top-task-nav-mobile.active {
  color: #EF2637;
}

.top-task-nav-mobile.active .top-task-mobile::before {
  border: none;
  box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  height: 100%;
}

.top-task-nav-mobile.active .top-task-mobile::after {
  transform: rotate(-90deg);
}

.btn-top-task {
  background: #EF2637;
  border-radius: 4px;
  color: #fff;
  height: calc(1.5em + .75rem + 12px);
  margin: 0;
  width: auto;
  position: absolute;
  top: 31px;
  padding-top: 12px;
}

.btn-top-task .next {
  background-color: #fff;
  height: 24px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 10px;
  top: 14px;
  color: #fff;
}

.small-gutter>[class*='col-'] {
  padding-right: 10px;
  padding-left: 10px;
}

.small-gutter>[class*="col-"]:first-child {
  padding-left: 15px;
}

.small-gutter>[class*="col-"]:last-child {
  padding-right: 15px;
}

.__top-tasks-btn {
  height: 48px;
  width: 100%;
  padding: 10px 0 0;
  color: rgb(255,255,255);
  background: rgb(239,38,55);
  border-radius: 4px;
}

.top-task-pos-body {
  overflow: visible;
}

.ta__tp .__top-tasks-btn {
  margin-bottom: 5% !important;
}

.qrtext-mobile {
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .path-frontpage .custom-top-task {
      margin-top:-150px;
  }

  .top-task {
      color: #5A5A5F;
      display: inline-block;
      padding: 37px 0 38px 1px;
      position: relative;
  }

  .top-task-track::before,.top-task-pos::before,.top-task-calculator::before,.top-task-shm::before {
      display: none;
  }
}

@media screen and (min-width: 768px) and (max-width:991px) {
  .path-frontpage .custom-top-task {
      margin-top:-70px;
  }

  .qrtext-mobile-wrapper {
      display: flex !important;
      margin-bottom: 8% !important;
  }
}

@media screen and (max-width: 767px) {
  .path-frontpage .custom-top-task {
      margin-top:-32px;
  }

  .qrtext-mobile-wrapper {
      display: flex !important;
      margin-bottom: 8% !important;
  }
}

@media screen and (max-width: 768px) {
  .__top-tasks_letters-calculator {
      padding:23px 26px 0 !important;
  }

  .top-task-cta-container {
      padding: 0;
  }

  .top-task-cta.active {
      margin-bottom: 20px;
  }

  .top-task-cta label {
      display: block;
  }

  .top-task-cta-container .red__cta__arrow {
      float: right;
      line-height: 18px;
  }

  .small-gutter>[class*='col-'] {
      padding-right: 15px;
      padding-left: 15px;
  }

  .__img-mansori {
      display: none;
  }

  .__col-descriptions {
      background-size: 100%
  }

  .__product_related-services .__red-cta-arrow {
      padding-right: 3px !important;
  }
}

.top_task_calculator .pricing-footer {
  padding: 5px 0px 20px 32px !important
}

.top_task_calculator .pricing-footer::before {
  height: 20px;
  width: 20px;
  content: "";
  position: absolute;
  left: 0px;
  top: calc(50% - 17px);
  background: url(https://www.bpost.be/themes/custom/nbw/images/toptask/money.svg) no-repeat 0 0;
}

.top_task_calculator .price_calculator_block_link {
  margin: 30px 0 0 0 !important;
}

.top_task_calculator .weight_unavailable {
  background: #ECF4F8;
}

.top_task_calculator .weight_unavailable::before {
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f05a";
  font-weight: 400;
  color: #5A5A5F;
  font-size: 16px;
  padding-right: 10px;
}

@media screen and (min-width: 768px) {
  .top_task_calculator .pricing-footer::before {
      left:7px;
  }
}

style* {
  margin: 0 auto;
  font-family: Ubuntu;
  font-weight: 400
}

a {
  text-decoration: none;
}

p {
  margin: 0 0 10px;
}

header#bpost_header {
  background: none;
  border-bottom: solid 2px #EF2637;
  margin-bottom: 15px;
  font-family: 'Font Awesome 5 Pro' !important;
  font-weight: 400;
  color: #5A5A5A !important;
  font-weight: 400;
  margin: 0 auto;
  font-size: 14px;
  line-height: 22px;
  border-radius: 0px;
  padding: 10px 0px;
}

header#bpost_header a:hover {
  text-decoration: none;
}

#bpost_header .navbar-header {
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}

#bpost_header .language_switcher_custom {
  display: flex;
  align-items: center;
  height: 50px;
  position: relative;
  left: 25px;
}

#bpost_header .panel {
  margin-bottom: 0px;
  margin-bottom: 0px;
  border: none;
  box-shadow: none;
}

#bpost_header .no_padding_right {
  padding-right: 0px;
  position: relative;
  left: 25px;
}

#bpost_header .top_header_mypreference ul.menu--profile-login-navigation li a {
  color: #666666;
  padding: 15px 18px;
}

#bpost_header .top_header_professionnel_mypreference ul.menu--profile-login-navigation li a {
  color: #666666;
  padding: 15px 18px;
}

#bpost_header .language_switcher_custom .panel-heading {
  display: none;
}

#bpost_header .language_switcher_custom .panel-body {
  padding: 0px;
}

#bpost_header .language_switcher_custom .dropdown-language-item.dropdown button {
  border: none;
  color: #5A5A5A;
  box-shadow: none;
  margin-left: -10px;
  padding-left: 0px;
  font-size: 14px;
  font-weight: 400px;
}

#bpost_header .language_switcher_custom .dropdown-language-item span {
  padding-left: 10px;
  size: 3px;
  font-family: 'Font Awesome 5 Pro';
  color: #EF2637;
  font-weight: 500;
}

#bpost_header .language_switcher_custom .dropdown-language-item a {
  color: #5A5A5A;
  display: block;
  padding: 3px 7px;
}

#bpost_header .language_switcher_custom .dropdown-language-item.show span:before {
  content: '\f077';
}

#bpost_header .language_switcher_custom .navbar-default .navbar-nav > li > a {
  padding-right: 0px;
}

#bpost_header .language_switcher_custom #bootstrap-panel {
  border: none;
  box-shadow: none;
}

#bpost_header .language_switcher_custom .btn-default:hover,#bpost_header .language_switcher_custom .btn-default:focus,#bpost_header .language_switcher_custom .btn-default:active {
  background: none;
}

#bpost_header .language_switcher_custom .open > .dropdown-toggle.btn-default {
  background-color: white;
}

#bpost_header .language_switcher_custom .btn-group.open .dropdown-toggle {
  box-shadow: none;
}

#bpost_header .language_switcher_custom .dropdown-language-item ul {
  min-width: 30px;
  top: 39px;
  left: -10px;
}

#bpost_header .bpost_header_menu_logo.mobile .bpost_menu_parent {
  border-right: 1px solid rgb(0 0 0 / 10%);
}

#bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li {
  text-align: center;
}

#bpost_header .bpost_top_header_menu ul li a.is-active:parent {
  background: red;
}

#bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li a.is-active {
  background: white;
  color: #5A5A5A;
  margin-left: 0px;
  margin-right: 0px;
}

#bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li.active-li {
  font-family: 'Ubuntu';
  font-weight: 400;
  border-top: 0px;
}

#bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li a span {
  display: none;
}

#bpost_header .top_header_mypreference ul li a.dropdown-toggle:after {
  padding-left: 5px;
  border-top: 0;
  display: inline;
  vertical-align: 0;
  font: normal normal normal 14px/1 'Font Awesome 5 Pro';
  right: 40%;
  color: #EF2637;
  bottom: 0;
  height: 30px;
  width: 60px;
  z-index: 1;
  content: "\f078";
}

#bpost_header .top_header_mypreference ul li.dropdown.show a.dropdown-toggle:after {
  content: "\f077";
}

#bpost_header .top_header_professionnel_mypreference ul li a:after {
  content: '|';
  padding-left: 15px;
}

#bpost_header .top_header_professionnel_mypreference ul li a:before {
  content: url(https://www.bpost.be/themes/custom/nbw/images/login.svg);
  left: 0px;
  position: absolute;
  padding-top: 3px;
}

#bpost_header .navbar-default .navbar-nav > li > a {
  color: #5A5A5A;
}

.bpost_top_header_menu h2 {
  display: none;
}

.language_switcher_custom .dropdown-toggle::after {
  display: none;
}

#bpost_header .bpost_top_header_menu .navbar-nav {
  margin: 7.5px -15px;
}

.bpost_top_header_menu ul li {
  cursor: pointer;
}

div#example-navbar-collapse a:hover {
  text-decoration: none;
}

.show > a.nav-link {
  border: none;
}

.drop-menu-login {
  border: none;
  box-shadow: 0px 10px 10px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 10px 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 10px 10px rgba(0,0,0,0.3);
  width: 21rem !important;
  left: -7rem !important;
}

.drop-menu-login.loggedin {
  max-width: 10rem;
  left: -2.5rem !important;
}

.drop-menu-login li a {
  padding: 10px !important;
}

.drop-menu-login li span.navbar-text {
  border-top: 1px solid #dee2e6;
  display: block;
  color: #717176;
  font-weight: 500;
  padding-left: 0.6rem;
}

#bpost_header .top_header_mypreference ul.menu--profile-login-navigation li a {
  padding: 15px 5px 15px 10px;
  margin-right: 5px;
}

#bpost_header button.language-link.active-language.button.js-form-submit.form-submit.btn-default.btn:before {
  content: '|';
  color: rgb(0 0 0 / 10%);
  position: relative;
  right: 10px;
}

#bpost_header .top_header_mypreference ul li a:before {
  left: 0px;
  position: inherit;
  padding-right: 10px;
}

#bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li.menu-main-rest-li a {
  padding: 5px;
}

@media only screen and (max-width: 767px) {
  .bpost_menu_parent .bpost_menu .menu-preference-block-mobile .nav > li > a:after {
      right:22px;
  }
}

@media (max-width: 767px) {
  #bpost_header .profile-mobile-section .navbar-header {
      justify-content:flex-end;
  }

  #bpost_header .profile-mobile-section button {
      border: none;
      background: none;
  }

  #bpost_header .profile-mobile-section button:focus {
      outline: none;
  }

  #bpost_header .nav-bottom-menu-block {
      display: none;
      position: fixed;
      bottom: 0;
      z-index: 5;
      width: 100%;
      background: #f8f8f8;
      margin: 0;
      left: 0;
  }

  #bpost_header .language_switcher_custom {
      float: right;
  }

  #bpost_header .nav-bottom-menu-block .language_switcher_custom .dropdown-menu.show::after {
      content: url('https://www.bpost.be/sites/default/files/icons/triangle-back.png');
      position: absolute;
      left: 8px;
      bottom: -28px;
  }

  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li {
      min-width: auto;
  }

  .mobile-tablet-view .bpost_top_header_menu ul.menu.menu--main li.menu-main-rest-li {
      display: none;
  }

  .mobile-tablet-view .bpost_top_header_menu ul.menu.menu--main li.menu-main-rest-li.show {
      display: unset;
  }

  #bpost_header .bpost_top_header_menu {
      padding-left: 0px;
      padding-right: 0px;
  }

  #bpost_header .nav-bottom-menu-block .bpost_top_header_menu {
      float: left;
      margin-top: 8px;
  }

  #bpost_header .bpost_top_header_menu .navbar-nav {
      margin: 5px -15px;
  }

  #bpost_header .nav-bottom-menu-block .bpost_top_header_menu .navbar-nav {
      margin: 0;
      align-items: start;
  }

  #bpost_header .nav-bottom-menu-block span.fa-chevron-up,#bpost_header .nav-bottom-menu-block span.fa-chevron-down {
      color: #EF2637;
      font-size: 18px;
  }

  #bpost_header {
      height: 60px;
      line-height: 40px !important;
      padding: unset !important;
  }

  #bpost_header .language_switcher_custom {
      justify-content: flex-end;
      left: 0px;
      height: 20px;
      top: 5px;
      padding-right: 11px;
  }

  #bpost_header .nav-bottom-menu-block .language_switcher_custom {
      height: 100%;
      top: 20px;
      padding-right: 10px;
  }

  #bpost_header .language_switcher_custom .dropdown-language-item.dropdown button {
      padding-top: 2px;
  }

  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li a {
      display: inline-block;
  }

  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li span {
      display: inline-block;
      font-family: 'Font Awesome 5 Pro';
      padding-right: 5px;
      font-weight: 500;
      padding-left: 5px;
      font-size: 18px;
  }

  .bpost_template_whisperer {
      position: unset !important;
  }

  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li.active-li {
      border: none;
      padding: 0;
  }

  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li.last {
      display: none;
      border-radius: 4px;
  }

  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li.last.show {
      display: block;
      z-index: 1;
      top: -65px;
  }

  #bpost_header .bpost_top_header_menu ul.menu.menu--main.nav.navbar-nav li.menu-main-rest-li {
      text-align: left;
  }

  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li.menu-main-rest-li.last.show {
      top: -60px;
  }

  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li.menu-main-rest-li a {
      color: #5A5A5F
  }

  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li.menu-main-rest-li.show {
      position: absolute;
      top: -110px;
      display: block;
      z-index: 1;
      background: white;
      width: 200px;
  }

  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li.last.show a:before {
      content: url('https://www.bpost.be/sites/default/files/icons/triangle-back.png');
      position: absolute;
      top: 60px;
  }

  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li a {
      top: 0px;
      width: fit-content;
      padding: 0px;
      margin: 10px 10px;
      background: none;
  }

  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li a.is-active {
      background: none;
  }

  #bpost_header .language_switcher_custom .dropdown-language-item ul {
      top: -20px !important;
      box-shadow: none;
      left: -15px !important;
      text-align: center;
  }

  #bpost_header .language_switcher_custom .dropdown-language-item span {
      width: 40px;
  }

  .bpost_menu_parent .bpost_menu .menu-preference-block-mobile ul li a:before {
      content: url(https://www.bpost.be/themes/custom/nbw/images/login.svg);
      font-family: FontAwesome;
      left: 40px;
      margin-right: 5px;
      padding-top: 3px;
  }

  .bpost_menu_parent .bpost_menu .menu-preference-block-mobile li a {
      padding: 6px 25px;
  }

  #bpost_header .menu-preference-block-mobile .navbar-nav {
      padding: 10px 20px;
  }

  #bpost_header .bpost_menu_parent .bpost_menu .menu-preference-block-mobile ul li {
      border: 1px solid #DEDEDF;
      border-radius: 4px;
      padding-left: 20px;
  }

  #bpost_header .language_switcher_custom button.dropdown-toggle {
      padding-right: 0;
  }

  #bpost_header button.language-link.active-language.button.js-form-submit.form-submit.btn-default.btn:before {
      content: unset;
  }

  #bpost_header .top_header_mypreference ul.menu--profile-login-navigation li a:before {
      left: 0px;
      position: inherit;
      padding-right: 10px;
  }

  #bpost_header .top_header_mypreference ul.menu--profile-login-navigation li a {
      margin-right: 0px;
  }

  .drop-menu-login {
      top: -10px !important;
      border: none;
  }

  ​​​​}

@media (max-width: 360px) {
  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li.active-li {
      padding-left:0px;
      font-size: 12px;
  }

  #bpost_header .bpost_top_header_menu {
      padding-left: 5px;
      padding-right: 5px;
  }

  #bpost_header .language_switcher_custom .dropdown-language-item.dropdown button,#bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li {
      font-size: 12px;
      padding-top: 2px;
  }

  #bpost_header .bpost_menu_parent .bpost_logo {
      padding-right: 10px;
  }

  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li.active-li {
      padding-left: 0px;
      padding-right: 0px;
  }

  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li a {
      margin-left: 0px;
      margin-right: 0px;
  }
}

@media (max-width: 280px) {
  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li.active-li,#bpost_header .language_switcher_custom .dropdown-language-item.dropdown button {
      font-size:11px;
  }

  .bpost_header_menu_logo.mobile {
      padding-left: 5px;
  }

  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li {
      padding-right: 0px;
  }

  #bpost_header .bpost_top_header_menu {
      padding-right: 0px;
  }

  #bpost_header .bpost_menu_parent .bpost_logo {
      padding-right: 5px;
  }
}

@media (min-width: 768px) and (max-width:1024px) {
  .bpost_menu_parent .bpost_menu .menu-preference-block-mobile .nav > li > a {
      padding-left:40px;
  }

  .bpost_menu_parent .bpost_menu .menu-preference-block-mobile ul li a:before {
      content: url(https://www.bpost.be/themes/custom/nbw/images/login.svg);
      font-family: FontAwesome;
      left: 20px;
      position: absolute;
      padding-top: 3px;
  }
}

@media (min-width: 768px) and (max-width:1199px) {
  #bpost_header .profile-mobile-section .navbar-header {
      justify-content:flex-end;
  }

  #bpost_header .profile-mobile-section button {
      border: none;
      background: none;
  }

  #bpost_header .profile-mobile-section button:focus {
      outline: none;
  }

  #bpost_header .nav-bottom-menu-block {
      display: none;
      position: fixed;
      bottom: 0;
      z-index: 5;
      width: 100%;
      background: #f8f8f8;
      margin: 0;
      left: 0;
  }

  #bpost_header .language_switcher_custom {
      justify-content: flex-end;
      left: 0px;
      padding-right: 0px;
      height: 20px;
      top: 5px;
  }

  #bpost_header .nav-bottom-menu-block .language_switcher_custom {
      height: 100%;
      top: 10px;
      padding-right: 10px;
  }

  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li.first {
      border: none;
  }

  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li {
      text-align: left;
  }

  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li a {
      display: inline-block;
  }

  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li span {
      display: inline-block;
      font-family: 'Font Awesome 5 Pro';
      padding-right: 5px;
      font-weight: 500;
      padding-left: 5px;
      font-size: 18px;
  }

  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li.active-li {
      border: none;
      padding: 0;
  }

  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li.last {
      display: none;
      background: white;
      border: 1px solid #DEDEDF;
      border-radius: 4px;
  }

  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li.last.show {
      display: block;
      z-index: 1;
      position: absolute;
      top: -65px;
      left: 10px;
  }

  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li a {
      top: 0px;
      width: fit-content;
      padding: 0px;
      margin: 10px 15px;
      background: none;
  }

  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li.last.show a:before {
      content: url('https://www.bpost.be/sites/default/files/icons/triangle-back.png');
      position: absolute;
      top: 38px;
  }

  #bpost_header .nav-bottom-menu-block .language_switcher_custom .dropdown-menu.show::after {
      content: url('https://www.bpost.be/sites/default/files/icons/triangle-back.png');
      position: absolute;
      left: 8px;
      bottom: -28px;
  }

  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li a.is-active {
      background: none;
  }

  #bpost_header .language_switcher_custom .dropdown-language-item ul {
      top: -20px !important;
      box-shadow: none;
      left: -15px !important;
      text-align: center;
  }

  #bpost_header .language_switcher_custom .dropdown-language-item span {
      width: 40px;
  }

  #bpost_header button.language-link.active-language.button.js-form-submit.form-submit.btn-default.btn:before {
      content: unset;
  }

  ​​​​​​​​ #bpost_header .language_switcher_custom button.dropdown-toggle {
      padding-right: 0;
  }

  #bpost_header .bpost_top_header_menu {
      padding-left: 0px;
      padding-right: 0px;
  }

  #bpost_header .nav-bottom-menu-block .bpost_top_header_menu {
      float: left;
  }

  #bpost_header .nav-bottom-menu-block .bpost_top_header_menu .navbar-nav {
      margin: 0;
      align-items: start;
  }

  #bpost_header .nav-bottom-menu-block span.fa-chevron-up,#bpost_header .nav-bottom-menu-block span.fa-chevron-down {
      color: #EF2637;
      font-size: 18px;
  }

  #bpost_header {
      height: 60px;
      line-height: 40px !important;
  }
}

@media (min-width: 768px) {
  .dropdown-login-link {
      background-color:#EF2637;
      margin-left: 25px;
      margin-right: 25px !important;
      margin-top: 20px;
      width: 85%;
      border-radius: 4px;
      color: #fff !important;
      text-align: center;
  }

  .dropdown-register-link {
      border: 1px solid #EF2637;
      border-radius: 4px;
      color: #EF2637 !important;
      margin-left: 25px;
      margin-right: 25px !important;
      margin-top: 20px;
      width: 85%;
      text-align: center;
  }

  .dropdown-business-portal-link {
      color: #EF2637 !important;
      margin-top: 10px;
      text-align: center;
  }

  .dropdown-business-portal-link:after {
      content: "\f054";
      font-family: 'Font Awesome 5 Pro';
      padding-left: 10px;
  }

  .drop-menu-login.loggedin .dropdown-business-portal-link {
      text-align: left;
  }

  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li.last,#bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li.menu-main-rest-li {
      display: none;
  }

  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li.menu-main-rest-li.show {
      display: list-item;
  }

  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li.menu-main-rest-li.show {
      display: list-item;
      will-change: transform;
      position: absolute;
      -webkit-filter: drop-shadow(0px 2px 4px rgba(0,0,0,.1));
      filter: drop-shadow(0px 2px 4px rgba(0,0,0,.1));
      -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
      filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
      z-index: 1000;
      background-color: #FFFFFF;
      width: 185px;
      text-align: left;
      height: 40px;
  }

  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li.menu-main-rest-li.show {
      transform: translate3d(0px,52px,0px);
  }

  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li.last.show {
      transform: translate3d(0px,90px,0px);
  }

  .bpost_top_header_menu .navbar-nav:before {
      content: '|';
      color: rgb(0 0 0 / 10%);
      position: absolute;
      right: 10rem;
      top: 0.85rem;
  }

  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li.menu-main-rest-li:nth-child(2).show a:before {
      content: "";
      position: absolute;
      top: -10px;
      left: 26%;
      background: #fff;
      height: 20px;
      width: 20px;
      transform: rotate(45deg);
  }

  .drop-menu-login:before {
      content: "";
      position: absolute;
      top: -10px;
      left: 46%;
      background: #fff;
      height: 20px;
      width: 20px;
      transform: rotate(45deg);
  }

  .menu--profile-login-navigation li.first {
      -webkit-filter: drop-shadow(0px 2px 4px rgba(0,0,0,.1));
      filter: drop-shadow(0px 2px 4px rgba(0,0,0,.1));
      -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
      filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
      z-index: 1;
  }

  #bpost_header .language_switcher_custom .dropdown-language-item ul:before {
      content: "";
      position: absolute;
      top: -10px;
      left: 29%;
      background: #fff;
      height: 20px;
      width: 20px;
      transform: rotate(45deg);
  }

  .bpost_template_whisperer {
      position: absolute;
      top: 1.25rem;
      right: 0;
      color: #EF2637;
      font-weight: 500;
  }
}

@media (min-width: 1281px) {
  #bpost_header .bpost_top_header_menu .navbar-nav {
      flex-direction:inherit;
      margin: 0px;
  }

  #bpost_header .language_switcher_custom {
      left: 17px;
  }

  #bpost_header .top_header_mypreference,#bpost_header .top_header_professionnel_mypreference {
      text-align: right;
      position: relative;
      left: 25px;
  }

  #bpost_header .top_header_mypreference ul li a:before,#bpost_header .top_header_professionnel_mypreference ul li a:before {
      left: 0px;
      position: inherit;
      padding-right: 10px;
  }

  #bpost_header .language_switcher_custom .dropdown-language-item ul {
      top: 6px !IMPORTANT;
      left: -25px !IMPORTANT;
      -webkit-filter: drop-shadow(0px 2px 4px rgba(0,0,0,.1));
      filter: drop-shadow(0px 2px 4px rgba(0,0,0,.1));
      -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
      filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
      border: unset;
  }
}

@media (min-width: 1200px) and (max-width:1280px) {
  #bpost_header .bpost_top_header_menu .navbar-nav {
      flex-direction:inherit;
      margin: 0;
  }

  #bpost_header .top_header_mypreference,#bpost_header .top_header_professionnel_mypreference {
      text-align: right;
      position: relative;
      left: 25px;
  }

  #bpost_header .top_header_mypreference ul li a:before {
      left: 95px;
  }

  #bpost_header .top_header_professionnel_mypreference ul li a:before {
      left: 115px;
  }

  #bpost_header .language_switcher_custom .dropdown-language-item ul {
      left: -35px !important;
      top: 10px !important;
  }
}

@media (min-width: 1200px) and (max-width:1280px) {
  #bpost_header .bpost_top_header_menu .navbar-nav {
      flex-direction:inherit;
      margin: 0;
  }

  #bpost_header .top_header_mypreference,#bpost_header .top_header_professionnel_mypreference {
      text-align: right;
      position: relative;
      left: 25px;
  }

  #bpost_header .top_header_mypreference ul li a:before {
      left: 95px;
  }

  #bpost_header .top_header_professionnel_mypreference ul li a:before {
      left: 115px;
  }

  #bpost_header .language_switcher_custom .dropdown-language-item ul {
      left: -35px !important;
      top: 10px !important;
  }
}

#bpost_header .top_header_mypreference ul li a.bpost-id-menu-c::before {
  content: url(https://www.bpost.be/sites/default/files/icons/bpost_menu_c.svg);
}

#bpost_header .top_header_mypreference ul li a.bpost-id-menu-d::before {
  content: url(https://www.bpost.be/sites/default/files/icons/bpost_menu_d.svg);
}

#bpost_header .top_header_mypreference ul li a.bpost-id-menu-f::before {
  content: url(https://www.bpost.be/sites/default/files/icons/bpost_menu_f.svg);
}

#bpost_header .top_header_mypreference ul li a.bpost-id-menu-g::before {
  content: url(https://www.bpost.be/sites/default/files/icons/bpost_menu_g.svg);
}

#bpost_header .top_header_mypreference ul li a.bpost-id-menu-h::before {
  content: url(https://www.bpost.be/sites/default/files/icons/bpost_menu_h.svg);
}

#bpost_header .top_header_mypreference ul li a.bpost-id-menu-i::before {
  content: url(https://www.bpost.be/sites/default/files/icons/bpost_menu_i.svg);
}

#bpost_header .top_header_mypreference ul li a.bpost-id-menu-j::before {
  content: url(https://www.bpost.be/sites/default/files/icons/bpost_menu_j.svg);
}

#bpost_header .top_header_mypreference ul li a.bpost-id-menu-k::before {
  content: url(https://www.bpost.be/sites/default/files/icons/bpost_menu_k.svg);
}

#bpost_header .top_header_mypreference ul li a.bpost-id-menu-l::before {
  content: url(https://www.bpost.be/sites/default/files/icons/bpost_menu_l.svg);
}

.language_switcher_custom .dropdown-language-item ul.dropdown-menu-show {
  will-change: transform;
  position: absolute;
  transform: translate3d(13px,33px,0px);
}

.dropdown-login-link:active,.dropdown-login-link:focus,.dropdown-login-link:hover {
  background-color: #EF2637;
}

.dropdown-login-link:focus-visible {
  outline: unset;
}

.dropdown-register-link:active,.dropdown-register-link:focus,.dropdown-register-link:hover {
  background-color: transparent;
}

.dropdown-register-link:focus-visible {
  outline: unset;
}

.link_professionnel,.link_resedentiel,.link_public {
  color: #5A5A5F;
}

@media (max-width: 991px) and (min-width:768px) {
  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li.menu-main-rest-li a {
      padding:0px;
      margin: 0px;
  }

  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li.menu-main-first-li a {
      margin: 0px;
  }

  #bpost_header .bpost_top_header_menu ul.menu.menu--main.nav.navbar-nav li.menu-main-rest-li {
      text-align: left;
  }

  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li.menu-main-rest-li.last.show {
      top: -130px;
  }

  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li.menu-main-rest-li.show {
      position: absolute;
      top: -132px;
      display: block;
      z-index: 1;
      background: white;
      width: 200px;
  }

  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li.last.show a:before {
      top: 24px
  }

  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li.menu-main-rest-li:nth-child(2).show a:before {
      content: unset;
  }

  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li.last.show {
      left: 16px;
  }

  #bpost_header .bpost_top_header_menu ul.menu.menu--main.nav.navbar-nav li span {
      right: 250px;
      top: 12px;
  }

  #bpost_header .nav-bottom-menu-block .language_switcher_custom {
      top: 3px !important;
  }
}

@media (min-width: 992px) and (max-width:1199px) {
  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li.menu-main-rest-li,#bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li.last.show {
      position:relative;
      transform: unset;
      margin: 0px;
  }

  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li.menu-main-rest-li.show {
      display: contents;
  }

  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li.menu-main-rest-li:nth-child(2).show a:before {
      content: unset;
  }

  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li.last.show a:before {
      content: unset;
  }

  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li.menu-main-rest-li a {
      margin: 0px;
  }

  #bpost_header .bpost_top_header_menu ul.menu.nav.navbar-nav li.menu-main-rest-li a {
      padding: 0px;
  }
}

:root {
}

* {
  font-family: 'Ubuntu',sans-serif;
}

body {
  font-weight: 300 !important;
  color: #717176 !important;
}

a {
  color: #ef2637;
}

a:hover {
  color: #bf1e2c;
}

.fa-chevron-right {
  font-family: Font Awesome 5 Pro !important;
  font-style: normal !important;
}

.__bpost-red {
  color: #EF2637;
}

.__bpost-grey {
  color: #5A5A5F;
}

.__bpost-grey-light {
  color: #717176;
}

.__bpost-black {
  color: #5A5A5A;
}

.__bpost-white {
  color: #fff !important;
}

.__bpost-blue {
  color: #4195B9 !important;
}

.__subtxt {
  font-family: 'Ubuntu-medium',sans-serif;
  font-weight: 500 !important;
  font-size: 14px !important;
}

.dynamic-component h2,.dynamic_component_h2 {
  font-size: 32px !important;
  font-weight: 500 !important
}

.dynamic-component h4 {
  font-size: 24px !important;
  font-weight: 500 !important;
  color: #5A5A5F;
}

.dynamic-component h5 {
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #5A5A5F;
}

.__img-vertical-float {
  top: 15%;
  position: relative;
}

.h2-paragraph-2col {
  padding: 0px 0px 0 15px;
}

.__center-align--col {
  align-items: center;
}

.ve--column p a {
  color: #EF2637;
  text-decoration: underline;
}

.ve--column li a {
  color: #EF2637;
}

.ve--rich_text ul {
  padding: 19px;
}

.__push-padding-right {
  padding-right: 100px !important;
}

.__push-padding-left {
  padding-left: 100px !important;
}

.__header_cta-box .px-5 {
  padding-right: 0px !important;
}

.alert-text a {
  color: white;
  text-decoration: underline;
}

.custom-alert .alert-button {
  top: 39%;
}

.faq-grid .sorting select::-ms-expand {
  display: none;
}

.price-category a {
  text-decoration: none !important;
}

.blog-home-banner-block .field--name-field-top-banner-image img,.sub-blog-banner-block .field--name-field-top-banner-image img {
  object-fit: cover !important
}

.ve--column,.content>.container-fluid {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

h3.ve--heading {
  font-size: 30px;
  color: #5A5A5F;
}

h3.ve--heading>a {
  color: #EF2637
}

.ve--image {
  width: 580px;
  border-radius: 8px
}

section.ve--wrapped_row {
  padding-top: 100px;
}

.ve--block_plugin p {
  color: #5A5A5F;
  font-size: 16px;
  font-weight: 300;
}

.ve--block_plugin p>a {
  color: #ef2637;
  text-decoration: underline;
}

.ve--block_plugin p>a:hover {
  color: #BF1E2C;
}

.ve--rich_text p {
  font-size: 16px;
  font-weight: 300;
  color: #717176;
}

.ve--rich_text ul {
}

.ve--rich_text ul li {
  font-size: 16px;
  font-weight: 300;
  color: #717176;
}

.__p-header-cross-content {
  color: #fff !important;
}

.tab-content {
  padding-top: 40px;
}

.nav-tabs>li>a:hover,.nav-tabs>li>a:focus {
  background-color: #fff !important;
}

.slick-track {
  display: flex !important;
  flex-wrap: wrap;
}

.slick-slide {
  height: auto !important;
}

.slick-slide>div {
  height: 100%;
  border-radius: 8px;
}

.__product_col-photos-descriptions .slick-slide>div {
  height: 100%;
  box-shadow: 0px 4px 12px 0px rgb(0 0 0 / 10%) !important;
  border: 1px solid #eee !important;
  border-radius: 8px;
}

.__bold-label {
  font-size: 18px !important;
  font-weight: 500 !important;
}

.__label {
  font-size: 14px !important;
  font-weight: 300 !important;
}

.__title-label {
  font-size: 30px !important;
  font-weight: 500 !important;
}

.__body-bold {
  font-size: 24px !important;
  font-weight: 500 !important;
}

.__text-p-bold {
  display: block;
  font-size: 24px;
  font-weight: 500;
}

.__tooltip {
  padding-left: 5px;
}

.__tooltip::after {
  font-family: "Font Awesome 5 Pro";
  content: "\F059";
  font-weight: 900;
  color: #EF2637;
}

.dynamic-component {
  padding-top: 20px;
  padding-bottom: 20px;
}

.dynamic-component p {
  font-size: 16px;
  font-weight: 300;
  color: #717176;
}

.dynamic-component li {
  font-size: 16px;
  font-weight: 300;
  color: rgb(113,113,118);
}

a:hover {
  text-decoration: none !important;
}

a.__red-cta-arrow {
  color: #EF2637 !important;
  position: relative;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 500;
  display: block;
  padding-top: 3px;
}

.faq-category .custom_border a.__red-cta-arrow {
  padding-top: 0px;
}

a.__grey-cta-arrow {
  color: #5A5A5F !important;
  position: relative;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 500;
  display: block;
  padding-bottom: 10px;
}

a.__red-cta-arrow:hover,a.__red-cta-arrow:hover::after {
  color: #BF1E2C !important;
}

a.__red-cta-arrow::after,a.__grey-cta-arrow::after {
  font-family: "Font Awesome 5 Pro";
  content: "\F054";
  font-weight: 400;
  color: #EF2637;
  position: relative;
}

a.__white-cta-arrow::after {
  font-family: "Font Awesome 5 Pro";
  ;content: "\F054";
  font-weight: 400;
  color: #FFF;
}

.__btn-red {
  background: #EF2637;
  border-radius: 4px;
  color: #fff;
  margin: 30px 0;
  padding: .675rem 1.3rem;
  text-decoration: none !important;
}

.__btn-red:hover {
  background: #bf1e2c;
}

.__btn-white {
  border: 1px solid #ef2637;
  color: #ef2637;
  padding: .675rem 1.3rem;
}

.__btn-white:hover {
  border: 1px solid #bf1e2c;
  color: #bf1e2c !important;
}

.btn:hover {
  color: #fff;
}

.__checklist {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}

.__checklist li {
  list-style: none;
  font-size: 16px;
  font-weight: 300;
  color: #717176;
  padding-left: 30px;
  margin: 0 0 5px 0;
}

.__checklist li::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f058";
  font-weight: 300;
  color: #66A367;
  font-size: 20px;
  position: absolute;
  left: 0px;
}

.__usp {
  position: absolute;
  bottom: -10%;
  left: 40%;
}

.__usp li {
  list-style: none;
  font-size: 16px;
  font-weight: 400;
  color: #717176;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 15px 25px 15px 55px;
  border-radius: 8px;
  box-shadow: rgba(0,0,0,0.1) 0px 4px 12px 0px;
  border: 1px solid #eee;
  text-indent: -18px;
}

.__usp li::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f058";
  font-weight: 100;
  color: #66A367;
  padding-right: 15px;
  font-size: 20px;
  display: inline-block;
}

.__center {
  text-align: center
}

.__align-left {
  text-align: left
}

.__align-right {
  text-align: right
}

.__right {
  padding: 50px 40px 0 30px;
}

.btn-outline-light.red {
  color: #EF2637;
  border-color: #EF2637;
}

.btn-outline-light.red:hover {
  color: #FFF;
  background-color: #EF2637;
  border-color: #EF2637;
  transition: all 0.6s ease-out;
}

.__sub-services_navigation_photo-cards .display-4 {
  margin: 0px 0 15px !important;
  text-align: center;
}

.display-4 {
  line-height: 24px !important;
  margin: 35px 0px !important;
  font-weight: bold !important;
}

.display-2 {
}

.display-2:after {
  content: '';
  display: block;
  width: 32px;
  height: 4px;
  position: relative;
  top: 30px;
  background-color: #EF2637;
  margin: 0px 0 60px 0;
}

.display-2.__center:after {
  content: '';
  display: block;
  width: 32px;
  height: 4px;
  position: relative;
  top: 30px;
  background-color: #EF2637;
  margin: 0px auto 60px !important;
  left: -13px;
}

.round {
  position: relative;
  width: 28px;
  height: 28px;
  display: block;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(239,38,55);
  border-image: initial;
  border-radius: 100%;
  margin: auto;
}

.__round-white {
  position: relative;
  border: 2px solid #FFF;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  margin: auto;
  display: block;
}

.next {
  background-color: red;
  -webkit-mask-image: url(https://www.bpost.be/themes/custom/nbw/css/img/arrow-ico.svg);
  mask-image: url(https://www.bpost.be/themes/custom/nbw/css/img/arrow-ico.svg);
}

.__next-white {
  background-color: white;
}

.__arrow-simple {
  position: absolute;
  bottom: 0;
  margin-left: 0px;
  width: 7px;
  height: 12px;
  background-size: contain;
  top: 4px;
  right: -20px;
}

.__sub-services_navigation_photo-cards .card-body {
  z-index: 9;
}

.pricing-table {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  color: #5A5A5F;
  margin: 30px 0;
}

.pricing-table_table {
  width: 100%;
}

.pricing-table_table th,.pricing-table_table td {
  padding: 25px 30px;
}

.pricing-table_table thead th {
  background: #5A5A5F;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.pricing-table_table td {
  background: #F8F8F8;
}

.pricing-table_table tbody td {
  color: #4195b9;
}

.pricing-table_table tbody th {
  font-weight: normal;
}

.pricing-table_table tbody tr:nth-child(even) td {
  background: #fff;
}

.pricing-table_table tbody tr:nth-child(odd) th {
  background: #F8F8F8;
}

.pricing-table_title {
  color: #4195B9;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding: 25px 30px;
}

.pricing-table_info {
  font-size: 14px;
  color: #5A5A5F;
}

.__sub-services_navigation_ico .card {
  background-color: white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  text-align: center;
  padding: 10px 10px 15px 10px;
  cursor: pointer;
  transition: all 1s ease-out;
  min-height: 270px;
}

.__sub-services_navigation_ico div.__red-cta-arrow::after,.__related-services div.__red-cta-arrow::after {
  padding: 3px 0 0 2px;
  font: 400 16px "Font Awesome 5 Pro";
  content: "\F054";
  color: #EF2637;
  position: relative;
  top: 2px;
}

.__sub-services_navigation_ico .card:hover {
  -webkit-box-shadow: 0px 9px 22px -7px rgba(0,0,0,0.43);
  -moz-box-shadow: 0px 9px 22px -7px rgba(0,0,0,0.43);
  box-shadow: 0px 9px 22px -7px rgba(0,0,0,0.43);
  transition: all 1s ease-out;
}

.__sub-services_navigation_ico .col-md-7 {
  min-height: 350px
}

.__sub-services_navigation_ico .col-md-12.col-lg-12.col-xl-12 {
  min-height: 350px
}

.__sub-services_navigation_ico a.__red-cta-arrow::after {
  padding: 3px 0 0 2px
}

.__reverse-trap .__first-solution {
  top: 30% !important;
}

.__reverse-trap .__third-solution {
  top: 0 !important
}

.card.__second-solution.__topsecond {
  top: 15%;
}

.card.__third-solution.__topthird {
  top: 30%;
}

.__title-push {
  margin-top: 16%;
  position: relative;
}

.__sub-services_navigation_ico .card-body svg {
  width: 48px;
  height: 48px;
  display: block;
  margin: auto;
}

.__sub-services_navigation_ico .card-body svg>image {
  width: 100%;
}

.__sub-services_navigation_ico .card-body.text-md-left svg {
  width: 56px;
  height: 56px;
  display: block;
  margin: 0 0 30px;
}

.__sub-services_navigation_photo-cards .card {
  background-color: white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  text-align: center;
  min-height: 400px;
  overflow: hidden;
  border: none;
  transition: all 1s ease-out;
}

.__sub-services_navigation_photo-cards div.__white-cta-arrow::after,.__related-services div.__white-cta-arrow::after {
  padding-left: 9px;
  top: 2px;
  position: relative;
  font-family: "Font Awesome 5 Pro";
  content: "\F054";
  font-weight: 400;
  color: #FFF;
}

.__sub-services_navigation_photo-cards .__img-cta-card {
  position: relative;
  margin: 0 -15px;
  border-radius: 20px;
  overflow: hidden;
}

.__sub-services_navigation_photo-cards .__img-cta-card::after {
  left: 0;
}

.__sub-services_navigation_photo-cards .__cta-card {
  left: 0;
  bottom: 20px;
  width: 100%;
  padding: 0 15px;
}

.__card {
  position: relative;
  min-height: 375px;
}

.__sub-services_navigation_photo-cards img {
  max-width: none;
  height: 400px;
  transform: translateX(-50%);
  left: 50%;
  position: relative;
}

.__img-cta-card {
  position: absolute;
}

.__img-cta-card::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(0,0,0);
  background: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.29735644257703087) 36%,rgba(0,0,0,0.6951155462184874) 90%,rgba(0,0,0,0.29735644257703087) 95%,rgba(0,0,0,0) 100%);
}

.__cta-card {
  position: absolute;
  bottom: 0px;
  left: 20%;
}

.__sub-services_navigation_photo-cards a.__white-cta-arrow::after {
  padding-left: 9px;
  top: 2px;
  position: relative;
}

.__sub-services_navigation_cards .card-body {
  padding: 30px !important;
}

.__sub-services_navigation_cards .card {
  min-height: 360px;
}

.__sub-services_navigation_cards .card-body svg {
  width: 56px;
  height: 56px;
}

.__sub-services_navigation_cards .card-body svg>image {
  width: 100%;
  height: 100%;
}

.__sub-services_navigation_cards h4 {
  padding-top: 20px;
  margin-bottom: 40px;
}

.__sub-services_navigation_full-photo {
  position: relative;
  max-width: 100%;
  height: 500px;
  padding: 0px !important;
}

.__sub-services_navigation_full-photo img {
  object-fit: cover;
  width: 100%;
  max-height: 500px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  object-position: 0 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.__sub-services_navigation_full-photo .__full-photo-cta {
}

.__sub-services_navigation_full-photo .__full-photo-img::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(0,0,0);
  background: linear-gradient(90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 35%,rgba(0,0,0,0.2) 90%,rgba(0,0,0,0) 100%);
}

.__sub-services_navigation_full-photo .__full-photo-txt {
  position: absolute;
  left: 55%;
  right: 5%;
  top: 100px;
  color: #fff;
  padding: 0px 60px 0 0;
}

.__sub-services_navigation_full-photo p {
  color: #fff;
}

.__sub-services_navigation_full-photo .btn-outline-light:hover,.__product_banner-full-background .btn-outline-light:hover {
  color: #5A5A5F !important;
}

.__sub-services_navigation_faq svg {
  width: 56px;
  height: 56px;
}

.__sub-services_navigation_faq svg>image {
  width: 100%;
  height: 100%;
}

.__sub-services_navigation_faq .round {
  display: none !important;
}

.__sub-services_navigation_faq .card {
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  cursor: pointer;
  transition: all 1s ease-out;
}

.__sub-services_navigation_faq .card:hover {
  -webkit-box-shadow: 0px 9px 22px -7px rgba(0,0,0,0.43);
  -moz-box-shadow: 0px 9px 22px -7px rgba(0,0,0,0.43);
  box-shadow: 0px 9px 22px -7px rgba(0,0,0,0.43);
  transition: all 1s ease-out;
}

.__sub-services_navigation_faq .card-body {
  padding-bottom: 0px !important;
}

.__sub-services_navigation_faq p {
  font-size: 24px !important;
}

.__elevator_pitch-product img {
  width: 100%;
  background-color: white;
  box-shadow: rgba(0,0,0,0.1) 0px 4px 12px 0px;
  border: 1px solid #eee;
  border-radius: 8px;
  object-fit: cover;
  max-height: 400px;
}

.__main-benefit-action img {
  width: 50%;
  min-height: 512px;
  background-color: white;
  box-shadow: rgba(0,0,0,0.1) 0px 4px 12px 0px;
  border: 1px solid #eee;
  border-radius: 8px;
  object-fit: cover;
}

.__step-number {
  font-size: 28px;
  color: #4195B9;
  font-weight: 700;
}

.__point {
  color: #66A367 !important;
}

.__steps-body {
  padding: 40px;
}

.__steps-body a {
  color: #EF2637;
}

.__steps-body a:hover {
  color: #BF1E2C;
}

.__product_steps {
  padding-right: 10px !important
}

.__product_steps .slick-slide {
  padding-bottom: 15px;
}

.__product_steps .slick-list {
  padding: 0 20px !important;
  margin: 0 -20px !important;
}

.__product_steps .slick-list:before,.__product_steps .slick-list:after {
  content: '';
  position: absolute;
  width: 25px;
  z-index: 1;
  height: 100%;
  top: 0;
}

.__product_steps .slick-list:before {
  left: 0;
  background: linear-gradient(90deg,rgba(255,255,255,1) 60%,rgba(255,255,255,0) 100%);
}

.__product_steps .slick-list:after {
  right: 0;
  background: linear-gradient(270deg,rgba(255,255,255,1) 60%,rgba(255,255,255,0) 100%);
}

.__product_steps .slick-slide:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: calc(50%);
  background: url(https://www.bpost.be/themes/custom/nbw/css/img/Desktop-Stepper-3dots.svg) no-repeat 0 0;
  height: 35px;
  width: 35px;
  margin-left: -6px;
}

.__product_steps .slick-slide>div {
  margin-left: 8px;
  margin-right: 8px;
  box-shadow: 0px 4px 8px 0px rgba(0,0,0,.1);
}

.steps__content ul li,.steps__content ol li {
  color: #717176;
  font-size: 16px;
  font-weight: 300;
}

.__product_steps .slick-disabled {
  display: block !important;
  opacity: 0;
  pointer-events: none;
  cursor: default;
}

.__product_steps .slick-next,.__product_steps .slick-prev {
  transition: all .2s;
}

.__product_steps .slick-next::before {
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f054" !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}

.__product_steps .slick-prev::before {
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f053" !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}

.second-arrow {
  top: 100px !important;
}

.__steps-header {
  padding-bottom: 24px;
}

.__product_steps .slick-prev::before,.__product_steps .slick-next::before {
  color: #fff !important;
  opacity: 1 !important;
}

.__product_steps .slick-next,.__product_steps .slick-prev {
  background-color: #ef2637 !important;
  width: 60px !important;
  height: 60px !important;
  border-radius: 50% !important;
  z-index: 1;
  color: #fff !important;
}

.slick-dots {
  position: relative !important;
  bottom: 5px !important;
  display: inline-block !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  text-align: center !important;
}

.__product_steps_btn_container {
  text-align: center;
  margin-top: 0;
}

.__product_steps_btn {
  cursor: pointer;
}

.slick-dots li {
  margin: 0 2px !important
}

.slick-dots li.slick-active button::before {
  color: #ef2637 !important;
  font-weight: 900 !important;
}

.slick-dots li button:before {
  font-size: 8px !important;
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f111" !important;
  font-weight: 300 !important;
}

.__product_steps_btn_container i {
  color: #ef2637 !important;
}

.__first-price {
  padding: 40px;
  background-color: #ECF4F8;
  border-radius: 8px
}

.__second-price,.__focus-price-col {
  padding: 25px;
  margin-top: -20px;
  border-top: 4px solid #FFC222;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
}

.__third-price,.__normal-price-col {
  padding: 25px;
  background-color: #ECF4F8;
  border-radius: 8px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.__focus-price-col,.__normal-price-col {
  display: flex;
  flex-flow: column;
  justify-content: normal;
  width: 100%;
}

.__product_pricing_three-column .__label {
  padding: 24px 0 8px;
}

.__product_pricing_three-column h4 {
  padding-bottom: 35px
}

.__faq-title {
  margin-bottom: 15px;
  border: 1px solid #eee !important;
  border-radius: 8px !important;
  background-color: #fff !important;
  padding: 24px 28px !important;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  cursor: pointer;
}

.__headingfaq p {
  margin: 0 !important
}

.__headingfaq p>a {
  display: block;
  cursor: pointer;
  color: #717176 !important;
  text-decoration: none;
}

.__headingfaq h3 {
  font-size: 1.17em !important;
  color: #5A5A5F !important;
  margin: 0px 25px 0 0;
  padding: 3px;
  width: 90%;
}

.__closed[aria-expanded="false"]::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  font-weight: 400;
  color: rgb(239,38,55);
  position: absolute;
  right: 24px;
  font-size: 24px;
}

.__closed[aria-expanded="true"]::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f106";
  font-weight: 400;
  color: rgb(239,38,55);
  position: absolute;
  right: 24px;
  font-size: 24px;
}

.__closed:before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  background-color: transparent;
  opacity: 0;
  height: 70px;
}

.__faq-body {
  padding: 10px 0px 0px !important;
  margin-top: 20px;
  border-top: 1px solid #eee;
}

.__product_related-services .card {
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  padding: 60px 20px 40px;
  text-align: center;
  border-radius: 8px;
  border: none !important;
}

.__related-services .card {
  min-height: 200px
}

.__product_related-services .card:hover {
  -webkit-box-shadow: 0px 9px 22px -7px rgba(0,0,0,0.43);
  -moz-box-shadow: 0px 9px 22px -7px rgba(0,0,0,0.43);
  box-shadow: 0px 9px 22px -7px rgba(0,0,0,0.43);
  transition: all 1s ease-out;
}

.__product_related-services .round {
  position: absolute;
  bottom: 40px;
  left: 45%;
}

.__product_related-services .__red-cta-arrow {
  display: block;
  width: 100%
}

.__product_related-services>div {
  position: relative;
  min-height: 310px;
}

.__product_related-services>div::after {
  content: '';
  width: 100%;
  background: #4195B9;
  height: 250px;
  position: absolute;
  bottom: -25px;
  z-index: -1;
}

.__product_related-services {
  padding-bottom: 0px !important;
}

.__img-mansori picture:nth-last-child(1) {
  position: absolute;
  width: 334px !important;
  height: 220px;
  top: 160px;
  left: 0;
  object-fit: cover;
}

.__img-mansori picture:nth-last-child(2) {
  width: 230px !important;
  height: 350px;
  top: 90px;
  left: 335px;
  object-fit: cover;
  position: absolute;
}

.__img-mansori picture:nth-last-child(3) {
  position: absolute;
  width: 334px !important;
  height: 260px;
  top: 10px;
  left: 193px;
  object-fit: cover;
}

.curve__header {
  z-index: -1;
}

.top-task-main-container {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.top-task-nav-container {
  border-bottom: 2px dashed rgba(0,0,0,0.1);
  border-radius: 4px;
  margin-bottom: 20px;
  width: 100%;
}

.top-task-nav {
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  text-align: center;
}

.top-task-nav.active {
  cursor: default;
  -webkit-filter: drop-shadow(0px 2px 4px rgba(0,0,0,.1));
  filter: drop-shadow(0px 2px 4px rgba(0,0,0,.1));
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
  z-index: 2;
}

.top-task-nav.active::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  border-radius: 4px 4px 0 0;
  height: calc(100% + 2px);
  width: 100%;
}

.top-task-nav.active::after {
  content: "";
  position: absolute;
  left: calc(50% - 14px);
  bottom: -11px;
  background: #fff;
  height: 20px;
  width: 20px;
  transform: rotate(45deg);
}

.top-task-container {
  display: block;
  position: relative;
}

.top-task-container.active::before,.top-task-container::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: transparent;
  border-top: 3px solid #EF2637;
  display: block;
  height: 100%;
  width: 0%;
  transition: all .2s linear;
}

.top-task-nav.active .top-task-container::before,.top-task-container:hover::before {
  width: 100%;
}

.top-task-nav:first-child .top-task-container::before {
  border-radius: 4px 0 0 0;
}

.top-task-nav:last-child .top-task-container::before {
  border-radius: 0 4px 0 0;
}

.top-task-container::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 0px;
  border-right: 2px dashed rgba(0,0,0,0.1);
  display: block;
  height: calc(100% - 2px);
  width: 100%;
  z-index: 1;
}

.top-task-nav:last-child .top-task-container::after {
  border: none;
}

.top-task-nav.active .top-task-container::after {
  border: none;
}

.top-task {
  color: #5A5A5F;
  display: inline-block;
  padding: 38px 0 38px 45px;
  position: relative;
}

.top-task-track::before {
  content: "";
  position: absolute;
  left: 0px;
  top: calc(50% - 17px);
  background: url(https://www.bpost.be/themes/custom/nbw/images/toptask/target.svg) no-repeat 0 0;
  height: 35px;
  width: 35px;
}

.top-task-pos::before {
  content: "";
  position: absolute;
  left: 10px;
  top: calc(50% - 17px);
  background: url(https://www.bpost.be/themes/custom/nbw/images/toptask/pin.svg) no-repeat 0 0;
  height: 35px;
  width: 23px;
}

.top-task-calculator::before {
  content: "";
  position: absolute;
  left: 0px;
  top: calc(50% - 17px);
  background: url(https://www.bpost.be/themes/custom/nbw/images/toptask/money.svg) no-repeat 0 0;
  height: 35px;
  width: 35px;
}

.top-task-shm::before {
  content: "";
  position: absolute;
  left: 0px;
  top: calc(50% - 17px);
  background: url(https://www.bpost.be/themes/custom/nbw/images/toptask/parcel.svg) no-repeat 0 0;
  height: 35px;
  width: 33px;
}

.top-task-cta-container {
  padding: 0 50px 40px;
  position: relative;
  width: 100%;
}

.top-task-cta-container .form-group label {
  color: #5A5A5F;
}

.top-task-cta-container .form-control {
  height: calc(1.5em + .75rem + 12px);
}

.top-task-cta-container .red__cta__arrow {
  font-family: 'Ubuntu',sans-serif;
  font-weight: 400;
  margin-left: 40px;
}

.top-task-cta,.tip-cta {
  height: 0px;
  top: 0px;
  opacity: 0;
  transition: top .2s linear,opacity .2s linear;
}

.top-task-cta.active,.tip-cta.active {
  height: auto;
  top: 20px;
  opacity: 1;
}

.top-task-mobile {
  cursor: pointer;
  display: block;
  font-weight: 500;
  padding: 18px 0;
  position: relative;
}

.top-task-mobile::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 0px;
  border-bottom: 2px dashed rgba(0,0,0,0.1);
  width: calc(100% + 30px);
}

.top-task-nav-mobile:first-child .top-task-mobile::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 0px;
  border: none;
  width: calc(100% + 30px);
}

.top-task-mobile::after {
  content: "";
  position: absolute;
  right: 0px;
  top: calc(50% - 10px);
  -webkit-mask-image: url(https://www.bpost.be/themes/custom/nbw/css/img/arrow-ico.svg);
  mask-image: url(https://www.bpost.be/themes/custom/nbw/css/img/arrow-ico.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  height: 20px;
  width: 13px;
  transform: rotate(90deg);
}

.top-task-nav-mobile.active {
  color: #EF2637;
}

.top-task-nav-mobile.active .top-task-mobile::before {
  border: none;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  height: 100%;
}

.top-task-nav-mobile.active .top-task-mobile::after {
  transform: rotate(-90deg);
}

.btn-top-task {
  background: #EF2637;
  border-radius: 4px;
  color: #fff;
  height: calc(1.5em + .75rem + 12px);
  margin: 0;
  width: auto;
  position: absolute;
  top: 31px;
  padding-top: 12px;
}

.btn-top-task .next {
  background-color: #fff;
  height: 24px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 10px;
  top: 14px;
  color: #fff;
}

.small-gutter>[class*='col-'] {
  padding-right: 10px;
  padding-left: 10px;
}

.small-gutter>[class*="col-"]:first-child {
  padding-left: 15px;
}

.small-gutter>[class*="col-"]:last-child {
  padding-right: 15px;
}

.__top-tasks-btn {
  height: 48px;
  width: 100%;
  padding: 10px 0 0;
  color: rgb(255,255,255);
  background: rgb(239,38,55);
  border-radius: 4px;
}

.__top-tasks_full-block input {
  font-size: 14px;
}

.__help {
  font-size: 14px !important;
  display: inline !important;
}

.__top-tasks_letters-calculator {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 42px 42px 0;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
}

.custom-select {
  background: none;
}

.__select::after {
  padding-top: 12px;
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  font-weight: 400;
  color: rgb(239,38,55);
  position: absolute;
  right: 24px;
  top: 30px;
}

.__select-custom {
  border: 1px solid #eee;
  width: 100%;
  text-align: left;
  height: calc(1.5em + 0.75rem + 12px);
  padding: 0.650rem 1.75rem .375rem .75rem;
  color: #495057;
  font-size: 14px;
}

.__select-custom:hover {
  border: 1px solid #eee;
  width: 100%;
  text-align: left;
  height: calc(1.5em + 0.75rem + 12px);
  padding: 0.650rem 1.75rem .375rem .75rem;
  color: #495057 !important;
  font-size: 14px;
}

.__select-custom::after {
  padding-top: 2px;
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  font-weight: 400;
  color: rgb(239,38,55);
  position: absolute;
  right: 24px
}

.dropdown-menu.show {
  width: 100%;
  font-size: 14px;
}

.__product_advantage-presentation .__btn-red {
  margin-bottom: 5px;
}

.__img-mansori {
  position: relative;
  min-height: 450px;
}

.__img-1 {
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.75);
  position: absolute;
  width: 140px !important;
  height: 160px;
  top: 0;
  left: 194px;
  object-fit: cover;
}

.__img-2 {
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.75);
  position: absolute;
  width: 334px !important;
  height: 220px;
  top: 180px;
  left: 0;
  object-fit: cover;
}

.__img-3 {
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.75);
  position: absolute;
  width: 230px !important;
  height: 350px;
  top: 90px;
  left: 344px;
  object-fit: cover;
}

.__product_col-photos-descriptions .slick-slide {
  margin-right: 15px
}

.__col-descriptions {
  border-radius: 8px;
  padding: 250px 28px 40px !important;
  position: relative
}

.__col-descriptions-photo {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: 100%;
}

.__col-descriptions-photo img {
  width: 100%;
  border-radius: 8px 8px 0 0;
  object-fit: cover;
  max-height: 220px;
}

.__product_col-photos-descriptions .__col-descriptions-photo img {
  width: 100%;
  border-radius: 8px 8px 0 0;
  object-fit: cover;
  max-height: 100%;
}

.__product_col-photos-descriptions .steps__content {
  padding-top: 40px;
}

.__card-col {
}

.__product_col-photos-descriptions .slick-prev::before,.__product_col-photos-descriptions .slick-next::before {
  color: red !important;
}

.__product_col-photos-descriptions .slick-next,.__product_col-photos-descriptions .slick-prev {
  display: none !important;
}

.__product_col-photos-descriptions_btn_container {
  text-align: center;
  margin-top: 15px;
}

.__product_col-photos-descriptions_btn {
  cursor: pointer;
}

.__product_col-photos-descriptions_btn_container i {
  color: #ef2637 !important;
}

.__disable {
  cursor: default;
  opacity: .3;
}

.__disable i {
  color: #666 !important;
}

.__product_col-photos-descriptions .__card-col {
  min-height: 460px;
}

.__product_testimonials .slick-prev::before,.__product_testimonials .slick-next::before {
  color: red !important;
}

.__product_testimonials .slick-next,.__product_testimonials .slick-prev {
  display: none !important;
}

.__product_testimonials_btn_container {
  text-align: center;
  margin-top: 15px;
}

.__product_testimonials_btn {
  cursor: pointer;
}

.__product_testimonials_btn_container i {
  color: #ef2637 !important;
}

.__card-testi {
  padding: 50px 0 10px 25px;
  position: relative;
}

div.slick-slide:nth-of-type(even)>div>div.__card-testi {
  padding: 25px 0 0 25px;
  position: relative;
}

div.slick-slide:nth-of-type(even)>div>div.__card-testi>div.__testi-img img {
  top: 0px;
}

div.slick-slide:nth-of-type(even)>div>div.__card-testi>div.__testi-content::after {
  top: 60px;
}

div.slick-slide:nth-child(1)>div>div.__card-testi>div.__testi-content::after,div.slick-slide:nth-child(4)>div>div.__card-testi>div.__testi-content::after {
  background-color: #4195B9;
}

div.slick-slide:nth-child(2)>div>div.__card-testi>div.__testi-content::after,div.slick-slide:nth-child(5)>div>div.__card-testi>div.__testi-content::after {
  background-color: #FFC222;
}

div.slick-slide:nth-child(3)>div>div.__card-testi>div.__testi-content::after,div.slick-slide:nth-child(6)>div>div.__card-testi>div.__testi-content::after {
  background-color: #66A367;
}

.__testi-content {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 268px 20px 20px;
  width: 85% !important;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
}

.__testi-content p.__bold-label {
  margin-bottom: 0px !important;
  font-weight: 500 !important;
}

.__testi-content::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f10d";
  font-weight: 900;
  color: #fff;
  position: absolute;
  right: 36px;
  font-size: 24px;
  top: 80px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding-left: 19px;
  padding-top: 11px;
}

.__testi-img img {
  object-fit: cover;
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 8px;
  top: 25px;
  left: 0px;
}

.__tips-accordion-nav-container {
  border-bottom: 2px dashed rgba(0,0,0,0.1);
  border-radius: 4px;
  margin-bottom: 20px;
  width: 100%;
}

.__tips-accordion-nav {
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  text-align: center;
  border-right: 2px dashed #eee;
  border-bottom: 2px dashed #eee;
}

.__tips-accordion-nav.active {
  cursor: default;
  -webkit-filter: drop-shadow(0px 2px 4px rgba(0,0,0,.1));
  filter: drop-shadow(0px 2px 4px rgba(0,0,0,.1));
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
  z-index: 2;
  border-left: 4px solid #ef2637;
}

.__tips-accordion-nav.active::before {
  content: "";
  position: absolute;
  left: 0px;
  top: -2px;
  background: #fff;
  border-radius: 4px 4px 0 0;
  height: calc(102% + 2px);
  width: calc(100% + 2px);
  z-index: -1;
}

.__tips-accordion-nav.active::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: 40%;
  background: #fff;
  height: 20px;
  width: 20px;
  transform: rotate(45deg);
}

.__tips-accordion-nav.active .__tips-accordion-container::before,.__tips-accordion-container:hover::before {
  width: 100%;
}

.__tips-accordion-nav:first-child .__tips-accordion-container::before {
  border-radius: 4px 0 0 0;
}

.__tips-accordion-nav:last-child .__tips-accordion-container::before {
  border-radius: 0 4px 0 0;
}

.__tips-accordion-nav:last-child .__tips-accordion-container::after {
  border: none;
}

.__tips-accordion-nav.active .__tips-accordion-container::after {
  border: none;
}

.__tips-accordion-nav-mobile:first-child .__tips-accordion-mobile::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 0px;
  border: none;
  width: calc(100% + 30px);
}

.__tips-accordion-nav-mobile.active {
  color: #EF2637;
}

.__tips-accordion-nav-mobile.active .__tips-accordion-mobile::before {
  border: none;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  height: 100%;
}

.__tips-accordion-nav-mobile.active .__tips-accordion-mobile::after {
  transform: rotate(-90deg);
}

.__tips-accordion-main-container {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.__tips-mobile {
  cursor: pointer;
  display: block;
  font-weight: 500;
  padding: 18px 0;
  position: relative;
}

.__tips-mobile::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 0px;
  border-bottom: 2px dashed rgba(0,0,0,0.1);
  width: calc(100% + 30px);
}

.__tips-accordion-nav-mobile:first-child .__tips-accordion-nav-mobile::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 0px;
  border: none;
  width: calc(100% + 30px);
}

.__tips-mobile::after {
  content: "";
  position: absolute;
  right: 0px;
  top: calc(50% - 10px);
  background-color: #EF2637;
  -webkit-mask-image: url(https://www.bpost.be/themes/custom/nbw/css/img/arrow-ico.svg);
  mask-image: url(https://www.bpost.be/themes/custom/nbw/css/img/arrow-ico.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  height: 20px;
  width: 13px;
  transform: rotate(90deg);
}

.__tips-accordion-nav-mobile.active {
  color: #EF2637;
}

.__tips-accordion-nav-mobile.active .__tips-mobile::before {
  border: none;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  height: 100%;
}

.__tips-accordion-nav-mobile.active .__tips-mobile::after {
  transform: rotate(-90deg);
}

.__tip-cta {
  height: 0px;
  top: 0px;
  opacity: 0;
  transition: top .2s linear,opacity .2s linear;
}

.__tip-cta.active {
  height: auto;
  top: 20px;
  opacity: 1;
}

.active .__tip-title {
  color: #ef2736;
}

.__tip-title {
  display: block;
  padding: 36px 0;
  color: #5A5A5F;
}

.__tip-title::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  font-weight: 400;
  color: rgb(239,38,55);
  position: absolute;
  padding-left: 10px;
}

.__tips-accordion-container>div.row:last-child>.__tips-accordion-nav {
  border-bottom: none !important;
}

.__tips-accordion-cta-container {
  padding: 73px 0 73px 75px;
}

.__img-tips {
  height: 344px;
  width: 273px;
  border-radius: 8px;
  position: absolute;
  top: -40%;
  right: -100%;
}

.__product_reason-why .card-body {
  padding: 30px;
}

.__product_reason-why svg {
  width: 56px;
  height: 56px;
}

.__product_reason-why svg>image {
  width: 100%;
  height: 100%;
}

.__product_reason-why h4 {
  margin-top: 25px;
}

.__header_commercial_page,.__header_product_page {
  position: relative;
  padding: 0px !important;
  overflow: hidden;
}

.__p-header-content {
  font-size: 16px;
  font-weight: 300;
  color: #fff !important;
}

.__header-img {
  width: 100%;
}

.__header-img::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 110%;
  margin-left: -100px;
}

.__header-img img {
  object-fit: cover;
  width: 100%;
  max-height: 450px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  width: 110%;
  margin-left: -100px;
}

.__header-content {
}

.__header-title h1 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 35px !important
}

.__header-sub-title h2 {
  font-size: 24px !important;
  color: #fff;
  font-weight: 500;
  line-height: 30px;
}

.__header-txt {
  position: absolute;
  top: 25px;
  left: 144px;
  padding-right: 50%;
}

.__header-social-proof {
  position: absolute;
  top: 275px;
  right: 210px;
  display: block;
  padding: 15px 20px 15px 45px;
  background: #000;
  opacity: 0.8;
  border-radius: 8px;
  max-width: 400px;
  line-height: 17px;
}

p.__social-proof-txt {
  color: #fff !important;
  z-index: 2;
  font-size: 12px !important;
  font-weight: 300;
  margin-bottom: 0px !important;
}

.__header-social-proof::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f129";
  font-weight: 900;
  color: #fff;
  position: absolute;
  left: -12px;
  font-size: 10px;
  top: 32%;
  background: #4195B9;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  padding: 5px 0 0 11px
}

.__header_cta-box {
  position: relative;
  top: -35px;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  display: block;
  background: #fff;
  border-radius: 8px;
}

.__header_cta-box .d-flex {
  padding: 30px;
}

.__header_cta-box .__btn-red {
  margin: 0 15px 10px 0;
  float: left;
}

.__header_cta-box p {
  padding: 9px 0 0;
  margin-bottom: 0;
  color: #5a5a5f;
  font-size: 14px;
}

.__first-cta {
  padding-left: 15px !important
}

.__second-cta {
  text-align: right;
}

.__first-cta a,.__second-cta a {
  padding: 7px 25px;
}

.__label-cta {
  font-size: 14px !important;
  padding-top: 7px
}

.__header_commercial_page .__checklist,.__header_product_page .__checklist {
  padding-top: 21px !important;
}

.__header_commercial_page .__checklist li,.__header_product_page .__checklist li {
  color: #fff;
  display: flex;
  padding-left: 30px;
  margin: 0 0 9px 0;
}

.__header_commercial_page .__checklist li::before,.__header_product_page .__checklist li::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f058";
  font-weight: 300;
  color: #FFF;
  position: absolute;
  left: 0px;
}

.__header_commercial_page .row,.__header_product_page .row {
  margin-right: 0px;
}

.__header_commercial_page .row .col-12,.__header_product_page .row .col-12 {
  padding-right: 0;
}

.__product_banner-full-background {
  background: #4195B9 url(https://www.bpost.be/themes/custom/nbw/css/img/Curve-banner.svg) 0px -50px no-repeat;
  background-size: 100%;
  border-radius: 8px;
  padding-bottom: 0px !important;
}

.__product_banner-full-background-img img {
  position: absolute;
  width: 350px;
  max-height: 650px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  bottom: 0;
  left: 25%;
}

.__product_banner-full-background p {
  color: #fff;
}

.__full-banner_left {
  position: relative;
  min-height: 400px;
}

.__full-banner_right {
  padding: 45px 30px 30px 0;
}

.__bpost-white:after {
  background-color: #FFF !important;
}

.__product_partners-list {
}

.__product_partners-list h4 {
  padding-bottom: 45px;
}

.__product_partners-list .__partner {
  background-color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  margin: 0 15px;
  padding: 20px 0 0;
}

.__product_partners-list img {
  width: 50px;
  height: 40px;
  object-fit: cover;
}

.__product_tabs {
}

.__product_tabs ul li a.nav-link {
  color: #5A5A5F !important;
  padding: 0.5rem 3rem;
}

.__product_tabs ul li a.nav-link:hover {
  border-color: #fff #fff #ef2637 !important;
  border-bottom: 2px solid #ef2637 !important;
}

.__product_tabs ul li a.nav-link.active {
  border-color: #fff #fff #ef2637 !important;
  border-bottom: 2px solid #ef2637 !important;
  font-weight: bold;
}

.__product_tabs nav a {
  color: #5A5A5F !important;
  padding: 0.5rem 3rem;
}

.__product_tabs nav a:hover {
  border-color: #fff #fff #ef2637 !important;
  border-bottom: 2px solid #ef2637 !important;
}

.__product_tabs nav a.active {
  border-color: #fff #fff #ef2637 !important;
  border-bottom: 2px solid #ef2637 !important;
  font-weight: bold;
}

.__product_pricing_tabs_card {
}

.__product_pricing_tabs_card .__checklist {
  margin-bottom: auto !important;
  position: relative;
  flex: 0 1 auto;
}

.__product_pricing_tabs_card .__checklist::before {
  left: 0px;
}

.__product_pricing_tabs_card .row>[class*='col-'] {
  display: flex;
}

.__product_pricing_tabs_card p.surtitle {
  font-size: 16px;
  color: #5A5A5F;
  font-weight: 500;
  margin: 0px;
  line-height: 30px;
}

.__product_pricing_tabs_card h4 {
  overflow: hidden;
  height: 90px;
  line-height: 30px;
}

.__product_pricing_tabs_card p.__label {
  margin-top: 35px;
  font-weight: 400 !important;
}

.__product_pricing_tabs_card .product-price-cta {
  background: inherit;
  border-color: #EF2637;
  color: #EF2637;
  padding: 12px 24px;
  font-weight: 500;
  line-height: 24px;
  font-size: 18px;
  width: 100%;
  overflow: hidden;
  word-wrap: break-word;
}

.__product_pricing_tabs_card p.extra-info {
  color: #717176;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.__product_reminder_main_cta {
}

.__header_crossroad_page {
  padding: 0px !important;
  overflow: hidden;
}

.__header_crossroad_page-img {
  background: #66A367 url(https://www.bpost.be/themes/custom/nbw/css/img/Curve-banner.svg) 0px -50px no-repeat;
  background-size: 100%;
  object-fit: cover;
  width: 110%;
  height: 400px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 35% 35%;
  border-bottom-right-radius: 85% 50%;
  margin-left: -100px;
}

.__header_crossroad_page h1 {
  font-size: 66px;
  color: #fff;
  font-weight: 500;
  line-height: 70px;
  margin-bottom: 35px !important;
  width: 80%;
  margin: 0 auto;
}

.__header_crossroad_page h2 {
  font-size: 24px !important;
  color: #fff;
  font-weight: 500;
  line-height: 30px;
  width: 100%;
}

.__content-crossroad svg {
  width: 56px;
  height: 56px;
}

.__content-crossroad svg>image {
  width: 100%;
  height: 100%;
}

.__content-crossroad .card-body {
  text-align: center;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  border: none;
}

.__crossroad-block .card-body p {
  font-weight: 500 !important;
  margin: 15px 0;
  font-size: 18px;
}

.__crossroad-block {
  top: -75px;
}

.__content-crossroad .card {
  height: 100%;
  border-radius: .35rem;
  border: none;
}

.__bloc_text a {
  margin-top: 25px;
}

.__bloc_text p {
  margin: 0 0 20px 0;
}

.__bloc_text .__btn-red {
  display: block;
  width: fit-content;
}

.__header_blue_service-related {
  padding: 0px !important;
  overflow: hidden;
}

.__header_blue_page-img {
  background: #4195B9 url(https://www.bpost.be/themes/custom/nbw/css/img/Curve-banner.svg) 0px -50px no-repeat;
  background-size: 100%;
  object-fit: cover;
  width: 110%;
  height: 400px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 35% 35%;
  border-bottom-right-radius: 85% 50%;
  margin-left: -100px;
}

.__header_blue_service-related h1 {
  font-size: 50px;
  color: #fff;
  font-weight: 500;
  line-height: 65px;
  width: 80% !important;
  margin: 20px auto;
}

.__header_blue_service-related h2 {
  font-size: 24px !important;
  color: #fff;
  font-weight: 500;
  line-height: 30px;
  width: 100%
}

.__product_faqs .card-body ul li {
  font-size: 16px;
  font-weight: 300;
  color: #717176;
}

.__product_faqs .card-body .faq-button {
  justify-content: center;
  align-items: center;
  padding: 0px;
  background: #EF2637;
  border: 1px solid #EF2637;
  margin: 20px 0px 20px 0px;
  border-radius: 4px;
  font-family: "Ubuntu";
  font-weight: 500;
  width: fit-content;
  display: table;
  padding: 11px 23px;
}

.__product_faqs .card-body .faq-button a {
  font-size: 18px;
  color: #FFFFFF !important;
  text-decoration: none;
  line-height: 24px;
}

.__product_faqs .card-body .faq-button a::after {
  content: "";
  margin: 0px;
}

.__product_faqs .card-body {
  cursor: default;
}

.__product_faqs .card-body .faq-button a:hover {
  color: #FFFFFF !important;
}

.__product_faqs .card-body a {
  color: #EF2637 !important;
}

.__product_faqs .card-body a:hover {
  color: #BF1E2C !important;
}

.__product_faqs .card-body a {
  color: #ef2637 !important;
  font-size: 16px;
  font-weight: 500;
}

.__product_faqs .card-body a::after {
  font-family: "Font Awesome 5 Pro";
  content: "\F054";
  font-weight: 400;
  color: #ef2637;
  position: relative;
  margin-left: 10px;
  top: 1px;
}

.box-eshop {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  padding: 30px;
  margin: 0 0 30px;
  color: #5A5A5F;
}

.box-eshop h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 20px;
  line-height: 1;
}

.box-eshop_tooltip {
  background: #EF2637;
  width: 18px;
  height: 18px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  padding-top: 3px;
  text-align: center;
  font-size: 11px;
  vertical-align: middle;
}

.box-eshop_tooltip:before {
  content: '?';
}

.box-eshop_row {
  display: flex;
}

.box-eshop_content {
  display: flex;
  flex: 1;
}

.box-eshop_img {
  border-right: 1px solid #E9E9E9;
  padding-right: 30px;
  margin-right: 30px;
}

.box-eshop_img img {
  width: 185px;
  display: block;
  box-shadow: 0 0 20px rgba(0,0,0,.15);
}

.box-eshop_desc {
  font-size: 16px;
}

.box-eshop_desc p {
  font-size: inherit;
  margin: 0 0 20px;
}

.box-eshop_desc p:last-child {
  margin-bottom: 0;
}

.box-eshop_price {
  font-size: 14px;
  text-align: right;
  margin: 0 0 10px;
}

.box-eshop_price strong {
  color: #4195B9;
  font-weight: 500;
  font-size: 24px;
}

.box-eshop_cta .__btn-red {
  margin: 0;
}

.where-block {
  display: flex;
  margin: 30px 0 40px;
}

.where-block p {
  margin-bottom: 20px;
}

.where-block h4+p {
  margin-top: -30px;
  margin-bottom: 35px;
}

.where-block h4 {
  margin-bottom: 35px;
}

.where-block h5 {
  font-size: 18px;
}

.where-block a.__red-cta-arrow:after {
  left: 4px;
  top: 1px;
}

.where-block_item {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  padding: 40px 30px 30px;
  margin: auto 0;
  color: #5A5A5F;
  flex-grow: 1;
  flex-basis: 0;
  position: relative;
}

.where-block_item:first-child {
  margin-right: 10px;
}

.where-block_item:last-child {
  margin-left: 10px;
}

.where-block_list-item {
  display: flex;
  margin: 10px 0 0;
}

.where-block_list-item_icon {
  padding: 0 35px 0 0;
}

.where-block_list-item_icon img {
  width: 48px;
}

.where-block_or {
  position: absolute;
  top: 50%;
  right: -34px;
  width: 48px;
  height: 48px;
  background: #4195b9;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  z-index: 1;
  margin-top: -24px;
}

.where-block-cta {
  text-align: center;
  margin: 0 0 40px;
}

@media only screen and (min-width : 1400px) {
  .container {
      max-width:1186px;
  }

  .__header-txt {
      left: calc((100vw - 1124px) / 2);
      right: calc((100vw - 1124px) / 2);
      padding-right: 33.333%;
  }
}

@media screen and (max-width: 1200px) {
  .__sub-services_navigation_ico div.__red-cta-arrow::after {
      left:6px;
  }

  .__product_related-services .round {
      top: auto;
      bottom: 10px;
  }

  .ve--column,.content>.container-fluid {
  }

  h3.ve--heading {
  }

  h3.ve--heading>a {
  }

  .ve--image {
      width: 80%;
      margin-left: 10% !important
  }

  .dynamic-component h2 {
      font-size: 24px !important;
      font-weight: 500 !important
  }

  .dynamic-component h4 {
      font-size: 18px !important;
      font-weight: 500 !important
  }

  .dynamic-component h5 {
      font-size: 18px !important;
      font-weight: 500 !important
  }

  .__sub-services_navigation_faq a.__red-cta-arrow::after {
      padding: 0 0 0 2px !important;
  }

  .__sub-services_navigation_faq .__text-p-bold {
      font-size: 16px;
  }

  .round a.__red-cta-arrow::after {
      padding: 0 0 0 4px;
  }

  .__main-benefit-action img {
      width: 70%
  }

  .__usp {
      position: absolute;
      bottom: 2%;
      left: 20%;
  }

  .__right {
      padding: 20px 0 0 15px;
  }

  .__sub-services_navigation_ico .card-body,.__sub-services_navigation_faq .card-body,.__product_faqs .card-body {
      padding: 5px;
  }

  .display-2.__center:after {
      margin: 0px auto 40px !important;
  }

  .card.__second-solution.__topsecond {
      top: 0;
  }

  .card.__third-solution.__topthird {
      top: 0;
  }

  .__sub-services_navigation_ico .card-body svg,.__sub-services_navigation_faq .card-body svg,.__header_crossroad_page .card-body svg {
      width: 36px;
      height: 36px;
      display: block;
      float: left;
      margin-right: 15px;
  }

  .__sub-services_navigation_cards .card-body svg {
      width: 38px;
      float: inherit;
  }

  .__sub-services_navigation_faq .round {
      display: block !important;
  }

  .__sub-services_navigation_faq p {
      font-size: 16px !important;
  }

  .round {
      float: right;
      top: 6px;
  }

  .__round-white {
      float: right;
  }

  .round.cta__tp {
      position: absolute;
      top: 31px;
  }

  .display-4 {
      margin: 9px 0 0px !important;
      line-height: 24px;
      display: block;
      font-variant: proportional-nums;
      position: relative;
      float: left;
  }

  .__sub-services_navigation_ico .card {
      padding: 15px 10px 15px 10px;
      text-align: left;
      min-height: auto;
  }

  .__sub-services_navigation_faq .card {
      padding: 8px 10px 12px 10px;
  }

  .card.__first-solution {
      width: 90%;
      border: 1px solid rgba(0,0,0,.125);
      border-radius: .45rem;
  }

  .card.__second-solution {
      width: 90%;
      left: 5%;
  }

  .card.__third-solution {
      width: 90%;
      left: 10%;
  }

  .__title-push {
      margin-top: 0%;
      margin-bottom: 5%;
  }

  .__sub-services_navigation_photo-cards .card {
      min-height: 100px;
      margin: 0 5px;
  }

  .__sub-services_navigation_cards .card,.__sub-services_navigation_ico .card,.__sub-services_navigation_faq .card {
      margin: 15px 0 0 0;
  }

  .__sub-services_navigation_cards p {
      float: inherit;
  }

  .jumbotron {
      padding: 2rem !important
  }

  .__second-price,.__focus-price-col {
      margin: 15px 0;
  }

  .__third-price,.__normal-price-col {
      margin-bottom: 15px;
  }

  .__product_related-services .card {
      margin-bottom: 15px;
  }

  .top-task {
      color: #5A5A5F;
      display: inline-block;
      padding: 37px 0 38px 1px;
      position: relative;
  }

  .top-task-track::before,.top-task-pos::before,.top-task-calculator::before,.top-task-shm::before {
      display: none;
  }
}

@media screen and (max-width: 991px) {
  .__header-txt {
      padding-right:0;
  }

  .__p-header-content {
      color: #717176 !important;
      margin-top: 25px;
  }

  .box-eshop {
      padding: 15px;
      margin-bottom: 15px;
  }

  .box-eshop_row {
      display: block;
  }

  .box-eshop_content {
      display: block;
      margin: 0 0 15px;
  }

  .box-eshop h3 {
      font-size: 18px;
  }

  .box-eshop_desc {
      font-size: 14px;
  }

  .box-eshop_desc p {
      margin-bottom: 10px;
  }

  .box-eshop_img {
      border: 0;
      padding: 0;
      margin: 0 0 15px;
  }

  .box-eshop_price strong {
      font-size: 18px;
  }

  .box-eshop_img img {
      width: 100%;
  }

  .box-eshop_cta .__btn-red {
      display: block;
      width: 100%;
  }

  .where-block {
      display: block;
      margin-bottom: 30px;
  }

  .where-block h4 {
      font-size: 20px;
      text-align: center;
  }

  .where-block h4+p {
      text-align: center;
  }

  .where-block h5 {
      font-size: 18px;
  }

  .where-block_item {
      padding: 30px 20px 20px;
  }

  .where-block_item:first-child,.where-block_item:last-child {
      margin-left: 0;
      margin-right: 0;
  }

  .where-block_item:first-child {
      margin-bottom: 20px;
  }

  .where-block_list-item_icon {
      padding: 0;
  }

  .where-block_or {
      top: auto;
      bottom: -34px;
      right: auto;
      left: 50%;
      margin: 0 0 0 -24px;
  }

  .where-block_list-item {
      display: block;
  }

  .where-block_list-item_icon img {
      display: block;
      margin: 0 auto 15px;
  }

  .where-block-cta .btn {
      display: block;
  }
}

@media screen and (max-width: 768px) {
  .__sub-services_navigation_full-photo {
      margin-top:0px;
  }

  .__sub-services_navigation_ico .col-md-7 {
      min-height: initial;
  }

  section.ve--wrapped_row {
      padding-top: 90px;
  }

  section.ve--wrapped_row:first-of-type {
      margin-top: 0px;
  }

  .__Track-Trace_Header {
      margin-top: -70px !important;
  }

  .__main-benefit-action {
      margin-bottom: -200px;
  }

  .__col-descriptions-photo {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
  }

  .ve--image {
      width: 90% !important;
      border-radius: 8px;
      left: -5%;
      position: relative;
  }

  .ve--rich_text {
      margin-left: 15px;
      margin-right: 15px;
  }

  .card {
      border-radius: .45rem !important;
  }

  .display-2:after {
      top: 15px !important;
      margin: 0px 0 35px 0 !important;
  }

  p {
      font-size: 14px;
  }

  .__sub-services_navigation_photo-cards .__card {
      min-height: 100px;
  }

  .__sub-services_navigation_cards .card {
      min-height: 280px;
  }

  .__sub-services_navigation_ico .card {
      border: none;
  }

  .display-2.__center:after {
      left: -1px;
  }

  .slick-slider {
      overflow: hidden !important;
  }

  .__card {
      position: relative;
      min-height: 120px;
      border: 1px solid #eee;
      border-radius: 8px;
      box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  }

  .__img-cta-card {
      display: none;
  }

  .__sub-services_navigation_photo-cards .__cta-card>h5,.__sub-services_navigation_photo-cards .__cta-card .__white-cta-arrow::after {
      color: #EF2637 !important;
      font-size: 16px !important;
  }

  .__sub-services_navigation_photo-cards .__cta-card .__round-white {
      border: 2px solid #ef2637 !important;
  }

  .__cta-card {
      bottom: 25%;
      left: 5%;
  }

  .__sub-services_navigation_photo-cards .d-flex {
      padding: 15px;
  }

  .__sub-services_navigation_photo-cards .d-flex div.__card:nth-child(2),.__sub-services_navigation_photo-cards .d-flex div.__card:nth-child(3) {
      margin-bottom: 15px;
  }

  .__sub-services_navigation_photo-cards .__round-white {
      margin-left: 20px;
  }

  .card.__first-solution {
      width: 100%;
  }

  .card.__second-solution {
      width: 100%;
      left: 0%;
  }

  .card.__third-solution {
      width: 100%;
      left: 0%;
  }

  .__reverse-trap .card.__first-solution {
      top: 0 !important
  }

  .pr-5,.px-5 {
      padding-right: 1rem !important;
  }

  .display-1 {
      font-size: 36px;
  }

  .__sub-services_navigation_full-photo .__full-photo-img::after {
      height: 250px
  }

  .__sub-services_navigation_full-photo .__full-photo-txt {
      left: 5%;
      background: #fff;
      border-radius: 8px;
      top: 130px;
      color: #5a5a5f !important;
      padding: 25px;
      width: 90%;
      border: 1px solid #eee;
  }

  .__sub-services_navigation_full-photo h2,.__sub-services_navigation_full-photo p {
      color: #5A5A5F !important;
  }

  .__sub-services_navigation_full-photo a {
      border: 1px solid #ef2736;
      color: #ef2736;
      margin: 15px 0;
  }

  .__top-tasks_letters-calculator {
      padding: 23px 26px 0 !important;
  }

  .top-task-cta-container {
      padding: 0;
  }

  .top-task-cta.active {
      margin-bottom: 20px;
  }

  .top-task-cta label {
      display: block;
  }

  .top-task-cta-container .red__cta__arrow {
      float: right;
      line-height: 18px;
      margin: 3px 30px 0 0;
  }

  .small-gutter>[class*='col-'] {
      padding-right: 15px;
      padding-left: 15px;
  }

  .__top-tasks-btn {
      margin-top: 0px !important;
  }

  .__img-mansori {
      min-height: 250px;
  }

  .__img-1 {
      width: 68px !important;
      height: 77px;
      left: 135px;
  }

  .__img-2 {
      width: 170px !important;
      height: 110px;
      left: 135px;
      top: 87px;
  }

  .__img-3 {
      height: 170px;
      width: 110px !important;
      left: 15px;
      top: 43px;
  }

  .__col-descriptions {
      background-size: 100%
  }

  .__product_steps .slick-next,.__product_steps .slick-prev,.__product_col-photos-descriptions .slick-next,.__product_col-photos-descriptions .slick-prev {
      display: none !important;
  }

  .__product_steps .slick-slide:nth-child(n+2)::before {
      display: none !important
  }

  .round {
      top: 2px;
  }

  .__related-services .round a.__red-cta-arrow::after {
      padding: 0 0 0 2px;
  }

  .__tips-accordion-cta-container {
      padding: 0px;
  }

  .__tips-content {
      padding: 0px !important
  }

  .__tip-cta.active {
      top: 0px;
      padding: 20px 0 20px 25px;
  }

  .__tips-accordion-cta-container .__tips-accordion-nav-mobile:first-child>.__tips-mobile::before {
      display: none
  }

  .text-md-center {
      text-align: center;
      align-items: center;
      justify-content: center;
  }

  .__product_reason-why h4 {
      padding: 5px 0 0px 0;
  }

  .__product_reason-why .card-body {
      padding: 25px 5px
  }

  .__header-txt {
      position: relative;
      left: 4%;
      top: -45px;
      width: 92%;
      border-radius: 8px;
      background: #fff;
      -webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
      padding: 25px;
      -moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
      box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  }

  .__header-img img {
      height: 230px;
      object-position: 100% 0% !important;
      margin-left: -20px;
  }

  .__header-img::before {
      height: 230px;
      margin-left: -20px;
      width: 110%;
  }

  .__header-social-proof {
      top: 101px;
      left: 7%;
      width: 89%;
  }

  .__social-proof-txt {
      line-height: 1;
      font-size: 12px !important;
  }

  .__header_cta-box p {
      margin-bottom: 20px;
      color: #5a5a5f !important;
      text-align: center;
      padding: 0 20px;
  }

  .__label-cta p {
      color: #5A5A5F;
      padding: 0;
      margin: 3px 0 35px;
      text-align: center;
  }

  .__header-title h1 {
      font-size: 14px;
      color: #5A5A5F;
      font-weight: 500;
      line-height: 32px;
      margin-bottom: 15px !important
  }

  .__header-sub-title h2 {
      font-size: 18px !important;
      color: #5A5A5F;
      font-weight: 500;
      line-height: 30px;
      width: 100%;
      margin: 0;
  }

  .display-2.__center:after {
      margin: 15px auto 35px !important;
  }

  .__header_commercial_page .__checklist,.__header_product_page .__checklist {
      padding-top: 21px !important;
  }

  .__header_commercial_page .__checklist li,.__header_product_page .__checklist li {
      font-size: 14px !important;
      color: #5A5A5F;
      display: flex;
      line-height: 22px;
      margin: 0 0px 10px 0;
      padding: 0;
  }

  .__header_commercial_page .__checklist li::before,.__header_product_page .__checklist li::before {
      font-family: "Font Awesome 5 Pro";
      ;content: "\f058";
      font-weight: 300;
      color: #66A367;
      position: relative;
      left: 0px;
      margin-right: 10px;
  }

  .__header_cta-box {
      width: 100%;
      top: -25px;
      background: none;
      box-shadow: none;
      position: relative;
  }

  .__first-cta {
      padding: 0 !important;
  }

  .__second-cta {
      padding: 0;
      margin-top: 15px;
  }

  .__btn-red {
      background: #EF2637;
      border-radius: 4px;
      color: #fff;
      margin: 30px 0;
      padding: 0.675rem 1.3rem;
      font-size: 18px;
      -webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
      -moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
      box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  }

  .__first-cta a,.__second-cta a {
      width: 100%;
      font-size: 18px;
      padding: 11px;
  }

  .__row-cta {
      margin: 0px !important;
      padding: 0 !important
  }

  .__product_banner-full-background {
  }

  .__product_banner-full-background-img img {
      position: relative;
      width: 100%;
      max-height: 650px;
      object-fit: cover;
      border-radius: 8px 8px 0 0;
      bottom: 0;
      left: 0;
      object-position: 0px 30px;
  }

  .__full-banner_right {
      padding: 45px 0 30px 30px;
  }

  .__product_partners-list {
  }

  .__product_partners-list .__partner {
      margin: 5px 5px;
  }

  .__product_tabs ul li {
      flex: 1 1 auto;
      text-align: left;
  }

  .__product_tabs ul li.nav-item {
      font-size: 18px;
  }

  .__product_tabs ul li a.nav-link {
      padding: 0.5rem 0.5rem;
  }

  .__product_tabs nav a {
      flex: 1 1 auto;
      text-align: center;
      padding: 0.5rem 0.5rem;
  }

  .__product_pricing_tabs_card {
  }

  .__third-price,.__normal-price-col,.__second-price,.__focus-price-col {
      padding: 16px;
  }

  .__product_reminder_main_cta a {
      width: 100%
  }

  .__header_crossroad_page {
      margin-bottom: -70px;
  }

  .__crossroad-block {
      margin-bottom: 15px;
  }

  .__crossroad-block svg {
      float: left;
      width: 42px;
      height: 42px
  }

  .__crossroad-block p {
      float: left;
      padding-left: 10px;
      width: 70%;
      margin: 2px 0 0px !important;
      display: block;
      font-variant: proportional-nums;
      position: relative;
      text-align: left;
  }

  .__content-crossroad .card-body {
      -webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
      -moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
      box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
  }

  .__crossroad-block .round a.__red-cta-arrow::after {
      padding: 0 0 0 4px;
      left: -1px;
  }

  .__header_crossroad_page-img {
      height: 300px;
      border-bottom-left-radius: 55% 25%;
      border-bottom-right-radius: 225% 60%;
      margin-left: -20px;
      margin-bottom: 35px;
  }

  .__header_crossroad_page-img h1 {
      font-size: 35px;
      line-height: 40px;
      margin: 0px 45px 25px 45px !important;
  }

  .__header_crossroad_page-img h2 {
      font-size: 18px !important;
      margin-bottom: 30px;
      padding: 0px 25px;
      line-height: 25px;
  }

  .dynamic_component_h2 {
      font-size: 22px !important;
  }

  h2.ve--heading {
      padding: 0px 25px 0 25px;
  }

  .__header_blue_page-img {
      height: 300px;
      border-bottom-left-radius: 115% 25%;
      border-bottom-right-radius: 145% 60%;
      margin-left: -25px;
      margin-bottom: 35px;
  }

  .__header_blue_page-img h1 {
      font-size: 42px;
      margin-bottom: 25px !important
  }

  .__header_blue_page-img h2 {
      font-size: 20px !important;
      margin-bottom: 30px;
      width: 80%;
      margin: 0 auto;
  }

  .__main-benefit-action img {
      width: 100%;
      left: -10%;
      position: relative;
  }

  .__usp {
      position: relative;
      bottom: 20%;
      left: 0%;
      padding-left: 0;
  }

  .__right {
      padding: 20px 15px 0 15px;
  }

  .__faq-title {
      padding: 20px 20px !important;
  }

  .__headingfaq h3 {
      font-size: 14px;
      color: #5A5A5F !important;
      margin: 0px 15px 0 0;
      padding: 3px;
      font-weight: 400;
      line-height: 22px;
  }

  .__closed[aria-expanded="false"]::after {
      font-family: "Font Awesome 5 Pro";
      content: "\f107";
      font-weight: 400;
      color: rgb(239,38,55);
      position: relative;
      font-size: 24px;
      position: absolute;
  }

  .__product_faqs {
      margin: 20px 0 0 0;
  }

  .__product_related-services>div {
      position: relative;
      min-height: inherit;
  }

  .__product_related-services .card {
      min-height: auto;
      padding: 25px 20px 25px 20px;
      display: flex;
      flex-direction: row;
      justify-content: end;
      margin-bottom: 10px !important;
  }

  .__product_related-services .card h5 {
      font-size: 18px !important;
      font-weight: 500 !important;
      display: flex;
      text-align: left;
      width: 85%;
      margin: 0;
      text-align: left;
  }

  .__product_related-services .round {
      position: relative;
      bottom: 0;
      left: 10px;
  }

  .__product_related-services>div::after {
      content: '';
      width: 100%;
      background: #4195B9;
      height: 107px;
      position: absolute;
      bottom: -25px;
      z-index: -1;
  }

  .__product_pricing_tabs_card .product-price-cta {
      margin-bottom: 0px;
  }

  #block-accordion-v2 .__tips-accordion-nav-mobile:not(.active) .__tip-sub-nav {
      display: none;
  }

  #block-accordion-v2 .__tips-accordion-nav-mobile::before {
      content: "";
      position: absolute;
      bottom: 0px;
      left: -45px;
      border-bottom: 1px solid rgba(0,0,0,0.1);
      display: block;
      width: 100vw;
  }

  #block-accordion-v2 .__tips-accordion-nav-mobile.active::before {
      border-bottom: 2px dashed rgba(0,0,0,0.1);
  }

  #block-accordion-v2 .__tips-accordion-nav-mobile::after {
      content: "";
      position: absolute;
      top: -1px;
      left: -45px;
      border-top: 1px solid rgba(0,0,0,0.1);
      display: block;
      width: 100vw;
  }

  #block-accordion-v2 .__tips-accordion-cta-container .__tips-accordion-nav-mobile:first-child::after {
      content: "";
      position: absolute;
      top: -1px;
      left: -45px;
      border-top: 1px solid rgba(0,0,0,0.1);
      display: block;
      width: 100vw;
  }

  #block-accordion-v2 .__tips-accordion-nav-mobile .__tips-accordion-sub-nav-container {
      padding-top: 15px;
      padding-bottom: 15px;
  }

  #block-accordion-v2 .__tips-mobile {
      padding-top: 0;
      padding-bottom: 0;
      padding-right: 50px;
  }

  #block-accordion-v2 .__tips-mobile::before {
      border: none;
  }

  #block-accordion-v2 .__tips-mobile img {
      position: absolute;
      top: 0;
      width: 25px;
      height: 25px;
      right: 20px;
  }

  #block-accordion-v2 .__tips-accordion-cta-container .__tips-accordion-nav-mobile:first-child > .__tips-mobile::before {
      display: block !important;
  }

  #block-accordion-v2 .__tips-mobile::after {
      content: "\f054";
      font-family: "Font Awesome 5 Pro";
      top: 7px;
      background: none;
      color: #EF2637;
      -webkit-mask-image: unset;
      mask-image: unset;
  }

  #block-accordion-v2 .active .__tips-mobile::after {
      top: 0px;
  }

  #block-accordion-v2 .__tips-accordion-nav-mobile.active .__tips-mobile::before {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
  }

  #block-accordion-v2 .__tips-accordion-nav-mobile.active .__tip-head-nav {
      color: #717176;
  }

  #block-accordion-v2 .__tips-accordion-sub-section .ve--rich_text {
      margin-left: 0;
      margin-right: 0;
  }
}

@media all and (-ms-high-contrast:none) {
  n *::-ms-backdrop,.__header-img::before {
      border-radius: 0;
      margin-left: 0;
  }

  *::-ms-backdrop,.__header-img img {
      border-radius: 0;
      margin-left: 0;
      max-height: none;
  }

  *::-ms-backdrop,.__curved-img {
      border-bottom-left-radius: 35% 35%;
      border-bottom-right-radius: 85% 50%;
      overflow: hidden;
      position: relative;
      max-height: 450px;
  }
}

.__Promobox_banner-main-container {
  margin: 80px auto;
  position: relative;
  background: url(https://www.bpost.be/themes/custom/nbw/images/Curve-Background-green.png);
  background-size: auto;
  background-size: 100% 100%;
}

.__Promobox_banner-container {
  box-shadow: 0px 4px 12px 0;
  background: #ffffff;
  border-radius: 8px;
}

.__Promobox_banner-container::before {
  content: "";
  background: #FFC222;
  border-radius: 8px 8px 0 0;
  height: 6px;
  width: 100%;
}

.__Promobox_banner-img {
  border-radius: 8px;
}

.__Promobox_banner-main-container .dynamic-component {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 600px) {
  .__Promobox_banner-cta {
      margin-bottom:30px;
  }

  .__Promobox_banner-px-30 {
      padding-left: 30px;
      padding-right: 30px;
  }

  .__Promobox_banner-main-container {
      background: url(https://www.bpost.be/themes/custom/nbw/images/Curve-Background-green-mobile.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-size: auto;
      background-size: 100% 100%;
  }

  .__Promobox_banner-main-container .__bloc_text.right {
      order: 2;
  }
}

#block-accordion-v2 .__tips-accordion-main-container {
  box-shadow: none;
}

#block-accordion-v2 .__tips-accordion-nav {
  border-radius: 4px;
  border-bottom: 1px solid #eee;
  padding: 15px;
  text-align: left;
}

#block-accordion-v2 .__tips-accordion-container > div.row:last-child > .__tips-accordion-nav {
  border-radius: 0 0 4px 4px;
}

#block-accordion-v2 .__tips-accordion-container {
  box-shadow: 0px 5px 25px 10px rgba(0,0,0,.1);
}

#block-accordion-v2 .__tips-accordion-sub-nav-container {
  display: block;
}

#block-accordion-v2 .__tip-title {
  padding: 5px 45px 5px 0;
  position: relative;
}

#block-accordion-v2 .__tip-sub-nav {
  display: block;
  margin-left: 15px;
}

#block-accordion-v2 .__tips-accordion-nav:not(.active) .__tip-sub-nav {
  display: none;
}

#block-accordion-v2 .__tip-sub-nav a {
  color: #717176;
  line-height: 2em;
}

#block-accordion-v2 .__tips-accordion-cta-container {
  padding: 15px;
  box-shadow : 0px 4px 12px 0px rgb(0 0 0 / 10%);
}

#block-accordion-v2 .__title-label {
  margin-bottom: 20px;
}

#block-accordion-v2 .__title-label::after {
  content: "";
  background: #EF2637;
  width: 50px;
  height: 3px;
  display: block;
}

#block-accordion-v2 .__tips-accordion-nav-mobile.active .__tips-accordion-sub-nav-container::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -45px;
  background: #EF2637;
  height: 100%;
  width: 5px;
}

.pos-locator-result-page .service-category-title a {
  color: #5A5A5F;
  font-size: 16px;
  font-weight: 500;
  padding: 20px 20px;
}

style* {
  margin: 0 auto;
  font-family: Ubuntu;
  font-weight: 500
}

body {
  font-family: 'Ubuntu';
  font-weight: 500;
  color: #152941;
  margin: 0 auto;
  font-size: 14px;
}

a {
  text-decoration: none;
}

p {
  margin: 0 0 10px;
}

.no_padding {
  padding: 0px;
}

.no_padding_right {
  padding-right: 0px;
}

.no_padding_left {
  padding-left: 0px;
}

.bpost_menu_parent {
  align-items: center;
  justify-content: center;
}

.bpost_header_menu_logo.mobile {
  display: none;
}

.bpost_menu_parent .region.region-header,.bpost_menu_parent .region.region-header-content-business,.bpost_menu_parent .region.region-header-content-public {
  height: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  vertical-align: middle;
  align-items: center;
}

.bpost_menu_parent .region.region-header-content {
  height: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  vertical-align: middle;
  align-items: center;
}

.bpost_menu_parent .bpost_logo img {
  padding: 0px 15px;
}

.bpost_menu_parent .bpost_logo {
  text-align: center;
}

.bpost_menu_parent .bpost_menu ul li {
  display: inline-table;
}

.bpost_menu_parent .bpost_menu ul a:hover,.bpost_menu_parent .bpost_menu ul a:focus {
  background: none;
}

.bpost_menu_parent .bpost_menu .nav > li {
  padding: 15px;
}

.bpost_menu_parent .bpost_menu .nav > li {
  padding-top: 8px;
  padding-bottom: 7px;
}

.bpost_menu_parent .bpost_menu .nav > li > a {
  color: #777;
  border-bottom: 3px solid white;
  background-image: linear-gradient(#EF2637,#EF2637);
  background-size: 0 3px,auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  transition: all .2s ease-out;
  padding: 0px;
  padding-bottom: 7px;
}

.bpost_menu_parent .bpost_menu .nav > li.active > a {
  background-size: 100% 3px,auto;
}

.bpost_menu_parent .bpost_menu #example-navbar-collapse {
  padding-left: 0px;
}

.tracktracesuggestions {
  color: red;
  display: inherit;
}

.ui-menu li.ui-menu-divider:first-child {
  margin-top: 30px;
  border: none;
}

.bpost_menu_parent .bpost_search form > div {
  position: relative;
  overflow: hidden;
}

.bpost_menu_parent .bpost_search form div.form-item {
  width: 100%;
  float: left;
}

.bpost_menu_parent .bpost_search input {
  width: 100%;
}

.bpost_menu_parent .bpost_search button {
  background: white;
  border-color: #ccc;
  border-left: 0px;
  padding: 5px 15px 6px 15px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-size: 0;
}

.residential_custom_block input,.business_custom_block input,.public_custom_block input {
  border-radius: 4px !important;
  top: -6px;
}

.residential_custom_block i,.business_custom_block i,.public_custom_block i {
  position: absolute;
  right: 15px;
  color: #DD1829;
  top: 10px;
}

.bpost_menu_parent .bpost_search span.icon.glyphicon.glyphicon-search {
  color: gray;
  font-size: initial;
}

.bpost_search span.icon.glyphicon.glyphicon-search:before {
  content: "\f002";
  size: 3px;
  font-family: 'FONT AWESOME 5 PRO';
  font-weight: 500;
  color: #5A5A5A;
}

.path-faq .bpost_search.residential_header_search .input-group,.path-faqs .bpost_search.residential_header_search .input-group,.path-business .bpost_search.business_header_search .input-group {
  display: none !important;
}

.path-business-faqs .block-bpost-toptask,.path-faqs .block-bpost-toptask {
  position: relative;
  margin-top: -155px;
}

#faqSearchModal .view-content {
  display: none;
}

.faq-top-image .bpost_search span.icon.glyphicon.glyphicon-search:before {
  color: #ffffff;
}

.faq-top-image .bpost_search button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.bpost_menu_parent .bpost_search div.form-actions {
  position: absolute;
  right: 0;
  top: 4px;
}

.search_block_mobile .search_block div.form-actions {
  right: unset;
}

.bpost_menu_parent .search_block button {
  border-left: 1px solid #ccc;
  border-right: 0px;
}

.search_block_mobile.bpost_menu_parent .search_block button {
  border: none;
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  left: 2px;
  background-color: #5A5A5F;
  position: relative;
}

.bpost_menu_parent .search_block input {
  font-size: 12px;
}

.bpost_menu_parent .bpost_search .form-group {
  margin-bottom: 0px;
}

.bpost_menu_parent .bpost_menu .nav > li > a:hover {
  background-size: 100% 3px,auto;
}

.search_block_mobile {
  height: 50px;
  clear: both;
  width: 100%;
  margin: 0px;
  display: block;
}

.search_block_mobile .menu_bottom i.fal.fa-bars {
  display: inline-block;
  padding-left: 10px;
}

.search_block_mobile .search_block {
}

.search_block_mobile .close_icon_mobile {
  float: right;
  background: #5A5A5F;
  height: 50px;
  border-left: 1px solid rgb(255 255 255 /18%);
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  color: white;
  font-weight: 500;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 27%;
}

.search_block_mobile .close_icon_mobile i {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  color: white;
  padding-left: 5px;
  display: inline-block;
  font-size: 19px;
  font-weight: 500;
}

.search_block_mobile .menu_bottom_close,.search_block_mobile .menu_bottom_open {
  font-size: 14px;
  font-weight: 500;
}

.search_block_mobile,.search_block_mobile.bpost_menu_parent .search_block button,.search_block_mobile .input-group>.form-control {
  background-color: #5A5A5F;
}

.search_block_mobile .input-group>::-webkit-input-placeholder {
  color: #FFFFFF !important;
  font-weight: 300;
}

div.search_block_mobile.bpost_menu_parent.d-xl-none {
  border-top: 1px solid rgb(255 255 255 /18%);
  background: none;
}

.search_block_mobile .bpost-search div.input-group {
  border: 1px solid #ced4da;
  border-radius: 4px;
}

.bpost_search span.icon.glyphicon.glyphicon-search:before {
  color: #fff;
}

.search_block_mobile .input-group>.form-control {
  height: 40px;
  margin-top: 0px;
  border: none;
  text-overflow: ellipsis;
  border-radius: 4px;
}

.search_block_mobile ::-webkit-input-placeholder {
  color : #FFFFFF !important;
}

.search_block_mobile .close_icon_mobile .menu_bottom.menu_close {
  display: none;
}

.search_block_mobile .close_icon_mobile .menu_close {
  display: none;
}

.search_block_mobile.transparent_background {
  background: transparent;
  width: 100%;
}

.search_block_mobile.transparent_background .search_block.bpost_search {
  display: none;
}

.body_content.open > .hide_aside,.body_content.open > .hide_section {
  display: block;
}

.body_content > .hide_aside,.body_content > .hide_section {
  display: none;
}

.pre_homepage_language_modal span {
  font-family: "Ubuntu";
  font-weight: 500;
  color: #5A5A5F;
  font-size: 1.75rem;
}

.pre_homepage_language_modal p a {
  font-family: 'Ubuntu';
  font-weight: 500;
  color: #EF2637;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
}

.pre_homepage_language_modal p a:after {
  content: "\f054";
  font-family: FontAwesome;
  padding-left: 10px;
}

.pre_homepage_language_modal .vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
}

.pre_homepage_language_modal .vertical-alignment-helper .vertical-align-center {
  display: table-cell;
  vertical-align: middle;
}

.pre_homepage_language_modal .modal-content {
  width: 50%;
  height: inherit;
  margin: 0 auto;
}

.BBWfooter {
  padding: 30px 0 20px;
  background-color: #5A5A5F;
  background-size: cover;
  height: auto;
}

.BBWfooterbottom {
  padding: 0px 0px 20px;
  background-color: #5A5A5F;
  background-size: cover;
  height: auto;
}

.BBWfooter label#block-nbw-keypages-menu,.BBWfooter label#block-nbw-legal-menu,.BBWfooter label#block-nbw-otherswebsite-menu,.BBWfooter label#block-directregelen-menu,.BBWfooter label#block-legal-menu,.BBWfooter label#block-meer-menu,.BBWfooter label.block-title,.BBWfooter .footer-menu-block-title label {
  color: #ffffff;
  padding: 20px 0px;
  font-size: 18px;
  font-family: 'Ubuntu';
  font-weight: 500;
  line-height: 24px;
}

.BBWfooter a {
  color: #ffffff;
  padding: 10px 0px;
  font-size: 16px;
  font-family: 'Ubuntu';
  font-weight: 400;
  line-height: 36px;
}

.BBWfooterbottom h2,.BBWfooterbottom a {
  color: #ffffff;
  padding: 10px 0px;
}

.BBWfooter .social-icons a {
  float: left;
}

.copyright_block {
  color: #ffffff;
  text-align: right;
  padding-top: 15px;
  font-size: 16px;
  font-family: 'Ubuntu';
  font-weight: 400;
}

.BBWfooter .nav > li > a:hover {
  background-color: transparent;
}

.BBWfooter .social-icons .views-row {
  display: inline-block;
  margin-right: 20px;
}

.BBWfooter .nav > li > a {
  margin: 0px -15px;
  padding: 5px 15px;
}

.BBWfooter .social-icons .nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 85px;
}

.bpost_social_icons {
  height: 27px;
  width: 27px;
}

.footer.container-fluid.BBWfooter.open {
  display: block;
  margin-top: 25px;
}

.footer.container-fluid.BBWfooter {
  display: none;
}

.footer_bottom.container-fluid.BBWfooterbottom.open {
  display: block;
}

.footer_bottom.container-fluid.BBWfooterbottom {
  display: none;
}

.custom-alert {
  position: relative;
  font-family: 'Ubuntu';
  font-weight: 400;
  background-color: #4195B9;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
}

.custom-alert .alert-text .alert-text-line {
  border-right: 1px solid white;
  padding-bottom: 10px;
}

.custom-alert .alert-text1 p {
  display: flex;
  overflow: hidden;
  margin: 0;
  text-overflow: ellipsis;
  padding: 1rem;
}

.custom-alert .alert-text .alert-text1 p:before {
  font-family: FontAwesome;
  content: "\f05a";
  padding-right: 15px;
}

.custom-alert .alert-text .alert-text2 {
  padding-left: 12px;
}

.custom-alert .alert-text .alert-text2 a {
  padding-left: 30px;
  margin-top: 10px;
  color: #FFFFFF;
}

.custom-alert .alert-text .alert-text2 span {
  padding-left: 10px;
}

.custom-alert .alert-block {
  padding: 0px;
}

.custom-alert .alert-button {
  height: auto;
  position: absolute;
  top: 50%;
  right: 4%;
  display: block;
}

.custom-alert .alert-button p > span {
  padding-left: 10px;
}

.page-node-type-home .page-header {
  display: none;
}

.banner-title {
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 42px;
  line-height: 52px;
  color: #FFFFFF;
}

.banner-subtitle {
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

.banner-button {
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

.custom-home-banner-block {
  position: relative;
}

.banner-image {
  width: 100%;
  height: 520px;
  padding: 68px;
  padding-bottom: 241px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.banner-image::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-left: -100px;
}

.banner-image .container,.banner-image .field--name-field-header-promotion {
  margin-top: auto;
}

.banner-image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 520px;
  z-index: -1;
  object-fit: cover;
  width: 100%;
}

.field--name-field-mobile-background-image img {
  display: none;
}

.custom-home-banner-block h1 {
  color: #ffffff;
  margin-bottom: 28px;
}

.banner-title-wrap a,.banner-title-wrap a:hover {
  background-color: #EF2637;
  border-radius: 4px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  padding: 12px 24px;
  display: inline-block;
}

.banner-title-wrap .Home-title p {
  font-size: 40px;
}

.custom-home-banner-block h1.default-title {
  font-size: 66px;
}

.custom-home-banner-block .views-field-field-top-banner-image img {
  width: 100%;
}

.free-form-page > h1 {
  position: absolute;
  top: 150px;
  left: 50px;
  color: #fff;
  font-size: 45px;
}

.free-form-page > h2 {
  position: absolute;
  top: 230px;
  left: 50px;
  color: #fff;
  font-size: 15px;
}

.btn-cta1 {
  color: #fff;
  background-color: red;
  border-color: red;
  text-decoration: none;
}

.btn-cta2 {
  color: white;
  background-color: transparent;
  background-image: none;
  border-color: white;
  text-decoration: none;
}

.free-form-page .cta-div {
  top: 340px;
  position: absolute;
  left: 50px;
}

.free-form-page .cta-div .cta1-div {
  float: left;
}

.free-form-page .cta-div .cta2-div {
  float: left;
  padding-left: 20px;
}

.free-form-page .field--name-body {
  margin: 15px;
}

.free-form-page .field--name-field-top-banner {
  margin-top: 10px;
}

.free-form-page .field--name-field-top-banner .img-responsive {
  width: 100%
}

.nbw-free-form-page h1 {
  border-bottom: 1px solid #DDD;
  color: #E51F1F;
  font-weight: bold;
  line-height: 55px;
  margin: 0px 0px 8px;
}

.nbw-free-form-page .field--name-field-free-form-page-banner {
  margin-top: 10px;
}

.nbw-free-form-page .field--name-field-free-form-page-banner .img-responsive {
  width: 100%
}

.region-content .page-header {
  margin-top: 10px;
  border-top: 1px solid #eeeeee;
  border-bottom: 0px !important;
}

.btn:hover {
  color: white;
}

.faq-grid .font-data {
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 20px;
  color: #5A5A5F;
}

.faq-category .col-sm-4 {
  height: 156px;
  width: 30%;
  margin: 5px;
  box-shadow: 0px 3px 6px lightgrey;
  background-color: #ffffff;
}

.faq-category .col-sm-4 img {
  height: 50px;
  width: 50px;
}

.faq-category .col-sm-4 .fa-landing-div-img {
  margin-top: 30px;
}

.faq-category .col-sm-4 .faq-title {
  margin-top: 10px;
}

.faq-top-image {
  background: url(https://www.bpost.be/themes/custom/nbw/images/webform/BG-header-webform-curve.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 365px;
}

.faq-content-data {
  position: relative;
  margin-top: 40px;
}

.faq-content-data h1 {
  font-size: 1.5rem;
}

.faq-content-data:before {
  content: "";
  background: url(https://www.bpost.be/themes/custom/nbw/images/faq/BG_Top_Desktop.png) no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 100px;
  background-size: 100%;
  background-position: top;
  z-index: -1;
}

.faq-content-data .faq-sub-category {
  background-color: #F8F8F8;
  padding: 0 0 50px 0px;
}

.faq-grid .custom_border {
  box-shadow: 0px 3px 6px lightgrey;
  border-radius: 4px;
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
  min-height: 130px;
}

.faq-overview .faq-content-data:before {
  background: none;
  bottom: 0;
}

.faq-overview .faq-content-data .faq-data {
  margin-bottom: 7px;
  background-color: #fff;
  padding: 5px 15px;
}

.faq-overview .faq-content-data .faq-data span {
  text-decoration: none;
  color: #5A5A5F;
  font-size: 16px;
  font-weight: 500;
  display: block;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  line-height: inherit;
  font-family: 'Ubuntu',sans-serif;
}

.faq-overview .faq-content-data .faq-sub-category {
  background-color: #fff;
}

.faq-overview .faq-content-data .faq-data span:before {
  color: #EF2637;
  font-weight: 400;
  padding-bottom: 0px;
  top: 1px;
  position: relative;
  font-family: "Font Awesome 5 Pro";
  float: right;
  right: 2px;
  display: block;
  padding-left: 10px;
}

.custom_border.hide_title .faq-title {
  visibility: hidden;
  display: none;
}

.fa-landing-div-img img {
  width: 50px;
  height: 50px;
}

.bg-image {
  background-image: url(https://www.bpost.be/themes/custom/nbw/images/faq/BG_Top_Desktop.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 200px;
  border-bottom-left-radius: 30%;
  border-bottom-right-radius: 30%;
  margin-top: -50px;
}

.bg-image-bottom {
  background-image: url(https://www.bpost.be/themes/custom/nbw/images/faq/BG_Bottom.png);
  background-repeat: no-repeat;
  height: 200px;
  margin-top: 0px;
  background-size: 100%;
}

.faq-top-image h1 {
  text-align: center;
  color: #ffffff;
  padding-top: 60px;
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 66px;
}

.faq-top-image p.sub-title {
  text-align: center;
  color: #ffffff;
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 24px;
}

.faq-top-image .bpost_search {
  width: 40%;
  margin: 0 auto;
  background: white;
  box-shadow: 0px 3px 6px lightgrey;
  border-radius: 4px;
  width: 50%;
  top: 60px;
}

.faq_parent_common.faq-top-image .bpost_search,.faq_parent_common.subcategory-top-image .bpost_search,.search-result-faq-page .faq-top-image .bpost_search {
  padding: 25px 50px !important;
}

.faq-top-image .bpost_search .form-group {
  margin-bottom: 0px;
}

.faq-grid p {
  font-family: Ubuntu;
  font-weight: 600;
  font-size: 15px;
  color: #5A5A5F;
  margin-top: 25px;
}

.faq-grid .all-category {
  font-family: Ubuntu;
  font-weight: 600;
  font-size: 15px;
  color: #5A5A5F;
  float: left;
}

.faq-grid .sorting {
  float: right;
  text-align: right;
}

.faq-grid .sorting .sort-title {
  font-family: Ubuntu;
  font-size: 14px;
  font-weight: 400;
  color: #717176;
}

.faq-grid .sorting select {
  border: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 190px;
  outline: 0px;
  background-color: inherit;
}

.faq-grid .sorting-mobile {
  display: none;
}

label.wrap:after {
  content: "\f078";
  font-family: FontAwesome;
  color: red;
  right: 0;
  top: 0;
  z-index: 1;
  width: 10%;
  height: 100%;
  pointer-events: none;
  position: absolute;
}

label.wrap {
  position: relative;
}

.parent-categories .faq-grid .faq-category {
  clear: both;
}

.faq-title a {
  text-decoration: none;
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 16px;
  color: #5A5A5F;
}

.faq-feedback {
  width: fit-content;
  position: absolute;
  right: 2%;
}

.faq-feedback .faq-feedback-icon {
  text-align: center;
  box-shadow: 0px 3px 6px lightgrey;
  padding: 15px;
  border-radius: 4px;
  width: 60px;
  cursor: pointer;
}

.faq-feedback .faq-feedback-icon img {
  width: 30px;
  height: 30px;
}

.faq-feedback .faq-feedback-text {
  position: absolute;
  padding-top: 5px;
  line-height: 18px;
  color: #717176;
}

.parent-categories {
  margin-top: -100px;
}

.parent-categories .parent-categories-faq {
  background-color: #F8F8F8;
}

.tools .bpost-tools {
  position: relative;
}

.tools .field--name-field-tools-top-banner {
  margin-top: 10px;
}

.tools .field--name-field-tools-top-banner img {
  width: 100%;
}

.tools .bpost-tools .tools-header-title {
  position: absolute;
  left: 50px;
  right: 50px;
  word-break: break-all;
  top: 80px;
}

.tools .bpost-tools .tools-header-title h2.banner-subtitle {
  font-size: 32px;
}

.tools .field--name-body.field--type-text-with-summary {
  margin: 15px;
}

.btn:hover {
  color: white;
}

.faq-grid .font-data {
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 20px;
  color: #5A5A5F;
}

.faq-category .col-sm-4 {
  height: 156px;
  width: 30%;
  margin: 5px;
  box-shadow: 0px 3px 6px lightgrey;
  background-color: #ffffff;
}

.faq-category .col-sm-4 img {
  height: 50px;
  width: 50px;
}

.faq-category .col-sm-4 .fa-landing-div-img {
  margin-top: 30px;
}

.faq-category .col-sm-4 .faq-title {
  margin-top: 10px;
}

.faq-top-image h1 {
  text-align: center;
  color: #ffffff;
  padding-top: 60px;
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 66px;
}

.faq-top-image p.sub-title {
  text-align: center;
  color: #ffffff;
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 24px;
}

.block-views-blocktop-task-mobile-name-block-1 .custom-box-padding {
  box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.12);
  margin: 5px;
  width: 46% !important;
  height: 116px;
  padding: 25px 0 0 0;
  border-radius: 8px;
}

.block-views-blocktop-task-mobile-name-block-1 .custom-box-padding img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.block-views-blocktop-task-mobile-name-block-1 .views-field-field-top-task-mobile-icon img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 18.19px;
  height: 35px;
}

.block-views-blocktop-task-mobile-name-block-1 .custom-box-padding:nth-child(1) .views-field-field-top-task-mobile-icon img {
  width: 26px;
}

.block-views-blocktop-task-mobile-name-block-1 .custom-box-padding:nth-child(2) .views-field-field-top-task-mobile-icon img {
  width: 33px;
}

.block-views-blocktop-task-mobile-name-block-1 .custom-box-padding:nth-child(3) .views-field-field-top-task-mobile-icon img,.block-views-blocktop-task-mobile-name-block-1 .custom-box-padding:nth-child(4) .views-field-field-top-task-mobile-icon img {
  width: 35px;
}

.block-views-blocktop-task-mobile-name-block-1 .custom-box-padding .views-field.views-field-name {
  text-align: center;
  padding-top: 10px;
}

.subcategory-top-image {
  background-image: url(https://www.bpost.be/themes/custom/nbw/images/webform/BG-header-webform-curve.png);
  min-height: 100px;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 70px;
}

.sub-category .sub-category-terms {
  margin-top: 60px;
  display: flow-root;
}

.sub-category .sub-category-name {
  float: left;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  padding: 10px;
  margin: 10px;
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 16px;
  color: #5A5A5F;
  cursor: pointer;
}

.row.faq-category .round {
  display: none;
}

.residential-search-popup,.business-search-popup,.public-search-popup {
  display: none;
  z-index: 3;
}

.residential-search-popup .search-residential-popup,.business-search-popup .search-business-popup,.public-search-popup .search-public-popup {
  overflow: hidden;
  top: 40px;
  width: 100%;
  position: absolute;
  margin-top: 15px;
  z-index: 999;
}

.residential-search-popup .search-residential-popup:after,.business-search-popup .search-business-popup:after,.public-search-popup .search-public-popup:after {
  display: inline-block;
  content: "";
}

.cross_icon_popup {
  cursor: pointer;
}

.residential-search-popup .search-residential-popup .residential-popup-alert-box,.business-search-popup .search-business-popup .business-popup-alert-box,.public-search-popup .search-public-popup .public-popup-alert-box {
  padding: 15px;
}

.search-residential-popup .bpost_search,.search-business-popup .bpost_search,.search-public-popup .bpost_search {
  margin-left: 53rem;
  width: 30%;
  border-radius: 4px;
  z-index: 1;
  height: auto;
  top: 20px;
  left: 15px;
}

.search-residential-popup .bpost_search_page,.search-business-popup .bpost_search_page,.search-public-popup .bpost_search_page {
  width: 70%;
  background: white;
  padding: 15px;
  box-shadow: 0px 3px 6px lightgrey;
  border-radius: 4px;
  margin-top: 14px;
  position: relative;
  top: 4rem;
  z-index: 1;
  height: auto;
}

.bpost_search {
  position: relative;
}

.residential-search-popup .search-residential-popup .form--inline.form-inline.clearfix,.business-search-popup .search-business-popup .form--inline.form-inline.clearfix,.public-search-popup .search-public-popup .form--inline.form-inline.clearfix,#faqSearchModal .form--inline.form-inline.clearfix {
  position: relative;
  overflow: hidden;
}

.residential-search-popup .search-residential-popup form div.form-item,.business-search-popup .search-business-popup form div.form-item,.public-search-popup .search-public-popup form div.form-item,#faqSearchModal div.form-item {
  width: 100%;
  padding: 10px;
}

.residential-search-popup .search-residential-popup .input-group,.business-search-popup .search-business-popup .input-group,.public-search-popup .search-public-popup .input-group,.faq-top-image .input-group,.subcategory-top-image .input-group,.faqSearchResultPage .input-group {
  width: 80% !important;
}

.search-residential-popup .input-group input,.search-business-popup .input-group input,.search-public-popup .input-group input {
  margin-top: 0;
  border-radius: 4px !important;
  border-top-right-radius: unset !important;
  border-bottom-right-radius: unset !important;
  height: unset;
}

.residential-search-popup .search-residential-popup div.form-actions,.business-search-popup .search-business-popup div.form-actions,.public-search-popup .search-public-popup div.form-actions,#faqSearchModal div.form-actions,.faqSearchResultPage div.form-actions {
  position: absolute;
  right: 15px;
  width: 18%;
  top: 10px;
}

.residential-search-popup .residential-popup-alert-box .bpost_search .view-footer,.business-search-popup .business-popup-alert-box .bpost_search .view-footer,.public-search-popup .public-popup-alert-box .bpost_search .view-footer {
  display: none;
}

#faqSearchModal div.form-actions {
  top: 3px;
}

.residential-search-popup .search-residential-popup button,.business-search-popup .search-business-popup button,.public-search-popup .search-public-popup button,#faqSearchModal button,.faqSearchResultPage .bpost_search button {
  background-color: #EF2637;
  width: 60%;
  border-color: #EF2637;
  color: #EF2637;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

.residential-search-popup .search-residential-popup button#edit-submit-multisite-solr-view-residential:hover,.business-search-popup .search-business-popup button#edit-submit-multisite-solr-view:hover,.public-search-popup .search-public-popup button#edit-submit-multisite-solr-view:hover {
  background-color: #EF2637;
  border-color: #EF2637;
}

.residential-search-popup .search-residential-popup button span,.business-search-popup .search-business-popup button span,.public-search-popup .search-public-popup button span {
  display: none;
}

.bpost_menu_parent .block-views-blockmultisite-solr-view-residential-residential-block .view-display-id-residential_block.residential-block-hide {
  display: none;
}

.bpost_menu_parent .block-views-blockmultisite-solr-view-business-solr-search-block .view-display-id-business_solr_search_block.business-block-hide {
  display: none;
}

.view-display-id-residential_block .view-content,.view-display-id-business_solr_search_block .view-content,.view-display-id-public_solr_search_block .view-content {
  display: none;
}

.path-search-residential-solr-search-content .bpost_menu_parent .residential_header_search .input-group,.path-search-business-solr-search-content .bpost_menu_parent .business_header_search .input-group,.path-search-public-solr-search-content .bpost_menu_parent .public_header_search .input-group {
  display: none;
}

.search-result-residential-page .search-residential-popup,.search-result-business-page .search-business-popup,.search-result-public-page .search-public-popup {
  overflow: hidden;
}

.search-result-residential-page .search-residential-popup:after,.search-result-business-page .search-business-popup:after,.search-result-public-page .search-public-popup:after {
  display: inline-block;
  height: 200px;
  content: "";
}

.search-bg-image {
  background-image: url(https://www.bpost.be/themes/custom/nbw/images/faq/BG_Bottom.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.search-result-residential-page .search-residential-popup .residential-popup-alert-box,.search-result-business-page .search-business-popup .business-popup-alert-box,.search-result-public-page .search-public-popup .public-popup-alert-box {
  background-color: #F8F8F8;
  height: 0rem;
}

.outside_search_click.overlay .search-result-residential-page .search-residential-popup .residential-popup-alert-box,.outside_search_click.overlay .search-result-business-page .search-business-popup .business-popup-alert-box {
}

.search-result-residential-page .search-residential-popup .form--inline.form-inline.clearfix,.search-result-business-page .search-business-popup .form--inline.form-inline.clearfix,.search-result-public-page .search-public-popup .form--inline.form-inline.clearfix {
  position: relative;
  overflow: hidden;
}

.search-result-residential-page .search-residential-popup form div.form-item,.search-result-business-page .search-business-popup form div.form-item,.search-result-public-page .search-public-popup form div.form-item {
  width: 100%;
  margin-bottom: 0;
  padding: 10px;
}

.search-result-residential-page .search-residential-popup .input-group,.search-result-business-page .search-business-popup .input-group,.search-result-public-page .search-public-popup .input-group {
  width: 92% !important;
}

.search-result-residential-page .search-residential-popup div.form-actions,.search-result-business-page .search-business-popup div.form-actions,.search-result-public-page .search-public-popup div.form-actions {
  position: absolute;
  right: 0;
  width: 8%;
  top: 10px;
  margin-right: 10px;
}

.search-result-residential-page .search-residential-popup button,.search-result-business-page .search-business-popup button,.search-result-public-page .search-public-popup button {
  background-color: #EF2637;
  width: 100%;
  border-color: #EF2637;
  color: #EF2637;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

.search-result-residential-page .search-residential-popup button:after,.search-result-business-page .search-business-popup button:after,.search-result-public-page .search-public-popup button:after {
  content: "\f002";
  font-family: 'Font Awesome 5 Pro';
  color: white;
  left: 30%;
  top: 5px;
  position: absolute;
  font-size: 18px;
}

.search-result-residential-page .search-residential-popup button#edit-submit-multisite-solr-view-residential:hover,.search-result-business-page .search-business-popup button#edit-submit-multisite-solr-view:hover,.search-result-public-page .search-public-popup button#edit-submit-multisite-solr-view-public:hover {
  background-color: #EF2637;
  border-color: #EF2637;
}

.search-result-residential-page .search-residential-popup button span,.search-result-business-page .search-business-popup button span,.search-result-public-page .search-public-popup button span {
  display: none;
}

.search-result-residential-page .search-empty-container .solr_residential_search_result,.search-result-business-page .search-empty-container .solr_business_search_result,.search-result-public-page .search-empty-container .solr_public_search_result {
  width: 100%;
}

.search-result-residential-page .solr_residential_search_result .views-row,.search-result-business-page .solr_business_search_result .views-row,.search-result-public-page .solr_public_search_result .views-row {
  padding: 25px;
  box-shadow: 0px 4px 12px lightgrey;
  border-radius: 8px;
  position: relative;
  height: 100%;
  overflow: hidden;
  background-color: #ffffff;
  margin-top: 15px;
  cursor: pointer;
  padding-top: 50px;
}

.search-result-residential-page .solr_residential_search_result .views-row .views-field-title,.search-result-business-page .solr_business_search_result .views-row .views-field-title,.search-result-public-page .solr_public_search_result .views-row .views-field-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 85px;
  color: #5A5A5F;
}

.search-result-residential-page .solr_residential_search_result .views-row .views-field-body,.search-result-business-page .solr_business_search_result .views-row .views-field-body,.search-result-public-page .solr_public_search_result .views-row .views-field-body,.faqSearchResultPage .views-field.views-field-body span,.search-result-residential-page .solr_residential_search_result .views-row .views-field-nothing-1,.search-result-business-page .solr_business_search_result .views-row .views-field-nothing-1,.search-result-public-page .solr_public_search_result .views-row .views-field-nothing-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 85px;
}

.search-result-residential-page .solr_residential_search_result .smart-result-block .views-row .views-field-body,.search-result-business-page .solr_business_search_result .smart-result-block .views-row .views-field-body,.search-result-public-page .solr_public_search_result .smart-result-block .views-row .views-field-body {
  overflow: unset;
  text-overflow: unset;
  display: block;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: none;
}

.search-result-residential-page .solr_residential_search_result .smart-result-block .views-row,.search-result-business-page .solr_business_search_result .smart-result-block .views-row,.search-result-public-page .solr_public_search_result .smart-result-block .views-row {
  cursor: default;
}

.solr_search_result_loader {
  min-height: 100px;
  background: url(https://www.bpost.be/themes/custom/nbw/images/spinner.gif) no-repeat 50%;
}

.solr_search_result {
  display: none;
}

.search-result-residential-page .solr_residential_search_result .views-row .views-field-title h2 {
  font-size: 24px !important;
  line-height: 1 !important;
}

.search-result-residential-page .solr_residential_search_result .views-row .views-field-title h2 a {
  font-size: 24px !important;
}

.faqSearchResultPage .views-field.views-field-body span {
  max-height: 90px;
}

.search-result-residential-page .solr_residential_search_result div#residential-result-count-id,.search-result-business-page .solr_business_search_result div#business-result-count-id,.search-result-public-page .solr_public_search_result div#public-result-count-id,div#faq-result-count-id {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #5A5A5F;
  line-height: 24px;
}

.search-result-faq-page .faq-content-data .views-field.views-field-target-id {
  height: 25px;
}

.search-result-faq-page .faq-content-data button#faq_residentiel,.search-result-faq-page .faq-content-data button#faq_professionnel {
  border-radius: 15px;
  background-color: #CBCBCB;
  font-size: 14px;
  font-weight: 400;
  color: #1D191D;
  line-height: 20px;
  border: none;
  padding: 0px 15px 0px 15px;
  height: 32px;
}

.search-result-faq-page .faq-content-data .field-content-pro:before,.search-result-faq-page .faq-content-data .field-content-res:before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 5px;
  background-repeat: no-repeat;
}

.search-result-faq-page .faq-content-data .field-content-pro:before {
  background-image: url(https://www.bpost.be/themes/custom/nbw/images/bpost_faqfilter_red.svg);
  background-size: 100% 100%;
}

.search-result-faq-page .faq-content-data .field-content-res:before {
  background-image: url(https://www.bpost.be/themes/custom/nbw/images/bpost_faqfilter_green.svg);
  background-size: 100% 100%;
}

.search-result-faq-page .faq-content-data button#faq_residentiel.active:before,.search-result-faq-page .faq-content-data button#faq_professionnel.active:before {
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f00c";
  font-weight: 500;
  color: #1D191D;
  font-size: 14px;
  height: 18px;
  width: 18px;
  margin-right: 10px;
}

.search-result-faq-page .faq-content-data span {
  color: #5A5A5F;
}

.search-result-faq-page .faq-content-data .field-content-res {
  color: #66A367;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.search-result-faq-page .faq-content-data .field-content-pro {
  color: #ED7125;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.search-result-residential-page .solr_residential_search_result .residential-result-count,.search-result-business-page .solr_business_search_result .business-result-count,.search-result-public-page .solr_public_search_result .public-result-count,.faq-content-data .faq-result-count {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  color: #5A5A5F;
  font-weight: 500;
}

.search-result-residential-page .solr_residential_search_result .views-row .views-field-title a,.search-result-business-page .solr_business_search_result .views-row .views-field-title a,.search-result-public-page .solr_public_search_result .views-row .views-field-title a,.search-result-residential-page .solr_residential_search_result .views-row .views-field-name a,.search-result-business-page .solr_business_search_result .views-row .views-field-name a,.search-result-public-page .solr_public_search_result .views-row .views-field-name a {
  font-size: 28px;
  color: #5A5A5F;
}

.search-result-residential-page .solr_residential_search_result .views-row .views-field-body span,.search-result-business-page .solr_business_search_result .views-row .views-field-body span,.search-result-public-page .solr_public_search_result .views-row .views-field-body span,.search-result-residential-page .solr_residential_search_result .views-row .views-field-nothing-1 span,.search-result-business-page .solr_business_search_result .views-row .views-field-nothing-1 span,.search-result-public-page .solr_public_search_result .views-row .views-field-nothing-1 span {
  font-size: 16px;
  color: #717176;
  line-height: 28px;
}

.search-result-residential-page .view-custom-pager ul.js-pager__items.pager,.search-result-business-page .view-custom-pager ul.js-pager__items.pager,.search-result-public-page .view-custom-pager ul.js-pager__items.pager,.path-faq-search-view .view-custom-pager ul.js-pager__items.pager {
  padding-inline-start:unset;text-align: center;
}

.search-result-residential-page .view-custom-pager,.path-faq-search-view .view-custom-pager {
  position: relative;
}

.search-result-residential-page .view-custom-pager li,.search-result-business-page .view-custom-pager li,.search-result-public-page .view-custom-pager li {
  list-style: none;
}

.search-result-residential-page .view-custom-pager ul.js-pager__items.pager a,.search-result-business-page .view-custom-pager ul.js-pager__items.pager a,.search-result-public-page .view-custom-pager ul.js-pager__items.pager a,.path-faq-search-view .view-custom-pager ul.js-pager__items.pager a {
  border: 1px solid #EF2637;
  border-radius: 4px;
  font-family: "Ubuntu";
  font-weight: 500;
  font-size: 18px;
  color: #EF2637;
  padding: 11px 23px;
}

.faq-data-info-label {
  position: absolute;
  top: 1.3rem;
  right: 8rem;
  width: 3rem !important;
  background-color: #4195B9;
  color: #FFFFFF;
}

.blog-data {
  position: absolute;
  top: 1.3rem;
  right: 8rem;
  width: 3rem !important;
  background-color: #4195B9;
  color: #FFFFFF;
}

.blog-data-info-label {
  position: absolute;
  right: 120px;
  top: 15px;
  background-color: #D9EAF1;
  width: 45px;
  padding: 3px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
  font-style: normal;
  color: #000000;
  border-radius: 4px;
}

.template-data {
  position: absolute;
  right: 1rem;
  top: 1.3rem;
  background-color: #D9EAF1;
  color: #0D1E25;
}

.template-data-info-label i {
  margin: 0px 5px;
  width: 100px;
  padding: 3px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
  font-style: normal;
  border-radius: 4px;
}

.search-result-residential-page .search-empty-container .no_search_result_found,.search-result-business-page .search-empty-container .no_search_result_found,.search-result-public-page .search-empty-container .no_search_result_found {
  box-shadow: none !important;
}

.search-result-residential-page .no_search_result_found h4,.search-result-business-page .no_search_result_found h4,.search-result-public-page .no_search_result_found h4,.search-result-faq-page .no_search_result_found h4 {
  color: #5A5A5F;
  line-height: 28px;
}

.search-result-residential-page .no_search_result_found p,.search-result-business-page .no_search_result_found p,.search-result-public-page .no_search_result_found p,.search-result-faq-page .no_search_result_found p {
  font-size: 18px;
  color: #5A5A5F;
  line-height: 24px;
  font-weight: 500;
}

.search-result-residential-page .no_search_result_found .no_result_found_list p,.search-result-business-page .no_search_result_found .no_result_found_list p,.search-result-public-page .no_search_result_found .no_result_found_list p,.search-result-faq-page .no_search_result_found .no_result_found_list p {
  list-style: none;
  font-size: 16px;
  color: #717176;
  line-height: 24px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.search-result-residential-page .no_search_result_found .no_result_found_list p:before,.search-result-business-page .no_search_result_found .no_result_found_list p:before,.search-result-public-page .no_search_result_found .no_result_found_list p:before,.search-result-faq-page .no_search_result_found .no_result_found_list p:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f058";
  font-weight: 300;
  color: #66A367;
  padding-right: 15px;
  font-size: 20px;
}

.search-result-residential-page .no_search_result_found img,.search-result-business-page .no_search_result_found img,.search-result-public-page .no_search_result_found img,.search-result-faq-page .no_search_result_found img {
  width: 100%;
}

.search-result-residential-page .search-with-filters .search-pad-right,.search-result-business-page .search-with-filters .search-pad-right,.search-result-public-page .search-with-filters .search-pad-right {
  margin-right: 30%;
}

.subcategory-top-image .bpost_search form > div,.faq-top-image .bpost_search form > div {
  position: relative;
  overflow: hidden;
}

.subcategory-top-image .bpost_search form div.form-item,.faq-top-image .bpost_search form div.form-item {
  width: 100%;
}

.subcategory-top-image .bpost_search input,.faq-top-image .bpost_search input {
  width: 80%;
  float: left;
  margin-right: 2%;
  margin-top: 0;
}

.subcategory-top-image .bpost_search .form-item-template,.faq-top-image .bpost_search .form-item-template {
  display: none;
}

.faq-top-image .bpost_search input {
  border-radius: 4px !important;
}

.subcategory-top-image .bpost_search label.control-label,.faq-top-image .bpost_search label.control-label {
  display: none;
}

.subcategory-top-image .bpost_search .view-content,.faq-search-block-wrapper.faq_parent_common .bpost_search .view-content {
  display: none;
}

.subcategory-top-image .bpost_search div.form-actions,.faq-top-image .bpost_search div.form-actions {
  position: absolute;
  right: 0;
  width: 18%;
  top: 0px;
}

.subcategory-top-image .bpost_search button,.faq-top-image .bpost_search button {
  background-color: #EF2637;
  width: 100%;
  border-radius: 4px;
  border-color: #EF2637;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  color: #fff;
}

.path-faq .bpost_search ul.focus_recent_suggestion.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front.search-api-autocomplete-search,.path-faqs .bpost_search ul.focus_recent_suggestion.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front.search-api-autocomplete-search,.path-business .bpost_search ul.focus_recent_suggestion.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front.search-api-autocomplete-search,.path-faq-search-view .bpost_search ul.focus_recent_suggestion.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front.search-api-autocomplete-search {
  border-top: 1px solid #DEDEDF;
  position: absolute;
  width: 100% !important;
  left: 0% !important;
  padding-bottom: 20px;
  margin-left: 0px;
}

.path-faq .bpost_search .ui-menu li.ui-menu-item:first-child,.path-faqs .bpost_search .ui-menu li.ui-menu-item:first-child,.path-business .bpost_search .ui-menu li.ui-menu-item:first-child,.path-faq-search-view .bpost_search .ui-menu li.ui-menu-item:first-child {
  margin-top: 20px;
}

.bpost_search li.ui-menu-item div.suggestion_heading {
  padding-left: 20px;
}

.path-faq li.ui-menu-item div.suggestion_heading,.path-faqs li.ui-menu-item div.suggestion_heading,.path-faq-search-view li.ui-menu-item div.suggestion_heading,.path-business li.ui-menu-item div.suggestion_heading {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #5A5A5F;
  font-weight: 500;
  padding-left: 40px;
}

.path-faq .bpost_search li.ui-menu-item div.suggestion_heading,.path-faqs .bpost_search li.ui-menu-item div.suggestion_heading,.path-faq-search-view .bpost_search li.ui-menu-item div.suggestion_heading,.path-business .bpost_search li.ui-menu-item div.suggestion_heading {
  padding-left: 40px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.bpost_search li.ui-menu-item div.suggestion_heading:before {
  left: 0;
}

.bpost_search .ui-menu li.ui-menu-item a span:after {
  position: absolute;
  top: 5px !important;
  padding-left: 15px;
}

.faqSearchResultPage .bpost_search button {
  width: 100%;
}

.path-faq .search-api-autocomplete-suggestion,.path-faqs .search-api-autocomplete-suggestion,.path-business .search-api-autocomplete-suggestion {
  background: white !important;
}

.path-faq .modal-backdrop.show,.path-faqs .modal-backdrop.show,.path-business .modal-backdrop.show {
  top: 135px
}

#faqSearchModal .modal-dialog {
  top: 290px;
}

.subcategory-top-image .bpost_search button span,.faq-top-image .bpost_search button span {
  display: none;
}

.subcategory-top-image .bpost_search {
  background: white;
  padding: 35px;
  box-shadow: 0px 3px 6px lightgrey;
  border-radius: 4px;
  width: 50%;
  left: 25%;
  position: absolute;
  top: 35%;
  z-index: 999;
}

.subcategory-top-image .bpost_search .form-group {
  margin-bottom: 0px;
}

.sub-category .sub-category-terms .sub-category-name a {
  text-decoration: none;
  color: inherit;
}

.sub-category-name:hover {
  border-color: red;
  color: red;
}

.faqSearchResultPage .views-field.views-field-title {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 95px;
}

.faq-sub-category .faq-answer,.faqSearchResultPage .views-field.views-field-body,.related-faqs .faq-page-answer {
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 16px;
  color: #717176;
  padding-top: 15px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.faqSearchResultPage .views-field.views-field-body {
  height: 100px;
}

.faqSearchResultPage .views-field.views-field-tid,.faqSearchResultPage .views-field.views-field-field-popularity-1,.faqSearchResultPage .views-field.views-field-name {
  display: none;
}

.faqSearchResultPage .views-field.views-field-title h2 {
  line-height: 28px;
}

.faq-sub-category .faq-data .faq-data-child {
  box-shadow: 0px 3px 6px lightgrey;
  height: 275px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 15px 30px;
  margin-bottom: 20px;
  overflow: hidden;
}

.faq-sub-category .faq-data .faq-data-child:hover {
  border-bottom: 4px solid red;
}

.faq-sub-category {
  clear: both;
  padding-top: 100px;
}

.faq-landing-pages {
  position: relative;
}

.faq-landing-pages .faq-landing-page .faq-ques-ans {
  border-radius: var(--radius-medium,16px);
  border: 1px solid var(--neutral-outlines-low,#ECEEEE);
  background: var(--neutral-surfaces-low,#FFF);
  box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.10);
  padding: var(--spacing-spacing-baseline,16px);
}

.faq-landing-pages .bpost_search .control-label,.faq-landing-pages .bpost_search .form-actions {
  display: none;
}

.faq-landing-pages .bpost_search div.input-group i {
  position: absolute;
  right: 10px;
  top: 15px;
  color: #DD1829;
  cursor: pointer;
  font-size: 16px;
}

.faq-page-question {
  color: #000;
  font-size: 42px;
  font-weight: 500;
  line-height: 52px;
}

.faq-page-answer {
  color: var(--neutral-text-secondary,#576062);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.faq-page-answer .top-task-cta .province-top-space,.faq-page-answer .top-task-cta .pos-btn {
  display: none;
}

.faq-detail-content-block {
  width: 100%;
}

.faq-ques-ans .faq-button {
  justify-content: center;
  align-items: center;
  padding: 0px;
  background: #EF2637;
  border: 1px solid #EF2637;
  margin: 20px 0px 20px 0px;
  border-radius: 4px;
  font-family: "Ubuntu";
  font-weight: 500;
  width: fit-content;
  display: table;
  padding: 11px 23px;
}

.faq-ques-ans .faq-button a {
  font-size: 18px;
  color: #FFFFFF;
  text-decoration: none;
  line-height: 24px;
}

.faq-breadcrumb .breadcrumb-title a,.breadcrumb-Home-title a {
  color: var(--neutral-text-primary,#191C1D);
  line-height: 24px;
  word-break: break-word;
  font-weight: 500;
  font-size: 16px;
}

.faq-breadcrumb .breadcrumb-title a.dropdown-toggle {
  font-size: 14px;
}

.faq-breadcrumb.breadcrumb-common {
  position: relative;
}

.faq-breadcrumb.breadcrumb-common:after {
  content: "";
  width: 98%;
  height: 1px;
  background: #D1D1D1;
  position: absolute;
  bottom: -30px;
  left: 1%;
  display: none;
}

.faq-breadcrumb .breadcrumb-title:last-of-type a {
  font-size: 14px;
  font-weight: 500;
}

.faq-breadcrumb .breadcrumb-title a:hover {
  text-decoration: none;
}

.faq-breadcrumb .breadcrumb-Home-title a:hover {
  text-decoration: none;
}

.faq-sub-category .faq-link {
  padding-top: 15px;
}

.faq-breadcrumb .row {
  display: block;
}

.faq-breadcrumb .dropdown-menu.show {
  max-height: 300px;
  width: 255px !important;
  overflow-y: auto;
  width: auto;
  border: 0;
  border-radius: 8px;
  box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.10);
}

.faq-breadcrumb .dropdown.show .dropdown-toggle {
  color: var(--primary-default,#DD1829);
}

.faq-breadcrumb .dropdown-menu a.dropdown-item {
  color: var(--neutral-text-primary,#191C1D);
  padding: var(--spacing-spacing-small,12px) var(--spacing-spacing-medium,32px);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  white-space: normal;
}

.faq-breadcrumb .dropdown-menu .dropdown-header {
  color: var(--neutral-text-primary,#191C1D);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  border-radius: 8px 8px 0px 0px;
  background: var(--neutral-surfaces-low,#FFF);
  padding: var(--spacing-spacing-medium,16px) var(--spacing-spacing-medium,16px) var(--spacing-spacing-x-large,32px) var(--spacing-spacing-medium,16px);
}

.faq-breadcrumb .dropdown-menu .dropdown-header i {
  cursor: pointer;
  color: #DD1829;
  font-size: 24px;
}

.faqSearchResultPage .faq-sub-category .faq-link {
  position: absolute;
  bottom: 40px;
}

.faq-sub-category .faq-link a {
  text-align: left;
  color: #EF2637;
  font-family: "Ubuntu";
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.faq-sub-category .faq-link a:after {
  content: url(https://www.bpost.be/themes/custom/nbw/images/Next.svg);
  color: #EF2637;
  padding-left: 15px;
  position: absolute;
  padding-top: 3px;
}

.faq-sub-category .faq-question {
  overflow: hidden;
  height: 106px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.faq-sub-category .faq-question a,.faq-sub-category .faq-question span,.faqSearchResultPage .views-field.views-field-title a {
  text-decoration: none;
  color: #5A5A5F;
  font-size: 24px;
  font-weight: 500;
}

.relative-faq-block .related-faqs .faq-ques-ans {
  box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.10);
  height: 100%;
  background-color: #ffffff;
  padding: 40px 24px;
  border-radius: 8px;
  margin-bottom: 20px;
  cursor: pointer;
}

.relative-faq-block .related-faqs .custom_margin_bottom {
  margin-bottom: 10px;
}

.relative-faq-block .related-faqs .faq-ques-ans:hover {
  border-bottom: 4px solid red;
}

.relative-faq-block .related-faqs .faq-ques-ans .faq-page-question {
  overflow: hidden;
  height: 53px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--Primary-Grey,#5A5A5F);
  font-feature-settings: 'liga' off,'clig' off;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.relative-faq-block .related-faqs {
  margin-top: 0;
  padding-bottom: 40px;
}

.relative-faq-block .related-faqs .faq-ques-ans .faq-page-question a {
  text-decoration: none;
  color: #5A5A5F;
}

.path-user-login .region.region-content {
  max-width: 450px;
  margin: auto;
  margin-top: 30px;
}

.region.region-footer a:hover {
  text-decoration: none;
}

.faq-contact-block .faq-contact-block-header {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--neutral-text-primary,#191C1D);
  margin-top: 16px;
}

.faq-contact-block .faq-contact-block-body {
  padding: 16px 0;
  color: var(--neutral-text-secondary,#576062);
  font-weight: 400;
  line-height: 18px;
}

.faq-contact-block .faq-contact-block-body p span {
  color: var(--neutral-text-primary,#191C1D);
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}

.faq-contact-block a.btn {
  border-radius: var(--border-radius-radius-xx-small,4px);
  border: 1px solid var(--secondary-button-btnSecondaryIdleBorder,#DD1829);
  background: var(--secondary-button-btnSecondaryIdleBg,#FFF);
  color: var(--secondary-button-btnSecondaryIdleText,#DD1829);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  height: 32px;
}

.faq-contact-block .top-task-main-container {
  background: transparent;
  padding: 0;
}

.faq-contact-block .top-task-main-container .top-task-cta.active {
  margin-bottom: 0;
}

.faq-contact-block a.btn:not(:disabled):not(.disabled).active,.faq-contact-block a.btn:not(:disabled):not(.disabled):active,.faq-contact-block a.btn:not(:disabled):not(.disabled):hover {
  border: 1px solid var(--secondary-button-btnSecondaryIdleBorder,#DD1829);
  background: var(--secondary-button-btnSecondaryIdleText,#DD1829);
  color: var(--secondary-button-btnSecondaryIdleBg,#FFF);
}

.relative-faq-block .related_faq_img {
  width: 100%;
}

.faq_static_block label {
  width: 50%;
  text-align: center;
  margin: 0 auto;
  font-size: 42px;
  color: #5A5A5F;
  font-weight: 500;
  line-height: 1.2;
}

.faq_static_block .border_red_p {
  text-align: left;
  border-bottom: 4px solid #EF2637;
  width: 32px;
  margin: 0px auto 8px;
  height: 1px;
}

.faq_static_block p {
  color: var(--neutral-text-primary,#191C1D);
  font-size: 14px;
  font-weight: 400;
  margin-top: 15px;
}

.page-node-type-page h1.page-header {
  display: none;
}

body.page-node-type-complete-html-page h1.page-header {
  display: none;
}

.region-footer nav,.region-footer section {
  float: left;
}

.region-footer ul.nav {
  display: block;
}

.nav.navbar-nav li a {
  display: block;
  padding: 15px;
}

.block-views-blockhome-page-banner-block-1 {
  display: block;
}

.view-top-task-mobile {
  width: 100%;
}

.view-top-task-mobile .row {
  margin-left: 0;
  margin-right: 0;
}

.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  display: block;
  margin-right: 2px;
  padding: 10px 15px;
  text-decoration: none;
}

.nav-tabs > li > a:hover,.nav-tabs > li > a:focus {
  background-color: #eeeeee;
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a,.nav-tabs > li.active > a:hover,.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.ve--row.row {
  margin: 0;
}

.search-api-autocomplete-search .ui-menu-item,.search-api-autocomplete-search .ui-menu-item:hover {
  background: #F8F8F8;
}

.search-api-autocomplete-search .ui-menu-item-wrapper.ui-state-active .search-api-autocomplete-suggestion {
  background: #F8F8F8;
  color: #717176;
}

.path-faq-search-view .views-infinite-scroll-content-wrapper.clearfix.form-group {
  width: 100%;
}

.ui-widget.ui-widget-content.search-api-autocomplete-search {
  border: 0;
  width: 25.5%;
  z-index: 999;
  box-shadow: 0px 3px 6px lightgrey;
  border-radius: 4px;
  margin-top: 10px;
  padding: 0px 10px;
}

.ui-front.search-api-autocomplete-search li:nth-child(1) {
  padding-top: 5px;
  background: #FFF;
}

.residential-search-popup .search-residential-popup button:after,.business-search-popup .search-business-popup button:after,.public-search-popup .search-public-popup button:after {
  content: "\f002";
  font-family: 'Font Awesome 5 Pro';
  color: white;
  left: 15px;
  position: absolute;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

.search-residential-popup .input-group input:focus {
  box-shadow: unset;
  border: 1px solid #ced4da;
}

.path-faq-search-view .ui-widget.ui-widget-content.search-api-autocomplete-search,.path-faqs .ui-widget.ui-widget-content.search-api-autocomplete-search,.path-business .ui-widget.ui-widget-content.search-api-autocomplete-search {
  border: 0;
  background: white;
  max-width: 100%;
  width: 50% !important;
  left: 25% !important;
  right: 25%;
  height: fit-content;
  text-align: center;
  z-index: 1000000;
  margin-top: 20px;
  box-shadow: 0px 3px 6px lightgrey;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-bottom: 3px;
}

.path-faq .ui-widget.ui-widget-content.search-api-autocomplete-search {
  border: 0;
  background: white;
  max-width: 100%;
  width: 25%;
  left: 25%;
  right: 25%;
  height: fit-content;
  text-align: center;
  z-index: 1000000;
  box-shadow: 0px 3px 6px lightgrey;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-bottom: 3px;
}

.path-faq-search-view .bpost_search .ui-widget.ui-widget-content.search-api-autocomplete-search,.path-faq .bpost_search .ui-widget.ui-widget-content.search-api-autocomplete-search,.path-faqs .bpost_search .ui-widget.ui-widget-content.search-api-autocomplete-search,.path-business .bpost_search .ui-widget.ui-widget-content.search-api-autocomplete-search {
  margin-top: 15px;
}

.path-faq-search-view .search-api-autocomplete-search .ui-menu-item,.path-faq-search-view .search-api-autocomplete-search .ui-menu-item:hover,.path-faqs .search-api-autocomplete-search .ui-menu-item,.path-faqs .search-api-autocomplete-search .ui-menu-item:hover,.path-faq .search-api-autocomplete-search .ui-menu-item,.path-faq .search-api-autocomplete-search .ui-menu-item:hover,.path-business .search-api-autocomplete-search .ui-menu-item,.path-business .search-api-autocomplete-search .ui-menu-item:hover {
  background: white;
}

.path-faq-search-view .search-api-autocomplete-suggestion,.path-faqs .search-api-autocomplete-suggestion,.path-faq .search-api-autocomplete-suggestion,.path-business .search-api-autocomplete-suggestion {
  background: white;
  text-align: left;
  margin: 10px 0px;
}

.path-faq-search-view .ui-menu li.ui-menu-item a:after,.path-faq .ui-menu li.ui-menu-item a:after,.path-faqs .ui-menu li.ui-menu-item a:after,.path-business .ui-menu li.ui-menu-item a:after {
  right: 20px;
}

.ui-menu li.ui-menu-item a {
  color: #717176;
  font-size: 16px;
  font-weight: 400;
  display: block;
  border: 0;
  background: none;
  margin: 0;
}

.ui-menu li.ui-menu-item a:after {
  content: '\f054';
  font-family: FontAwesome;
  color: #EF2637;
  float: right;
  position: relative;
  top: -27px;
  right: 4px;
}

.path-faq .bpost_search .ui-menu li.ui-menu-item a:after,.path-faqs .bpost_search .ui-menu li.ui-menu-item a:after,.path-faq-search-view .bpost_search .ui-menu li.ui-menu-item a:after,.path-business .bpost_search .ui-menu li.ui-menu-item a:after {
  content: '';
}

.path-faq .ui-menu li.ui-menu-item a span:last-child:after,.path-faqs .ui-menu li.ui-menu-item a span:last-child:after,.path-faq-search-view .ui-menu li.ui-menu-item a span:last-child:after,.path-business .ui-menu li.ui-menu-item a span:last-child:after {
  content: '\f054';
  font-family: FontAwesome;
  color: #EF2637;
  float: unset;
  position: relative;
  top: 0;
  padding-left: 15px;
}

.path-faq .ui-menu li.ui-menu-item.without-after-element a span:last-child:after,.path-faqs .ui-menu li.ui-menu-item.without-after-element a span:last-child:after,.path-faq-search-view .ui-menu li.ui-menu-item.without-after-element a span:last-child:after,.path-business .ui-menu li.ui-menu-item.without-after-element a span:last-child:after,.path-faq .ui-menu li.ui-menu-item a:after,.path-faqs .ui-menu li.ui-menu-item a:after,.path-faq-search-view .ui-menu li.ui-menu-item a:after,.path-business .ui-menu li.ui-menu-item a:after {
  content: none;
}

.path-faq li.ui-menu-item:last-child,.path-faqs li.ui-menu-item:last-child,.path-faq-search-view li.ui-menu-item:last-child,.path-business li.ui-menu-item:last-child {
  padding-bottom: 15px;
}

.path-faq .bpost_search .ui-menu li.ui-menu-item a span:after,.path-faqs .bpost_search .ui-menu li.ui-menu-item a span:after,.path-faq-search-view .bpost_search .ui-menu li.ui-menu-item a span:after,.path-business .bpost_search .ui-menu li.ui-menu-item a span:after {
  content: '\f054';
  font-family: FontAwesome;
  color: #EF2637;
  float: unset;
  position: relative;
  top: 0px !important;
}

.path-faq li.ui-menu-item.without-after-element.add-border,.path-faqs li.ui-menu-item.without-after-element.add-border,.path-faq-search-view li.ui-menu-item.without-after-element.add-border,.path-business li.ui-menu-item.without-after-element.add-border {
  border-top: 1px solid #D1D1D1;
  margin-top: 15px;
}

.path-faq b.suggestion_bold,.path-faqs b.suggestion_bold,.path-faq-search-view b.suggestion_bold,.path-business b.suggestion_bold {
  font-weight: 500 !important;
  font-family: "Ubuntu";
  color: #5A5A5F;
}

.ui-menu li.ui-menu-item.without-after-element a:after,.ui-menu li.ui-menu-item a.without-after-element:after {
  content: none;
}

.search-api-autocomplete-suggestion {
  background: #ffffff;
  padding: 3px 8px;
  padding-right: 22px;
}

.search-api-autocomplete-suggestion .autocomplete-suggestion-user-input {
  font-weight: normal;
}

.search-api-autocomplete-suggestion .autocomplete-suggestion-suggestion-suffix {
  font-weight: bold;
}

.search-api-autocomplete-suggestion .postcodesuggestion,.search-api-autocomplete-suggestion .citysuggestion {
  color: #EF2637;
}

.search-api-autocomplete-suggestion .postcodesuggestion:before,.search-api-autocomplete-suggestion .citysuggestion:before {
  content: '\f041';
  font-family: FontAwesome;
  color: #EF2637;
  position: relative;
  margin-right: 10px;
}

.search-api-autocomplete-suggestion .postcodesuggestion .autocomplete-suggestion-suggestion-suffix,.search-api-autocomplete-suggestion .citysuggestion .autocomplete-suggestion-suggestion-suffix {
  font-weight: normal;
}

.path-search-residential-solr-search-content .search_block_mobile .search_block.bpost_search,.path-search-business-solr-search-content .search_block_mobile .search_block.bpost_search,.path-faq .search_block_mobile .search_block.bpost_search,.path-faqs .search_block_mobile .search_block.bpost_search,.path-faq-search-view .search_block_mobile .search_block.bpost_search,.path-business .search_block_mobile .search_block.bpost_search {
  display: none;
}

.residential_header_search .input-group.residential-block-hide,.business_header_search .input-group.business-block-hide,.public_header_search .input-group.public-block-hide {
  display: none;
}

.path-faq-search-view .residential_header_search .residential_custom_block {
  display: none;
}

.residential-popup-alert-box .bpost_search .form-group,.business-popup-alert-box .bpost_search .form-group {
  margin-bottom: 0;
}

ul.focus_recent_suggestion {
  top: 48px;
  width: 100%;
  left: 10px;
}

li.ui-menu-item div.suggestion_heading {
  font-size: 20px;
  color: #EF2637;
  font-weight: 500;
  cursor: default;
  padding-left: 20px;
}

li.ui-menu-item div.most_recent_label_cls:before {
  content: '\f002';
}

li.ui-menu-item div.latest_research_label_cls:before {
  content: '\f2f2';
}

li.ui-menu-item div.suggestion_heading:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 8px;
}

.faq_search_category_result .faq_search_category_title {
  display: inline-block;
  border: 1px solid #D1D1D1;
  padding: 10px 20px;
  margin-bottom: 15px;
  margin-left: 15px;
  border-radius: 4px;
  cursor: pointer;
  color: #5A5A5F;
  font-weight: 500;
  font-size: 16px;
}

.faq_search_category_result .faq_search_category_title .cat_name {
  display: none;
}

.path-faqs .faq-top-image .bpost_search .view-id-faq_search_view .view-content,.path-business .faq-top-image .bpost_search .view-id-faq_search_view .view-content {
  display: none;
}

.faq_search_category_result .faq_search_category_title:hover,.faq_search_category_result .faq_search_category_title.active {
  color: #EF2637;
  border-color: #EF2637;
}

.faq_search_category_result {
  margin-top: 40px;
  z-index: 1;
  position: relative;
}

.path-faq li.ui-menu-item div.suggestion_heading:before,.path-faqs li.ui-menu-item div.suggestion_heading:before,.path-faq-search-view li.ui-menu-item div.suggestion_heading:before,.path-business li.ui-menu-item div.suggestion_heading:before {
  content: url(https://www.bpost.be/themes/custom/nbw/images/parcel-ico_0.svg);
  color: #EF2637;
  padding-left: 15px;
  top: 20px;
  left: -10px;
}

.path-faq .bpost_search li.ui-menu-item div.suggestion_heading:before,.path-faqs .bpost_search li.ui-menu-item div.suggestion_heading:before,.path-business .bpost_search li.ui-menu-item div.suggestion_heading:before,.path-faq-search-view .bpost_search li.ui-menu-item div.suggestion_heading:before {
  content: url(https://www.bpost.be/themes/custom/nbw/images/parcel-ico_0.svg);
  color: #EF2637;
  padding-left: 15px;
  top: 0;
  left: -10px;
}

.faq-sub-category span.result_category {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #5A5A5F;
  font-weight: 500;
}

.faq-overview .faq-sub-category span.result_category {
  color: #EF2637;
}

.faq-grid .custom_border,.faq-sub-category .faq-data .faq-data-child,.relative-faq-block .related-faqs .faq-ques-ans {
  cursor: pointer;
}

.relative-faq-block .related-faqs .faq-ques-ans {
  display: block;
  border-bottom: 4px solid transparent;
}

.outside_search_click.overlay {
}

.outside_search_click.overlay .search-result-residential-page .search-residential-popup .residential-popup-alert-box,.outside_search_click.overlay .search-result-business-page .search-business-popup .business-popup-alert-box,.outside_search_click.overlay .search-result-public-page .search-public-popup .public-popup-alert-box {
  position: relative;
  z-index: 1001;
}

.outside_search_click.overlay .search-result-residential-page .search-residential-popup:after,.outside_search_click.overlay .search-result-business-page .search-business-popup:after,.outside_search_click.overlay .search-result-public-page .search-public-popup:after {
  z-index: 1000;
}

.page-maincontent.outside_search_click.overlay:after,body.overlay:after {
  content: '';
  background-color: rgba(0,0,0,1);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}

.desktop.bpost_header_menu.overlay:after {
  content: '';
  background-color: rgba(0,0,0,1);
  width: 100%;
  height: 27%;
  position: absolute;
  top: 5.3rem;
  left: 0;
  opacity: 0.5;
}

.outside_search_click.overlay .top-task-nav.active {
  z-index: 0;
}

.outside_search_click.overlay {
  position: relative;
  z-index: 990;
}

.faq-top-image .bpost_search,.sub-category .bpost_search {
  z-index: 1;
}

.zip_seach_block_parent {
  margin: 50px 0px;
}

.zip_search_result_page .zip_seach_block_parent {
  margin: 20px 0px;
}

.zip_seach_block_parent .zip_seach_block_child,.zip_search_result {
  padding: 25px;
  box-shadow: 0px 4px 12px lightgrey;
  border-radius: 4px;
  position: relative;
  background-color: #ffffff;
  margin: 0 auto;
}

.zip_seach_block_parent .zip_search_title h2 {
  color: #5A5A5F;
  font-size: 24px;
  line-height: 30px;
  font-family: "Ubuntu";
  font-weight: 500;
}

.zip_seach_block_parent .zip_search_title p,.zip_search_result p.similiar_result {
  color: #717176;
  font-size: 14px;
  line-height: 20px;
  font-family: "Ubuntu";
  font-weight: 400;
  margin: 15px 0px 20px 0px;
}

.main_zip_search_data {
  height: 55px;
}

.main_zip_search_data .copy_button {
  background: white;
  border: 1px solid #EF2637;
  border-radius: 4px;
  color: #EF2637;
  font-size: 18px;
  line-height: 24px;
  font-family: "Ubuntu";
  font-weight: 500;
  width: 100%;
  max-width: 122px;
  height: 48px;
}

.main_zip_search_data .copy_button:hover {
  color: #EF2637;
}

.zip_search_result .sub_zip_search_data:last-child {
  border-bottom: 1px solid #E4E4E5;
}

.zip_search_result p.sub_zip {
  color: #5A5A5F;
  font-size: 14px;
  line-height: 24px;
  font-family: "Ubuntu";
  font-weight: 400;
  margin-bottom: 0px;
  display: inline-block;
}

.zip_search_result p.sub_city,.know_more_postal .know_more {
  color: #5A5A5F;
  font-size: 14px;
  line-height: 22px;
  font-family: "Ubuntu";
  font-weight: 500;
  margin-bottom: 0px;
  display: inline-block;
}

.know_more_postal .know_more {
  color: #EF2637;
}

.zip_search_result p.main_zip {
  color: #5A5A5F;
  font-size: 24px;
  line-height: 28px;
  font-family: "Ubuntu";
  font-weight: 500;
  margin-bottom: 0px;
  display: inline-block;
}

.pointer {
  cursor: pointer;
}

.zip_search_result .result_data .fa-clone:before {
  font: normal normal normal 16px/1 FontAwesome;
}

.zip_search_result .result_data .fa-map-marker:before {
  font: normal normal normal 34px/1 FontAwesome;
  color: #4195B9;
}

.main_zip_search_data span.main_pipe {
  color: #979797;
}

.zip_search_result .sub_zip_search_data,.know_more_postal {
  height: 45px;
}

.sub_zip_search_data .main_city {
  text-transform: uppercase;
}

.know_more_postal a.know_more:after {
  content: '\f054';
  font-family: FontAwesome;
  color: #EF2637;
  position: relative;
  top: 1px;
  left: 5px;
}

.zip_search_result .result_data,.know_more_postal .result_data {
  height: inherit;
  align-items: center !important;
}

.zip_search_result .sub_zip_search_data:nth-child(even) {
  background-color: #F8F8F8;
}

.pos_locator_custom .top-task-cta,.pos_locator_custom .top-task-nav-mobile {
  height: auto;
  opacity: 1;
}

.zip_seach_block_parent .zip_search_input input,.track_and_trace_custom input,.pos_locator_custom input {
  height: 48px;
  color: #5A5A5F;
  font-size: 14px;
  line-height: 18px;
  font-family: "Ubuntu";
  font-weight: 400;
  margin-top: 0px;
}

.zip_seach_block_parent .zip_search_input input:focus,.track_and_trace_custom input:focus {
  border-color: #5A5A5F;
}

.zip_seach_block_parent .zip_search_input label {
  color: #5A5A5F;
  font-size: 16px;
  line-height: 24px;
  font-family: "Ubuntu";
  font-weight: 500;
}

.zip_seach_block_parent .zip_search_input.hide_label label {
  display: none;
}

.zip_seach_block_parent #widget-zip-search-error,.track_trace_barcode_error {
  background: none;
  border: 0;
  padding: 0;
  color: #EF2637;
  font-style: italic;
  font-size: 14px;
  line-height: 20px;
  font-family: "Ubuntu";
  font-weight: 500;
}

.zip_seach_block_parent .zip_search_button button,.zip_seach_block_parent .zip_search_button button:hover {
  height: 48px;
  width: 100%;
  border-color: #EF2637;
  color: rgb(255,255,255);
  background: #EF2637;
  border-radius: 4px;
  font-size: 18px;
  line-height: 24px;
  font-family: "Ubuntu";
  font-weight: 500;
}

.visible_desktop {
  display: block;
}

.visible_mobile {
  display: none;
}

.main_zip_search_data.overlay,.sub_zip_search_data.overlay {
  position: relative;
  z-index: 990;
}

.main_zip_search_data.overlay:after,.sub_zip_search_data.overlay:after {
  content: '';
  background-color: rgba(0,0,0,1);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}

.main_zip_search_data .copt_text,.sub_zip_search_data .copt_text {
  display: none;
}

.main_zip_search_data.overlay .copt_text,.sub_zip_search_data.overlay .copt_text {
  display: block;
  z-index: 10000;
  position: absolute;
  color: #FFFFFF;
  left: 50%;
}

.sub_zip_search_data .result_data.overlay:after {
  background-color: transparent;
}

.price-integration-table {
  width: 100%;
  overflow-x: auto;
  display: block;
  white-space: nowrap;
}

.price-integration-table tr {
  height: 48px;
}

.price-integration-table tr:nth-child(even) {
  background-color: #F8F8F8;
}

.price-integration-table td.price-value {
  color: #4195B9 !important;
  font-size: 15px;
  font-family: "Ubuntu";
  font-weight: 500;
  margin-bottom: 0px;
}

.price-integration-table td {
  font-weight: 500;
  font-size: 14px;
  border-color: #ddd;
  text-align: left;
  color: #5a5a5f !important;
  padding: 0px 5px;
}

.price-integration .table-parent {
  padding: 25px;
  box-shadow: 0px 4px 12px lightgrey;
  border-radius: 4px;
  position: relative;
  background-color: #ffffff;
  margin: 0 auto;
}

.price-integration .field--name-field-header-notes,.price-integration .field--name-field-footer-notes {
  font-weight: 400;
  font-size: 16px;
  color: #5a5a5f;
}

.loader {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255,255,255,.8) url(https://www.bpost.be/themes/custom/nbw/images/ajax-loader.gif) 50% 50% no-repeat;
}

body.loading .loader {
  overflow: hidden;
}

body.loading .loader {
  display: block;
}

.bpost_search span.input-group-addon {
  position: relative;
}

.bpost_search .glyphicon-spin {
  background: white url(https://www.bpost.be/themes/custom/nbw/images/ajax-loader-small.gif);
  display: inline-block;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 10px;
  left: -26px;
  z-index: 9;
}

.faq_parent_common .bpost_search .glyphicon-spin {
  left: -35px;
}

.faq_feedback_form_parent {
  background: #F8F8F8;
  box-shadow: 0px 4px 12px lightgrey;
}

.faq_feedback_form {
  width: 70%;
  margin: 0 auto;
}

.faq_feedback_form_parent .faq_feedback_button button,.faq_feedback_form_parent .faq_feedback_button button:hover {
  height: 48px;
  width: 100%;
  border-color: #EF2637;
  color: rgb(255,255,255);
  background: #EF2637;
  border-radius: 4px;
  font-size: 18px;
  line-height: 24px;
  font-family: "Ubuntu";
  font-weight: 500;
}

.faq_feedback_form_parent .faq_feedback_form .feedback_input label {
  color: #5A5A5F;
  font-size: 16px;
  line-height: 24px;
  font-family: "Ubuntu";
  font-weight: 500;
  margin-bottom: 0;
}

.faq_feedback_form_parent .faq_feedback_form .feedback_input.hide_label label {
  display: none;
}

.faq_feedback_form_parent .faq_feedback_form .feedback_input input {
  height: 48px;
  color: #5A5A5F;
  font-size: 14px;
  line-height: 18px;
  font-family: "Ubuntu";
  font-weight: 400;
  margin-top: 0px;
}

.faq_feedback_form_parent span.feedback_close {
  color: #EF2637;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
}

.faq_feedback_form_parent span.feedback_close i {
  font-weight: normal;
}

.faq_feedback_form label.error {
  background: none;
  border: 0;
  padding: 0;
  color: #EF2637 !important;
  font-style: italic;
  font-size: 14px !important;
  line-height: 20px !important;
  font-family: "Ubuntu";
  font-weight: 500;
}

.sticky_cta_div a {
  background: #EF2637;
  border-radius: 4px;
  color: #fff;
  margin: 10px 0;
  padding: 0.875rem 1.5rem;
  font-size: 16px;
  -webkit-box-shadow: 0px 4px 12px 0px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 4px 12px 0px rgb(0 0 0 / 10%);
  font-weight: 400;
}

.sticky_cta_div a:hover {
  color: #fff;
}

.sticky_cta_div {
  background-color: white;
  text-align: center;
  padding: 20px;
  width: 100%;
  left: 0px;
  -webkit-box-shadow: 0px -4px 6px 0px rgba(50,50,50,0.1);
  -moz-box-shadow: 0px -4px 6px 0px rgba(50,50,50,0.1);
  box-shadow: 2px -4px 6px 4px rgba(50,50,50,0.1);
  position: fixed;
  bottom: 0px;
  z-index: 1;
  display: none;
}

.disabled_postalcode {
  position: relative;
}

.disabled_postalcode input {
  background-color: transparent !important;
}

.track_and_trace_custom .remove_left_padding {
  padding-left: 0px;
}

.track_and_trace_custom a.red__cta__arrow.__bpost-red {
  font-family: 'Ubuntu',sans-serif;
  font-weight: 400;
  margin-left: 40px;
}

.track_and_trace_custom,.price_calculator_custom {
  margin-top: 15px;
}

.track_and_trace_custom .block-track-trace-block,.price_calculator_custom .block-price-calculator-block,.pos_locator_custom .block-bpost-poslocator {
  padding: 25px;
  box-shadow: 0px 4px 12px lightgrey;
  border-radius: 4px;
  position: relative;
  background-color: #ffffff;
  margin: 0 auto;
}

.price_calculator_custom .form-control {
  height: calc(1.5em + .75rem + 12px);
}

.price_option_loader {
  display: none;
  position: absolute;
  right: 0px;
  top: 5px;
}

#price_calculator_modal {
  padding-right: 0px;
}

#price_calculator_modal .modal-body {
  padding: 0;
}

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

#price_calculator_modal .table-striped tbody tr:nth-of-type(even),#price_calculator_modal .modal-footer {
  background-color: #F8F8F8;
}

#price_calculator_modal .table-striped tbody tr td,#price_calculator_modal .modal-header,#price_calculator_modal .modal-footer {
  border: 0px;
}

#price_calculator_modal .modal-header .close {
  color: #5A5A5F
}

#price_calculator_modal .table-striped tbody tr td:first-child {
  font-size: 18px;
  font-family: "Ubuntu";
  font-weight: 500;
  line-height: 22px;
  color: #5A5A5F;
}

#price_calculator_modal .table-striped tbody tr td:last-child,#price_calculator_modal .footer_text {
  font-size: 16px;
  font-family: "Ubuntu";
  font-weight: 400;
  line-height: 22px;
  color: #717176;
}

#price_calculator_modal .header_text {
  font-size: 24px;
  font-family: "Ubuntu";
  font-weight: 500;
  line-height: 30px;
  color: #5A5A5F;
}

.track_and_trace_loader {
  display: none;
  position: absolute;
  right: 20px;
  top: 45px;
}

.track_and_trace_loader_webform {
  display: none;
  position: absolute;
  right: 35px;
  top: 17px;
}

.disabled_postalcode .form-group {
  opacity: 0.5;
}

.remove_left_padding_mobile .tooltiptext {
  visibility: hidden;
}

.disabled_postalcode .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  bottom: 12%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.disabled_postalcode:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.price_calculator_result_page {
  position: relative;
}

.price_calculator_result_page .price-calculator-title-parent {
  color: #FFF;
  position: relative;
  overflow: hidden;
}

.price_calculator_result_page .price-calculator-title-parent img {
  height: 100%;
  width: 100%;
}

.price_calculator_result_page .price-calculator-title-parent h1.price_title {
  width: 36%;
  top: 30%;
  position: absolute;
  text-align: left;
}

.price_calculator_result .price_calculator .add_padding_desktop .price-calculator-img {
  width: 36px;
  height: 36px;
}

.price_calculator_result_page .block-price-calculator-block {
  margin-top: -60px;
}

.price_calculator_result_page .price_calculator_popular,.price_calculator_result_page .tariff_title {
  font-size: 18px;
  font-family: "Ubuntu";
  font-weight: 500;
  line-height: 24px;
  color: #5A5A5A;
}

.price_calculator_result_page .tariff_sub_title {
  font-size: 16px;
  font-family: "Ubuntu";
  font-weight: 400;
  line-height: 24px;
  color: #5A5A5A;
}

.price_calculator_result_page .tariff_sub_title_blue {
  font-size: 28px;
  font-family: "Ubuntu";
  font-weight: 500;
  line-height: 36px;
  color: #4195B9;
  display: block;
}

.price_calculator_result_page .price_input {
  height: 48px;
  color: #5a5a5f;
  font-size: 14px;
  line-height: 18px;
  font-family: "Ubuntu";
  font-weight: 400;
  margin-top: 0;
}

.price_calculator_result_page .tariff button,.price_calculator_result_page .tariff a {
  font-size: 18px;
  line-height: 24px;
  font-family: Ubuntu;
  font-weight: 500;
  height: 48px;
  width: 100%;
}

.price_calculator_result_page .tariff a {
  display: flex;
  align-items: center;
}

.price_calculator_result_page .tariff a.price_button_remove_background span,.price_calculator_result_page .tariff a.pos_locator_button span {
  text-align: center;
  width: 100%;
}

.price_calculator_result_page .tariff button:focus,.price_calculator_result_page .tariff a:focus {
  border: 0;
}

.price_calculator_result_page .price_button {
  background: #ef2637;
  color: #FFF;
  border: 0;
}

.price_calculator_result_page .price_button_remove_background {
  color: #ef2637;
  background: #FFF;
  border: 1px solid #ef2637;
}

.price_calculator_result_page .price_button_remove_background:hover {
  color: #ef2637;
}

.price_calculator_result_page .letter_option .price_calculator_popular,.price_calculator_result_page .tariff .price_calculator_popular {
  font-size: 16px;
}

.price_calculator_result_page .price_calculator_key {
  font-size: 14px;
  font-family: "Ubuntu";
  font-weight: 400;
  line-height: 18px;
  color: #7C7C82;
  display: inline-block !important;
}

.price_calculator_result_page .price_calculator_val,.price_calculator_result_page .price_calculator_configure,.price_calculator_result_page .price_calculator_val_amount {
  font-size: 14px;
  font-family: "Ubuntu";
  font-weight: 500;
  line-height: 24px;
  color: #65656A;
}

.price_calculator_result_page .price_calculator_val_amount {
  color: #4195B9;
  font-size: 24px;
}

.price_calculator_result_page .price_calculator_configure {
  color: #EF2637;
}

.price_calculator_result_page .progress_last {
  font-size: 16px;
  font-family: "Ubuntu";
  font-weight: 400;
  line-height: 20px;
  color: #65656A;
}

.price_calculator_result_page .content_price .info_icon:before {
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f05a";
  font-weight: 500;
  color: #5A5A5F;
  font-size: 22px;
}

.price_calculator_result_page .content_price .fa-angle-right {
  color: #EF2637;
  font-family: FontAwesome;
}

.price_calculator_result_page .fa-star-o:before {
  color: #FFC222;
  font-family: FontAwesome;
  padding-right: 5px;
}

.price_calculator_result_page .price_calculator_cat {
  font-size: 24px;
  font-family: "Ubuntu";
  font-weight: 500;
  line-height: 28px;
  color: #5A5A5F;
  height: inherit;
}

.price_calculator_result_page .price_calculator_cat {
  font-size: 24px;
  font-family: "Ubuntu";
  font-weight: 500;
  line-height: 28px;
  color: #5A5A5F;
}

.price_calculator_result_page .fa-check-circle:before {
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: 400;
  color: #66A367;
  font-size: 19px;
  position: relative;
  top: 2px;
}

.price_calculator_result_page .fa-down:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  font-weight: 400;
  color: #ef2637;
  font-size: 20px;
  top: 3px;
  position: relative;
}

.price_calculator_result_page .price_calculator_option {
  font-size: 16px;
  font-family: "Ubuntu";
  font-weight: 500;
  line-height: 24px;
  color: #5A5A5F;
}

.price_calculator_result_page .card.price_calculator.open .fa-down:before {
  content: "\f106";
}

.card-header-border-bottom {
  margin-bottom: 10px;
}

.card-header-border-bottom .row:first-child {
  border-bottom: 1px solid #D3D3D3;
}

.price_calculator_result_page .card.price_calculator {
  cursor: pointer;
  box-shadow: 0px 2px 3px lightgrey;
}

.price_calculator_result_page .card.price_calculator.order-1 {
  border-top: 4px solid #FFC222;
}

.price_calculator_result_page .card.price_calculator .card-header {
  background: none;
  border: 0px;
}

.price_calculator_result_page .card.price_calculator .price_calculator_configure.close_price,.price_calculator_result_page .card.price_calculator.open .price_calculator_configure.open,.price_calculator_result_page .card.price_calculator.open .price_hide {
  display: none !important;
}

.price_calculator_result_page .card.price_calculator .show_price {
  display: none;
}

.price_calculator_result_page .card.price_calculator.open .show_price {
  display: block;
}

.price_calculator_result_page .card.price_calculator.open .price_calculator_configure.close_price,.price_calculator_result_page .card.price_calculator .price_calculator_configure.open {
  display: inline-block !important;
}

.price_calculator_result_page .card.price_calculator.open .show_price .price_calculator_key {
  font-size: 14px;
  font-family: "Ubuntu";
  font-weight: 400;
  line-height: 18px;
  color: #717176;
  position: relative;
  left: 46px;
}

.price_calculator_result .StepProgress {
  position: relative;
  padding-left: 45px;
  list-style: none;
}

.price_calculator_result .StepProgress::before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  width: 10px;
  height: 60%;
  border-left: 2px dashed #F8F8F8;
}

.price_calculator_result .StepProgress-item {
  position: relative;
  counter-increment: list;
}

.price_calculator_result .StepProgress-item::before {
  display: inline-block;
  content: '';
  position: absolute;
  left: -30px;
  height: 100%;
  width: 10px;
}

.price_calculator_result .StepProgress-item.tariff::before {
  content: '';
  height: 0%;
}

.price_calculator_result .StepProgress-item.current::after {
  content: counter(list);
  width: 30px;
  height: 30px;
  top: -4px;
  left: -45px;
  font-size: 18px;
  text-align: center;
  color: #529FC0;
  border: 2px solid #529FC0;
  background-color: white;
  padding-top: 0px;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  padding-left: 1px;
}

.price_calculator_result .progress_title {
  font-size: 24px;
  font-family: "Ubuntu";
  font-weight: 500;
  line-height: 24px;
  color: #5A5A5F;
}

.price_calculator_result .tiles-padding .recommended_solution span.recommended {
  font-size: 16px;
  font-family: "Ubuntu";
  font-weight: 500;
  line-height: 24px;
  color: #5a5a5a;
}

.price_calculator_result .tiles-padding .control-label,.price_calculator_result .tiles-padding .tariff_title {
  font-size: 16px;
  font-family: "Ubuntu";
  font-weight: 500;
  line-height: 24px;
  color: #5A5A5F;
}

.price_calculator_result .tiles-padding .control-label {
  display: flex;
}

.price_calculator_result .letter_choice .tiles-padding:not(.active):hover,.price_calculator_result .parcel_destination .tiles-padding:not(.active):hover {
  border-top: 0px !important;
}

.price_calculator_result .letter_choice .tiles-padding.active,.price_calculator_result .parcel_destination .tiles-padding.active {
  border: 0px;
}

.price_calculator_result .letter_choice .tiles-padding,.price_calculator_result .parcel_destination .tiles-padding {
  padding: 0;
  border: 0px;
  box-shadow: none;
}

.price_calculator_result .tiles-padding .tariff_title {
  font-size: 18px;
}

.price_calculator_result .card-body .tiles-padding.blue {
  background: #ECF4F8;
  display: table;
}

.price_calculator_result .card-body .tiles-padding.blue .content_price {
  display: table-cell;
  vertical-align: middle;
}

.price_calculator_result input[type='radio'] {
  -webkit-appearance: none;
  min-width: 18px;
  width: 18px;
  height: 18px;
  border: 2px solid #D3D3D3;
  border-radius: 50%;
  outline: none;
  position: relative;
  top: 3px;
  margin-right: 10px;
}

.price_calculator_result input[type='radio']:before {
  content: '';
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;
  border-radius: 50%;
}

.price_calculator_result input[type='radio']:checked,.price_calculator_result input[type='radio'].checked_radio_price {
  border-color: #EF2637;
}

.price_calculator_result input[type='radio']:checked:before,.price_calculator_result input[type='radio'].checked_radio_price:before {
  background: #EF2637;
}

.price_calculator_result .tiles-padding .control-label .blue {
  color: #64A8CA;
}

.price_calculator_result .progress_size {
  font-size: 14px;
  font-family: "Ubuntu";
  font-weight: 400;
  line-height: 20px;
  color: #717176;
  position: relative;
}

.price_calculator_result .option_data {
  display: flex;
}

.price_calculator_result .option_data .progress_size {
  font-size: 16px;
  font-family: "Ubuntu";
  font-weight: 400;
  line-height: 24px;
  color: #717176;
  left: 0px;
}

.price_calculator_result .tiles-padding {
  padding: 16px;
  border: 2px solid #f3f3f3;
  border-radius: 4px;
  height: 100%;
  box-shadow: 0px 4px 12px lightgrey;
}

.price_calculator_result .tiles-padding.active {
  border: 2px solid #EF2637;
}

.price_calculator_result .calc-static .tiles-padding.active {
  border: 2px solid #f3f3f3;
  cursor: default;
}

.price_calculator_result .calc-static .tiles-padding:hover {
  border: 2px solid #f3f3f3;
  cursor: default;
}

.price_calculator_result .calc-static .radio_value {
  margin-left: 10px;
  position: relative;
  bottom: 3px;
  font-size: 16px;
  font-family: "Ubuntu";
  font-weight: 500;
  line-height: 24px;
  color: #5A5A5F;
}

.price_calculator_result .popular_top .tiles-padding:not(.active),.price_calculator_result .popular_top.tiles-padding:not(.active) {
  border-top: 4px solid #FFC222;
}

.price_calculator_result .progress_img {
  border-radius: 4px;
  background: #F8F8F8;
  height: 134px;
  display: flex;
  align-items: center;
}

.price_calculator_result .progress_img .progress_img_inner {
  width: 100%;
  text-align: center;
}

.price_calculator_result .StepProgress-item.current::before {
  border-left: 2px dashed #F8F8F8;
}

.price_calculator_result .StepProgress-item:not(:last-child) {
  padding-bottom: 20px;
}

.price_calculator_result .slick-prev {
  left: 35%;
}

.price_calculator_result .slick-next {
  right: 35%;
}

.price_calculator_result .slick-prev,.price_calculator_result .slick-next {
  top: 99%;
}

.price_calculator_result .slick-dots {
  position: initial;
  display: inline-block;
  bottom: 0%;
}

.price_calculator_result .slick-dots li {
  display: inline;
}

.price_calculator_result .slick-dots li button {
  background: transparent;
  border: 0;
  font-size: 0;
  display: inline;
}

.price_calculator_result .slick-initialized .slick-slide {
  margin-right: 15px;
  padding: 15px;
  box-shadow: 0px 1px 6px #00000029;
  border-radius: 6px;
}

.price_calculator_result .slick-initialized .slick-slide {
  padding: 8px 0px;
}

.price_calculator_result .option_radio_custom {
  display: inline-block !important;
}

.price_calculator_result .hide_mobile {
  display: inline-block;
}

.price_calculator_result .show_mobile {
  display: none !important;
}

.price_calculator_result #accordion {
  display: grid;
}

.price_calculator_result #accordion .order-1 {
  order: 1;
}

.price_calculator_result #accordion .order-2 {
  order: 2;
}

.price_calculator_result #accordion .order-3 {
  order: 3;
}

.price_calculator_result .price-calculator-img.options-img {
  display: inline-block;
  margin: 0 4px;
}

.price_calculator_result .country-info {
  background: #ECF4F8;
  font-weight: 500;
}

.price_calculator_result .country-info i {
  color: #4195B9;
  font-size: 1.5em;
}

.top_task_calculator .chosen-container {
  width: 100%;
}

.top_task_calculator .chosen-container-single .chosen-single {
  height: calc(1.5em + .75rem + 15px);
  background: none !important;
  border: 1px solid #dee2e6!important;
  box-shadow: none;
}

.top_task_calculator .chosen-container-single .chosen-single span {
  height: inherit;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: "Ubuntu";
  font-weight: 400;
  line-height: 20px;
  color: #576062;
}

.top_task_calculator .chosen-container-single .chosen-single div {
  display: none;
}

.top_task_calculator .chosen-container.chosen-with-drop .chosen-drop {
  border: 1px solid #dee2e6!important;
  border-radius: 5px;
  margin-top: 5px;
  box-shadow: none;
}

.top_task_calculator select + .chosen-container.chosen-container-single .chosen-single:before {
  position: absolute;
  content: "\f078";
  display: block;
  font-family: "Font Awesome 5 Pro";
  height: 100%;
  right: 10px;
  border-right: 0;
  top: 10px;
  font-weight: 500;
  color: rgb(239,38,55);
  font-size: 16px;
}

.top_task_calculator select + .chosen-container.chosen-container-single.chosen-with-drop .chosen-single:before {
  content: "\f106";
  font-size: 20px;
}

.top_task_calculator .__select::after {
  display: none;
}

.top_task_calculator .chosen-container .chosen-results {
  padding: 0;
  margin: 0;
}

.top_task_calculator .chosen-container .chosen-results li {
  font-size: 16px;
  font-family: "Ubuntu";
  font-weight: 400;
  line-height: 24px;
  color: #191C1D;
  padding: 12px 7px;
}

.top_task_calculator .chosen-container .chosen-results li.highlighted {
  background: none;
  color: #5A5A5A;
}

.top_task_calculator .chosen-container .chosen-results li.active-result:hover {
  background: #F2F4F4;
}

.top_task_calculator .chosen-container .chosen-results li.active-result.result-selected {
  background: #F2F4F4;
  font-weight: 500;
}

.top_task_calculator.top-task-nav-mobile,.top_task_calculator.active {
  overflow: visible !important;
}

.top_task_calculator .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-drop {
  margin-top: 5px;
  border: 1px solid #dee2e6!important;
}

.top_task_calculator .chosen-container-active.chosen-with-drop .chosen-single {
  border-radius: 4px;
}

.price_calculator_result .default_weight_cal_div .weight_description {
  font-size: 16px;
  font-family: "Ubuntu";
  font-weight: 400;
  color: #5A5A5A;
}

.price_calculator_result .default_weight_cal_div .weight_unit {
  font-size: 18px;
  font-family: "Ubuntu";
  font-weight: 500;
  color: #5A5A5A;
}

.price_calculator_result .default_weight_cal_div {
  display: flex;
  align-items: center;
}

.price_calculator_result .grey_background {
  background: #F8F8F8;
}

.price_calculator_result .parcel_parent .parcel_option .hide_tile {
  display: none;
}

.price_calculator_result .parcel_parent .parcel_option .show_tile {
  display: block !important;
}

.price_calculator_result .parcel_parent .parcel_tarrif_option .hide_parcel_price {
  display: none;
}

.price_calculator_result .parcel_parent .parcel_tarrif_option .show_parcel_price {
  display: block !important;
}

.top_task_calculator .chosen-container-single .chosen-search input[type=text] {
  padding: 5px 4px 4px 5px !important;
  font-size: 1.15em !important;
}

.faq-contact-block-logo img {
  max-height: 17px;
  margin-top: 22px;
}

.contact-split-text {
  color: var(--neutral-text-primary,#191C1D);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.customer_support_res_block .__headingfaq,.customer_support_bus_block .__headingfaq {
  position: relative;
  margin-bottom: 15px;
  border: 1px solid #eee !important;
  border-radius: 8px !important;
  background-color: #fff !important;
  padding: 24px 28px !important;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  cursor: pointer;
}

.top_task_calculator .remove_padding label,.customer_support_res_block .__headingfaq a,.customer_support_bus_block .__headingfaq a {
  color: #5A5A5F !important;
}

.customer_support_res_block .__headingfaq span a:after,.customer_support_bus_block .__headingfaq span a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  font-weight: 400;
  color: rgb(239,38,55);
  position: absolute;
  right: 28px;
}

.customer_support_res_block .__headingfaq span,.customer_support_bus_block .__headingfaq span {
  font-size: 1.17em !important;
  color: #5A5A5F !important;
  margin: 0px 25px 0 0;
  padding: 3px;
  width: 100%;
  font-weight: 500;
}

.faq-contact-block-footer .contact_call_mobile a {
  color: var(--tertiary-button-btnTertiaryIdleText,#DD1829);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
}

.faq-contact-block-footer .contact_call_mobile a i {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  margin-right: 8px;
}

.price-integration .publish-date {
  float: left;
}

.region.region-content nav.tabs,.price_calculator_custom .top_task_calculator .remove_padding .tooltip_mob {
  display: none;
}

.top_task_calculator .remove_padding .tooltip_mob {
  display: none;
}

.faq-content-data .faq-sub-category .faq-data-category .faq-data .faq-data-child.custom_border .faq-answer p {
  margin: 0;
}

.faq-content-data .faq-sub-category .faq-data-category {
  margin-top: 45px;
}

.faq-content-data .faq-sub-category .faq-data-category .faq-data .faq-data-child.custom_border .faq-answer {
  height: 5.2rem;
}

.price_calculator_result_page .small-gutter .remove_padding .custom-select {
  color: #5A5A5F;
}

.relative-faq-block .related-faqs .faq-ques-ans .faq-page-answer {
  max-height: 92px;
  color: var(--grey-scale-grey-85,#717176);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  -webkit-line-clamp: 4;
  padding-top: 0;
}

.blog-dynamictags .slick-initialized .slick-slide {
  margin: 5px 0px 30px 0px;
  padding: 0px;
}

.blog-dynamictags-slideshow h2.block-title {
  font-family: Ubuntu;
  font-size: 42px;
  line-height: 52px;
  color: #5A5A5F;
  text-align: center;
}

.blog-dynamictags-slideshow h2.block-title:after {
  content: '';
  display: block;
  width: 32px;
  height: 4px;
  position: relative;
  top: 20px;
  background-color: #EF2637;
  margin: 0px auto 40px !important;
  left: -13px;
}

.blog-dynamictags .slick-initialized .slick-slide > div {
  margin-left: 5px;
  margin-right: 15px;
  -webkit-box-shadow: 0px 4px 12px 0px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 4px 12px 0px rgb(0 0 0 / 10%);
  border-radius: 6px;
}

.blog-dynamictags .slick-initialized .slick-slide .views-row .views-field.views-field-field-blog-thumbnail {
  padding: 0 !important;
}

.blog-dynamictags .slick-initialized .slick-slide .views-row .views-field {
  padding: 0 20px;
  margin-bottom: 30px;
}

.blog-dynamictags .views-field-field-blog-thumbnail img {
  height: 198px;
  width: 100%;
  margin-bottom: 30px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  object-fit: cover;
}

.blog-dynamictags .views-field.views-field-title {
  line-height: 30px;
  font-size: 24px;
  color: #5A5A5F;
  font-family: "Ubuntu";
  font-weight: 500;
  margin: 0 0 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 16px !important;
}

.blog-dynamictags .views-field.views-field-body {
  font-family: Ubuntu;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  font-size: 16px;
  -webkit-box-orient: vertical;
  font-weight: 400;
  color: #717176;
  height: 95px;
}

.blog-dynamictags .read-more {
  margin-bottom: 20px;
  position: relative;
}

.blog-dynamictags .slick-prev {
  left: 42%;
}

.blog-dynamictags .slick-next {
  right: 42%;
}

.blog-dynamictags .slick-next,.blog-dynamictags .slick-prev {
  top: 98%;
  z-index: 1;
}

.blog-dynamictags .slick-dots {
  width: 100% !important;
  position: initial !important;
  display: inline-block !important;
  bottom: 0% !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  text-align: center !important;
}

.blog-dynamictags .slick-prev.slick-disabled:before {
  content: url(https://www.bpost.be/themes/custom/nbw/images/Prev.svg);
  opacity: 1;
  display: inline-block;
}

.blog-dynamictags .slick-next:before {
  content: url(https://www.bpost.be/themes/custom/nbw/images/Next.svg);
  color: #C6C6C6;
  display: inline-block;
}

.blog-dynamictags .slick-next.slick-disabled:before {
  content: url(https://www.bpost.be/themes/custom/nbw/images/Next_grey.png);
  opacity: 1;
  display: inline-block;
}

.blog-dynamictags .slick-prev:before {
  content: url(https://www.bpost.be/themes/custom/nbw/images/Prev_red.png);
  color: #C6C6C6;
}

.blog-dynamictags .read-more a {
  font-family: Ubuntu;
  line-height: 24px;
  color: #EF2637;
  font-size: 18px;
  font-weight: 500;
}

.blog-dynamictags .read-more a:after {
  content: url(https://www.bpost.be/themes/custom/nbw/images/Next.svg);
  color: #EF2637;
  padding-left: 10px;
  position: absolute;
}

.blog-dynamictags .views-field.views-field-body p {
  color: #5A5A5F;
  font-size: 16px;
  font-weight: 300;
}

.blog-dynamictags .slick-list .slick-slide .views-row span a span.fa-chevron-right:before {
  font-weight: 200;
}

.popular .faq-title span {
  display: none;
}

.popular-title p .fa-star-o:before {
  color: #FFC222;
  font-family: FontAwesome;
  padding-right: 4px;
}

.slick-slider {
  -webkit-user-select: text !important;
  -khtml-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}

.navbar-nav {
  position: relative;
  padding: 0 16px;
}

.bpost_menu_parent .navbar-nav .dropdown-menu {
  position: absolute;
  float: left;
  margin-top: 0;
  width: 100%;
  padding: 0;
  border: none;
}

.bpost_menu_parent .bpost_menu .nav > li:hover > a {
  background-size: 100% 3px,auto;
}

.bpost_menu_parent ul.dropdown-menu li a {
  padding: 10px;
  font-size: 14px;
  color: #777;
  border: 1px solid rgba(0,0,0,.15);
}

.bpost_menu_parent ul.dropdown-menu li:last a {
  border-bottom: none;
}

span.left-navigation-icon {
  display: none;
  margin: 0px 0px 20px 20px;
  width: fit-content;
  font-size: 16px;
  font-weight: 500;
}

span.left-navigation-icon:before {
  content: '\f053';
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  font-weight: 500;
  color: #EF2637;
  padding-right: 10px;
}

span.close-mobile-search-box {
  display: block;
  margin-bottom: 10px;
}

span.close-mobile-search-box:before {
  content: '\f053';
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  font-weight: 500;
  color: #EF2637;
  padding-right: 10px;
}

.block-views-blocktop-task-mobile-name-block-1 .custom-box-padding:nth-child(1) .views-field-field-top-task-mobile-icon img {
  width: auto;
}

.block-views-blocktop-task-mobile-name-block-1 .custom-box-padding:nth-child(2) .views-field-field-top-task-mobile-icon img {
  width: auto;
}

#login-section-navbar-collapse .uli-block-parent {
  padding: 0 15px;
  margin: 20px 0;
}

#login-section-navbar-collapse .uli-block-parent .uli-block {
  display: flex;
  padding: 24px 16px;
  gap: 24px;
  border-radius: 8px;
  box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.10);
}

#login-section-navbar-collapse .uli-block-parent .uli-block .user-initials {
  border-radius: 50%;
  background: #ef2637;
  font-size: 45px;
  color: #fff;
  font-weight: 700;
  display: flex;
  width: 100px;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  min-width: 100px;
  height: 100px;
}

#login-section-navbar-collapse .uli-block-parent .uli-block h2 {
  font-size: 30px;
}

#login-section-navbar-collapse .uli-block-parent .uli-block h2,#login-section-navbar-collapse .uli-block-parent .uli-block span {
  word-break: break-word;
  word-wrap: break-word;
  white-space: break-spaces;
}

.custom-show {
  display: none;
}

.custom-hide {
  display: none;
}

.res-mobile,.bus-mobile,.pages-mobile,.blog-mobile,.faq-mobile,.pub-mobile {
  color: #347794;
  background: linear-gradient(0deg,#D9EAF1,#D9EAF1);
  padding: 8px 10px;
  border-radius: 18px;
  border: 1px;
  margin-top: 10px;
  margin-right: 20px;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #67AAC7;
}

.view-block-last-articles-category .last-article {
  margin-right: 15px;
  -webkit-box-shadow: 0px 4px 12px 0px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 4px 12px 0px rgb(0 0 0 / 10%);
  border-radius: 6px;
  float: left;
  position: relative;
  width: 332px;
  display: inline-block;
}

.view-block-last-articles-category .img-responsive {
  height: 198px;
  width: 100%;
  margin-bottom: 30px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  object-fit: cover;
}

.view-block-last-articles-category .views-field-field-blog-thumbnail {
  padding: 0% !important;
}

.view-block-last-articles-category .views-field-title {
  line-height: 30px;
  font-size: 24px;
  color: #5A5A5F;
  font-family: "Ubuntu";
  font-weight: 500;
  margin: 0 0 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 3.7rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 16px !important;
}

.view-block-last-articles-category .views-field-body {
  font-family: Ubuntu;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  font-size: 16px;
  -webkit-box-orient: vertical;
  font-weight: 400;
  color: #717176;
  height: 95px;
}

.view-block-last-articles-category .views-field {
  padding: 0 20px;
  margin-bottom: 30px;
}

.view-block-last-articles-category .read-more {
  margin-bottom: 20px;
  position: relative;
}

.view-block-last-articles-category .read-more a {
  font-family: Ubuntu;
  line-height: 24px;
  color: #EF2637;
  font-size: 18px;
  font-weight: 500;
}

.view-block-last-articles-category .read-more a:after {
  content: url(https://www.bpost.be/themes/custom/nbw/images/Next.svg);
  color: #EF2637;
  padding-left: 10px;
  position: absolute;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
  .banner-image {
      padding:90px 0;
      height: 420px;
  }

  .banner-image img {
      height: 420px;
  }

  .custom-home-banner-block h1.default-title {
      font-size: 48px;
      margin-bottom: 3rem;
  }

  .faq-top-image h1 {
      font-size: 56px;
  }

  .view-block-last-articles-category .last-article {
      width: 215px;
  }
}

@media only screen and (min-width: 992px) and (max-width:1200px) {
  .view-block-last-articles-category .last-article {
      width:295px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-image {
      padding:72px 0;
      height: 380px;
  }

  .banner-image::before {
      border-bottom-left-radius: 55% 25%;
      border-bottom-right-radius: 225% 60%;
      margin-left: -20px;
      width: 110%;
  }

  .banner-image img {
      height: 380px;
      object-position: 100% 0% !important;
      margin-left: -20px;
      width: 110%;
  }

  .faq-breadcrumb .row .faq-category-breadcrumb .dropdown-toggle::after {
      border: none;
      margin-left: 0;
  }

  .field--name-field-mobile-background-image img {
      display: block;
  }

  .field--name-field-background-image img {
      display: none;
  }

  .custom-home-banner-block h1 {
      font-size: 24px;
  }

  .banner-title-wrap a {
      font-size: 18px;
      padding: 12px 25.36px;
  }

  .banner-title-wrap {
      padding: 0 20px;
  }

  header#bpost_header {
      border-bottom: none;
  }

  .bpost_header_menu_logo.mobile {
      display: block;
      padding-left: 10px;
  }

  .path-blog .bpost_menu_parent .bpost_logo {
      padding-right: 10px;
  }

  .path-blog .desktop .region.region-header {
      margin: -15px !important;
  }

  .language_switcher_custom {
  }

  .desktop.bpost_header_menu #block-nbw-sitebranding-3,.desktop.bpost_header_menu #block-nbw-sitebranding-2,.desktop.bpost_header_menu #block-sitebranding-2 {
      display: none;
  }

  #bpost_header .row.body_content.open {
      align-items: center;
      justify-content: center;
  }

  .desktop .region.region-header-content {
      margin: 0px !important;
  }

  .bpost_menu_parent .region.region-header,.bpost_menu_parent .region.region-header-content-business,.bpost_menu_parent .region.region-header-content-public {
      height: auto;
      margin: 10px 0px;
  }

  .price_calculator_result .tiles-padding {
      box-shadow: none;
  }

  .price_calculator_result .slick-initialized .slick-slide {
      box-shadow: 0px 1px 6px #00000029;
  }

  .price_calculator_result_page .small-gutter .remove_padding .custom-select,.price_calculator_result_page .price_calculator_configure,.price_calculator_result_page .tariff_title,.price_calculator_result .option_data .progress_size,.top_task_calculator .chosen-container-single .chosen-single span {
      font-size: 14px;
  }

  .price_calculator_result_page .tariff .price_calculator_popular,.price_calculator_result_page .tariff_sub_title {
      font-size: 12px;
      color: #717176;
  }

  .price_calculator_result_page .fa-down:before {
      font-size: 20px;
      top: 3px;
  }

  .price_calculator_custom .form-control {
      height: calc(1.5em + .75rem + 8px);
  }

  .bpost_menu_parent .region.region-header-content {
      height: auto;
      margin: 10px 0px;
  }

  .bpost_menu_parent .navbar-toggle {
      margin-right: 0px;
      display: none;
      border: none;
      background: none;
  }

  .new_bpost_menu_parent .navbar-toggle {
      display: block;
  }

  .bpost_menu_parent .navbar-toggle:focus {
      outline: none;
  }

  .bpost_menu_parent .navbar-toggle .icon-bar {
      background-color: #495057;
      width: 25px;
      display: block;
      height: 3px;
      margin-top: 6px;
      border-radius: 2px
  }

  span.first-icon-bar {
      margin-top: 0px !important;
  }

  .collapsing.width {
      -webkit-transition-property: width,visibility;
      transition-property: width,visibility;
      width: 0;
      height: auto;
  }

  .collapsible-body {
      min-width: 100vw;
  }

  .collapsible-body .bpost_search div.form-actions {
      display: none;
  }

  .collapsible-body .bpost_search div.form-actions.display-mobile-button {
      display: block;
      z-index: 3;
  }

  .collapsible-body .bpost_search div.form-actions.display-mobile-button button {
      width: 3rem;
      height: 3rem;
      border-right: 1px solid #EF2637;
      border-left: unset;
      background: #EF2637;
      border-color: #EF2637;
  }

  .collapsible-body .search_block .input-group.display-mobile-button:after {
      color: white;
      right: 13px;
  }

  .bpost_menu_parent .bpost_menu .nav > li > a:hover {
      border: 0px;
      background-size: 0;
  }

  .bpost_menu_parent .bpost_menu ul li {
      display: block;
      border-bottom: 1px solid #DEDEDF;
      position: relative;
  }

  .bpost_menu_parent .bpost_menu ul.open-submenu li {
      margin: 0 16px;
  }

  .bpost_menu_parent .bpost_menu {
      position: relative;
      background-color: white;
      width: 100%;
      left: 0;
      z-index: 2;
      padding: 0;
      top: 0;
      height: 100%;
  }

  .collapsible-close {
      font-weight: unset;
      font-size: 3rem;
      padding: 0 10px !important;
  }

  .bpost_menu_parent .navbar-nav .dropdown-menu {
      border: none;
      top: 0;
      padding: 0;
  }

  .bpost_menu_parent ul.dropdown-menu li a {
      border: none;
      padding: 10px 15px;
      margin-right: 30px;
  }

  .hide-parentmenu {
      left: -100%;
  }

  .open-submenu {
      left: calc(100% - 0px);
      display: block;
      transition: all 0.3s ease;
  }

  .header-profile-icon {
      font-family: 'Font Awesome 5 Pro';
      font-style: normal;
      font-size: 20px;
      display: flex;
      justify-content: right;
      align-items: center;
      height: 100%;
      color: #495057;
  }

  .bpost_menu_parent .bpost_menu.custom-menu-height {
      position: fixed;
      background-color: white;
      width: 100%;
      bottom: 54px;
      left: 0;
      z-index: 2;
      padding: 0;
      height: calc(100% - 158px);
      overflow: scroll;
  }

  .price_calculator .slick_slidder .slick-slide .tiles-padding {
      background: #ffffff;
  }

  .price_calculator .slick_slidder .slick-slide>div {
      box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 10%);
  }

  .bpost_menu_parent .bpost_menu .nav > li > a:after {
      content: '\f054';
      font-family: FontAwesome;
      position: absolute;
      right: 0;
      color: #EF2637;
      padding-right: 15px;
  }

  .bpost_menu_parent .bpost_menu .nav > li > a:after {
      content: unset;
  }

  .bpost_menu_parent .bpost_menu .collapsible-body-footer .nav > li > a:after {
      content: unset;
  }

  span.right-navigation-icon {
      position: relative;
      display: inherit;
  }

  span.right-navigation-icon:before {
      content: '\f054';
      font-family: "Font Awesome 5 Pro";
      position: absolute;
      right: 0px;
      top: -25px;
      font-size: 18px;
      font-weight: 500;
      color: #EF2637;
  }

  .open-submenu span.right-navigation-icon:before {
      right: 10px;
      top: -30px;
  }

  .bpost_menu_parent .bpost_logo img {
      width: 49px;
      height: 28px;
      padding: 0px;
  }

  .bpost_menu_parent .bpost_logo {
      text-align: left;
      padding-left: 0px;
      padding-right: 10px;
  }

  .bpost_menu_parent .bpost_menu .navbar-collapse.in,.bpost_menu_parent .bpost_menu .navbar-collapse.show {
      z-index: 2;
      padding-left: 15px;
  }

  .bpost_menu_parent .bpost_menu #example-navbar-collapse {
      padding-left: 0px;
      border-bottom: 1px solid #DEDEDF;
      position: fixed;
      background: #ffffff;
      top: 0px;
      left: 0px;
      min-height: 100vh;
      overflow: auto;
      height: 100%;
  }

  #bpost_header #login-section-navbar-collapse {
      display: none;
      border-bottom: 1px solid #DEDEDF;
      position: absolute;
      background: #ffffff;
      top: 0px;
      min-height: 100vh;
      z-index: 2;
      overflow: auto;
      height: 100%;
  }

  .navbar-collapse.login-section-navbar {
      position: absolute;
      top: 54px;
      left: 100%;
      padding-bottom: 15px;
      width: 100%;
      transition: all 0.3s ease;
      display: block;
  }

  .navbar-collapse.login-section-navbar.collapsing {
      height: auto !important;
      margin-right: 50%;
      transition: all 0.3s ease;
      display: block;
  }

  .navbar-collapse.login-section-navbar.show {
      left: 0;
  }

  .login-section-navbar .nav {
      width: 100%;
  }

  .profile-login-block-content {
      padding: 24px;
      background: #ECF4F8;
      border-radius: 8px;
      margin: 15px;
  }

  .profile-login-block-content .plbc-icon {
      text-align: center;
  }

  .profile-login-block-content h4.plbc-h4 {
      font-size: 18px;
      font-weight: 500;
      line-height: 24px;
  }

  .profile-login-block-content .plbc-desc {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 24px;
  }

  .profile-login-block-content .plbc-list {
      margin-bottom: 24px;
  }

  .profile-login-block-content .plbc-list li {
      font-size: 14px;
      line-height: 20px;
  }

  .profile-login-block-nav {
      margin: 0;
  }

  .profile-login-block-nav li {
      width: 100%;
      text-align: center;
      margin-bottom: 8px;
  }

  .profile-login-block-nav li a {
      background: #fff;
      color: #EF2637;
      border: 1px solid #EF2637;
      border-radius: 4px;
      font-size: 18px;
      font-weight: 500;
  }

  .profile-login-block-nav li a:focus,.profile-login-block-nav li a:active {
      background: #fff;
      color: #EF2637;
  }

  .profile-login-block-nav li.first a,.profile-login-block-nav li.first a:focus,.profile-login-block-nav li.first a:active {
      background: #EF2637;
      color: #fff;
  }

  .profile-login-block-nav li.last a {
      font-size: 14px;
      border: none;
      line-height: 20px;
  }

  .profile-login-block-nav li.last a:after {
      font-family: "Font Awesome 5 Pro";
      content: "\F054";
      position: relative;
      font-size: 15px;
      left: 4px;
  }

  .bpost_menu_parent .bpost_menu .nav > li {
      padding: 10px 15px;
      position: unset;
  }

  .bpost_menu_parent .bpost_menu .nav > li > a {
      color: #666666;
      padding-bottom: 0px;
      margin-right: 30px;
      background: none;
  }

  .bpost_menu_parent .bpost_menu .nav > li:last-child {
      margin-bottom: 150px;
  }

  .price_calculator_result .progress_title,.price_calculator_result_page .price_calculator_cat,.price_calculator_result .progress_title {
      font-size: 20px;
  }

  .price_calculator_result_page .fa-check-circle:before {
      font-weight: 200;
      font-size: 18px;
      top: 1px;
  }

  .page-node-type-blog-media .bpost_header_menu,.page-node-type-blog-parcel .bpost_header_menu {
      box-shadow: none !important;
  }

  .block-views-blocktop-task-mobile-name-block-1 .custom-box-padding a {
      font-weight: 500;
      color: #5A5A5F;
      line-height: 20px;
  }

  .BBWfooter label#block-nbw-keypages-menu,.BBWfooter label#block-nbw-legal-menu,.BBWfooter label#block-nbw-otherswebsite-menu,.BBWfooter label#block-directregelen-menu,.BBWfooter label#block-legal-menu,.BBWfooter label#block-meer-menu,.BBWfooter label.block-title,.BBWfooter .footer-menu-block-title label {
      display: none;
  }

  .BBWfooterbottom .copyright_block {
      text-align: center;
      padding-top: 10px;
  }

  .copyright_block {
      order: 4;
      text-align: center;
  }

  .BBWfooter ul.menu.menu--social.nav {
      padding-top: 15px;
      display: flex;
      justify-content: center;
  }

  .BBWfooter ul.menu.menu--social.nav > li {
      display: inline-block;
  }

  .BBWfooter .social-icons .nav > li > a {
      padding: 10px 25px;
      width: 75px;
  }

  .BBWfooter ul.menu.menu--legal.nav {
      text-align: center;
      padding-top: 15px;
  }

  .BBWfooter ul.menu.menu--legal.nav > li {
      display: inline-block;
  }

  .BBWfooter ul.menu.menu--others-website.nav {
      text-align: center;
      padding-top: 15px;
  }

  .BBWfooter ul.menu.menu--others-website.nav > li {
      display: inline-block;
  }

  .BBWfooter nav#block-legal {
      padding-left: 0px;
      padding-right: 0px;
  }

  .BBWfooter .region-footer {
      display: flex;
      flex-flow: column;
  }

  .BBWfooter section#block-nbw-views-block-social-icons-block-1,.BBWfooter section#block-views-blocksocial-icons-block-2 {
      order: 1;
      text-align: center;
  }

  .BBWfooter .region-footer nav#block-nbw-otherswebsite {
      order: 2;
  }

  .BBWfooter .region-footer nav#block-nbw-legal {
      order: 3;
  }

  .BBWfooter .nav > li > a {
      margin: 0px -10px;
  }

  .BBWfooter a {
      font-size: 12px;
  }

  .BBWfooter .otherswebsite_block:after {
      content: "";
      display: block;
      margin: 0 auto;
      width: 20%;
      padding-top: 20px;
      border-bottom: 1px solid white;
  }

  .custom-alert .alert-text1 p {
      height: 95px;
  }

  .custom-alert .alert-button {
      position: unset;
      text-align: center;
      border-top: 1px solid white;
      padding-top: 12px;
      padding-bottom: 12px;
      display: block;
      top: unset;
  }

  .custom-alert .alert-text .alert-text-line {
      margin-bottom: 15px;
      border-right-style: none;
  }

  .free-form-page > h1 {
      position: absolute;
      top: 150px;
      left: 50px;
      color: #fff;
      font-size: 20px;
      line-height: 1.1;
  }

  .free-form-page > h2 {
      position: absolute;
      top: 180px;
      left: 50px;
      color: #fff;
      font-size: 14px;
      line-height: 1.1;
  }

  .btn-cta1 {
      color: #fff;
      background-color: red;
      border-color: red;
      text-decoration: none;
      width: 100%;
  }

  .btn-cta2 {
      color: red;
      background-color: white;
      background-image: none;
      border-color: red;
      text-decoration: none;
      width: 100%;
  }

  .free-form-page .cta-div {
      top: 250px;
      width: 70%;
      display: block;
      margin: 0 auto;
      position: unset;
      left: 0px;
      margin-top: -14px;
  }

  .free-form-page .cta-div .cta1-div {
      width: 100%;
      float: none;
  }

  .free-form-page .cta-div .cta2-div {
      width: 100%;
      float: none;
      padding-left: 0px;
      margin-top: 10px;
      margin-bottom: 5px;
  }

  .tools .bpost-tools .tools-header-title {
      left: 25px;
      right: 25px;
      bottom: 20px;
      top: unset;
  }

  .tools .bpost-tools .tools-header-title h1 {
      font-size: 36px;
  }

  .tools .bpost-tools .tools-header-title h2.banner-subtitle {
      font-size: 30px;
  }

  .free-form-page .field--name-field-top-banner {
      margin-top: 0px;
  }

  .nbw-free-form-page .field--name-field-free-form-page-banner {
      margin-top: 0px;
  }

  .btn:hover {
      color: red;
  }

  .path-faq .modal-backdrop.show,.path-faqs .modal-backdrop.show,.path-business .modal-backdrop.show {
      top: 105px
  }

  #faqSearchModal .modal-dialog {
      top: 270px;
  }

  .faq-grid .font-data {
      font-family: Ubuntu;
      font-weight: 500;
      font-size: 14px;
      color: #5A5A5F;
  }

  .faq-category .col-sm-4 img {
      height: 50px;
      width: 50px;
  }

  .faq-category .col-sm-4 .fa-landing-div-img {
      margin-top: 10px;
      float: left;
  }

  .faq-category .col-sm-4 .faq-title {
      margin-top: 20px;
      float: left;
      padding-left: 10px;
  }

  .faq-top-image {
      min-height: 205px;
  }

  .faq-top-image .bpost_search {
      margin: 0 auto;
      margin-top: 0px;
      background: white;
      padding: 20px;
      box-shadow: 0px 3px 6px lightgrey;
      border-radius: 4px;
      width: 92%;
      top: 0px;
  }

  .faq_parent_common.faq-top-image .bpost_search,.faq_parent_common.subcategory-top-image .bpost_search,.search-result-faq-page .faq-top-image .bpost_search {
      padding: 20px !important;
  }

  .path-faq-search-view .search-api-autocomplete-suggestion,.path-faqs .search-api-autocomplete-suggestion,.path-faq .search-api-autocomplete-suggestion,.path-business .search-api-autocomplete-suggestion {
      margin: 0 20px;
  }

  .btn:hover {
      color: red;
  }

  .faq-grid .font-data {
      font-family: Ubuntu;
      font-weight: 500;
      font-size: 14px;
      color: #5A5A5F;
  }

  .faq-category .col-sm-4 {
      height: 70px;
      width: 100%;
      margin-top: 8px;
      box-shadow: 0px 3px 6px lightgrey;
      background-color: #ffffff;
  }

  .faq-category .col-sm-4 img {
      height: 50px;
      width: 50px;
  }

  .faq-category .col-sm-4 .fa-landing-div-img {
      margin-top: 10px;
      float: left;
      margin-left: -10px;
      width: 20%;
  }

  .faq-category .col-sm-4 .faq-title {
      margin-top: 20px;
      float: left;
      padding-left: 5px;
      width: 70%;
  }

  .row.faq-category .round {
      display: block;
  }

  .breadcrumb-Home-title a span {
      display: inline-block;
      text-indent: -9999px;
  }

  .faq-breadcrumb .breadcrumb-Home-title a {
      padding-left: 0px;
  }

  .faq_static_block label {
      text-align: unset;
      margin: unset;
      width: 100%;
  }

  .ui-widget.ui-widget-content.search-api-autocomplete-search {
      left: 0px !important;
      width: 100% !important;
      background: #ffffff;
      padding: 0px 15px;
      margin-top: 15px;
      max-width: 420px;
  }

  .ui-menu li.ui-menu-item:first-child {
      margin-top: 0;
      margin-left: 20px;
  }

  .ui-menu li.without-after-element {
      margin-left: 20px;
  }

  .collapsible-body .bpost_search .glyphicon-spin {
      top: 20px;
  }

  .search-api-autocomplete-suggestion {
      background: none;
  }

  .search-api-autocomplete-search .ui-menu-item {
      background: none;
  }

  .faq_search_category_result .faq_search_category_title {
      margin-left: 0px;
  }

  .blog-dynamictags-slideshow h2.block-title {
      font-size: 24px;
      line-height: 30px;
      color: #5A5A5F;
      text-align: left;
  }

  .blog-dynamictags .slick-prev {
      left: 20%;
  }

  .blog-dynamictags .slick-next {
      right: 20%;
  }

  .blog-dynamictags .views-field-field-blog-thumbnail img {
      height: 145px;
  }

  .blog-dynamictags .slick-initialized .slick-slide .views-row .views-field {
      padding: 0 16px;
      margin-bottom: 20px;
  }

  .blog-dynamictags .views-field.views-field-title {
      font-size: 18px;
      height: 4.2rem;
      -webkit-line-clamp: 2;
  }

  .blog-dynamictags .views-field.views-field-body {
      font-size: 14px;
      line-height: 20px;
      -webkit-line-clamp: 3;
      height: 4rem;
  }

  .blog-dynamictags-slideshow h2.block-title:after {
      left: 3px;
      margin: 0px !important;
      margin-bottom: 40px !important;
  }

  .path-faq .ui-menu li.ui-menu-item a span:after,.path-faqs .ui-menu li.ui-menu-item a span:after,.path-business .ui-menu li.ui-menu-item a span:after,.path-faq-search-view .ui-menu li.ui-menu-item a span:after {
      float: right;
  }

  .path-faq-search-view .ui-widget.ui-widget-content.search-api-autocomplete-search,.path-faq .ui-widget.ui-widget-content.search-api-autocomplete-search,.path-faqs .ui-widget.ui-widget-content.search-api-autocomplete-search,.path-business .ui-widget.ui-widget-content.search-api-autocomplete-search {
      width: 92% !important;
      left: 4% !important;
      right: 4%;
      margin-top: 54%;
      margin-left: 0px;
  }

  .path-faq .ui-widget.ui-widget-content.search-api-autocomplete-search {
      width: 86% !important;
      left: 8% !important;
  }

  .path-business-faqs .block-bpost-toptask,.path-faqs .block-bpost-toptask {
      margin-top: 50px;
  }

  .path-faq-search-view .ui-widget.ui-widget-content.search-api-autocomplete-search {
      margin-top: 70%;
  }

  .path-faq-search-view .search-api-autocomplete-suggestion,.path-faqs .search-api-autocomplete-suggestion,.path-faq .search-api-autocomplete-suggestion,.path-business .search-api-autocomplete-suggestion {
      margin: 0px;
  }

  .path-faq-search-view .ui-menu li.ui-menu-item a:after,.path-faq .ui-menu li.ui-menu-item a:after,.path-faqs .ui-menu li.ui-menu-item a:after,.path-business .ui-menu li.ui-menu-item a:after {
      right: 10px;
  }

  .path-faq-search-view .ui-menu li.ui-menu-item:first-child,.path-faq .ui-menu li.ui-menu-item:first-child,.path-faqs .ui-menu li.ui-menu-item:first-child,.path-business .ui-menu li.ui-menu-item:first-child {
      margin-top: 20px;
  }

  .residential-search-popup .search-residential-popup,.business-search-popup .search-business-popup,.public-search-popup .search-public-popup {
      margin: 0;
      top: 92px;
  }

  .residential-search-popup .search-residential-popup .residential-popup-alert-box,.business-search-popup .search-business-popup .business-popup-alert-box,.public-search-popup .search-public-popup .public-popup-alert-box {
      padding: 0px;
  }

  .residential-search-popup .search-residential-popup:after,.business-search-popup .search-business-popup:after,.public-search-popup .search-public-popup:after,.search-result-residential-page .search-residential-popup:after,.search-result-business-page .search-business-popup:after,.search-result-public-page .search-public-popup:after {
      content: "";
      background-image: none;
      height: auto;
      display: block;
      margin-bottom: 2px;
  }

  .search-residential-popup .bpost_search,.search-business-popup .bpost_search,.search-public-popup .bpost_search {
      background-color: #F8F8F8;
      padding: 0;
  }

  .search-result-residential-page .search-residential-popup .residential-popup-alert-box,.search-result-business-page .search-business-popup .business-popup-alert-box,.search-result-public-page .search-public-popup .public-popup-alert-box {
      padding: 0px;
      height: auto;
  }

  .outside_search_click.overlay .search-result-residential-page .search-residential-popup .residential-popup-alert-box,.outside_search_click.overlay .search-result-business-page .search-business-popup .business-popup-alert-box,.outside_search_click.overlay .search-result-public-page .search-public-popup .public-popup-alert-box {
      padding: 0px;
      height: 45vh;
      background: #fff;
  }

  .search-result-residential-page .search-residential-popup .bpost_search,.search-result-business-page .search-business-popup .bpost_search,.search-result-public-page .search-public-popup .bpost_search {
      margin-top: 0px;
  }

  .bg-image {
      display: none;
  }

  .bg-image-bottom {
      display: none;
  }

  .parent-categories {
      margin-top: unset;
  }

  .parent-categories .parent-categories-faq {
      background-color: unset;
  }

  .faq-top-image h1 {
      text-align: center;
      color: #ffffff;
      padding-top: 30px;
      font-family: Ubuntu;
      font-weight: 500;
      font-size: 36px;
  }

  .faq-top-image p.sub-title {
      text-align: center;
      color: #ffffff;
      font-family: Ubuntu;
      font-weight: 500;
      font-size: 18px;
  }

  .faq-content-data:before {
      bottom: 0;
      top: -30px;
  }

  .faq-grid p {
      font-family: Ubuntu;
      font-weight: 600;
      font-size: 16px;
      color: #5A5A5F;
      margin-top: 55px;
  }

  .faq-grid .all-category {
      font-family: Ubuntu;
      font-weight: 600;
      font-size: 15px;
      color: #5A5A5F;
      float: left;
  }

  .faq-grid .sorting {
      display: none;
  }

  .faq-grid .sorting-mobile {
      display: block;
      text-align: right;
  }

  .faq-grid .sorting-mobile .sort-title {
      font-family: Ubuntu;
      font-size: 14px;
      font-weight: 400;
      color: #717176;
  }

  .faq-grid .sorting-mobile select {
      border: 0px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      width: 40px;
      outline: 0px;
      background-color: inherit;
      padding-left: 8px;
  }

  .faq-title a {
      text-decoration: none;
      font-family: Ubuntu;
      font-weight: 500;
      font-size: 16px;
      color: #5A5A5F;
  }

  .faq-sub-category .faq-data .faq-data-child {
      height: 285px;
  }

  .faq-sub-category {
      padding-top: unset;
  }

  .residential-search-popup .search-residential-popup .input-group,.business-search-popup .search-business-popup .input-group,.faq-top-image .input-group,.subcategory-top-image .input-group,.faqSearchResultPage .input-group {
      width: 75% !important;
  }

  .subcategory-top-image .bpost_search div.form-actions,.faq-top-image .bpost_search div.form-actions {
      width: 24%;
  }

  .subcategory-top-image .bpost_search input,.faq-top-image .bpost_search input {
      border-radius: 4px !important;
  }

  .faq-top-image .bpost_search button span,.subcategory-top-image .bpost_search button span {
      font-size: 20px;
  }

  .faq-top-image .bpost_search span.icon.glyphicon.glyphicon-search:before,.subcategory-top-image .bpost_search span.icon.glyphicon.glyphicon-search:before {
      color: #717176;
  }

  .faq-breadcrumb .col-12.custom-faq-padding {
      margin-top: 20px;
  }

  .faq-breadcrumb .breadcrumb-title:before {
      padding: 0px 5px;
  }

  .sub-category .sub-category-terms {
      margin-top: 30px;
  }

  .sub-category .sub-category-name {
      margin: 10px 15px;
  }

  .subcategory-top-image {
      margin-bottom: 40px;
  }

  .subcategory-top-image .bpost_search {
      background: white;
      padding: 20px;
      box-shadow: 0px 3px 6px lightgrey;
      border-radius: 4px;
      width: 92%;
      left: 4%;
      z-index: 1;
  }

  .subcategory-top-image .form-search.form-control {
      border-right: none;
  }

  .subcategory-top-image button {
      background: transparent;
      color: #717176;
      border-left: none;
      border-color: #ccc;
  }

  .round {
      position: relative;
      width: 28px;
      height: 28px;
      display: block;
      border-width: 2px;
      border-style: solid;
      border-color: rgb(239,38,55);
      border-image: initial;
      border-radius: 100%;
      margin-top: 18px;
      float: right;
  }

  a.__red-cta-arrow {
      color: #EF2637 !important;
      position: relative;
      text-decoration: none !important;
      font-size: 16px;
      font-weight: 500;
  }

  a.__red-cta-arrow::after {
      font-family: "FontAwesome";
      content: "\F054";
      font-weight: 300;
      color: #EF2637;
  }

  .faq-grid .custom_border div {
      display: inline-block;
  }

  .faq-grid .custom_border {
      text-align: left;
      min-height: unset;
  }

  .fa-landing-div-img img {
      width: 36px;
      height: 36px;
      margin-right: 4px;
  }

  .custom_border div.round {
      margin-top: 0px;
      text-align: center;
  }

  .search-result-residential-page .search-residential-popup button,.search-result-business-page .search-business-popup button,.search-result-public-page .search-public-popup button {
      height: 100%;
      border-top-left-radius: unset;
      border-bottom-left-radius: unset;
  }

  .search-result-residential-page .search-residential-popup button span,.search-result-business-page .search-business-popup button span,.search-result-public-page .search-public-popup button span {
      display: block;
  }

  .search-residential-popup .bpost_search,.search-business-popup .bpost_search,.search-public-popup .bpost_search {
      width: 100%;
  }

  .residential-search-popup .search-residential-popup button,.business-search-popup .search-business-popup button,.public-search-popup .search-public-popup button {
      height: 100%;
  }

  .residential-search-popup .search-residential-popup button span,.business-search-popup .search-business-popup button span,.public-search-popup .search-public-popup button span {
      display: block;
  }

  .search-residential-popup .bpost_search span.icon.glyphicon.glyphicon-search:before,.search-business-popup .bpost_search span.icon.glyphicon.glyphicon-search:before,.search-public-popup .bpost_search span.icon.glyphicon.glyphicon-search:before {
      color: #ffffff;
      content: "\f054";
      font-family: "Font Awesome 5 Pro";
      font-size: 30px;
  }

  .search-residential-popup .bpost_search_page span.icon.glyphicon.glyphicon-search:before {
      color: #ffffff;
      content: "\f002";
      font-family: "Font Awesome 5 Pro";
      font-size: 25px;
  }

  .residential-search-popup .search-residential-popup .input-group:before,.business-search-popup .search-business-popup .input-group:before,.public-search-popup .search-public-popup .input-group:before,#faqSearchModal .input-group:before,.search-result-residential-page .search-residential-popup .input-group:before,.search-result-business-page .search-business-popup .input-group:before,.search-result-public-page .search-public-popup .input-group:before {
      content: "\f002";
      font-family: FontAwesome;
      position: absolute;
      z-index: 1;
      top: 18px;
      left: 22px;
  }

  .collapsible-body .search_block .input-group:after {
      content: "\f002";
      font-family: "Font Awesome 5 Pro";
      position: absolute;
      z-index: 4;
      top: 12px;
      right: 16px;
      font-size: 22px;
      color: #DD1829;
  }

  .collapsible-body .search_block .form-actions:after {
      content: "\f002";
      font-family: "Font Awesome 5 Pro";
      position: absolute;
      top: 17px;
      right: 12%;
      font-size: 22px;
      color: white;
      pointer-events: none;
  }

  .search-result-residential-page .search-residential-popup button:after,.search-result-business-page .search-business-popup button:after,.search-result-public-page .search-public-popup button:after {
      left: 40%;
      top: 10px;
  }

  .collapsible-body .search_block .input-group input {
      font-size: 14px;
      height: 48px;
      border-radius: 4px;
      margin-bottom: 10px;
  }

  .collapsible-body .search_block .input-group input:focus {
      box-shadow: none;
      border-color: #ced4da;
  }

  #faqSearchModal .input-group input {
      text-indent: 20px;
  }

  #views-exposed-form-multisite-solr-view-residential-page-solr-search-residential .input-group input.ui-autocomplete-input,#views-exposed-form-multisite-solr-view-page-solr-search-business .input-group input.ui-autocomplete-input,#views-exposed-form-multisite-solr-view-public-page-solr-search-public .input-group input.ui-autocomplete-input {
      height: 50px;
  }

  .search-result-residential-page .solr_residential_search_result,.search-result-business-page .solr_business_search_result,.search-result-public-page .solr_public_search_result {
      width: 100%;
      top: 0px;
  }

  .residential-search-popup .search-residential-popup form div.form-item,.business-search-popup .search-business-popup form div.form-item,.public-search-popup .search-public-popup form div.form-item,#faqSearchModal div.form-item {
      padding : 0px;
  }

  .residential-search-popup .search-residential-popup .input-group,.business-search-popup .search-business-popup .input-group,.public-search-popup .search-public-popup .input-group {
      padding: 10px;
  }

  .residential-search-popup .search-residential-popup div.form-actions,.business-search-popup .search-business-popup div.form-actions,.public-search-popup .search-public-popup div.form-actions,.faqSearchResultPage div.form-actions {
      height : 100%;
      top: 0px;
  }

  .search-result-residential-page .search-residential-popup form div.form-item,.search-result-business-page .search-business-popup form div.form-item,.search-result-public-page .search-public-popup form div.form-item {
      padding : 0px;
  }

  .search-result-residential-page .search-residential-popup .input-group,.search-result-business-page .search-business-popup .input-group,.search-result-public-page .search-public-popup .input-group {
      padding: 10px;
      padding-right: unset;
      width: 84% !important;
  }

  .faqSearchResultPage .input-group {
      padding: 0px;
  }

  .search-result-residential-page .search-residential-popup div.form-actions,.search-result-business-page .search-business-popup div.form-actions,.search-result-public-page .search-public-popup div.form-actions,.faqSearchResultPage div.form-actions {
      height: 50px;
      top: 10px;
      width: 14%;
  }

  .zip_seach_block_parent .zip_search_button button,.zip_seach_block_parent .zip_search_button button:hover {
      font-size: 0px;
  }

  .zip_seach_block_parent .zip_search_button span.icon.glyphicon.glyphicon-search:before {
      color: #ffffff;
      content: "\f054";
      font-family: "Font Awesome 5 Pro";
      font-size: 30px;
      position: relative;
      top: 5px;
  }

  .visible_desktop {
      display: none;
  }

  .visible_mobile {
      display: block;
  }

  .main_zip_search_data {
      height: auto;
  }

  .main_zip_search_data .main_zipcode,.main_zip_search_data .main_zipcity {
      display: block;
  }

  .zip_search_result .result_data .fa-map-marker:before {
      position: absolute;
      top: 0px;
  }

  .zip_search_result p.main_zip {
      font-size: 18px;
      line-height: 24px;
  }

  .zip_search_result .sub_zip_search_data {
      height: 80px;
  }

  .zip_search_result p.sub_zip {
      margin-bottom: 8px;
  }

  .zip_search_result .result_data .fa-clone:before {
      position: absolute;
      top: -2px;
  }

  .zip_search_result p.sub_zip,.zip_search_result p.sub_city {
      display: block;
  }

  .zip_search_result .sub_zip_search_data:nth-child(even) .result_data {
      background-color: #F8F8F8;
  }

  .sub_zip_search_data.overlay:after {
      background: transparent;
  }

  .sub_zip_search_data .result_data.overlay {
      position: relative;
      z-index: 999;
  }

  .sub_zip_search_data .result_data.overlay:after {
      content: '';
      background-color: rgba(0,0,0,1);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.5;
  }

  .search-result-faq-page .faq_filter_span,.faq-content-data .faq-result-count {
      display: block;
  }

  .search-result-faq-page .faq-content-data button#faq_residentiel,.search-result-faq-page .faq-content-data button#faq_professionnel {
      width: 48%;
      float: left;
  }

  .search-result-faq-page .faq-content-data button#faq_residentiel {
      margin-right: 2%;
  }

  .track_and_trace_custom .remove_left_padding_mobile {
      padding-left: 0px;
  }

  .track_and_trace_custom .top-task-mobile {
      padding: 0px;
  }

  .track_and_trace_custom a.red__cta__arrow.__bpost-red {
      float: right;
  }

  .track_and_trace_custom .top-task-cta.active {
      padding: 0px !important;
  }

  .price_calculator_custom .remove_padding {
      padding: 0px !important;
  }

  .price_calculator_result_page .price_calculator_custom .remove_padding {
      padding: 0px 15px !important;
  }

  .price_calculator_result_page .price_calculator_custom .remove_padding .price_calculator_block_link {
      padding: 0.675rem 0;
      margin-bottom: 0;
  }

  .price_calculator_result_page .price-calculator-title-parent h1.price_title {
      width: 100%;
      box-shadow: 0px 4px 12px lightgrey;
      border-radius: 4px;
      position: relative;
      background-color: #ffffff;
      display: inline-block;
      margin-bottom: 40px;
      color: #5A5A5A;
      margin-top: -40px;
      font-size: 18px;
      padding: 20px;
  }

  .price_calculator_custom .top_task_calculator .remove_padding .tooltip_mob {
      display: block;
      color: #EF2637 !important;
  }

  .price_calculator_result_page .price_calculator_custom .remove_padding .tooltip_mob .__tooltip::after {
      font-family: "Font Awesome 5 Pro";
      font-weight: 500;
      color: #EF2637;
      content: "\f105";
      margin-top: 15px;
      font-size: 18px;
      top: 3px;
      position: relative;
      left: 8px;
  }

  .price_calculator_result_page .top-task-nav-mobile,.price_calculator_custom .top_task_calculator .remove_padding .tooltip_desk {
      display: none;
  }

  .price_calculator_result_page .block-price-calculator-block {
      padding: 5px;
      margin-top: -35px;
  }

  .price_calculator_result_page .price_calculator_cat,.price_calculator_result_page .price_calculator_val_amount {
      font-size: 18px;
      line-height: 24px;
  }

  .price_calculator_result_page .price_calculator_option {
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      color: #717176;
  }

  .price_calculator_result_page .price-calculator-img {
      display: block;
      margin-bottom: 10px;
  }

  .price_calculator_result_page .price_calculator_val {
      font-size: 14px;
      line-height: 20px;
      color: #717176;
      font-weight: 400;
  }

  .price_calculator_result_page .price_calculator_key {
      display: none !important;
  }

  .price_calculator_result_page .card.price_calculator.open .show_price .price_calculator_key {
      display: block !important;
      left: 0px;
  }

  .price_calculator_result_page .price-calculator-img {
      display: block;
      margin-bottom: 5px;
      height: auto !important;
  }

  .price_calculator_result span.slick-arrow.slick-disabled {
      color: #ACACAF !important;
  }

  .price_calculator_result span.prev-arrow.slick-arrow {
      position: absolute;
      left: 35%;
      bottom: 6%;
      font-size: 18px;
      color: #EF2637;
      z-index: 1;
  }

  .price_calculator_result .price_calculator span.prev-arrow.slick-arrow {
      left: 38%;
      bottom: 1.4%;
  }

  .price_calculator_result span.next-arrow.slick-arrow {
      position: absolute;
      right: 35%;
      bottom: 6%;
      font-size: 18px;
      color: #EF2637;
      z-index: 1;
  }

  .price_calculator_result .price_calculator span.next-arrow.slick-arrow {
      right: 37%;
      bottom: 1.6%;
  }

  .price_calculator_result .slick-slide>div {
      border: 0;
  }

  .price_calculator_result .slick-dots {
      width: 100% !important;
      z-index: 0;
  }

  .price_calculator_result .slick-dots li button:focus {
      border: 0;
      outline: 0;
  }

  .price_calculator_result .slick-list.draggable {
      margin: 20px 0px;
  }

  .price_calculator_result .fa-angle-left:before,.price_calculator_result .fa-angle-right:before {
      font-weight: 400;
  }

  .price_calculator_result .slick-initialized .slick-slide {
      box-shadow: none !important;
  }

  .price_calculator_result .progress_title {
      padding-left: 40px;
      display: block;
  }

  .price_calculator_result .StepProgress {
      padding-left: 0px;
  }

  .price_calculator_result .StepProgress-item::before,.price_calculator_result .StepProgress::before {
      display: none;
  }

  .price_calculator_result .StepProgress-item.current::after {
      top: 18px;
      left: 1.25rem;
  }

  .price_calculator_result .card-body {
      padding: 0px;
  }

  .price_calculator_result .price_calculator .card-body .slick-dotted.slick-slider {
      margin-left: -30px;
      margin-right: -30px;
  }

  .price_calculator_result .StepProgress-item {
      border-bottom: 2px dashed #D3D3D3;
      margin-bottom: 20px;
      padding: 1.25rem;
  }

  .price_calculator_result .StepProgress-item:last-child {
      border-bottom: 1px solid #D3D3D3;
      margin-bottom: 0;
  }

  .price_calculator_result .hide_mobile,.price_calculator_result .hide_mobile .price_calculator_configure.close_price {
      display: none !important;
  }

  .price_calculator_result .show_mobile,.price_calculator_result .option_radio_custom {
      display: block !important;
  }

  .price_calculator_result .show_mobile {
      padding-bottom: 4px;
      margin-top: -7px;
  }

  .price_calculator_result .row.price_hide {
      margin-bottom: -6px;
  }

  .price_calculator_result .price_calculator {
      padding-bottom: 8px;
  }

  .price_calculator_result .recommended {
      font-size: 12px;
      font-family: "Ubuntu";
      font-weight: 500;
      line-height: 16px;
      color: #5A5A5A;
  }

  .price_calculator_result_page .fa-star-o.recommended:before {
      font-size: 10px;
  }

  .price_calculator_result_page .price_hide.add_flex {
      display: flex !important;
  }

  .price_calculator_result .default_weight_cal_div .weight_description {
      font-size: 12px;
  }

  .price_calculator_result .default_weight_cal_div .weight_unit {
      font-size: 14px;
  }

  .faq-breadcrumb.breadcrumb-common.container:after {
      width: 90%;
      bottom: -15px;
      left: 4%;
  }

  .faq-sub-category .faq-data .faq-data-child {
      padding: 15px 20px;
  }

  .faq-sub-category .faq-question a,.faq-sub-category .faq-question span,.faqSearchResultPage .views-field.views-field-title a {
      font-size: 18px;
      line-height: 24px;
  }

  .customer_support_res_block .__headingfaq,.customer_support_bus_block .__headingfaq {
      padding: 20px 20px !important;
  }

  .customer_support_res_block .__headingfaq span a:after,.customer_support_bus_block .__headingfaq span a:after {
      right: 14px;
      padding-top: 1px;
  }

  .customer_support_res_block .__headingfaq span,.customer_support_bus_block .__headingfaq span {
      color: #5A5A5F !important;
      margin: 0px 15px 0 0;
      padding: 3px;
      font-weight: 400;
      line-height: 22px;
  }

  .price_calculator .slick_slidder .slick-dots li button {
      width: 14px;
  }

  .sticky_cta_div {
      bottom: 10%;
  }

  .sticky_cta_div a {
      color: #fff;
      padding: 0.675rem 1.2rem;
      font-size: 14px;
  }

  .search-residential-popup .bpost_search_page,.search-business-popup .bpost_search_page,.search-public-popup .bpost_search_page {
      width: 100%;
      background: white;
      padding: 15px;
      box-shadow: 0px 3px 6px lightgrey;
      border-radius: 4px;
      height: auto;
      position: unset;
  }

  .mobile-total-filters {
      padding: 4px 8px;
      border-radius: 16px;
      border: 1px;
      background-color: #EF2637;
      color: #FFFFFF;
      font-weight: 500;
  }

  .mobile_exposed_filter {
      text-transform: capitalize;
      color: #EF2637;
      font-weight: 600;
      display: inline-block;
      width: 45%;
  }

  .search-result-residential-page .search-residential-popup .input-group:before,.search-result-business-page .search-business-popup .input-group:before,.search-result-public-page .search-public-popup .input-group:before {
      content: '';
  }

  .search-result-residential-page .search-residential-popup .residential-popup-alert-box,.search-result-business-page .search-business-popup .business-popup-alert-box,.search-result-public-page .search-public-popup .business-popup-alert-box {
      background-color: unset;
  }

  .custom_exposed_filters {
      position: absolute;
      top: -18rem;
      margin-left: 1rem;
      height: 17.7rem !important;
      width: 91% !important;
  }

  .search-result-residential-page .view-filters.form-group,.search-result-business-page .view-filters.form-group,.search-result-public-page .view-filters.form-group {
      margin-bottom: unset;
  }

  .search-heading {
      top: 1.5rem !important;
      left: 1.5rem !important;
  }

  .search-result-residential-page .container.mt-5,.search-result-business-page .container.mt-5,.search-result-public-page .container.mt-5 {
      margin-top: unset !important;
  }

  .search-result-residential-page .container.mobile-filter,.search-result-business-page .container.mobile-filter,.search-result-public-page .container.mobile-filter,.search-result-residential-page .container.search-with-filters,.search-result-business-page .container.search-with-filters,.search-result-public-page .container.search-with-filters {
      background: #F2F4F4;
  }

  .mobile_exposed_filter .filter-text,.mobile_exposed_filter .mobile-total-filters {
      margin-right: 5px;
  }

  .custom-show {
      display: inline-block;
  }

  .mobile_exposed_filter i:after {
      content: "\f00d";
      font-family: 'Font Awesome 5 Pro';
      color: #EF2637;
      font-style: normal;
  }

  .mobile-search-result-count {
      width: 50%;
      display: inline-block;
      text-align: start;
      font-size: 18px;
      line-height: 24px;
      color: #5A5A5F;
      font-weight: 500;
  }

  .search-result-count {
      display: none;
  }

  .view-block-last-articles-category .last-article {
      width: 100%;
      margin: 10px auto;
  }
}

@media (max-width: 440px) {
  header#bpost_header {
      font-size:14px;
  }
}

@media (min-width: 361px) {
  .block-views-blocktop-task-mobile-name-block-1 .custom-box-padding {
      width:47% !important;
  }
}

@media (min-width: 540px) {
  .block-views-blocktop-task-mobile-name-block-1 .custom-box-padding {
      width:48% !important;
  }
}

@media (min-width: 690px) {
  .block-views-blocktop-task-mobile-name-block-1 .custom-box-padding {
      width:48.5% !important;
  }
}

@media (max-width: 360px) {
  .bpost_top_header_menu {
      padding-left:0px;
  }
}

@media (max-width: 350px) {
  .search_block_mobile .close_icon_mobile {
      max-width:33%;
      padding-right: 10px
  }
}

@media (max-width: 550px) {
  .collapsible-body .search_block .form-actions:after {
      right:10%
  }

  .search-result-residential-page .search-residential-popup button:after,.search-result-business-page .search-business-popup button:after,.search-result-public-page .search-public-popup button:after {
      left: 32%;
  }

  .custom_exposed_filters {
      width: 88% !important;
  }
}

@media (max-width: 425px) {
  .collapsible-body .search_block .form-actions:after {
      right:8%
  }

  .search-result-residential-page .search-residential-popup button:after,.search-result-business-page .search-business-popup button:after,.search-result-public-page .search-public-popup button:after {
      left: 30%;
  }

  .custom_exposed_filters {
      width: 85% !important;
  }

  .faq-page-question {
      font-size: 30px;
      line-height: 38px;
  }
}

@media (max-width: 375px) {
  .collapsible-body .search_block .form-actions:after {
      right:6.5%
  }

  .search-result-residential-page .search-residential-popup button:after,.search-result-business-page .search-business-popup button:after,.search-result-public-page .search-public-popup button:after {
      left: 25%;
  }

  .custom_exposed_filters {
      width: 84% !important;
  }
}

@media (min-width: 576px) and (max-width:1024px) {
  .form-inline .custom-select,.form-inline .input-group {
      width:100%;
  }
}

@media (min-width: 768px) and (max-width:1024px) {
  header#bpost_header {
      border-bottom:none;
  }

  .top-task-cta.top_task_calculator .small-gutter label {
      display: inline-block;
  }

  .top_task_calculator .remove_padding .__top-tasks-btn {
      margin-top: 28px !important;
  }

  .BBWfooter .social-icons .nav > li > a {
      padding: 10px 15px;
  }

  .custom-alert .alert-button {
      right: 1%;
  }

  .price_calculator_result .progress_title,.price_calculator_result_page .price_calculator_cat,.price_calculator_result .progress_title {
      font-size: 20px;
  }

  .faq-sub-category .faq-data .faq-data-child {
      min-height: 300px;
  }

  .relative-faq-block .related-faqs .faq-ques-ans:hover {
      border-bottom: none;
  }

  .faq-grid .custom_border {
      min-height: 150px;
  }

  .fa-landing-div-img img {
      width: 36px;
      height: 36px;
  }

  .custom_border div.round {
      margin-top: 0px;
      text-align: center;
  }

  .row.faq-category .round {
      display: none;
  }

  .search-result-residential-page .search-residential-popup button,.search-result-business-page .search-business-popup button,.search-result-public-page .search-public-popup button {
      height: 38px;
  }

  .search-result-residential-page .search-residential-popup button span,.search-result-business-page .search-business-popup button span,.search-result-public-page .search-public-popup button span {
      display: block;
  }

  .search-residential-popup .bpost_search,.search-business-popup .bpost_search,.search-public-popup .bpost_search {
      width: 100%;
  }

  .residential-search-popup .search-residential-popup button,.business-search-popup .search-business-popup button,.public-search-popup .search-public-popup button {
      height: 38px;
  }

  .residential-search-popup .search-residential-popup button span,.business-search-popup .search-business-popup button span,.public-search-popup .search-public-popup button span {
      display: block;
  }

  .search-residential-popup .bpost_search span.icon.glyphicon.glyphicon-search:before,.search-business-popup .bpost_search span.icon.glyphicon.glyphicon-search:before,.search-public-popup .bpost_search span.icon.glyphicon.glyphicon-search:before {
      color: #ffffff;
  }

  .search-result-residential-page .solr_residential_search_result,.search-result-business-page .solr_business_search_result,.search-result-public-page .solr_public_search_result {
      width: 100%;
  }

  .path-faq .modal-backdrop.show,.path-faqs .modal-backdrop.show,.path-business .modal-backdrop.show {
      top: 115px
  }

  #faqSearchModal .modal-dialog {
      top: 270px;
  }

  .zip_seach_block_parent .zip_search_button button,.zip_seach_block_parent .zip_search_button button:hover {
      font-size: 0px;
  }

  .zip_seach_block_parent .zip_search_button span.icon.glyphicon.glyphicon-search:before {
      color: #ffffff;
      content: "\f054";
      font-family: "Font Awesome 5 Pro";
      font-size: 30px;
      position: relative;
      top: 5px;
  }

  .price_calculator_result_page .price-calculator-title-parent h1.price_title {
      top: 30%;
      width: 50%;
  }

  .price_calculator_result_page .price_calculator_custom .remove_padding .price_calculator_block_link {
      padding: 0.675rem 0;
  }

  .price_calculator_result_page .price-calculator-title-parent img {
      height: auto !important;
  }

  .faq-breadcrumb.breadcrumb-common.container:after {
      width: 95%;
      bottom: -30px;
      left: 1.5%;
  }

  .customer_support_res_block .__headingfaq,.customer_support_bus_block .__headingfaq {
      padding: 20px 20px !important;
  }

  .customer_support_res_block .__headingfaq span a:after,.customer_support_bus_block .__headingfaq span a:after {
      right: 20px;
  }

  .customer_support_res_block .__headingfaq span,.customer_support_bus_block .__headingfaq span {
      color: #5A5A5F !important;
      margin: 0px 15px 0 0;
      padding: 3px;
      font-weight: 400;
      line-height: 22px;
  }

  .sticky_cta_div {
      bottom: 5%;
  }

  .sticky_cta_div a {
      color: #fff;
      padding: 0.675rem 1.2rem;
      font-size: 14px;
  }

  .faq-contact-block a.btn {
      min-width: 75%;
  }

  .blog-dynamictags .slick-prev {
      left: 35%;
  }

  .blog-dynamictags .slick-next {
      right: 35%;
  }

  .search-result-residential-page .search-residential-popup button:after,.search-result-business-page .search-business-popup button:after,.search-result-public-page .search-public-popup button:after {
      left: 22%;
  }

  .faq-breadcrumb .row .faq-category-breadcrumb .dropdown-toggle::after {
      border: none;
      margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width:1199px) {
  .desktop .region.region-header-content {
      margin:0px !important
  }

  .bpost_header_menu_logo.mobile,.bpost_header_menu_logo.mobile .container {
      padding-left: 0px;
  }

  .path-blog .desktop .region.region-header {
      margin: -15px !important
  }

  .bpost_header_menu_logo.mobile {
      display: block;
  }

  .language_switcher_custom {
  }

  .desktop.bpost_header_menu #block-nbw-sitebranding-3,.desktop.bpost_header_menu #block-nbw-sitebranding-2,.desktop.bpost_header_menu #block-sitebranding-2 {
      display: none;
  }

  .bpost_menu_parent .region.region-header,.bpost_menu_parent .region.region-header-content-business,.bpost_menu_parent .region.region-header-content-public {
      height: auto;
      margin: 10px 0px;
  }

  .bpost_menu_parent .region.region-header-content {
      height: auto;
      margin: 10px 0px;
  }

  .bpost_menu_parent .bpost_menu .navbar-header {
      float: none;
  }

  .bpost_menu_parent .bpost_menu .navbar-collapse.collapse {
      padding-left: 0px;
      float: none;
      display: none !important;
  }

  .bpost_menu_parent .bpost_menu .navbar-collapse.collapse.in,.bpost_menu_parent .bpost_menu .navbar-collapse.collapse.show {
      padding-left: 0px;
      float: none;
      display: block !important;
  }

  .bpost_menu_parent .navbar-toggle {
      margin-right: 0px;
      display: none;
      border: none;
      background: none;
  }

  .new_bpost_menu_parent .navbar-toggle {
      display: block;
  }

  .bpost_menu_parent .navbar-toggle:focus {
      outline: none;
  }

  .bpost_menu_parent .navbar-nav {
  }

  .bpost_menu_parent .navbar-toggle .icon-bar {
      background-color: #495057;
      width: 25px;
      display: block;
      height: 3px;
      margin-top: 6px;
      border-radius: 2px;
  }

  #bpost_header .row.body_content.open {
      align-items: center;
      justify-content: center;
  }

  span.first-icon-bar {
      margin-top: 0px !important;
  }

  .collapsing.width {
      -webkit-transition-property: width,visibility;
      transition-property: width,visibility;
      width: 0;
      height: auto;
  }

  .collapsible-body {
      min-width: 100vw;
  }

  .collapsible-body .bpost_search div.form-actions {
      display: none;
  }

  .bpost_menu_parent .bpost_menu .nav > li > a:hover {
      border: 0px;
  }

  .bpost_menu_parent .bpost_menu ul li {
      display: block;
      border-bottom: 1px solid #DEDEDF;
      position: relative;
  }

  .row.faq-category .round {
      display: none;
  }

  .bpost_menu_parent .bpost_menu ul.open-submenu li {
      margin: 0 16px;
  }

  .bpost_menu_parent .bpost_menu {
      position: relative;
      background-color: white;
      width: 100%;
      left: 0;
      z-index: 2;
      padding: 0;
      top: 0;
      height: 100%;
  }

  .collapsible-close {
      font-weight: unset;
      font-size: 3rem;
      padding: 0 10px !important;
  }

  .bpost_menu_parent .navbar-nav .dropdown-menu {
      border: none;
      top: 0;
      padding: 0;
  }

  .bpost_menu_parent ul.dropdown-menu li a {
      border: none;
      padding: 10px 15px;
      margin-right: 30px;
  }

  .hide-parentmenu {
      left: -100%;
  }

  .open-submenu {
      left: calc(100% - 0px);
      display: block;
      transition: all 0.3s ease;
  }

  .header-profile-icon {
      font-family: 'Font Awesome 5 Pro';
      font-style: normal;
      font-size: 20px;
      display: flex;
      justify-content: right;
      align-items: center;
      height: 100%;
      color: #495057;
  }

  .bpost_menu_parent .bpost_menu .nav > li > a {
      color: #666666;
      padding-bottom: 0px;
      margin-right: 30px;
      background: none;
  }

  .bpost_menu_parent .bpost_menu .nav > li > a:after {
      content: '\f054';
      font-family: FontAwesome;
      position: absolute;
      right: 0;
      color: #EF2637;
      padding-right: 15px;
  }

  .bpost_menu_parent .bpost_menu .nav > li > a:after {
      content: unset;
  }

  .bpost_menu_parent .bpost_menu .collapsible-body-footer .nav > li > a:after {
      content: unset;
  }

  span.right-navigation-icon {
      position: relative;
      display: inherit;
  }

  span.right-navigation-icon:before {
      content: '\f054';
      font-family: "Font Awesome 5 Pro";
      position: absolute;
      right: 0px;
      top: -25px;
      font-size: 18px;
      font-weight: 500;
      color: #EF2637;
  }

  .open-submenu span.right-navigation-icon:before {
      right: 10px;
      top: -30px;
  }

  .bpost_menu_parent .bpost_logo img {
      height: 36px;
  }

  .bpost_menu_parent .bpost_logo {
      text-align: left;
      padding-left: 0px;
  }

  .bpost_menu_parent .bpost_menu .navbar-collapse.in,.bpost_menu_parent .bpost_menu .navbar-collapse.show {
      z-index: 2;
      padding-left: 15px;
  }

  .bpost_menu_parent .bpost_menu #example-navbar-collapse {
      padding-left: 0px;
      border-bottom: 1px solid #DEDEDF;
      position: fixed;
      background: #ffffff;
      top: 0px;
      left: 0px;
      min-height: 100vh;
      overflow: auto;
      height: 100%;
  }

  #bpost_header #login-section-navbar-collapse {
      display: none;
      border-bottom: 1px solid #DEDEDF;
      position: absolute;
      background: #ffffff;
      top: 0px;
      min-height: 100vh;
      z-index: 2;
      overflow: auto;
      height: 100%;
  }

  .navbar-collapse.login-section-navbar {
      position: absolute;
      top: 54px;
      left: 100%;
      padding-bottom: 15px;
      width: 100%;
      transition: all 0.3s ease;
      display: block;
  }

  .navbar-collapse.login-section-navbar.collapsing {
      height: auto !important;
      margin-right: 50%;
      transition: all 0.3s ease;
      display: block;
  }

  .navbar-collapse.login-section-navbar.show {
      left: 0;
  }

  .login-section-navbar .nav {
      width: 100%;
  }

  .profile-login-block-content {
      padding: 24px;
      background: #ECF4F8;
      border-radius: 8px;
      margin: 15px;
  }

  .profile-login-block-content .plbc-icon {
      text-align: center;
  }

  .profile-login-block-content h4.plbc-h4 {
      font-size: 18px;
      font-weight: 500;
      line-height: 24px;
  }

  .profile-login-block-content .plbc-desc {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 24px;
  }

  .profile-login-block-content .plbc-list {
      margin-bottom: 24px;
  }

  .profile-login-block-content .plbc-list li {
      font-size: 14px;
      line-height: 20px;
  }

  .profile-login-block-nav {
      margin: 0;
  }

  .profile-login-block-nav li {
      width: 100%;
      text-align: center;
      margin-bottom: 8px;
  }

  .profile-login-block-nav li a {
      background: #fff;
      color: #EF2637;
      border: 1px solid #EF2637;
      border-radius: 4px;
      font-size: 18px;
      font-weight: 500;
  }

  .profile-login-block-nav li a:focus,.profile-login-block-nav li a:active {
      background: #fff;
      color: #EF2637;
  }

  .profile-login-block-nav li.first a,.profile-login-block-nav li.first a:focus,.profile-login-block-nav li.first a:active {
      background: #EF2637;
      color: #fff;
  }

  .profile-login-block-nav li.last a {
      font-size: 14px;
      border: none;
      line-height: 20px;
  }

  .profile-login-block-nav li.last a:after {
      font-family: "Font Awesome 5 Pro";
      content: "\F054";
      position: relative;
      font-size: 15px;
      left: 4px;
  }

  .bpost_menu_parent .bpost_menu .nav > li {
      padding: 10px 15px;
      position: unset;
  }

  .collapsible-body .search_block .input-group:before {
      content: "\f002";
      font-family: "Font Awesome 5 Pro";
      position: absolute;
      top: 12px;
      left: 15px;
      font-size: 22px;
      z-index: 4;
  }

  .collapsible-body .bpost_search .glyphicon-spin {
      top: 20px;
  }

  .collapsible-body .search_block .input-group input {
      font-size: 14px;
      height: 48px;
      height: 48px;
      border-radius: 4px;
      margin-bottom: 10px;
  }

  .collapsible-body .search_block .input-group input:focus {
      box-shadow: none;
      border-color: #ced4da;
  }

  .block-views-blocktop-task-mobile-name-block-1 .custom-box-padding {
      flex: unset;
      max-width: inherit;
  }

  .faq-content-data:before {
      bottom: 0;
      top: -55px;
  }

  .search_block_mobile .close_icon_mobile {
      max-width: 18%;
  }

  .ui-widget.ui-widget-content.search-api-autocomplete-search {
      left: 0px !important;
      width: 100% !important;
      background: #ffffff;
      padding: 0px 15px;
      margin-top: 15px;
  }

  .ui-menu li.ui-menu-item:first-child {
      margin-top: 0;
      margin-left: 20px;
  }

  .search-api-autocomplete-search .ui-menu-item {
      background: none;
  }

  .search-api-autocomplete-suggestion {
      background: none;
  }
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
  .bpost_menu_parent .bpost_logo img {
      height: auto;
      max-height: 50px;
  }
}

@media (min-width: 991px) {
  .faq-grid .popular .custom_border {
      box-shadow:0px 3px 6px lightgrey;
      border-radius: 4px;
      background-color: #ffffff;
      margin-bottom: 20px;
      padding: 15px;
      padding-bottom: 20px;
      text-align: left;
      min-height: auto;
  }

  .popular .fa-landing-div-img img {
      width: 40px;
      height: 40px;
      float: left;
      margin-right: 10px;
      margin-top: -2px;
  }

  .popular .faq-title {
      margin-top: 6px;
      line-height: 1.2;
  }

  .popular .faq-title span {
      color: #EF2637;
      font-weight: 400;
      padding-bottom: 0px;
      top: 5px;
      position: relative;
      font-family: "Font Awesome 5 Pro";
      float: right;
      right: 10px;
      display: inline-block;
  }

  .popular .faq-title a {
      max-width: 72%;
      display: inline-block;
      padding-right: 10px;
  }
}

@media (min-width: 1281px) {
  .bpost_menu_parent .bpost_logo img {
      padding:0px;
  }

  .bpost_menu_parent .bpost_menu button {
      display: none;
  }

  .bpost_menu_parent {
      width: 100%;
  }

  .bpost_menu_parent .navbar-nav {
      flex-direction: inherit;
  }

  .bpost_menu_parent .bpost_menu .nav > li {
      padding: 10px;
      padding-top: 8px;
      padding-bottom: 7px;
  }

  .bpost_menu_parent .bpost_menu #example-navbar-collapse {
      display: block;
  }

  .bpost_menu_parent .bpost_menu .nav > li > a:hover {
      text-decoration: none;
  }
}

@media (min-width: 1200px) and (max-width:1280px) {
  .bpost_menu_parent .bpost_menu #example-navbar-collapse {
      display:block;
  }

  .bpost_menu_parent .bpost_menu .navbar-header button {
      display: none;
  }

  .bpost_menu_parent {
      width: 100%;
  }

  .bpost_menu_parent .navbar-nav {
      flex-direction: inherit;
  }

  .bpost_menu_parent .bpost_logo img {
      padding: 0px;
  }
}

@media (min-width: 1200px) {
  .dropdown-toggle::after {
      display:none;
  }

  .collapsible-body button.collapsible-close {
      display: none;
  }

  .mobile-tablet-view {
      display: none !important;
  }

  .desktop-view {
      display: flex !important;
      padding: 0;
  }
}

@media (min-width: 1200px) and (max-width:1280px) {
  .bpost_menu_parent .bpost_menu #example-navbar-collapse {
      display:block;
  }

  .bpost_menu_parent .bpost_menu .navbar-header button {
      display: none;
  }

  .bpost_menu_parent {
      width: 100%;
  }

  .bpost_menu_parent .navbar-nav {
      flex-direction: inherit;
  }

  .search_block_mobile .search_block {
      padding-left: 61px;
  }
}

@media (min-width: 768px) {
  .price_calculator_result_page .card.price_calculator.open .show_price {
      padding-top:10px;
  }

  .price_calculator_result .card-header .row.price_hide {
      padding: 10px 0 8px;
  }

  .path-search-residential-solr-search-content .search-api-autocomplete-search,.path-search-business-solr-search-content .search-api-autocomplete-search {
  }

  .path-search-residential-solr-search-content .ui-widget.ui-widget-content.search-api-autocomplete-search,.path-search-business-solr-search-content .ui-widget.ui-widget-content.search-api-autocomplete-search {
  }

  .path-search-residential-solr-search-content .search-api-autocomplete-search li {
      margin: 0 15px;
  }

  .bpost_menu_parent .bpost_menu .nav > li > a.eshop-link:before {
      content: url('https://www.bpost.be/sites/default/files/search/Shopping Cart.svg');
      vertical-align: top;
      margin-right: 5px;
  }

  .ui-widget.ui-widget-content.search-api-autocomplete-search {
  }
}

@media screen and (max-width: 767px) {
  .banner-title-wrap .Home-title p {
      font-size:24px;
  }

  .custom-home-banner-block h1.default-title {
      font-size: 32px;
  }
}

@media screen and (max-width: 1200px) {
  #LiveChatiFrame {
      bottom:30px !important;
  }
}

.__header_product_page_cta_wrap .cta-link {
  text-decoration: none;
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 16px;
  color: #5A5A5F;
}

.__header_product_page_cta_wrap .__third-cta .cta-link-wrapper {
  white-space: nowrap;
  padding-left: 0px;
}

.__header_product_page_cta_wrap .cta-link-wrapper .__red-cta-arrow::after {
  padding: 3px 0 0 2px;
  font: 400 16px "Font Awesome 5 Pro";
  content: "\F054";
  color: #EF2637;
  position: relative;
  top: 1px;
  left: 6px;
}

.__header_product_page_cta_wrap .cta-link-wrapper .round {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .__header_product_page .mobile-hide,.__header_product_page_cta_wrap .mobile-hide {
      display:none !important;
  }

  .__header_product_page_cta_wrap .__third-cta {
      margin-top: 15px
  }

  .__header_product_page_cta_wrap .__third-cta .__header_cta-box {
      box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
      padding: 15px;
  }

  .__header_product_page_cta_wrap .__header-para p {
      text-align: initial !important;
  }

  .__header_product_page_cta_wrap .__header-para {
      padding: 0px !important;
  }

  .search-bg-image {
      background-image: unset;
  }
}

@media only screen and (min-width: 768px) {
  .__header_product_page .desktop-hide,.__header_product_page_cta_wrap .desktop-hide {
      display:none !important;
  }
}

@media only screen and (min-width: 768px) {
  .__header_product_page_cta_wrap .__third-cta .cta-link-wrapper {
      min-height:50px;
      display: block;
      top: 8px;
  }
}

.__header_product_page_cta_wrap .cta-link-wrapper img {
  height: 25px;
  width: 25px;
  margin-right: 5px;
}

.__header_product_page_cta_wrap .__second-cta {
  text-align: initial;
}

.__header_product_page_cta_wrap .__header_cta-box p {
  padding: 0 0 0;
}

.__header_product_page_cta_wrap .first-second-cta-wrap {
  padding: 0 0 0;
}

.__header_product_page_cta_wrap a.btn.header-btn-custom {
  padding: 10px;
  width: 100%;
  text-align: center;
}

.__header_product_page_cta_wrap .__header-para.mobile-hide {
  display: table;
}

.__header_product_page_cta_wrap .__header-para.mobile-hide p {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) and (min-width:768px) {
  .__header_product_page_cta_wrap .first-second-cta-wrap .__first-cta,.__header_product_page_cta_wrap .first-second-cta-wrap .__second-cta {
      padding:10px !important;
      margin: 0;
  }

  .__header_product_page_cta_wrap .__third-cta .__header_cta-box {
      box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
      padding: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
  .__header_product_page_cta_wrap .__third-cta {
      padding-top:10px;
  }

  .search-residential-popup .bpost_search_page,.search-business-popup .bpost_search_page {
      top: 2rem;
      width: 200%;
  }

  .search-heading {
      top: 2rem !important;
      width: 120%;
  }

  .collapsible-body .search_block .input-group:before {
      left: unset;
      right: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
  .__header_product_page_cta_wrap .left-cta-box.__header_cta-box .d-flex {
      padding-top:22px;
      padding-bottom: 22px;
  }

  .__header_product_page_cta_wrap .cta-link-wrapper .round {
      display: flex;
      float: none;
  }

  .collapsible-body .search_block .input-group:before {
      left: unset;
      right: 25px;
  }
}

@media only screen and (min-width: 992px) {
  .__header_product_page_cta_wrap .__header_cta-box .__btn-red {
      margin:0 15px 4px 0 !important;
  }

  .__header_product_page_cta_wrap .__third-cta .cta-link {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      height: 70%;
  }

  .__header_product_page_cta_wrap .__third-cta .cta-link span.link-text {
      padding-left: 5px;
      padding-right: 5px;
      white-space: break-spaces;
  }

  .__header_product_page_cta_wrap .__third-cta .cta-link img {
      display: inline-block;
      margin: auto;
      vertical-align: middle;
  }

  .__header_product_page_cta_wrap .top-2 {
      top: 2px;
  }
}

@media only screen and (max-width: 1199px) {
  .mobile-tablet-view {
      display:flex !important;
      padding: 0;
  }

  .desktop-view {
      display: none !important;
  }
}

.smart-app-banner #mybpostbanner {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 85px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-color: rgb(239,38,55);
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-top-color: rgb(239,38,55);
  border-top-style: solid;
  border-top-width: 1px;
  font-family: Ubuntu,Arial,Helvetica,sans-serif;
  font-size: 12px;
  background: #f2f2f2;
  z-index: 1001;
}

.smart-app-banner #mybpostleft {
  display: flex;
  margin-left: 10px;
  margin-right: 10px;
  width: 105px;
  min-width: 105px;
  height: 70px;
}

.smart-app-banner #mybpostclose {
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAIAAABvFaqvAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAASdEVYdFNvZnR3YXJlAEdyZWVuc2hvdF5VCAUAAAJySURBVDhPhdTLTipBEMbxef+ncOOClQvixo0PIMJRQFFQvIA3VBATY0j0nB/UnGYcRb5EHbu6/v1V9SWbFvTy8jKZTJ6fn0ej0f39/XA4vL6+vrq68nswGNzc3Bh8fHw0wTST87SFliCB8XgMcXt7e3l5eXp62m63Dw4O/ix0eHh4dHTU6/VwA2dykZWDwogZFj85OZEpzbfBpIuLC1xEOGYfHh6KrDkoUfr9fqvVqtVqFvy7Qszu7e0dHx+zVmRl/iSK1diZzWZ50gq9vr42m82wrBXRr8wf/8Dz0u1287nr9PHxoUy+1Mg+SMaO7jLSaDSETeJ8e3tbLHKK6nQ6W1tbdtC3cvb398/OzlSjwEyduqi7iDG7Wq1ubGxUKpUSyyYaJ15iRKI6FMhUdnd3x46lIkbyUUqsRNnd3f38/IxBFagjTGWKNEl1EQuVWD9SQhwQNxlj6ipVQYm1ubm5ikJOg2W4yXzV6/W3t7c8UhBWouzs7HynkHujTWtAqSIq9quoJUhpduH7pEThpdivPPxffDiZcHmz/c4jC5W6m/r1nWXHad5sOxcXPY8sNqJIicEiy1GMQdvvTJ6fnzuMmfvBno1DjbCzW6KEEktyjIQDB31+IOOKGNLy9/d3YQFd+3GPsFBcWt8Sv1wRMTwt1zPVRsJaeSEUYb42Pz09gcyfETxFKtBGshq+fpG0uPq8xzOSP2zpSYq9VKN18qSv0l2tVREvQVk+bH4Siy9hr5IXjnP1OxbGSe2SXVGujVupSKHy469fts8752FmXhooKdmxgLAS79GXRKEliASErQ9ntt3kSCb58K9BIeuVKNPp9B+BRhiF7nNjRgAAAABJRU5ErkJggg==);
  background-size: 24px 24px;
  top: calc(50% - 10px);
  left: 9px;
  position: absolute;
  display: block;
}

.smart-app-banner #mybposticon {
  width: 64px;
  height: 64px;
  background-size: 64px 64px;
  position: absolute;
  top: 10px;
  left: 45px;
  border-radius: 15px;
}

.smart-app-banner #mybpostcenter {
  position: absolute;
  top: 10px;
  left: 124px;
  display: flex;
  overflow-y: hidden;
  width: 47%;
  height: 64px;
  align-items: center;
}

@media only screen and (max-width: 400px) {
  .smart-app-banner #mybpostcenter {
      width:30%;
  }
}

@media only screen and (min-width: 400px) and (max-width:425px) {
  .smart-app-banner #mybpostcenter {
      width:40%;
  }
}

.smart-app-banner #mybpostright {
  white-space: nowrap;
  cursor: pointer;
  background-color: rgb(239,38,55);
  font-weight: 700;
  position: absolute;
  top: 28px;
  right: 10px;
  z-index: 100;
  display: block;
  padding: 0 10px;
  min-width: 10%;
  border-radius: 5px;
  background-color: rgb(239,38,55);
  text-align: center;
  padding-bottom: 5px;
  padding-top: 7px;
  padding-left: 7px;
  padding-right: 7px;
}

.smart-app-banner #mybpostright a {
  white-space: nowrap;
  cursor: pointer;
  color: white;
  font-weight: 700;
  margin-left: 15px;
  margin-right: 15px;
}

.smart-app-banner .step-strong {
  color: #5a5a5f;
  font-weight: 700;
}

.custom_exposed_filters {
  box-shadow: 0px 3px 6px lightgrey;
  height: 20.5rem;
  padding: 20px 20px 0 20px;
  border-radius: 4px;
  width: 250px;
  max-width: 100%;
}

.custom_exposed_filters label {
  vertical-align: top;
  margin-bottom: 1rem;
}

.exposed_content_type_filter {
  border-top: dashed #DEDEDF;
}

.bpost_search_page {
  width: 40%;
  height: 35px;
  padding: 20px;
}

.search-heading {
  z-index: 1;
  position: relative;
  top: 3rem;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #5A5A5F;
}

#exposed_residential_filter,#exposed_business_filter,#exposed_public_filter,#exposed_pages_filter,#exposed_faq_filter,#exposed_blog_filter {
  height: 22px;
  width: 22px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 2px solid grey;
  outline: none;
  background-color: white;
  border-radius: 2px !important;
  cursor: pointer;
  margin-right: 8px;
}

#exposed_residential_filter:checked,#exposed_business_filter:checked,#exposed_public_filter:checked,#exposed_pages_filter:checked,#exposed_faq_filter:checked,#exposed_blog_filter:checked {
  border: 2px solid red;
  background-color: white;
}

.custom_exposed_filters input:checked::before {
  content: '\2713' !important;
  display: block;
  text-align: center;
  color: red;
  position: relative;
  bottom: 3px;
  font-weight: 600;
  font-size: 16px;
}

.custom_exposed_filters .filter-text {
  text-transform: capitalize;
  color: #EF2637;
  font-weight: 600;
}

.custom_exposed_filters .filter-text img {
  padding-left: 5px;
}

@media only screen and (min-width: 1500px) {
  .search-residential-popup .bpost_search,.search-business-popup .bpost_search {
      margin-left:60%;
  }
}

@media only screen and (min-width: 1600px) {
  .search-residential-popup .bpost_search,.search-business-popup .bpost_search {
      margin-left:58%;
  }
}

@media only screen and (min-width: 1700px) {
  .search-residential-popup .bpost_search,.search-business-popup .bpost_search {
      margin-left:56%;
  }
}

.faq-track-trace .qrtext-desktop-wrapper,.faq-track-trace .qrtext-mobile-wrapper {
  display: none !important;
}

.row--full-width-photo .container {
  max-width: 100% !important;
  width: 100% !important;
}

.row--full-width-photo .__full-photo-img picture,.row--full-width-photo .__full-photo-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 0 !important;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,.slick-slider .slick-list {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url(https://www.bpost.be/themes/custom/nbw/css/ajax-loader.gif) center center no-repeat;
}

@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url(https://www.bpost.be/themes/custom/nbw/css/fonts/slick.eot);
  src: url(https://www.bpost.be/themes/custom/nbw/css/fonts/slick.eot) format('embedded-opentype'),url(https://www.bpost.be/themes/custom/nbw/css/fonts/slick.woff) format('woff'),url(https://www.bpost.be/themes/custom/nbw/css/fonts/slick.ttf) format('truetype'),url(https://www.bpost.be/themes/custom/nbw/css/fonts/slick.svg) format('svg');
}

.slick-prev,.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-grow:hover,.hvr-grow:focus,.hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-shrink:hover,.hvr-shrink:focus,.hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

@-webkit-keyframes hvr-pulse {
  25% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
  }

  75% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
  }
}

@keyframes hvr-pulse {
  25% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
  }

  75% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
  }
}

.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
}

.hvr-pulse:hover,.hvr-pulse:focus,.hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes hvr-pulse-grow {
  to {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
  }
}

@keyframes hvr-pulse-grow {
  to {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
  }
}

.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
}

.hvr-pulse-grow:hover,.hvr-pulse-grow:focus,.hvr-pulse-grow:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes hvr-pulse-shrink {
  to {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
  }
}

@keyframes hvr-pulse-shrink {
  to {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
  }
}

.hvr-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
}

.hvr-pulse-shrink:hover,.hvr-pulse-shrink:focus,.hvr-pulse-shrink:active {
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes hvr-push {
  50% {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
  }

  100% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}

@keyframes hvr-push {
  50% {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
  }

  100% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}

.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
}

.hvr-push:hover,.hvr-push:focus,.hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes hvr-pop {
  50% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
  }
}

@keyframes hvr-pop {
  50% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
  }
}

.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
}

.hvr-pop:hover,.hvr-pop:focus,.hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hvr-bounce-in:hover,.hvr-bounce-in:focus,.hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47,2.02,0.31,-0.36);
  transition-timing-function: cubic-bezier(0.47,2.02,0.31,-0.36);
}

.hvr-bounce-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hvr-bounce-out:hover,.hvr-bounce-out:focus,.hvr-bounce-out:active {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-timing-function: cubic-bezier(0.47,2.02,0.31,-0.36);
  transition-timing-function: cubic-bezier(0.47,2.02,0.31,-0.36);
}

.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-rotate:hover,.hvr-rotate:focus,.hvr-rotate:active {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}

.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-grow-rotate:hover,.hvr-grow-rotate:focus,.hvr-grow-rotate:active {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}

.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-float:hover,.hvr-float:focus,.hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sink:hover,.hvr-sink:focus,.hvr-sink:active {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

@-webkit-keyframes hvr-bob {
  0% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
  }

  50% {
      -webkit-transform: translateY(-4px);
      transform: translateY(-4px);
  }

  100% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
  }
}

@keyframes hvr-bob {
  0% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
  }

  50% {
      -webkit-transform: translateY(-4px);
      transform: translateY(-4px);
  }

  100% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
  }
}

@-webkit-keyframes hvr-bob-float {
  100% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
  }
}

@keyframes hvr-bob-float {
  100% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
  }
}

.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
}

.hvr-bob:hover,.hvr-bob:focus,.hvr-bob:active {
  -webkit-animation-name: hvr-bob-float,hvr-bob;
  animation-name: hvr-bob-float,hvr-bob;
  -webkit-animation-duration: .3s,1.5s;
  animation-duration: .3s,1.5s;
  -webkit-animation-delay: 0s,.3s;
  animation-delay: 0s,.3s;
  -webkit-animation-timing-function: ease-out,ease-in-out;
  animation-timing-function: ease-out,ease-in-out;
  -webkit-animation-iteration-count: 1,infinite;
  animation-iteration-count: 1,infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal,alternate;
  animation-direction: normal,alternate;
}

@-webkit-keyframes hvr-hang {
  0% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
  }

  50% {
      -webkit-transform: translateY(4px);
      transform: translateY(4px);
  }

  100% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
  }
}

@keyframes hvr-hang {
  0% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
  }

  50% {
      -webkit-transform: translateY(4px);
      transform: translateY(4px);
  }

  100% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
  }
}

@-webkit-keyframes hvr-hang-sink {
  100% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
  }
}

@keyframes hvr-hang-sink {
  100% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
  }
}

.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
}

.hvr-hang:hover,.hvr-hang:focus,.hvr-hang:active {
  -webkit-animation-name: hvr-hang-sink,hvr-hang;
  animation-name: hvr-hang-sink,hvr-hang;
  -webkit-animation-duration: .3s,1.5s;
  animation-duration: .3s,1.5s;
  -webkit-animation-delay: 0s,.3s;
  animation-delay: 0s,.3s;
  -webkit-animation-timing-function: ease-out,ease-in-out;
  animation-timing-function: ease-out,ease-in-out;
  -webkit-animation-iteration-count: 1,infinite;
  animation-iteration-count: 1,infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal,alternate;
  animation-direction: normal,alternate;
}

.hvr-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-skew:hover,.hvr-skew:focus,.hvr-skew:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}

.hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.hvr-skew-forward:hover,.hvr-skew-forward:focus,.hvr-skew-forward:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}

.hvr-skew-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.hvr-skew-backward:hover,.hvr-skew-backward:focus,.hvr-skew-backward:active {
  -webkit-transform: skew(10deg);
  transform: skew(10deg);
}

@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
  }

  33.3% {
      -webkit-transform: translateY(-6px);
      transform: translateY(-6px);
  }

  49.95% {
      -webkit-transform: translateY(4px);
      transform: translateY(4px);
  }

  66.6% {
      -webkit-transform: translateY(-2px);
      transform: translateY(-2px);
  }

  83.25% {
      -webkit-transform: translateY(1px);
      transform: translateY(1px);
  }

  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
}

@keyframes hvr-wobble-vertical {
  16.65% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
  }

  33.3% {
      -webkit-transform: translateY(-6px);
      transform: translateY(-6px);
  }

  49.95% {
      -webkit-transform: translateY(4px);
      transform: translateY(4px);
  }

  66.6% {
      -webkit-transform: translateY(-2px);
      transform: translateY(-2px);
  }

  83.25% {
      -webkit-transform: translateY(1px);
      transform: translateY(1px);
  }

  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
}

.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
}

.hvr-wobble-vertical:hover,.hvr-wobble-vertical:focus,.hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
      -webkit-transform: translateX(8px);
      transform: translateX(8px);
  }

  33.3% {
      -webkit-transform: translateX(-6px);
      transform: translateX(-6px);
  }

  49.95% {
      -webkit-transform: translateX(4px);
      transform: translateX(4px);
  }

  66.6% {
      -webkit-transform: translateX(-2px);
      transform: translateX(-2px);
  }

  83.25% {
      -webkit-transform: translateX(1px);
      transform: translateX(1px);
  }

  100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
}

@keyframes hvr-wobble-horizontal {
  16.65% {
      -webkit-transform: translateX(8px);
      transform: translateX(8px);
  }

  33.3% {
      -webkit-transform: translateX(-6px);
      transform: translateX(-6px);
  }

  49.95% {
      -webkit-transform: translateX(4px);
      transform: translateX(4px);
  }

  66.6% {
      -webkit-transform: translateX(-2px);
      transform: translateX(-2px);
  }

  83.25% {
      -webkit-transform: translateX(1px);
      transform: translateX(1px);
  }

  100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
}

.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
}

.hvr-wobble-horizontal:hover,.hvr-wobble-horizontal:focus,.hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes hvr-wobble-to-bottom-right {
  16.65% {
      -webkit-transform: translate(8px,8px);
      transform: translate(8px,8px);
  }

  33.3% {
      -webkit-transform: translate(-6px,-6px);
      transform: translate(-6px,-6px);
  }

  49.95% {
      -webkit-transform: translate(4px,4px);
      transform: translate(4px,4px);
  }

  66.6% {
      -webkit-transform: translate(-2px,-2px);
      transform: translate(-2px,-2px);
  }

  83.25% {
      -webkit-transform: translate(1px,1px);
      transform: translate(1px,1px);
  }

  100% {
      -webkit-transform: translate(0,0);
      transform: translate(0,0);
  }
}

@keyframes hvr-wobble-to-bottom-right {
  16.65% {
      -webkit-transform: translate(8px,8px);
      transform: translate(8px,8px);
  }

  33.3% {
      -webkit-transform: translate(-6px,-6px);
      transform: translate(-6px,-6px);
  }

  49.95% {
      -webkit-transform: translate(4px,4px);
      transform: translate(4px,4px);
  }

  66.6% {
      -webkit-transform: translate(-2px,-2px);
      transform: translate(-2px,-2px);
  }

  83.25% {
      -webkit-transform: translate(1px,1px);
      transform: translate(1px,1px);
  }

  100% {
      -webkit-transform: translate(0,0);
      transform: translate(0,0);
  }
}

.hvr-wobble-to-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
}

.hvr-wobble-to-bottom-right:hover,.hvr-wobble-to-bottom-right:focus,.hvr-wobble-to-bottom-right:active {
  -webkit-animation-name: hvr-wobble-to-bottom-right;
  animation-name: hvr-wobble-to-bottom-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes hvr-wobble-to-top-right {
  16.65% {
      -webkit-transform: translate(8px,-8px);
      transform: translate(8px,-8px);
  }

  33.3% {
      -webkit-transform: translate(-6px,6px);
      transform: translate(-6px,6px);
  }

  49.95% {
      -webkit-transform: translate(4px,-4px);
      transform: translate(4px,-4px);
  }

  66.6% {
      -webkit-transform: translate(-2px,2px);
      transform: translate(-2px,2px);
  }

  83.25% {
      -webkit-transform: translate(1px,-1px);
      transform: translate(1px,-1px);
  }

  100% {
      -webkit-transform: translate(0,0);
      transform: translate(0,0);
  }
}

@keyframes hvr-wobble-to-top-right {
  16.65% {
      -webkit-transform: translate(8px,-8px);
      transform: translate(8px,-8px);
  }

  33.3% {
      -webkit-transform: translate(-6px,6px);
      transform: translate(-6px,6px);
  }

  49.95% {
      -webkit-transform: translate(4px,-4px);
      transform: translate(4px,-4px);
  }

  66.6% {
      -webkit-transform: translate(-2px,2px);
      transform: translate(-2px,2px);
  }

  83.25% {
      -webkit-transform: translate(1px,-1px);
      transform: translate(1px,-1px);
  }

  100% {
      -webkit-transform: translate(0,0);
      transform: translate(0,0);
  }
}

.hvr-wobble-to-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
}

.hvr-wobble-to-top-right:hover,.hvr-wobble-to-top-right:focus,.hvr-wobble-to-top-right:active {
  -webkit-animation-name: hvr-wobble-to-top-right;
  animation-name: hvr-wobble-to-top-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes hvr-wobble-top {
  16.65% {
      -webkit-transform: skew(-12deg);
      transform: skew(-12deg);
  }

  33.3% {
      -webkit-transform: skew(10deg);
      transform: skew(10deg);
  }

  49.95% {
      -webkit-transform: skew(-6deg);
      transform: skew(-6deg);
  }

  66.6% {
      -webkit-transform: skew(4deg);
      transform: skew(4deg);
  }

  83.25% {
      -webkit-transform: skew(-2deg);
      transform: skew(-2deg);
  }

  100% {
      -webkit-transform: skew(0);
      transform: skew(0);
  }
}

@keyframes hvr-wobble-top {
  16.65% {
      -webkit-transform: skew(-12deg);
      transform: skew(-12deg);
  }

  33.3% {
      -webkit-transform: skew(10deg);
      transform: skew(10deg);
  }

  49.95% {
      -webkit-transform: skew(-6deg);
      transform: skew(-6deg);
  }

  66.6% {
      -webkit-transform: skew(4deg);
      transform: skew(4deg);
  }

  83.25% {
      -webkit-transform: skew(-2deg);
      transform: skew(-2deg);
  }

  100% {
      -webkit-transform: skew(0);
      transform: skew(0);
  }
}

.hvr-wobble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.hvr-wobble-top:hover,.hvr-wobble-top:focus,.hvr-wobble-top:active {
  -webkit-animation-name: hvr-wobble-top;
  animation-name: hvr-wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes hvr-wobble-bottom {
  16.65% {
      -webkit-transform: skew(-12deg);
      transform: skew(-12deg);
  }

  33.3% {
      -webkit-transform: skew(10deg);
      transform: skew(10deg);
  }

  49.95% {
      -webkit-transform: skew(-6deg);
      transform: skew(-6deg);
  }

  66.6% {
      -webkit-transform: skew(4deg);
      transform: skew(4deg);
  }

  83.25% {
      -webkit-transform: skew(-2deg);
      transform: skew(-2deg);
  }

  100% {
      -webkit-transform: skew(0);
      transform: skew(0);
  }
}

@keyframes hvr-wobble-bottom {
  16.65% {
      -webkit-transform: skew(-12deg);
      transform: skew(-12deg);
  }

  33.3% {
      -webkit-transform: skew(10deg);
      transform: skew(10deg);
  }

  49.95% {
      -webkit-transform: skew(-6deg);
      transform: skew(-6deg);
  }

  66.6% {
      -webkit-transform: skew(4deg);
      transform: skew(4deg);
  }

  83.25% {
      -webkit-transform: skew(-2deg);
      transform: skew(-2deg);
  }

  100% {
      -webkit-transform: skew(0);
      transform: skew(0);
  }
}

.hvr-wobble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.hvr-wobble-bottom:hover,.hvr-wobble-bottom:focus,.hvr-wobble-bottom:active {
  -webkit-animation-name: hvr-wobble-bottom;
  animation-name: hvr-wobble-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes hvr-wobble-skew {
  16.65% {
      -webkit-transform: skew(-12deg);
      transform: skew(-12deg);
  }

  33.3% {
      -webkit-transform: skew(10deg);
      transform: skew(10deg);
  }

  49.95% {
      -webkit-transform: skew(-6deg);
      transform: skew(-6deg);
  }

  66.6% {
      -webkit-transform: skew(4deg);
      transform: skew(4deg);
  }

  83.25% {
      -webkit-transform: skew(-2deg);
      transform: skew(-2deg);
  }

  100% {
      -webkit-transform: skew(0);
      transform: skew(0);
  }
}

@keyframes hvr-wobble-skew {
  16.65% {
      -webkit-transform: skew(-12deg);
      transform: skew(-12deg);
  }

  33.3% {
      -webkit-transform: skew(10deg);
      transform: skew(10deg);
  }

  49.95% {
      -webkit-transform: skew(-6deg);
      transform: skew(-6deg);
  }

  66.6% {
      -webkit-transform: skew(4deg);
      transform: skew(4deg);
  }

  83.25% {
      -webkit-transform: skew(-2deg);
      transform: skew(-2deg);
  }

  100% {
      -webkit-transform: skew(0);
      transform: skew(0);
  }
}

.hvr-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
}

.hvr-wobble-skew:hover,.hvr-wobble-skew:focus,.hvr-wobble-skew:active {
  -webkit-animation-name: hvr-wobble-skew;
  animation-name: hvr-wobble-skew;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes hvr-buzz {
  50% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
  }

  100% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes hvr-buzz {
  50% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
  }

  100% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
  }
}

.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
}

.hvr-buzz:hover,.hvr-buzz:focus,.hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes hvr-buzz-out {
  10% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
  }

  20% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
  }

  30% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
  }

  40% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
  }

  50% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
  }

  60% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
  }

  70% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
  }

  80% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
  }

  90% {
      -webkit-transform: translateX(1px) rotate(0);
      transform: translateX(1px) rotate(0);
  }

  100% {
      -webkit-transform: translateX(-1px) rotate(0);
      transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  10% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
  }

  20% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
  }

  30% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
  }

  40% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
  }

  50% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
  }

  60% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
  }

  70% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
  }

  80% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
  }

  90% {
      -webkit-transform: translateX(1px) rotate(0);
      transform: translateX(1px) rotate(0);
  }

  100% {
      -webkit-transform: translateX(-1px) rotate(0);
      transform: translateX(-1px) rotate(0);
  }
}

.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
}

.hvr-buzz-out:hover,.hvr-buzz-out:focus,.hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-forward:hover,.hvr-forward:focus,.hvr-forward:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.hvr-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-backward:hover,.hvr-backward:focus,.hvr-backward:active {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color,background-color;
  transition-property: color,background-color;
}

.hvr-fade:hover,.hvr-fade:focus,.hvr-fade:active {
  background-color: #2098D1;
  color: white;
}

@-webkit-keyframes hvr-back-pulse {
  50% {
      background-color: rgba(32,152,209,0.75);
  }
}

@keyframes hvr-back-pulse {
  50% {
      background-color: rgba(32,152,209,0.75);
  }
}

.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color,background-color;
  transition-property: color,background-color;
}

.hvr-back-pulse:hover,.hvr-back-pulse:focus,.hvr-back-pulse:active {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #2098D1;
  background-color: #2098d1;
  color: white;
}

.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,.hvr-sweep-to-right:focus,.hvr-sweep-to-right:active {
  color: white;
}

.hvr-sweep-to-right:hover:before,.hvr-sweep-to-right:focus:before,.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-left:hover,.hvr-sweep-to-left:focus,.hvr-sweep-to-left:active {
  color: white;
}

.hvr-sweep-to-left:hover:before,.hvr-sweep-to-left:focus:before,.hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-bottom:hover,.hvr-sweep-to-bottom:focus,.hvr-sweep-to-bottom:active {
  color: white;
}

.hvr-sweep-to-bottom:hover:before,.hvr-sweep-to-bottom:focus:before,.hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-top:hover,.hvr-sweep-to-top:focus,.hvr-sweep-to-top:active {
  color: white;
}

.hvr-sweep-to-top:hover:before,.hvr-sweep-to-top:focus:before,.hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover,.hvr-bounce-to-right:focus,.hvr-bounce-to-right:active {
  color: white;
}

.hvr-bounce-to-right:hover:before,.hvr-bounce-to-right:focus:before,.hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);
  transition-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);
}

.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hvr-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-left:hover,.hvr-bounce-to-left:focus,.hvr-bounce-to-left:active {
  color: white;
}

.hvr-bounce-to-left:hover:before,.hvr-bounce-to-left:focus:before,.hvr-bounce-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);
  transition-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);
}

.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-bottom:hover,.hvr-bounce-to-bottom:focus,.hvr-bounce-to-bottom:active {
  color: white;
}

.hvr-bounce-to-bottom:hover:before,.hvr-bounce-to-bottom:focus:before,.hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);
  transition-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);
}

.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-top:hover,.hvr-bounce-to-top:focus,.hvr-bounce-to-top:active {
  color: white;
}

.hvr-bounce-to-top:hover:before,.hvr-bounce-to-top:focus:before,.hvr-bounce-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);
  transition-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);
}

.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-radial-out:hover,.hvr-radial-out:focus,.hvr-radial-out:active {
  color: white;
}

.hvr-radial-out:hover:before,.hvr-radial-out:focus:before,.hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
  overflow: hidden;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-radial-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  border-radius: 100%;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-radial-in:hover,.hvr-radial-in:focus,.hvr-radial-in:active {
  color: white;
}

.hvr-radial-in:hover:before,.hvr-radial-in:focus:before,.hvr-radial-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-rectangle-in:hover,.hvr-rectangle-in:focus,.hvr-rectangle-in:active {
  color: white;
}

.hvr-rectangle-in:hover:before,.hvr-rectangle-in:focus:before,.hvr-rectangle-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-rectangle-out:hover,.hvr-rectangle-out:focus,.hvr-rectangle-out:active {
  color: white;
}

.hvr-rectangle-out:hover:before,.hvr-rectangle-out:focus:before,.hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-shutter-in-horizontal:hover,.hvr-shutter-in-horizontal:focus,.hvr-shutter-in-horizontal:active {
  color: white;
}

.hvr-shutter-in-horizontal:hover:before,.hvr-shutter-in-horizontal:focus:before,.hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-shutter-out-horizontal:hover,.hvr-shutter-out-horizontal:focus,.hvr-shutter-out-horizontal:active {
  color: white;
}

.hvr-shutter-out-horizontal:hover:before,.hvr-shutter-out-horizontal:focus:before,.hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-shutter-in-vertical:hover,.hvr-shutter-in-vertical:focus,.hvr-shutter-in-vertical:active {
  color: white;
}

.hvr-shutter-in-vertical:hover:before,.hvr-shutter-in-vertical:focus:before,.hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-shutter-out-vertical:hover,.hvr-shutter-out-vertical:focus,.hvr-shutter-out-vertical:active {
  color: white;
}

.hvr-shutter-out-vertical:hover:before,.hvr-shutter-out-vertical:focus:before,.hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.hvr-border-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #e1e1e1,0 0 1px rgba(0,0,0,0);
}

.hvr-border-fade:hover,.hvr-border-fade:focus,.hvr-border-fade:active {
  box-shadow: inset 0 0 0 4px #2098D1,0 0 1px rgba(0,0,0,0);
}

.hvr-hollow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
  box-shadow: inset 0 0 0 4px #e1e1e1,0 0 1px rgba(0,0,0,0);
}

.hvr-hollow:hover,.hvr-hollow:focus,.hvr-hollow:active {
  background: none;
}

.hvr-trim {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
}

.hvr-trim:before {
  content: '';
  position: absolute;
  border: white solid 4px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.hvr-trim:hover:before,.hvr-trim:focus:before,.hvr-trim:active:before {
  opacity: 1;
}

@-webkit-keyframes hvr-ripple-out {
  100% {
      top: -12px;
      right: -12px;
      bottom: -12px;
      left: -12px;
      opacity: 0;
  }
}

@keyframes hvr-ripple-out {
  100% {
      top: -12px;
      right: -12px;
      bottom: -12px;
      left: -12px;
      opacity: 0;
  }
}

.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
}

.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.hvr-ripple-out:hover:before,.hvr-ripple-out:focus:before,.hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}

@-webkit-keyframes hvr-ripple-in {
  100% {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 1;
  }
}

@keyframes hvr-ripple-in {
  100% {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 1;
  }
}

.hvr-ripple-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
}

.hvr-ripple-in:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.hvr-ripple-in:hover:before,.hvr-ripple-in:focus:before,.hvr-ripple-in:active:before {
  -webkit-animation-name: hvr-ripple-in;
  animation-name: hvr-ripple-in;
}

.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
}

.hvr-outline-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top,right,bottom,left;
  transition-property: top,right,bottom,left;
}

.hvr-outline-out:hover:before,.hvr-outline-out:focus:before,.hvr-outline-out:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}

.hvr-outline-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
}

.hvr-outline-in:before {
  pointer-events: none;
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top,right,bottom,left;
  transition-property: top,right,bottom,left;
}

.hvr-outline-in:hover:before,.hvr-outline-in:focus:before,.hvr-outline-in:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}

.hvr-round-corners {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border-radius;
  transition-property: border-radius;
}

.hvr-round-corners:hover,.hvr-round-corners:focus,.hvr-round-corners:active {
  border-radius: 1em;
}

.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before,.hvr-underline-from-left:focus:before,.hvr-underline-from-left:active:before {
  right: 0;
}

.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #EF2637;
  height: 3px;
  -webkit-transition-property: left,right;
  transition-property: left,right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before,.hvr-underline-from-center:focus:before,.hvr-underline-from-center:active:before {
  left: 7%;
  right: 7%;
}

.hvr-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-right:hover:before,.hvr-underline-from-right:focus:before,.hvr-underline-from-right:active:before {
  left: 0;
}

.hvr-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
  overflow: hidden;
}

.hvr-overline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-overline-from-left:hover:before,.hvr-overline-from-left:focus:before,.hvr-overline-from-left:active:before {
  right: 0;
}

.hvr-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
  overflow: hidden;
}

.hvr-overline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  top: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left,right;
  transition-property: left,right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-overline-from-center:hover:before,.hvr-overline-from-center:focus:before,.hvr-overline-from-center:active:before {
  left: 0;
  right: 0;
}

.hvr-overline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
  overflow: hidden;
}

.hvr-overline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  top: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-overline-from-right:hover:before,.hvr-overline-from-right:focus:before,.hvr-overline-from-right:active:before {
  left: 0;
}

.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
  overflow: hidden;
}

.hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #2098D1;
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-reveal:hover:before,.hvr-reveal:focus:before,.hvr-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width: 4px;
}

.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
  overflow: hidden;
}

.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-reveal:hover:before,.hvr-underline-reveal:focus:before,.hvr-underline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.hvr-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
  overflow: hidden;
}

.hvr-overline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-overline-reveal:hover:before,.hvr-overline-reveal:focus:before,.hvr-overline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}

.hvr-glow:hover,.hvr-glow:focus,.hvr-glow:active {
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
}

.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}

.hvr-shadow:hover,.hvr-shadow:focus,.hvr-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0,0,0,0.5);
}

.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow,transform;
  transition-property: box-shadow,transform;
}

.hvr-grow-shadow:hover,.hvr-grow-shadow:focus,.hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0,0,0,0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.hvr-box-shadow-outset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}

.hvr-box-shadow-outset:hover,.hvr-box-shadow-outset:focus,.hvr-box-shadow-outset:active {
  box-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}

.hvr-box-shadow-inset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0,0,0,0.6),0 0 1px rgba(0,0,0,0);
}

.hvr-box-shadow-inset:hover,.hvr-box-shadow-inset:focus,.hvr-box-shadow-inset:active {
  box-shadow: inset 2px 2px 2px rgba(0,0,0,0.6),0 0 1px rgba(0,0,0,0);
}

.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center,ellipse,rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 80%);
  background: radial-gradient(ellipse at center,rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform,opacity;
  transition-property: transform,opacity;
}

.hvr-float-shadow:hover,.hvr-float-shadow:focus,.hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.hvr-float-shadow:hover:before,.hvr-float-shadow:focus:before,.hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.hvr-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
}

.hvr-shadow-radial:before,.hvr-shadow-radial:after {
  pointer-events: none;
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.hvr-shadow-radial:before {
  bottom: 100%;
  background: -webkit-radial-gradient(50% 150%,ellipse,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 80%);
  background: radial-gradient(ellipse at 50% 150%,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 80%);
}

.hvr-shadow-radial:after {
  top: 100%;
  background: -webkit-radial-gradient(50% -50%,ellipse,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 80%);
  background: radial-gradient(ellipse at 50% -50%,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 80%);
}

.hvr-shadow-radial:hover:before,.hvr-shadow-radial:focus:before,.hvr-shadow-radial:active:before,.hvr-shadow-radial:hover:after,.hvr-shadow-radial:focus:after,.hvr-shadow-radial:active:after {
  opacity: 1;
}

.hvr-bubble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
}

.hvr-bubble-top:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 10px);
  top: 0;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
}

.hvr-bubble-top:hover:before,.hvr-bubble-top:focus:before,.hvr-bubble-top:active:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.hvr-bubble-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
}

.hvr-bubble-right:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  top: calc(50% - 10px);
  right: 0;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
}

.hvr-bubble-right:hover:before,.hvr-bubble-right:focus:before,.hvr-bubble-right:active:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.hvr-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
}

.hvr-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 10px);
  bottom: 0;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
}

.hvr-bubble-bottom:hover:before,.hvr-bubble-bottom:focus:before,.hvr-bubble-bottom:active:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.hvr-bubble-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
}

.hvr-bubble-left:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  top: calc(50% - 10px);
  left: 0;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
}

.hvr-bubble-left:hover:before,.hvr-bubble-left:focus:before,.hvr-bubble-left:active:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.hvr-bubble-float-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-bubble-float-top:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  top: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-bubble-float-top:hover,.hvr-bubble-float-top:focus,.hvr-bubble-float-top:active {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.hvr-bubble-float-top:hover:before,.hvr-bubble-float-top:focus:before,.hvr-bubble-float-top:active:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.hvr-bubble-float-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-bubble-float-right:before {
  position: absolute;
  z-index: -1;
  top: calc(50% - 10px);
  right: 0;
  content: '';
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-bubble-float-right:hover,.hvr-bubble-float-right:focus,.hvr-bubble-float-right:active {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.hvr-bubble-float-right:hover:before,.hvr-bubble-float-right:focus:before,.hvr-bubble-float-right:active:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.hvr-bubble-float-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-bubble-float-bottom:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  bottom: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-bubble-float-bottom:hover,.hvr-bubble-float-bottom:focus,.hvr-bubble-float-bottom:active {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.hvr-bubble-float-bottom:hover:before,.hvr-bubble-float-bottom:focus:before,.hvr-bubble-float-bottom:active:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.hvr-bubble-float-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-bubble-float-left:before {
  position: absolute;
  z-index: -1;
  content: '';
  top: calc(50% - 10px);
  left: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-bubble-float-left:hover,.hvr-bubble-float-left:focus,.hvr-bubble-float-left:active {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.hvr-bubble-float-left:hover:before,.hvr-bubble-float-left:focus:before,.hvr-bubble-float-left:active:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.hvr-icon-back .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-back:hover .hvr-icon,.hvr-icon-back:focus .hvr-icon,.hvr-icon-back:active .hvr-icon {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}

.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.hvr-icon-forward .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-forward:hover .hvr-icon,.hvr-icon-forward:focus .hvr-icon,.hvr-icon-forward:active .hvr-icon {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

@-webkit-keyframes hvr-icon-down {
  0%,50%,100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }

  25%,75% {
      -webkit-transform: translateY(6px);
      transform: translateY(6px);
  }
}

@keyframes hvr-icon-down {
  0%,50%,100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }

  25%,75% {
      -webkit-transform: translateY(6px);
      transform: translateY(6px);
  }
}

.hvr-icon-down {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
}

.hvr-icon-down .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-down:hover .hvr-icon,.hvr-icon-down:focus .hvr-icon,.hvr-icon-down:active .hvr-icon {
  -webkit-animation-name: hvr-icon-down;
  animation-name: hvr-icon-down;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes hvr-icon-up {
  0%,50%,100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }

  25%,75% {
      -webkit-transform: translateY(-6px);
      transform: translateY(-6px);
  }
}

@keyframes hvr-icon-up {
  0%,50%,100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }

  25%,75% {
      -webkit-transform: translateY(-6px);
      transform: translateY(-6px);
  }
}

.hvr-icon-up {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
}

.hvr-icon-up .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-up:hover .hvr-icon,.hvr-icon-up:focus .hvr-icon,.hvr-icon-up:active .hvr-icon {
  -webkit-animation-name: hvr-icon-up;
  animation-name: hvr-icon-up;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.hvr-icon-spin {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
}

.hvr-icon-spin .hvr-icon {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.hvr-icon-spin:hover .hvr-icon,.hvr-icon-spin:focus .hvr-icon,.hvr-icon-spin:active .hvr-icon {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

@-webkit-keyframes hvr-icon-drop {
  0% {
      opacity: 0;
  }

  50% {
      opacity: 0;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
  }

  51%,100% {
      opacity: 1;
  }
}

@keyframes hvr-icon-drop {
  0% {
      opacity: 0;
  }

  50% {
      opacity: 0;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
  }

  51%,100% {
      opacity: 1;
  }
}

.hvr-icon-drop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
}

.hvr-icon-drop .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-drop:hover .hvr-icon,.hvr-icon-drop:focus .hvr-icon,.hvr-icon-drop:active .hvr-icon {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-animation-name: hvr-icon-drop;
  animation-name: hvr-icon-drop;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);
  animation-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);
}

.hvr-icon-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
}

.hvr-icon-fade .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color;
  transition-property: color;
}

.hvr-icon-fade:hover .hvr-icon,.hvr-icon-fade:focus .hvr-icon,.hvr-icon-fade:active .hvr-icon {
  color: #0F9E5E;
}

@-webkit-keyframes hvr-icon-float-away {
  0% {
      opacity: 1;
  }

  100% {
      opacity: 0;
      -webkit-transform: translateY(-1em);
      transform: translateY(-1em);
  }
}

@keyframes hvr-icon-float-away {
  0% {
      opacity: 1;
  }

  100% {
      opacity: 0;
      -webkit-transform: translateY(-1em);
      transform: translateY(-1em);
  }
}

.hvr-icon-float-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
}

.hvr-icon-float-away .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.hvr-icon-float-away:hover .hvr-icon,.hvr-icon-float-away:focus .hvr-icon,.hvr-icon-float-away:active .hvr-icon {
  -webkit-animation-name: hvr-icon-float-away;
  animation-name: hvr-icon-float-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes hvr-icon-sink-away {
  0% {
      opacity: 1;
  }

  100% {
      opacity: 0;
      -webkit-transform: translateY(1em);
      transform: translateY(1em);
  }
}

@keyframes hvr-icon-sink-away {
  0% {
      opacity: 1;
  }

  100% {
      opacity: 0;
      -webkit-transform: translateY(1em);
      transform: translateY(1em);
  }
}

.hvr-icon-sink-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
}

.hvr-icon-sink-away .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.hvr-icon-sink-away:hover .hvr-icon,.hvr-icon-sink-away:focus .hvr-icon,.hvr-icon-sink-away:active .hvr-icon {
  -webkit-animation-name: hvr-icon-sink-away;
  animation-name: hvr-icon-sink-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.hvr-icon-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-grow .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-grow:hover .hvr-icon,.hvr-icon-grow:focus .hvr-icon,.hvr-icon-grow:active .hvr-icon {
  -webkit-transform: scale(1.3) translateZ(0);
  transform: scale(1.3) translateZ(0);
}

.hvr-icon-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-shrink .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-shrink:hover .hvr-icon,.hvr-icon-shrink:focus .hvr-icon,.hvr-icon-shrink:active .hvr-icon {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

@-webkit-keyframes hvr-icon-pulse {
  25% {
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
  }

  75% {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
  }
}

@keyframes hvr-icon-pulse {
  25% {
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
  }

  75% {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
  }
}

.hvr-icon-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
}

.hvr-icon-pulse .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-pulse:hover .hvr-icon,.hvr-icon-pulse:focus .hvr-icon,.hvr-icon-pulse:active .hvr-icon {
  -webkit-animation-name: hvr-icon-pulse;
  animation-name: hvr-icon-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes hvr-icon-pulse-grow {
  to {
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
  }
}

@keyframes hvr-icon-pulse-grow {
  to {
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
  }
}

.hvr-icon-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
}

.hvr-icon-pulse-grow .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-pulse-grow:hover .hvr-icon,.hvr-icon-pulse-grow:focus .hvr-icon,.hvr-icon-pulse-grow:active .hvr-icon {
  -webkit-animation-name: hvr-icon-pulse-grow;
  animation-name: hvr-icon-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes hvr-icon-pulse-shrink {
  to {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
  }
}

@keyframes hvr-icon-pulse-shrink {
  to {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
  }
}

.hvr-icon-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
}

.hvr-icon-pulse-shrink .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-pulse-shrink:hover .hvr-icon,.hvr-icon-pulse-shrink:focus .hvr-icon,.hvr-icon-pulse-shrink:active .hvr-icon {
  -webkit-animation-name: hvr-icon-pulse-shrink;
  animation-name: hvr-icon-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes hvr-icon-push {
  50% {
      -webkit-transform: scale(0.5);
      transform: scale(0.5);
  }
}

@keyframes hvr-icon-push {
  50% {
      -webkit-transform: scale(0.5);
      transform: scale(0.5);
  }
}

.hvr-icon-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-push .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-push:hover .hvr-icon,.hvr-icon-push:focus .hvr-icon,.hvr-icon-push:active .hvr-icon {
  -webkit-animation-name: hvr-icon-push;
  animation-name: hvr-icon-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes hvr-icon-pop {
  50% {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
  }
}

@keyframes hvr-icon-pop {
  50% {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
  }
}

.hvr-icon-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-pop .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-pop:hover .hvr-icon,.hvr-icon-pop:focus .hvr-icon,.hvr-icon-pop:active .hvr-icon {
  -webkit-animation-name: hvr-icon-pop;
  animation-name: hvr-icon-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.hvr-icon-bounce {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-bounce .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-bounce:hover .hvr-icon,.hvr-icon-bounce:focus .hvr-icon,.hvr-icon-bounce:active .hvr-icon {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-timing-function: cubic-bezier(0.47,2.02,0.31,-0.36);
  transition-timing-function: cubic-bezier(0.47,2.02,0.31,-0.36);
}

.hvr-icon-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-rotate .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-rotate:hover .hvr-icon,.hvr-icon-rotate:focus .hvr-icon,.hvr-icon-rotate:active .hvr-icon {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

.hvr-icon-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-grow-rotate .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-grow-rotate:hover .hvr-icon,.hvr-icon-grow-rotate:focus .hvr-icon,.hvr-icon-grow-rotate:active .hvr-icon {
  -webkit-transform: scale(1.5) rotate(12deg);
  transform: scale(1.5) rotate(12deg);
}

.hvr-icon-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-float .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-float:hover .hvr-icon,.hvr-icon-float:focus .hvr-icon,.hvr-icon-float:active .hvr-icon {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.hvr-icon-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-sink .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-sink:hover .hvr-icon,.hvr-icon-sink:focus .hvr-icon,.hvr-icon-sink:active .hvr-icon {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

@-webkit-keyframes hvr-icon-bob {
  0% {
      -webkit-transform: translateY(-6px);
      transform: translateY(-6px);
  }

  50% {
      -webkit-transform: translateY(-2px);
      transform: translateY(-2px);
  }

  100% {
      -webkit-transform: translateY(-6px);
      transform: translateY(-6px);
  }
}

@keyframes hvr-icon-bob {
  0% {
      -webkit-transform: translateY(-6px);
      transform: translateY(-6px);
  }

  50% {
      -webkit-transform: translateY(-2px);
      transform: translateY(-2px);
  }

  100% {
      -webkit-transform: translateY(-6px);
      transform: translateY(-6px);
  }
}

@-webkit-keyframes hvr-icon-bob-float {
  100% {
      -webkit-transform: translateY(-6px);
      transform: translateY(-6px);
  }
}

@keyframes hvr-icon-bob-float {
  100% {
      -webkit-transform: translateY(-6px);
      transform: translateY(-6px);
  }
}

.hvr-icon-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-bob .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-bob:hover .hvr-icon,.hvr-icon-bob:focus .hvr-icon,.hvr-icon-bob:active .hvr-icon {
  -webkit-animation-name: hvr-icon-bob-float,hvr-icon-bob;
  animation-name: hvr-icon-bob-float,hvr-icon-bob;
  -webkit-animation-duration: .3s,1.5s;
  animation-duration: .3s,1.5s;
  -webkit-animation-delay: 0s,.3s;
  animation-delay: 0s,.3s;
  -webkit-animation-timing-function: ease-out,ease-in-out;
  animation-timing-function: ease-out,ease-in-out;
  -webkit-animation-iteration-count: 1,infinite;
  animation-iteration-count: 1,infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal,alternate;
  animation-direction: normal,alternate;
}

@-webkit-keyframes hvr-icon-hang {
  0% {
      -webkit-transform: translateY(6px);
      transform: translateY(6px);
  }

  50% {
      -webkit-transform: translateY(2px);
      transform: translateY(2px);
  }

  100% {
      -webkit-transform: translateY(6px);
      transform: translateY(6px);
  }
}

@keyframes hvr-icon-hang {
  0% {
      -webkit-transform: translateY(6px);
      transform: translateY(6px);
  }

  50% {
      -webkit-transform: translateY(2px);
      transform: translateY(2px);
  }

  100% {
      -webkit-transform: translateY(6px);
      transform: translateY(6px);
  }
}

@-webkit-keyframes hvr-icon-hang-sink {
  100% {
      -webkit-transform: translateY(6px);
      transform: translateY(6px);
  }
}

@keyframes hvr-icon-hang-sink {
  100% {
      -webkit-transform: translateY(6px);
      transform: translateY(6px);
  }
}

.hvr-icon-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-hang .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-hang:hover .hvr-icon,.hvr-icon-hang:focus .hvr-icon,.hvr-icon-hang:active .hvr-icon {
  -webkit-animation-name: hvr-icon-hang-sink,hvr-icon-hang;
  animation-name: hvr-icon-hang-sink,hvr-icon-hang;
  -webkit-animation-duration: .3s,1.5s;
  animation-duration: .3s,1.5s;
  -webkit-animation-delay: 0s,.3s;
  animation-delay: 0s,.3s;
  -webkit-animation-timing-function: ease-out,ease-in-out;
  animation-timing-function: ease-out,ease-in-out;
  -webkit-animation-iteration-count: 1,infinite;
  animation-iteration-count: 1,infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal,alternate;
  animation-direction: normal,alternate;
}

@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
      -webkit-transform: translateX(6px);
      transform: translateX(6px);
  }

  33.3% {
      -webkit-transform: translateX(-5px);
      transform: translateX(-5px);
  }

  49.95% {
      -webkit-transform: translateX(4px);
      transform: translateX(4px);
  }

  66.6% {
      -webkit-transform: translateX(-2px);
      transform: translateX(-2px);
  }

  83.25% {
      -webkit-transform: translateX(1px);
      transform: translateX(1px);
  }

  100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
}

@keyframes hvr-icon-wobble-horizontal {
  16.65% {
      -webkit-transform: translateX(6px);
      transform: translateX(6px);
  }

  33.3% {
      -webkit-transform: translateX(-5px);
      transform: translateX(-5px);
  }

  49.95% {
      -webkit-transform: translateX(4px);
      transform: translateX(4px);
  }

  66.6% {
      -webkit-transform: translateX(-2px);
      transform: translateX(-2px);
  }

  83.25% {
      -webkit-transform: translateX(1px);
      transform: translateX(1px);
  }

  100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
}

.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-wobble-horizontal .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-wobble-horizontal:hover .hvr-icon,.hvr-icon-wobble-horizontal:focus .hvr-icon,.hvr-icon-wobble-horizontal:active .hvr-icon {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
      -webkit-transform: translateY(6px);
      transform: translateY(6px);
  }

  33.3% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
  }

  49.95% {
      -webkit-transform: translateY(4px);
      transform: translateY(4px);
  }

  66.6% {
      -webkit-transform: translateY(-2px);
      transform: translateY(-2px);
  }

  83.25% {
      -webkit-transform: translateY(1px);
      transform: translateY(1px);
  }

  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
}

@keyframes hvr-icon-wobble-vertical {
  16.65% {
      -webkit-transform: translateY(6px);
      transform: translateY(6px);
  }

  33.3% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
  }

  49.95% {
      -webkit-transform: translateY(4px);
      transform: translateY(4px);
  }

  66.6% {
      -webkit-transform: translateY(-2px);
      transform: translateY(-2px);
  }

  83.25% {
      -webkit-transform: translateY(1px);
      transform: translateY(1px);
  }

  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
}

.hvr-icon-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-wobble-vertical .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-wobble-vertical:hover .hvr-icon,.hvr-icon-wobble-vertical:focus .hvr-icon,.hvr-icon-wobble-vertical:active .hvr-icon {
  -webkit-animation-name: hvr-icon-wobble-vertical;
  animation-name: hvr-icon-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes hvr-icon-buzz {
  50% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
  }

  100% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes hvr-icon-buzz {
  50% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
  }

  100% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
  }
}

.hvr-icon-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-buzz .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-buzz:hover .hvr-icon,.hvr-icon-buzz:focus .hvr-icon,.hvr-icon-buzz:active .hvr-icon {
  -webkit-animation-name: hvr-icon-buzz;
  animation-name: hvr-icon-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes hvr-icon-buzz-out {
  10% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
  }

  20% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
  }

  30% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
  }

  40% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
  }

  50% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
  }

  60% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
  }

  70% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
  }

  80% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
  }

  90% {
      -webkit-transform: translateX(1px) rotate(0);
      transform: translateX(1px) rotate(0);
  }

  100% {
      -webkit-transform: translateX(-1px) rotate(0);
      transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-icon-buzz-out {
  10% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
  }

  20% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
  }

  30% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
  }

  40% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
  }

  50% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
  }

  60% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
  }

  70% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
  }

  80% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
  }

  90% {
      -webkit-transform: translateX(1px) rotate(0);
      transform: translateX(1px) rotate(0);
  }

  100% {
      -webkit-transform: translateX(-1px) rotate(0);
      transform: translateX(-1px) rotate(0);
  }
}

.hvr-icon-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-buzz-out .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-buzz-out:hover .hvr-icon,.hvr-icon-buzz-out:focus .hvr-icon,.hvr-icon-buzz-out:active .hvr-icon {
  -webkit-animation-name: hvr-icon-buzz-out;
  animation-name: hvr-icon-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.hvr-curl-top-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
}

.hvr-curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: white;
  background: linear-gradient(135deg,white 45%,#aaa 50%,#ccc 56%,white 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff',endColorstr='#000000');
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width,height;
  transition-property: width,height;
}

.hvr-curl-top-left:hover:before,.hvr-curl-top-left:focus:before,.hvr-curl-top-left:active:before {
  width: 25px;
  height: 25px;
}

.hvr-curl-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
}

.hvr-curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: white;
  background: linear-gradient(225deg,white 45%,#aaa 50%,#ccc 56%,white 80%);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width,height;
  transition-property: width,height;
}

.hvr-curl-top-right:hover:before,.hvr-curl-top-right:focus:before,.hvr-curl-top-right:active:before {
  width: 25px;
  height: 25px;
}

.hvr-curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
}

.hvr-curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: white;
  background: linear-gradient(315deg,white 45%,#aaa 50%,#ccc 56%,white 80%);
  box-shadow: -1px -1px 1px rgba(0,0,0,0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width,height;
  transition-property: width,height;
}

.hvr-curl-bottom-right:hover:before,.hvr-curl-bottom-right:focus:before,.hvr-curl-bottom-right:active:before {
  width: 25px;
  height: 25px;
}

.hvr-curl-bottom-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
}

.hvr-curl-bottom-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  left: 0;
  background: white;
  background: linear-gradient(45deg,white 45%,#aaa 50%,#ccc 56%,white 80%);
  box-shadow: 1px -1px 1px rgba(0,0,0,0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width,height;
  transition-property: width,height;
}

.hvr-curl-bottom-left:hover:before,.hvr-curl-bottom-left:focus:before,.hvr-curl-bottom-left:active:before {
  width: 25px;
  height: 25px;
}

.__sub-services_navigation_photo-cards .__img-cta-card {
  position: relative;
  margin: inherit;
  border-radius: 8px;
  overflow: hidden;
}

.__info-covid-component .ve--raw_html {
  padding: 30px;
  background-color: #4195B9;
  color: #fff;
  border-radius: 8px;
  margin-bottom: 70px;
}

.__info-covid-component {
  margin-top: -70px;
}

.__info-covid-component h4 {
  margin-bottom: 20px;
}

.__info-covid-component p a {
  color: #fff;
}

.__btn-white-covid {
  border: 1px solid #fff;
  color: #fff;
  margin-top: 10px;
}

.__btn-white-covid:hover {
  border: 1px solid #fff;
  color: #fff !important;
  margin-top: 10px;
}

.alert__homepage {
  margin: 15px;
}

.alert__homepage p {
  display: block;
  position: relative;
  float: left;
  font-size: 20px;
  font-weight: 500;
  margin-top: 1%;
}

.alert__homepage .btn {
  float: right;
  display: block;
  position: relative;
}

p.alert__title {
  margin: 10px 15px;
  font-size: 18px;
  font-weight: 500;
}

p.alert__title i {
  margin: 0 10px 0 0;
  font-size: 24px;
  top: 2px;
  position: relative;
}

@media screen and (max-width: 760px) {
  .alert__homepage .btn {
      float:right;
      display: block;
      position: relative;
      width: 100%;
      margin-top: 10px;
  }

  .alert__homepage p {
      font-size: 18px;
  }
}
