body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px; }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
.iti{position:relative;display:inline-block}.iti *{box-sizing:border-box;-moz-box-sizing:border-box}.iti__hide{display:none}.iti__v-hide{visibility:hidden}.iti input,.iti input[type=tel],.iti input[type=text]{position:relative;z-index:0;margin-top:0!important;margin-bottom:0!important;padding-right:36px;margin-right:0}.iti__flag-container{position:absolute;top:0;bottom:0;right:0;padding:1px}.iti__selected-flag{z-index:1;position:relative;display:flex;align-items:center;height:100%;padding:0 6px 0 8px}.iti__arrow{margin-left:6px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.iti__arrow--up{border-top:none;border-bottom:4px solid #555}.iti__country-list{position:absolute;z-index:2;list-style:none;text-align:left;padding:0;margin:0 0 0 -1px;box-shadow:1px 1px 4px rgba(0,0,0,.2);background-color:#fff;border:1px solid #ccc;white-space:nowrap;max-height:200px;overflow-y:scroll;-webkit-overflow-scrolling:touch}.iti__country-list--dropup{bottom:100%;margin-bottom:-1px}@media (max-width:500px){.iti__country-list{white-space:normal}}.iti__flag-box{display:inline-block;width:20px}.iti__divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.iti__country{padding:5px 10px;outline:0}.iti__dial-code{color:#999}.iti__country.iti__highlight{background-color:rgba(0,0,0,.05)}.iti__country-name,.iti__dial-code,.iti__flag-box{vertical-align:middle}.iti__country-name,.iti__flag-box{margin-right:6px}.iti--allow-dropdown input,.iti--allow-dropdown input[type=tel],.iti--allow-dropdown input[type=text],.iti--separate-dial-code input,.iti--separate-dial-code input[type=tel],.iti--separate-dial-code input[type=text]{padding-right:6px;padding-left:52px;margin-left:0}.iti--allow-dropdown .iti__flag-container,.iti--separate-dial-code .iti__flag-container{right:auto;left:0}.iti--allow-dropdown .iti__flag-container:hover{cursor:pointer}.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover{cursor:default}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag{background-color:transparent}.iti--separate-dial-code .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--separate-dial-code .iti__selected-dial-code{margin-left:6px}.iti--container{position:absolute;top:-1000px;left:-1000px;z-index:1060;padding:1px}.iti--container:hover{cursor:pointer}.iti-mobile .iti--container{top:30px;bottom:30px;left:30px;right:30px;position:fixed}.iti-mobile .iti__country-list{max-height:100%;width:100%}.iti-mobile .iti__country{padding:10px 10px;line-height:1.5em}.iti__flag{width:20px}.iti__flag.iti__be{width:18px}.iti__flag.iti__ch{width:15px}.iti__flag.iti__mc{width:19px}.iti__flag.iti__ne{width:18px}.iti__flag.iti__np{width:13px}.iti__flag.iti__va{width:15px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-size:5652px 15px}}.iti__flag.iti__ac{height:10px;background-position:0 0}.iti__flag.iti__ad{height:14px;background-position:-22px 0}.iti__flag.iti__ae{height:10px;background-position:-44px 0}.iti__flag.iti__af{height:14px;background-position:-66px 0}.iti__flag.iti__ag{height:14px;background-position:-88px 0}.iti__flag.iti__ai{height:10px;background-position:-110px 0}.iti__flag.iti__al{height:15px;background-position:-132px 0}.iti__flag.iti__am{height:10px;background-position:-154px 0}.iti__flag.iti__ao{height:14px;background-position:-176px 0}.iti__flag.iti__aq{height:14px;background-position:-198px 0}.iti__flag.iti__ar{height:13px;background-position:-220px 0}.iti__flag.iti__as{height:10px;background-position:-242px 0}.iti__flag.iti__at{height:14px;background-position:-264px 0}.iti__flag.iti__au{height:10px;background-position:-286px 0}.iti__flag.iti__aw{height:14px;background-position:-308px 0}.iti__flag.iti__ax{height:13px;background-position:-330px 0}.iti__flag.iti__az{height:10px;background-position:-352px 0}.iti__flag.iti__ba{height:10px;background-position:-374px 0}.iti__flag.iti__bb{height:14px;background-position:-396px 0}.iti__flag.iti__bd{height:12px;background-position:-418px 0}.iti__flag.iti__be{height:15px;background-position:-440px 0}.iti__flag.iti__bf{height:14px;background-position:-460px 0}.iti__flag.iti__bg{height:12px;background-position:-482px 0}.iti__flag.iti__bh{height:12px;background-position:-504px 0}.iti__flag.iti__bi{height:12px;background-position:-526px 0}.iti__flag.iti__bj{height:14px;background-position:-548px 0}.iti__flag.iti__bl{height:14px;background-position:-570px 0}.iti__flag.iti__bm{height:10px;background-position:-592px 0}.iti__flag.iti__bn{height:10px;background-position:-614px 0}.iti__flag.iti__bo{height:14px;background-position:-636px 0}.iti__flag.iti__bq{height:14px;background-position:-658px 0}.iti__flag.iti__br{height:14px;background-position:-680px 0}.iti__flag.iti__bs{height:10px;background-position:-702px 0}.iti__flag.iti__bt{height:14px;background-position:-724px 0}.iti__flag.iti__bv{height:15px;background-position:-746px 0}.iti__flag.iti__bw{height:14px;background-position:-768px 0}.iti__flag.iti__by{height:10px;background-position:-790px 0}.iti__flag.iti__bz{height:14px;background-position:-812px 0}.iti__flag.iti__ca{height:10px;background-position:-834px 0}.iti__flag.iti__cc{height:10px;background-position:-856px 0}.iti__flag.iti__cd{height:15px;background-position:-878px 0}.iti__flag.iti__cf{height:14px;background-position:-900px 0}.iti__flag.iti__cg{height:14px;background-position:-922px 0}.iti__flag.iti__ch{height:15px;background-position:-944px 0}.iti__flag.iti__ci{height:14px;background-position:-961px 0}.iti__flag.iti__ck{height:10px;background-position:-983px 0}.iti__flag.iti__cl{height:14px;background-position:-1005px 0}.iti__flag.iti__cm{height:14px;background-position:-1027px 0}.iti__flag.iti__cn{height:14px;background-position:-1049px 0}.iti__flag.iti__co{height:14px;background-position:-1071px 0}.iti__flag.iti__cp{height:14px;background-position:-1093px 0}.iti__flag.iti__cr{height:12px;background-position:-1115px 0}.iti__flag.iti__cu{height:10px;background-position:-1137px 0}.iti__flag.iti__cv{height:12px;background-position:-1159px 0}.iti__flag.iti__cw{height:14px;background-position:-1181px 0}.iti__flag.iti__cx{height:10px;background-position:-1203px 0}.iti__flag.iti__cy{height:14px;background-position:-1225px 0}.iti__flag.iti__cz{height:14px;background-position:-1247px 0}.iti__flag.iti__de{height:12px;background-position:-1269px 0}.iti__flag.iti__dg{height:10px;background-position:-1291px 0}.iti__flag.iti__dj{height:14px;background-position:-1313px 0}.iti__flag.iti__dk{height:15px;background-position:-1335px 0}.iti__flag.iti__dm{height:10px;background-position:-1357px 0}.iti__flag.iti__do{height:14px;background-position:-1379px 0}.iti__flag.iti__dz{height:14px;background-position:-1401px 0}.iti__flag.iti__ea{height:14px;background-position:-1423px 0}.iti__flag.iti__ec{height:14px;background-position:-1445px 0}.iti__flag.iti__ee{height:13px;background-position:-1467px 0}.iti__flag.iti__eg{height:14px;background-position:-1489px 0}.iti__flag.iti__eh{height:10px;background-position:-1511px 0}.iti__flag.iti__er{height:10px;background-position:-1533px 0}.iti__flag.iti__es{height:14px;background-position:-1555px 0}.iti__flag.iti__et{height:10px;background-position:-1577px 0}.iti__flag.iti__eu{height:14px;background-position:-1599px 0}.iti__flag.iti__fi{height:12px;background-position:-1621px 0}.iti__flag.iti__fj{height:10px;background-position:-1643px 0}.iti__flag.iti__fk{height:10px;background-position:-1665px 0}.iti__flag.iti__fm{height:11px;background-position:-1687px 0}.iti__flag.iti__fo{height:15px;background-position:-1709px 0}.iti__flag.iti__fr{height:14px;background-position:-1731px 0}.iti__flag.iti__ga{height:15px;background-position:-1753px 0}.iti__flag.iti__gb{height:10px;background-position:-1775px 0}.iti__flag.iti__gd{height:12px;background-position:-1797px 0}.iti__flag.iti__ge{height:14px;background-position:-1819px 0}.iti__flag.iti__gf{height:14px;background-position:-1841px 0}.iti__flag.iti__gg{height:14px;background-position:-1863px 0}.iti__flag.iti__gh{height:14px;background-position:-1885px 0}.iti__flag.iti__gi{height:10px;background-position:-1907px 0}.iti__flag.iti__gl{height:14px;background-position:-1929px 0}.iti__flag.iti__gm{height:14px;background-position:-1951px 0}.iti__flag.iti__gn{height:14px;background-position:-1973px 0}.iti__flag.iti__gp{height:14px;background-position:-1995px 0}.iti__flag.iti__gq{height:14px;background-position:-2017px 0}.iti__flag.iti__gr{height:14px;background-position:-2039px 0}.iti__flag.iti__gs{height:10px;background-position:-2061px 0}.iti__flag.iti__gt{height:13px;background-position:-2083px 0}.iti__flag.iti__gu{height:11px;background-position:-2105px 0}.iti__flag.iti__gw{height:10px;background-position:-2127px 0}.iti__flag.iti__gy{height:12px;background-position:-2149px 0}.iti__flag.iti__hk{height:14px;background-position:-2171px 0}.iti__flag.iti__hm{height:10px;background-position:-2193px 0}.iti__flag.iti__hn{height:10px;background-position:-2215px 0}.iti__flag.iti__hr{height:10px;background-position:-2237px 0}.iti__flag.iti__ht{height:12px;background-position:-2259px 0}.iti__flag.iti__hu{height:10px;background-position:-2281px 0}.iti__flag.iti__ic{height:14px;background-position:-2303px 0}.iti__flag.iti__id{height:14px;background-position:-2325px 0}.iti__flag.iti__ie{height:10px;background-position:-2347px 0}.iti__flag.iti__il{height:15px;background-position:-2369px 0}.iti__flag.iti__im{height:10px;background-position:-2391px 0}.iti__flag.iti__in{height:14px;background-position:-2413px 0}.iti__flag.iti__io{height:10px;background-position:-2435px 0}.iti__flag.iti__iq{height:14px;background-position:-2457px 0}.iti__flag.iti__ir{height:12px;background-position:-2479px 0}.iti__flag.iti__is{height:15px;background-position:-2501px 0}.iti__flag.iti__it{height:14px;background-position:-2523px 0}.iti__flag.iti__je{height:12px;background-position:-2545px 0}.iti__flag.iti__jm{height:10px;background-position:-2567px 0}.iti__flag.iti__jo{height:10px;background-position:-2589px 0}.iti__flag.iti__jp{height:14px;background-position:-2611px 0}.iti__flag.iti__ke{height:14px;background-position:-2633px 0}.iti__flag.iti__kg{height:12px;background-position:-2655px 0}.iti__flag.iti__kh{height:13px;background-position:-2677px 0}.iti__flag.iti__ki{height:10px;background-position:-2699px 0}.iti__flag.iti__km{height:12px;background-position:-2721px 0}.iti__flag.iti__kn{height:14px;background-position:-2743px 0}.iti__flag.iti__kp{height:10px;background-position:-2765px 0}.iti__flag.iti__kr{height:14px;background-position:-2787px 0}.iti__flag.iti__kw{height:10px;background-position:-2809px 0}.iti__flag.iti__ky{height:10px;background-position:-2831px 0}.iti__flag.iti__kz{height:10px;background-position:-2853px 0}.iti__flag.iti__la{height:14px;background-position:-2875px 0}.iti__flag.iti__lb{height:14px;background-position:-2897px 0}.iti__flag.iti__lc{height:10px;background-position:-2919px 0}.iti__flag.iti__li{height:12px;background-position:-2941px 0}.iti__flag.iti__lk{height:10px;background-position:-2963px 0}.iti__flag.iti__lr{height:11px;background-position:-2985px 0}.iti__flag.iti__ls{height:14px;background-position:-3007px 0}.iti__flag.iti__lt{height:12px;background-position:-3029px 0}.iti__flag.iti__lu{height:12px;background-position:-3051px 0}.iti__flag.iti__lv{height:10px;background-position:-3073px 0}.iti__flag.iti__ly{height:10px;background-position:-3095px 0}.iti__flag.iti__ma{height:14px;background-position:-3117px 0}.iti__flag.iti__mc{height:15px;background-position:-3139px 0}.iti__flag.iti__md{height:10px;background-position:-3160px 0}.iti__flag.iti__me{height:10px;background-position:-3182px 0}.iti__flag.iti__mf{height:14px;background-position:-3204px 0}.iti__flag.iti__mg{height:14px;background-position:-3226px 0}.iti__flag.iti__mh{height:11px;background-position:-3248px 0}.iti__flag.iti__mk{height:10px;background-position:-3270px 0}.iti__flag.iti__ml{height:14px;background-position:-3292px 0}.iti__flag.iti__mm{height:14px;background-position:-3314px 0}.iti__flag.iti__mn{height:10px;background-position:-3336px 0}.iti__flag.iti__mo{height:14px;background-position:-3358px 0}.iti__flag.iti__mp{height:10px;background-position:-3380px 0}.iti__flag.iti__mq{height:14px;background-position:-3402px 0}.iti__flag.iti__mr{height:14px;background-position:-3424px 0}.iti__flag.iti__ms{height:10px;background-position:-3446px 0}.iti__flag.iti__mt{height:14px;background-position:-3468px 0}.iti__flag.iti__mu{height:14px;background-position:-3490px 0}.iti__flag.iti__mv{height:14px;background-position:-3512px 0}.iti__flag.iti__mw{height:14px;background-position:-3534px 0}.iti__flag.iti__mx{height:12px;background-position:-3556px 0}.iti__flag.iti__my{height:10px;background-position:-3578px 0}.iti__flag.iti__mz{height:14px;background-position:-3600px 0}.iti__flag.iti__na{height:14px;background-position:-3622px 0}.iti__flag.iti__nc{height:10px;background-position:-3644px 0}.iti__flag.iti__ne{height:15px;background-position:-3666px 0}.iti__flag.iti__nf{height:10px;background-position:-3686px 0}.iti__flag.iti__ng{height:10px;background-position:-3708px 0}.iti__flag.iti__ni{height:12px;background-position:-3730px 0}.iti__flag.iti__nl{height:14px;background-position:-3752px 0}.iti__flag.iti__no{height:15px;background-position:-3774px 0}.iti__flag.iti__np{height:15px;background-position:-3796px 0}.iti__flag.iti__nr{height:10px;background-position:-3811px 0}.iti__flag.iti__nu{height:10px;background-position:-3833px 0}.iti__flag.iti__nz{height:10px;background-position:-3855px 0}.iti__flag.iti__om{height:10px;background-position:-3877px 0}.iti__flag.iti__pa{height:14px;background-position:-3899px 0}.iti__flag.iti__pe{height:14px;background-position:-3921px 0}.iti__flag.iti__pf{height:14px;background-position:-3943px 0}.iti__flag.iti__pg{height:15px;background-position:-3965px 0}.iti__flag.iti__ph{height:10px;background-position:-3987px 0}.iti__flag.iti__pk{height:14px;background-position:-4009px 0}.iti__flag.iti__pl{height:13px;background-position:-4031px 0}.iti__flag.iti__pm{height:14px;background-position:-4053px 0}.iti__flag.iti__pn{height:10px;background-position:-4075px 0}.iti__flag.iti__pr{height:14px;background-position:-4097px 0}.iti__flag.iti__ps{height:10px;background-position:-4119px 0}.iti__flag.iti__pt{height:14px;background-position:-4141px 0}.iti__flag.iti__pw{height:13px;background-position:-4163px 0}.iti__flag.iti__py{height:11px;background-position:-4185px 0}.iti__flag.iti__qa{height:8px;background-position:-4207px 0}.iti__flag.iti__re{height:14px;background-position:-4229px 0}.iti__flag.iti__ro{height:14px;background-position:-4251px 0}.iti__flag.iti__rs{height:14px;background-position:-4273px 0}.iti__flag.iti__ru{height:14px;background-position:-4295px 0}.iti__flag.iti__rw{height:14px;background-position:-4317px 0}.iti__flag.iti__sa{height:14px;background-position:-4339px 0}.iti__flag.iti__sb{height:10px;background-position:-4361px 0}.iti__flag.iti__sc{height:10px;background-position:-4383px 0}.iti__flag.iti__sd{height:10px;background-position:-4405px 0}.iti__flag.iti__se{height:13px;background-position:-4427px 0}.iti__flag.iti__sg{height:14px;background-position:-4449px 0}.iti__flag.iti__sh{height:10px;background-position:-4471px 0}.iti__flag.iti__si{height:10px;background-position:-4493px 0}.iti__flag.iti__sj{height:15px;background-position:-4515px 0}.iti__flag.iti__sk{height:14px;background-position:-4537px 0}.iti__flag.iti__sl{height:14px;background-position:-4559px 0}.iti__flag.iti__sm{height:15px;background-position:-4581px 0}.iti__flag.iti__sn{height:14px;background-position:-4603px 0}.iti__flag.iti__so{height:14px;background-position:-4625px 0}.iti__flag.iti__sr{height:14px;background-position:-4647px 0}.iti__flag.iti__ss{height:10px;background-position:-4669px 0}.iti__flag.iti__st{height:10px;background-position:-4691px 0}.iti__flag.iti__sv{height:12px;background-position:-4713px 0}.iti__flag.iti__sx{height:14px;background-position:-4735px 0}.iti__flag.iti__sy{height:14px;background-position:-4757px 0}.iti__flag.iti__sz{height:14px;background-position:-4779px 0}.iti__flag.iti__ta{height:10px;background-position:-4801px 0}.iti__flag.iti__tc{height:10px;background-position:-4823px 0}.iti__flag.iti__td{height:14px;background-position:-4845px 0}.iti__flag.iti__tf{height:14px;background-position:-4867px 0}.iti__flag.iti__tg{height:13px;background-position:-4889px 0}.iti__flag.iti__th{height:14px;background-position:-4911px 0}.iti__flag.iti__tj{height:10px;background-position:-4933px 0}.iti__flag.iti__tk{height:10px;background-position:-4955px 0}.iti__flag.iti__tl{height:10px;background-position:-4977px 0}.iti__flag.iti__tm{height:14px;background-position:-4999px 0}.iti__flag.iti__tn{height:14px;background-position:-5021px 0}.iti__flag.iti__to{height:10px;background-position:-5043px 0}.iti__flag.iti__tr{height:14px;background-position:-5065px 0}.iti__flag.iti__tt{height:12px;background-position:-5087px 0}.iti__flag.iti__tv{height:10px;background-position:-5109px 0}.iti__flag.iti__tw{height:14px;background-position:-5131px 0}.iti__flag.iti__tz{height:14px;background-position:-5153px 0}.iti__flag.iti__ua{height:14px;background-position:-5175px 0}.iti__flag.iti__ug{height:14px;background-position:-5197px 0}.iti__flag.iti__um{height:11px;background-position:-5219px 0}.iti__flag.iti__un{height:14px;background-position:-5241px 0}.iti__flag.iti__us{height:11px;background-position:-5263px 0}.iti__flag.iti__uy{height:14px;background-position:-5285px 0}.iti__flag.iti__uz{height:10px;background-position:-5307px 0}.iti__flag.iti__va{height:15px;background-position:-5329px 0}.iti__flag.iti__vc{height:14px;background-position:-5346px 0}.iti__flag.iti__ve{height:14px;background-position:-5368px 0}.iti__flag.iti__vg{height:10px;background-position:-5390px 0}.iti__flag.iti__vi{height:14px;background-position:-5412px 0}.iti__flag.iti__vn{height:14px;background-position:-5434px 0}.iti__flag.iti__vu{height:12px;background-position:-5456px 0}.iti__flag.iti__wf{height:14px;background-position:-5478px 0}.iti__flag.iti__ws{height:10px;background-position:-5500px 0}.iti__flag.iti__xk{height:15px;background-position:-5522px 0}.iti__flag.iti__ye{height:14px;background-position:-5544px 0}.iti__flag.iti__yt{height:14px;background-position:-5566px 0}.iti__flag.iti__za{height:14px;background-position:-5588px 0}.iti__flag.iti__zm{height:14px;background-position:-5610px 0}.iti__flag.iti__zw{height:10px;background-position:-5632px 0}.iti__flag{height:15px;box-shadow:0 0 1px 0 #888;background-image:url(../img/flags.png);background-repeat:no-repeat;background-color:#dbdbdb;background-position:20px 0}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-image:url(../img/flags@2x.png)}}.iti__flag.iti__np{background-color:transparent}@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, figure, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: #000;
  background: #fff;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=search],
input[type=submit],
input[type=number],
input[type=time],
input[type=date],
input[type=datetime],
input[type=color],
input[type=url],
textarea,
button {
  -webkit-border-radius: 0;
}

main {
  display: block;
}

.entry-content img {
  margin: 0 0 1.5rem;
}

.alignnone,
img.alignnone {
  display: inline;
}

.alignleft,
img.alignleft {
  margin-right: 1.5rem;
  display: inline;
  float: left;
}

.alignright,
img.alignright {
  margin-left: 1.5rem;
  display: inline;
  float: right;
}

.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.wp-caption {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 1.5rem;
  text-align: center;
  padding-top: 0.5rem;
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.5;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  float: left;
  margin-right: 2rem;
  text-align: right;
  margin-left: 0;
  width: 33%;
}

blockquote.right {
  margin-left: 2rem;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.bit-images-2 {
  width: 50% !important;
  margin: 0 !important;
  height: auto;
}
.bit-images-2 img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .bit-images-2 {
    width: 100% !important;
  }
}

ul {
  margin-left: 2.4rem;
  list-style-type: disc;
}

ol {
  margin-left: 2.4rem;
  list-style-type: decimal;
}

strong, b {
  font-weight: 400;
}

em, i {
  font-style: italic;
}

p {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
  padding-top: 0;
}

hr {
  border: 0;
  border-top: 0.1rem solid #000;
}

pre {
  display: block;
  overflow: auto;
  font-family: monospace;
  padding: 1rem;
  margin: 0 0 1rem;
  font-size: 1.4rem;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 0.1rem solid #ccc;
  border-radius: 0.4rem;
}

code {
  display: inline-block;
  vertical-align: 15%;
  font-family: monospace;
  padding: 0.3rem 0.6rem;
  margin: 0.1rem 0;
  font-size: 1.4rem;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 0.1rem solid #ccc;
  border-radius: 0.4rem;
}

sub {
  vertical-align: sub;
  font-size: small;
}

sup {
  vertical-align: super;
  font-size: small;
}

.img-responsive, .entry-content img, .alignnone,
img.alignnone, .alignleft,
img.alignleft, .alignright,
img.alignright, .aligncenter,
img.aligncenter, .wp-caption img {
  display: block;
  max-width: 100%;
  height: auto;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.pull-none {
  float: none;
}

.block {
  display: block;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-break-word {
  word-wrap: break-word;
}

.list-unstyled,
ul.list-unstyled {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.list-unstyled li,
ul.list-unstyled li {
  list-style: none;
}

.margin-top {
  margin-top: 4rem !important;
}

.margin-top-double {
  margin-top: 8rem !important;
}

.margin-top-half {
  margin-top: 2rem !important;
}

.margin-bottom {
  margin-bottom: 4rem !important;
}

.margin-bottom-double {
  margin-bottom: 8rem !important;
}

.margin-bottom-half {
  margin-bottom: 2rem !important;
}

.margin-left {
  margin-left: 4rem !important;
}

.margin-left-half {
  margin-left: 2rem !important;
}

.margin-left-double {
  margin-left: 8rem !important;
}

.margin-right {
  margin-right: 4rem !important;
}

.margin-right-half {
  margin-right: 2rem !important;
}

.margin-right-double {
  margin-right: 8rem !important;
}

.margin {
  margin: 4rem !important;
}

.margin-double {
  margin: 8rem !important;
}

.margin-half {
  margin: 2rem !important;
}

.margin-none {
  margin: 0 !important;
}

.padding {
  padding: 4rem !important;
}

.padding-double {
  padding: 8rem !important;
}

.padding-half {
  padding: 2rem !important;
}

.padding-none {
  padding: 0 !important;
}

.padding-top {
  padding-top: 4rem !important;
}

.padding-top-half {
  padding-top: 2rem !important;
}

.padding-top-double {
  padding-top: 8rem !important;
}

.padding-top-none {
  padding-top: 0 !important;
}

.padding-bottom {
  padding-bottom: 4rem !important;
}

.padding-bottom-half {
  padding-bottom: 2rem !important;
}

.padding-bottom-double {
  padding-bottom: 8rem !important;
}

.padding-bottom-none {
  padding-bottom: 0 !important;
}

.padding-left-half {
  padding-left: 2rem !important;
}

.padding-left-double {
  padding-left: 8rem !important;
}

.padding-left {
  padding-left: 4rem !important;
}

.padding-left-none {
  padding-left: 0 !important;
}

.padding-right-half {
  padding-right: 2rem !important;
}

.padding-right {
  padding-right: 4rem !important;
}

.padding-right-double {
  padding-right: 8rem !important;
}

.padding-right-none {
  padding-right: 0 !important;
}

input[type=submit],
button,
.button,
.navbar-desktop__button,
.wp-block-button a {
  display: inline-block;
  padding: 0.8rem 1.2rem;
  cursor: pointer;
  background-color: #4a4a4a;
  background-image: none;
  border: 0;
  border-radius: 0.3rem;
  font-family: calibri, sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-appearance: none;
}
input[type=submit]:hover,
button:hover,
.button:hover,
.navbar-desktop__button:hover,
.wp-block-button a:hover {
  text-decoration: none;
}
input[type=submit]:focus,
button:focus,
.button:focus,
.navbar-desktop__button:focus,
.wp-block-button a:focus {
  outline: 0;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=search],
input[type=number],
input[type=time],
input[type=date],
input[type=datetime],
input[type=color],
input[type=url],
textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 0.1rem solid #4a4a4a;
  border-radius: 0;
  padding: 0.4rem 0.6rem;
  font-family: calibri, sans-serif;
  font-size: 1.9rem;
  line-height: 1.3;
  background-color: #fff;
  background-image: none;
  -webkit-appearance: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=time]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=color]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: #4a4a4a;
  outline: 0;
}

select {
  display: block;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0.4rem 0.6rem;
  font-family: calibri, sans-serif;
  font-size: 1.9rem;
  line-height: 1.3;
  color: #000;
  border: 0.1rem solid #4a4a4a;
  background-color: transparent;
  background-image: none;
}
select:focus {
  outline: 0;
}
@media screen and (min-width: 0 \0 ) {
  select {
    background: none;
    padding: 4px 6px;
  }
}

.gform_wrapper .gform_fields {
  margin: 0;
  list-style-type: none;
}
.gform_wrapper .gform_fields .gfield {
  list-style-type: none;
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
  padding-left: 0;
}
.gform_wrapper .gform_fields .gfield.gform_hidden {
  display: none;
}
.gform_wrapper .gform_fields .gfield_label {
  font-weight: 400;
  display: block;
  margin-bottom: 1rem;
}
.gform_wrapper .gform_fields .gfield_required {
  color: #ed1c24;
}
.gform_wrapper .gform_fields .gfield_radio label, .gform_wrapper .gform_fields .gfield_checkbox label {
  font-size: 1.9rem;
  padding-left: 1rem;
}
.gform_wrapper .gform_fields .gfield_description {
  color: #4a4a4a;
}
.gform_wrapper .gform_fields .gfield_description.validation_message {
  font-size: 1.9rem;
  color: #ed1c24;
  text-align: right;
}
.gform_wrapper .gform_fields .gfield_error .gfield_label,
.gform_wrapper .gform_fields .gfield_error .gfield_checkbox,
.gform_wrapper .gform_fields .gfield_error .gfield_radio {
  color: #ed1c24;
}
.gform_wrapper .gform_fields .ginput_container {
  margin-bottom: 1rem;
}
.gform_wrapper .gform_fields .ginput_container label,
.gform_wrapper .gform_fields .ginput_container .instruction {
  font-size: 1.9rem;
}
.gform_wrapper .gform_footer {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  margin: 0;
  padding-top: 0;
}
.gform_wrapper .validation_error {
  color: #ed1c24;
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -1000px;
}

.visible-tablet,
.visible-mobile {
  display: none !important;
}

.visible-desktop,
.visible-md {
  display: block !important;
}

.visible-lg {
  display: none !important;
}

.visible-tablet-table-cell,
.visible-mobile-table-cell {
  display: none !important;
}

.visible-desktop-table-cell,
.visible-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .visible-desktop,
.visible-md,
.visible-tablet,
.visible-sm {
    display: none !important;
  }

  .visible-mobile {
    display: block !important;
  }
  .visible-mobile.visible-tablet,
.visible-mobile .visible-sm {
    display: block !important;
  }

  .visible-desktop-table-cell,
.visible-tablet-table-cell {
    display: none !important;
  }

  .visible-mobile-table-cell {
    display: table-cell !important;
  }
  .visible-mobile-table-cell.visible-tablet-table-cell {
    display: table-cell !important;
  }

  .hidden-mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .visible-desktop,
.visible-mobile {
    display: none !important;
  }

  .visible-tablet {
    display: block !important;
  }
  .visible-tablet.visible-mobile {
    display: block !important;
  }
  .visible-tablet.visible-desktop {
    display: block !important;
  }

  .visible-desktop-table-cell, .visible-mobile-table-cell {
    display: none !important;
  }

  .visible-tablet-table-cell {
    display: table-cell !important;
  }
  .visible-tablet-table-cell.visible-mobile-table-cell {
    display: table-cell !important;
  }
  .visible-tablet-table-cell.visible-desktop-table-cell {
    display: table-cell !important;
  }

  .hidden-tablet {
    display: none !important;
  }
}
@media only screen and (min-width: 1024px) {
  .hidden-desktop {
    display: none !important;
  }
}
@media only screen and (min-width: 1201px) {
  .hidden-lg {
    display: none !important;
  }

  .visible-lg {
    display: block !important;
  }
}
.flex {
  display: flex;
}
.flex--wrap {
  flex-wrap: wrap;
}
.flex--nowrap {
  flex-wrap: nowrap;
}
.flex--row {
  flex-direction: row;
}
.flex--column {
  flex-direction: column;
}
.flex--align-center {
  align-items: center;
}
.flex--align-flex-start {
  align-items: flex-start;
}
.flex--align-flex-end {
  align-items: flex-end;
}
.flex--align-stretch {
  align-items: stretch;
}
.flex--justify-center {
  justify-content: center;
}
.flex--justify-flex-start {
  justify-content: flex-start;
}
.flex--justify-flex-end {
  justify-content: flex-end;
}
.flex--justify-space-between {
  justify-content: space-between;
}
.flex--justify-space-around {
  justify-content: space-around;
}

table {
  border-collapse: collapse;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: 100%;
}
table thead {
  border-bottom: 0.3rem solid #9b9b9b;
}
table thead th, table thead td {
  font-weight: 400;
  padding: 1rem 0.5rem;
}
table tbody {
  border-bottom: 0.3rem solid #9b9b9b;
}
table tbody tr {
  border-bottom:  0.1rem solid #9b9b9b;
}
table tbody tr td, table tbody tr th {
  padding: 1rem 0.5rem;
}

/* Soda Custom v0.5
 * By Jannes & Mannes
 * Licensed under the MIT license, 2014
 * No documentation available yet.
 *
 * Based on:
 * Lemonade V2
 * By Joe Richardson (@joericho)
 * Licensed under the MIT license, 2014
 * Documentation: http://lemonade.im
 */
/**
 * Grid setup
 *
 * The grid will calculate dimensions based on these two variables:
 * $soda-columns will inform the grid loops how many columns there should be.
 * $soda-gutter will inform the grid loops how big eac column's gutters should be.
 *
 * The grid will name columns, rows, offsets based on these three variables:
 * $soda-class-row string used for the row class
 * $soda-class-col string used for the column class
 * $soda-class-off string used for the offset class
 */
*,
::after,
::before {
  box-sizing: border-box;
}

.container {
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 140rem;
  margin: 0 auto;
}

/**
 * Grid setup
 *
 * The grid will calculate dimensions based on these two variables:
 * $soda-columns will inform the grid loops how many columns there should be.
 * $soda-gutter will inform the grid loops how big eac column's gutters should be.
 *
 * The grid will name columns, rows, offsets based on these three variables:
 * $soda-class-row string used for the row class
 * $soda-class-col string used for the column class
 * $soda-class-off string used for the offset class
 */
/**
 * Row wrapper class, flex box parent.
 */
.frame {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.container .frame {
  margin-left: -2rem;
  margin-right: -2rem;
}

.bit-lg, .bit-md, .bit-sm, .bit-xs, .bit-xxs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.frame--direction-row {
  flex-direction: row;
}

.frame--direction-row-reverse {
  flex-direction: row-reverse;
}

.frame--direction-column {
  flex-direction: column;
}

.frame--direction-column-reverse {
  flex-direction: column-reverse;
}

/**
 * Grid setup
 *
 * The grid will calculate dimensions based on these two variables:
 * $soda-columns will inform the grid loops how many columns there should be.
 * $soda-gutter will inform the grid loops how big eac column's gutters should be.
 *
 * The grid will name columns, rows, offsets based on these three variables:
 * $soda-class-row string used for the row class
 * $soda-class-col string used for the column class
 * $soda-class-off string used for the offset class
 */
/**
 * Generate a set of grid column classes using a namespace
 *
 * .bit-[namespace] for intelligent column division
 * .bit-[namespace]-[number] for a column that covers a specific number of columns (e.g. 1-12 by default)
 * .bit-offset-[namespace]-[number] for pushing a col a specific number of columns (e.g. 1-11 by default)
 * .bit-offset-[namespace]-reset for resetting a col's offset for that and larger namespaces
 */
[class^=bit] {
  max-width: 100%;
  flex: 0 0 100%;
}

.bit-lg-12, .bit-lg-11, .bit-lg-10, .bit-lg-9, .bit-lg-8, .bit-lg-7, .bit-lg-6, .bit-lg-5, .bit-lg-4, .bit-lg-3, .bit-lg-2, .bit-lg-1, .bit-md-12, .bit-md-11, .bit-md-10, .bit-md-9, .bit-md-8, .bit-md-7, .bit-md-6, .bit-md-5, .bit-md-4, .bit-md-3, .bit-md-2, .bit-md-1, .bit-sm-12, .bit-sm-11, .bit-sm-10, .bit-sm-9, .bit-sm-8, .bit-sm-7, .bit-sm-6, .bit-sm-5, .bit-sm-4, .bit-sm-3, .bit-sm-2, .bit-sm-1, .bit-xs-12, .bit-xs-11, .bit-xs-10, .bit-xs-9, .bit-xs-8, .bit-xs-7, .bit-xs-6, .bit-xs-5, .bit-xs-4, .bit-xs-3, .bit-xs-2, .bit-xs-1, .bit-xxs-12, .bit-xxs-11, .bit-xxs-10, .bit-xxs-9, .bit-xxs-8, .bit-xxs-7, .bit-xxs-6, .bit-xxs-5, .bit-xxs-4, .bit-xxs-3, .bit-xxs-2, .bit-xxs-1, .bit-lg, .bit-md, .bit-sm, .bit-xs, .bit-xxs {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.bit-xxs-1 {
  max-width: 8.3333333333%;
  flex: 0 0 8.3333333333%;
}

.bit-xxs-2 {
  max-width: 16.6666666667%;
  flex: 0 0 16.6666666667%;
}

.bit-xxs-3 {
  max-width: 25%;
  flex: 0 0 25%;
}

.bit-xxs-4 {
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%;
}

.bit-xxs-5 {
  max-width: 41.6666666667%;
  flex: 0 0 41.6666666667%;
}

.bit-xxs-6 {
  max-width: 50%;
  flex: 0 0 50%;
}

.bit-xxs-7 {
  max-width: 58.3333333333%;
  flex: 0 0 58.3333333333%;
}

.bit-xxs-8 {
  max-width: 66.6666666667%;
  flex: 0 0 66.6666666667%;
}

.bit-xxs-9 {
  max-width: 75%;
  flex: 0 0 75%;
}

.bit-xxs-10 {
  max-width: 83.3333333333%;
  flex: 0 0 83.3333333333%;
}

.bit-xxs-11 {
  max-width: 91.6666666667%;
  flex: 0 0 91.6666666667%;
}

.bit-xxs-12 {
  flex: 1 1 100%;
  max-width: 100%;
}

.bit-offset-xxs-0 {
  margin-left: 0%;
}

.bit-offset-xxs-1 {
  margin-left: 8.3333333333%;
}

.bit-offset-xxs-2 {
  margin-left: 16.6666666667%;
}

.bit-offset-xxs-3 {
  margin-left: 25%;
}

.bit-offset-xxs-4 {
  margin-left: 33.3333333333%;
}

.bit-offset-xxs-5 {
  margin-left: 41.6666666667%;
}

.bit-offset-xxs-6 {
  margin-left: 50%;
}

.bit-offset-xxs-7 {
  margin-left: 58.3333333333%;
}

.bit-offset-xxs-8 {
  margin-left: 66.6666666667%;
}

.bit-offset-xxs-9 {
  margin-left: 75%;
}

.bit-offset-xxs-10 {
  margin-left: 83.3333333333%;
}

.bit-offset-xxs-11 {
  margin-left: 91.6666666667%;
}

.bit-offset-xxs-reset {
  margin-left: 0;
}

@media only screen and (min-width: 34em) {
  .bit-xs-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }

  .bit-xs-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }

  .bit-xs-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .bit-xs-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }

  .bit-xs-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }

  .bit-xs-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .bit-xs-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }

  .bit-xs-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }

  .bit-xs-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .bit-xs-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }

  .bit-xs-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }

  .bit-xs-12 {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .bit-offset-xs-0 {
    margin-left: 0%;
  }

  .bit-offset-xs-1 {
    margin-left: 8.3333333333%;
  }

  .bit-offset-xs-2 {
    margin-left: 16.6666666667%;
  }

  .bit-offset-xs-3 {
    margin-left: 25%;
  }

  .bit-offset-xs-4 {
    margin-left: 33.3333333333%;
  }

  .bit-offset-xs-5 {
    margin-left: 41.6666666667%;
  }

  .bit-offset-xs-6 {
    margin-left: 50%;
  }

  .bit-offset-xs-7 {
    margin-left: 58.3333333333%;
  }

  .bit-offset-xs-8 {
    margin-left: 66.6666666667%;
  }

  .bit-offset-xs-9 {
    margin-left: 75%;
  }

  .bit-offset-xs-10 {
    margin-left: 83.3333333333%;
  }

  .bit-offset-xs-11 {
    margin-left: 91.6666666667%;
  }

  .bit-offset-xs-reset {
    margin-left: 0;
  }
}
@media only screen and (min-width: 48em) {
  .bit-sm-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }

  .bit-sm-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }

  .bit-sm-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .bit-sm-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }

  .bit-sm-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }

  .bit-sm-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .bit-sm-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }

  .bit-sm-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }

  .bit-sm-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .bit-sm-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }

  .bit-sm-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }

  .bit-sm-12 {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .bit-offset-sm-0 {
    margin-left: 0%;
  }

  .bit-offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .bit-offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .bit-offset-sm-3 {
    margin-left: 25%;
  }

  .bit-offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .bit-offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .bit-offset-sm-6 {
    margin-left: 50%;
  }

  .bit-offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .bit-offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .bit-offset-sm-9 {
    margin-left: 75%;
  }

  .bit-offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .bit-offset-sm-11 {
    margin-left: 91.6666666667%;
  }

  .bit-offset-sm-reset {
    margin-left: 0;
  }
}
@media only screen and (min-width: 64em) {
  .bit-md-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }

  .bit-md-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }

  .bit-md-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .bit-md-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }

  .bit-md-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }

  .bit-md-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .bit-md-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }

  .bit-md-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }

  .bit-md-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .bit-md-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }

  .bit-md-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }

  .bit-md-12 {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .bit-offset-md-0 {
    margin-left: 0%;
  }

  .bit-offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .bit-offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .bit-offset-md-3 {
    margin-left: 25%;
  }

  .bit-offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .bit-offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .bit-offset-md-6 {
    margin-left: 50%;
  }

  .bit-offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .bit-offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .bit-offset-md-9 {
    margin-left: 75%;
  }

  .bit-offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .bit-offset-md-11 {
    margin-left: 91.6666666667%;
  }

  .bit-offset-md-reset {
    margin-left: 0;
  }
}
@media only screen and (min-width: 75.0625em) {
  .bit-lg-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }

  .bit-lg-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }

  .bit-lg-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .bit-lg-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }

  .bit-lg-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }

  .bit-lg-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .bit-lg-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }

  .bit-lg-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }

  .bit-lg-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .bit-lg-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }

  .bit-lg-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }

  .bit-lg-12 {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .bit-offset-lg-0 {
    margin-left: 0%;
  }

  .bit-offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .bit-offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .bit-offset-lg-3 {
    margin-left: 25%;
  }

  .bit-offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .bit-offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .bit-offset-lg-6 {
    margin-left: 50%;
  }

  .bit-offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .bit-offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .bit-offset-lg-9 {
    margin-left: 75%;
  }

  .bit-offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .bit-offset-lg-11 {
    margin-left: 91.6666666667%;
  }

  .bit-offset-lg-reset {
    margin-left: 0;
  }
}
.bit-order-xxs-1 {
  order: 1;
}

.bit-order-xxs-2 {
  order: 2;
}

.bit-order-xxs-3 {
  order: 3;
}

.bit-order-xxs-4 {
  order: 4;
}

.bit-order-xxs-5 {
  order: 5;
}

.bit-order-xxs-6 {
  order: 6;
}

.bit-order-xxs-7 {
  order: 7;
}

.bit-order-xxs-8 {
  order: 8;
}

.bit-order-xxs-9 {
  order: 9;
}

.bit-order-xxs-10 {
  order: 10;
}

.bit-order-xxs-11 {
  order: 11;
}

.bit-offset-xxs-reset {
  margin-left: 0;
}

@media only screen and (min-width: 34em) {
  .bit-order-xs-1 {
    order: 1;
  }

  .bit-order-xs-2 {
    order: 2;
  }

  .bit-order-xs-3 {
    order: 3;
  }

  .bit-order-xs-4 {
    order: 4;
  }

  .bit-order-xs-5 {
    order: 5;
  }

  .bit-order-xs-6 {
    order: 6;
  }

  .bit-order-xs-7 {
    order: 7;
  }

  .bit-order-xs-8 {
    order: 8;
  }

  .bit-order-xs-9 {
    order: 9;
  }

  .bit-order-xs-10 {
    order: 10;
  }

  .bit-order-xs-11 {
    order: 11;
  }

  .bit-offset-xs-reset {
    margin-left: 0;
  }
}
@media only screen and (min-width: 48em) {
  .bit-order-sm-1 {
    order: 1;
  }

  .bit-order-sm-2 {
    order: 2;
  }

  .bit-order-sm-3 {
    order: 3;
  }

  .bit-order-sm-4 {
    order: 4;
  }

  .bit-order-sm-5 {
    order: 5;
  }

  .bit-order-sm-6 {
    order: 6;
  }

  .bit-order-sm-7 {
    order: 7;
  }

  .bit-order-sm-8 {
    order: 8;
  }

  .bit-order-sm-9 {
    order: 9;
  }

  .bit-order-sm-10 {
    order: 10;
  }

  .bit-order-sm-11 {
    order: 11;
  }

  .bit-offset-sm-reset {
    margin-left: 0;
  }
}
@media only screen and (min-width: 64em) {
  .bit-order-md-1 {
    order: 1;
  }

  .bit-order-md-2 {
    order: 2;
  }

  .bit-order-md-3 {
    order: 3;
  }

  .bit-order-md-4 {
    order: 4;
  }

  .bit-order-md-5 {
    order: 5;
  }

  .bit-order-md-6 {
    order: 6;
  }

  .bit-order-md-7 {
    order: 7;
  }

  .bit-order-md-8 {
    order: 8;
  }

  .bit-order-md-9 {
    order: 9;
  }

  .bit-order-md-10 {
    order: 10;
  }

  .bit-order-md-11 {
    order: 11;
  }

  .bit-offset-md-reset {
    margin-left: 0;
  }
}
@media only screen and (min-width: 75.0625em) {
  .bit-order-lg-1 {
    order: 1;
  }

  .bit-order-lg-2 {
    order: 2;
  }

  .bit-order-lg-3 {
    order: 3;
  }

  .bit-order-lg-4 {
    order: 4;
  }

  .bit-order-lg-5 {
    order: 5;
  }

  .bit-order-lg-6 {
    order: 6;
  }

  .bit-order-lg-7 {
    order: 7;
  }

  .bit-order-lg-8 {
    order: 8;
  }

  .bit-order-lg-9 {
    order: 9;
  }

  .bit-order-lg-10 {
    order: 10;
  }

  .bit-order-lg-11 {
    order: 11;
  }

  .bit-offset-lg-reset {
    margin-left: 0;
  }
}
.flex {
  display: flex;
}

.frame--align-xxs-flex-start {
  align-items: flex-start;
}

.frame--align-xxs-flex-end {
  align-items: flex-end;
}

.frame--align-xxs-center {
  align-items: center;
}

.frame--align-xxs-baseline {
  align-items: baseline;
}

.frame--align-xxs-stretch {
  align-items: stretch;
}

.frame--justify-xxs-flex-start {
  justify-content: flex-start;
}

.frame--justify-xxs-flex-end {
  justify-content: flex-end;
}

.frame--justify-xxs-center {
  justify-content: center;
}

.frame--justify-xxs-space-around {
  justify-content: space-around;
}

.frame--justify-xxs-space-between {
  justify-content: space-between;
}

.bit--align-xxs-flex-start {
  align-self: flex-start;
}

.bit--align-xxs-flex-end {
  align-self: flex-end;
}

.bit--align-xxs-center {
  align-self: center;
}

.bit--align-xxs-baseline {
  align-self: baseline;
}

.bit--align-xxs-stretch {
  align-self: stretch;
}

@media only screen and (min-width: 34em) {
  .frame--align-xs-flex-start {
    align-items: flex-start;
  }

  .frame--align-xs-flex-end {
    align-items: flex-end;
  }

  .frame--align-xs-center {
    align-items: center;
  }

  .frame--align-xs-baseline {
    align-items: baseline;
  }

  .frame--align-xs-stretch {
    align-items: stretch;
  }

  .frame--justify-xs-flex-start {
    justify-content: flex-start;
  }

  .frame--justify-xs-flex-end {
    justify-content: flex-end;
  }

  .frame--justify-xs-center {
    justify-content: center;
  }

  .frame--justify-xs-space-around {
    justify-content: space-around;
  }

  .frame--justify-xs-space-between {
    justify-content: space-between;
  }

  .bit--align-xs-flex-start {
    align-self: flex-start;
  }

  .bit--align-xs-flex-end {
    align-self: flex-end;
  }

  .bit--align-xs-center {
    align-self: center;
  }

  .bit--align-xs-baseline {
    align-self: baseline;
  }

  .bit--align-xs-stretch {
    align-self: stretch;
  }
}
@media only screen and (min-width: 48em) {
  .frame--align-sm-flex-start {
    align-items: flex-start;
  }

  .frame--align-sm-flex-end {
    align-items: flex-end;
  }

  .frame--align-sm-center {
    align-items: center;
  }

  .frame--align-sm-baseline {
    align-items: baseline;
  }

  .frame--align-sm-stretch {
    align-items: stretch;
  }

  .frame--justify-sm-flex-start {
    justify-content: flex-start;
  }

  .frame--justify-sm-flex-end {
    justify-content: flex-end;
  }

  .frame--justify-sm-center {
    justify-content: center;
  }

  .frame--justify-sm-space-around {
    justify-content: space-around;
  }

  .frame--justify-sm-space-between {
    justify-content: space-between;
  }

  .bit--align-sm-flex-start {
    align-self: flex-start;
  }

  .bit--align-sm-flex-end {
    align-self: flex-end;
  }

  .bit--align-sm-center {
    align-self: center;
  }

  .bit--align-sm-baseline {
    align-self: baseline;
  }

  .bit--align-sm-stretch {
    align-self: stretch;
  }
}
@media only screen and (min-width: 64em) {
  .frame--align-md-flex-start {
    align-items: flex-start;
  }

  .frame--align-md-flex-end {
    align-items: flex-end;
  }

  .frame--align-md-center {
    align-items: center;
  }

  .frame--align-md-baseline {
    align-items: baseline;
  }

  .frame--align-md-stretch {
    align-items: stretch;
  }

  .frame--justify-md-flex-start {
    justify-content: flex-start;
  }

  .frame--justify-md-flex-end {
    justify-content: flex-end;
  }

  .frame--justify-md-center {
    justify-content: center;
  }

  .frame--justify-md-space-around {
    justify-content: space-around;
  }

  .frame--justify-md-space-between {
    justify-content: space-between;
  }

  .bit--align-md-flex-start {
    align-self: flex-start;
  }

  .bit--align-md-flex-end {
    align-self: flex-end;
  }

  .bit--align-md-center {
    align-self: center;
  }

  .bit--align-md-baseline {
    align-self: baseline;
  }

  .bit--align-md-stretch {
    align-self: stretch;
  }
}
@media only screen and (min-width: 75.0625em) {
  .frame--align-lg-flex-start {
    align-items: flex-start;
  }

  .frame--align-lg-flex-end {
    align-items: flex-end;
  }

  .frame--align-lg-center {
    align-items: center;
  }

  .frame--align-lg-baseline {
    align-items: baseline;
  }

  .frame--align-lg-stretch {
    align-items: stretch;
  }

  .frame--justify-lg-flex-start {
    justify-content: flex-start;
  }

  .frame--justify-lg-flex-end {
    justify-content: flex-end;
  }

  .frame--justify-lg-center {
    justify-content: center;
  }

  .frame--justify-lg-space-around {
    justify-content: space-around;
  }

  .frame--justify-lg-space-between {
    justify-content: space-between;
  }

  .bit--align-lg-flex-start {
    align-self: flex-start;
  }

  .bit--align-lg-flex-end {
    align-self: flex-end;
  }

  .bit--align-lg-center {
    align-self: center;
  }

  .bit--align-lg-baseline {
    align-self: baseline;
  }

  .bit--align-lg-stretch {
    align-self: stretch;
  }
}
/**
 * Grid setup
 *
 * The grid will calculate dimensions based on these two variables:
 * $soda-columns will inform the grid loops how many columns there should be.
 * $soda-gutter will inform the grid loops how big eac column's gutters should be.
 *
 * The grid will name columns, rows, offsets based on these three variables:
 * $soda-class-row string used for the row class
 * $soda-class-col string used for the column class
 * $soda-class-off string used for the offset class
 */
.visible-xxs {
  display: flex !important;
}

.hidden-xxs {
  display: none !important;
}

@media only screen and (min-width: 34em) {
  .visible-xxs {
    display: none !important;
  }
}
@media only screen and (min-width: 34em) and (max-width: 47.9375em) {
  .visible-xs {
    display: flex !important;
  }

  .hidden-xs {
    display: none !important;
  }
}
@media only screen and (min-width: 48em) and (max-width: 63.9375em) {
  .visible-sm {
    display: flex !important;
  }

  .hidden-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 64em) and (max-width: 75em) {
  .visible-md {
    display: flex !important;
  }

  .hidden-md {
    display: none !important;
  }
}
@media only screen and (min-width: 75.0625em) {
  .visible-lg {
    display: flex !important;
  }

  .hidden-lg {
    display: none !important;
  }
}
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fontawesome/fa-regular-400.eot");
  src: url("../fonts/fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-regular-400.woff2") format("woff2"), url("../fonts/fontawesome/fa-regular-400.woff") format("woff"), url("../fonts/fontawesome/fa-regular-400.ttf") format("truetype"), url("../fonts/fontawesome/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fontawesome/fa-brands-400.eot");
  src: url("../fonts/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("../fonts/fontawesome/fa-brands-400.woff") format("woff"), url("../fonts/fontawesome/fa-brands-400.ttf") format("truetype"), url("../fonts/fontawesome/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/fontawesome/fa-light-300.eot");
  src: url("../fonts/fontawesome/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-light-300.woff2") format("woff2"), url("../fonts/fontawesome/fa-light-300.woff") format("woff"), url("../fonts/fontawesome/fa-light-300.ttf") format("truetype"), url("../fonts/fontawesome/fa-light-300.svg#fontawesome") 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: 900;
  src: url("../fonts/fontawesome/fa-solid-900.eot");
  src: url("../fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("../fonts/fontawesome/fa-solid-900.woff") format("woff"), url("../fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("../fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\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-freshener:before {
  content: "\F5D0";
}

.fa-alarm-clock:before {
  content: "\F34E";
}

.fa-algolia:before {
  content: "\F36C";
}

.fa-alicorn:before {
  content: "\F6B0";
}

.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-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-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-badge:before {
  content: "\F335";
}

.fa-badge-check:before {
  content: "\F336";
}

.fa-badge-dollar:before {
  content: "\F645";
}

.fa-badge-percent:before {
  content: "\F646";
}

.fa-badger-honey:before {
  content: "\F6B4";
}

.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-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-bed:before {
  content: "\F236";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-bell-school:before {
  content: "\F5D5";
}

.fa-bell-school-slash:before {
  content: "\F5D6";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bells:before {
  content: "\F77F";
}

.fa-bezier-curve:before {
  content: "\F55B";
}

.fa-bible:before {
  content: "\F647";
}

.fa-bicycle:before {
  content: "\F206";
}

.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-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-open:before {
  content: "\F518";
}

.fa-book-reader:before {
  content: "\F5DA";
}

.fa-book-spells:before {
  content: "\F6B8";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-books:before {
  content: "\F5DB";
}

.fa-boot:before {
  content: "\F782";
}

.fa-booth-curtain:before {
  content: "\F734";
}

.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-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-braille:before {
  content: "\F2A1";
}

.fa-brain:before {
  content: "\F5DC";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-briefcase-medical:before {
  content: "\F469";
}

.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-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-burn:before {
  content: "\F46A";
}

.fa-buromobelexperte:before {
  content: "\F37F";
}

.fa-bus:before {
  content: "\F207";
}

.fa-bus-alt:before {
  content: "\F55E";
}

.fa-bus-school:before {
  content: "\F5DD";
}

.fa-business-time:before {
  content: "\F64A";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-cabinet-filing:before {
  content: "\F64B";
}

.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-camera:before {
  content: "\F030";
}

.fa-camera-alt:before {
  content: "\F332";
}

.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-bump:before {
  content: "\F5E0";
}

.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-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-cart-arrow-down:before {
  content: "\F218";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cash-register:before {
  content: "\F788";
}

.fa-cat:before {
  content: "\F6BE";
}

.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-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-check:before {
  content: "\F00C";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-check-double:before {
  content: "\F560";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-chess:before {
  content: "\F439";
}

.fa-chess-bishop:before {
  content: "\F43A";
}

.fa-chess-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-church:before {
  content: "\F51D";
}

.fa-circle:before {
  content: "\F111";
}

.fa-circle-notch:before {
  content: "\F1CE";
}

.fa-city:before {
  content: "\F64F";
}

.fa-claw-marks:before {
  content: "\F6C2";
}

.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-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-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-togo:before {
  content: "\F6C5";
}

.fa-coffin:before {
  content: "\F6C6";
}

.fa-cog:before {
  content: "\F013";
}

.fa-cogs:before {
  content: "\F085";
}

.fa-coins:before {
  content: "\F51E";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-comment:before {
  content: "\F075";
}

.fa-comment-alt:before {
  content: "\F27A";
}

.fa-comment-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-minus:before {
  content: "\F4A7";
}

.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-minus:before {
  content: "\F4B1";
}

.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-concierge-bell:before {
  content: "\F562";
}

.fa-confluence:before {
  content: "\F78D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.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-couch:before {
  content: "\F4B8";
}

.fa-cow:before {
  content: "\F6C8";
}

.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-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-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-dashcube:before {
  content: "\F210";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-deaf:before {
  content: "\F2A4";
}

.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-digital-ocean:before {
  content: "\F391";
}

.fa-digital-tachograph:before {
  content: "\F566";
}

.fa-diploma:before {
  content: "\F5EA";
}

.fa-directions:before {
  content: "\F5EB";
}

.fa-discord:before {
  content: "\F392";
}

.fa-discourse:before {
  content: "\F393";
}

.fa-divide:before {
  content: "\F529";
}

.fa-dizzy:before {
  content: "\F567";
}

.fa-dna:before {
  content: "\F471";
}

.fa-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-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-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-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-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-fantasy-flight-games:before {
  content: "\F6DC";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-feather:before {
  content: "\F52D";
}

.fa-feather-alt:before {
  content: "\F56B";
}

.fa-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-pdf:before {
  content: "\F1C1";
}

.fa-file-plus:before {
  content: "\F319";
}

.fa-file-powerpoint:before {
  content: "\F1C4";
}

.fa-file-prescription:before {
  content: "\F572";
}

.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-fill:before {
  content: "\F575";
}

.fa-fill-drip:before {
  content: "\F576";
}

.fa-film:before {
  content: "\F008";
}

.fa-film-alt:before {
  content: "\F3A0";
}

.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-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-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-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-flushed:before {
  content: "\F579";
}

.fa-fly:before {
  content: "\F417";
}

.fa-fog:before {
  content: "\F74E";
}

.fa-folder:before {
  content: "\F07B";
}

.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-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-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-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-gamepad:before {
  content: "\F11B";
}

.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-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-champagne:before {
  content: "\F79E";
}

.fa-glass-cheers:before {
  content: "\F79F";
}

.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-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-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-hacker-news:before {
  content: "\F1D4";
}

.fa-hacker-news-square:before {
  content: "\F3AF";
}

.fa-hackerrank:before {
  content: "\F5F7";
}

.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-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-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-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-handshake:before {
  content: "\F2B5";
}

.fa-handshake-alt:before {
  content: "\F4C6";
}

.fa-hanukiah:before {
  content: "\F6E6";
}

.fa-hashtag:before {
  content: "\F292";
}

.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-haykal:before {
  content: "\F666";
}

.fa-hdd:before {
  content: "\F0A0";
}

.fa-head-side:before {
  content: "\F6E9";
}

.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-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-heart:before {
  content: "\F4C9";
}

.fa-hood-cloak:before {
  content: "\F6EF";
}

.fa-hooli:before {
  content: "\F427";
}

.fa-hornbill:before {
  content: "\F592";
}

.fa-horse:before {
  content: "\F6F0";
}

.fa-horse-head:before {
  content: "\F7AB";
}

.fa-hospital:before {
  content: "\F0F8";
}

.fa-hospital-alt:before {
  content: "\F47D";
}

.fa-hospital-symbol:before {
  content: "\F47E";
}

.fa-hot-tub:before {
  content: "\F593";
}

.fa-hotel:before {
  content: "\F594";
}

.fa-hotjar:before {
  content: "\F3B1";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-start:before {
  content: "\F251";
}

.fa-house-damage:before {
  content: "\F6F1";
}

.fa-house-flood:before {
  content: "\F74F";
}

.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-skate:before {
  content: "\F7AC";
}

.fa-icicles:before {
  content: "\F7AD";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-id-card:before {
  content: "\F2C2";
}

.fa-id-card-alt:before {
  content: "\F47F";
}

.fa-igloo:before {
  content: "\F7AE";
}

.fa-image:before {
  content: "\F03E";
}

.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-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-italic:before {
  content: "\F033";
}

.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-js:before {
  content: "\F3B8";
}

.fa-js-square:before {
  content: "\F3B9";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-kaaba:before {
  content: "\F66B";
}

.fa-kaggle:before {
  content: "\F5FA";
}

.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-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-laravel:before {
  content: "\F3BD";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-laugh:before {
  content: "\F599";
}

.fa-laugh-beam:before {
  content: "\F59A";
}

.fa-laugh-squint:before {
  content: "\F59B";
}

.fa-laugh-wink:before {
  content: "\F59C";
}

.fa-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-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-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-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-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-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-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-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-microscope:before {
  content: "\F610";
}

.fa-microsoft:before {
  content: "\F3CA";
}

.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-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-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-pointer:before {
  content: "\F245";
}

.fa-mug-hot:before {
  content: "\F7B6";
}

.fa-mug-marshmallows:before {
  content: "\F7B7";
}

.fa-music:before {
  content: "\F001";
}

.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-nintendo-switch:before {
  content: "\F418";
}

.fa-node:before {
  content: "\F419";
}

.fa-node-js:before {
  content: "\F3D3";
}

.fa-not-equal:before {
  content: "\F53E";
}

.fa-notes-medical:before {
  content: "\F481";
}

.fa-npm:before {
  content: "\F3D4";
}

.fa-ns8:before {
  content: "\F3D5";
}

.fa-nutritionix:before {
  content: "\F3D6";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-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-ornament:before {
  content: "\F7B8";
}

.fa-osi:before {
  content: "\F41A";
}

.fa-otter:before {
  content: "\F700";
}

.fa-outdent:before {
  content: "\F03B";
}

.fa-page4:before {
  content: "\F3D7";
}

.fa-pagelines:before {
  content: "\F18C";
}

.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-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-carry:before {
  content: "\F4CE";
}

.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-office:before {
  content: "\F67D";
}

.fa-phone-plus:before {
  content: "\F4D2";
}

.fa-phone-slash:before {
  content: "\F3DD";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-phone-volume:before {
  content: "\F2A0";
}

.fa-php:before {
  content: "\F457";
}

.fa-pi:before {
  content: "\F67E";
}

.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-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-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-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-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-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-slash:before {
  content: "\F686";
}

.fa-procedures:before {
  content: "\F487";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-project-diagram:before {
  content: "\F542";
}

.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-radiation:before {
  content: "\F7B9";
}

.fa-radiation-alt:before {
  content: "\F7BA";
}

.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-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-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-registered:before {
  content: "\F25D";
}

.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-road:before {
  content: "\F018";
}

.fa-robot:before {
  content: "\F544";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-rocketchat:before {
  content: "\F3E8";
}

.fa-rockrms:before {
  content: "\F3E9";
}

.fa-route:before {
  content: "\F4D7";
}

.fa-route-highway:before {
  content: "\F61A";
}

.fa-route-interstate:before {
  content: "\F61B";
}

.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-sad-cry:before {
  content: "\F5B3";
}

.fa-sad-tear:before {
  content: "\F5B4";
}

.fa-safari:before {
  content: "\F267";
}

.fa-sass:before {
  content: "\F41E";
}

.fa-satellite:before {
  content: "\F7BF";
}

.fa-satellite-dish:before {
  content: "\F7C0";
}

.fa-save:before {
  content: "\F0C7";
}

.fa-scalpel:before {
  content: "\F61D";
}

.fa-scalpel-path:before {
  content: "\F61E";
}

.fa-scanner:before {
  content: "\F488";
}

.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-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-ship:before {
  content: "\F21A";
}

.fa-shipping-fast:before {
  content: "\F48B";
}

.fa-shipping-timed:before {
  content: "\F48C";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-shoe-prints:before {
  content: "\F54B";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-shopware:before {
  content: "\F5B5";
}

.fa-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-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-signature:before {
  content: "\F5B7";
}

.fa-sim-card:before {
  content: "\F7C4";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.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-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-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-socks:before {
  content: "\F696";
}

.fa-solar-panel:before {
  content: "\F5BA";
}

.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-alpha-down:before {
  content: "\F15D";
}

.fa-sort-alpha-up:before {
  content: "\F15E";
}

.fa-sort-amount-down:before {
  content: "\F160";
}

.fa-sort-amount-up:before {
  content: "\F161";
}

.fa-sort-down:before {
  content: "\F0DD";
}

.fa-sort-numeric-down:before {
  content: "\F162";
}

.fa-sort-numeric-up:before {
  content: "\F163";
}

.fa-sort-up:before {
  content: "\F0DE";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-sourcetree:before {
  content: "\F7D3";
}

.fa-spa:before {
  content: "\F5BB";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-spade:before {
  content: "\F2F4";
}

.fa-speakap:before {
  content: "\F3F3";
}

.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-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-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-stars:before {
  content: "\F762";
}

.fa-staylinked:before {
  content: "\F3F5";
}

.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-store:before {
  content: "\F54E";
}

.fa-store-alt:before {
  content: "\F54F";
}

.fa-strava:before {
  content: "\F428";
}

.fa-stream:before {
  content: "\F550";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-stripe:before {
  content: "\F429";
}

.fa-stripe-s:before {
  content: "\F42A";
}

.fa-stroopwafel:before {
  content: "\F551";
}

.fa-studiovinari:before {
  content: "\F3F8";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-subway:before {
  content: "\F239";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-suitcase-rolling:before {
  content: "\F5C1";
}

.fa-sun:before {
  content: "\F185";
}

.fa-sun-cloud:before {
  content: "\F763";
}

.fa-sun-dust:before {
  content: "\F764";
}

.fa-sun-haze:before {
  content: "\F765";
}

.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-swimmer:before {
  content: "\F5C4";
}

.fa-swimming-pool:before {
  content: "\F5C5";
}

.fa-sword:before {
  content: "\F71C";
}

.fa-swords:before {
  content: "\F71D";
}

.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-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-tally:before {
  content: "\F69C";
}

.fa-tape:before {
  content: "\F4DB";
}

.fa-tasks:before {
  content: "\F0AE";
}

.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-temperature-frigid:before {
  content: "\F768";
}

.fa-temperature-high:before {
  content: "\F769";
}

.fa-temperature-hot:before {
  content: "\F76A";
}

.fa-temperature-low:before {
  content: "\F76B";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-tenge:before {
  content: "\F7D7";
}

.fa-tennis-ball:before {
  content: "\F45E";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-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-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-train:before {
  content: "\F238";
}

.fa-tram:before {
  content: "\F7DA";
}

.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-trash-alt:before {
  content: "\F2ED";
}

.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-trees:before {
  content: "\F724";
}

.fa-trello:before {
  content: "\F181";
}

.fa-triangle:before {
  content: "\F2EC";
}

.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-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-turtle:before {
  content: "\F726";
}

.fa-tv:before {
  content: "\F26C";
}

.fa-tv-retro:before {
  content: "\F401";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-typo3:before {
  content: "\F42B";
}

.fa-uber:before {
  content: "\F402";
}

.fa-ubuntu:before {
  content: "\F7DF";
}

.fa-uikit:before {
  content: "\F403";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-umbrella-beach:before {
  content: "\F5CA";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-undo:before {
  content: "\F0E2";
}

.fa-undo-alt:before {
  content: "\F2EA";
}

.fa-unicorn:before {
  content: "\F727";
}

.fa-union:before {
  content: "\F6A2";
}

.fa-uniregistry:before {
  content: "\F404";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-university:before {
  content: "\F19C";
}

.fa-unlink:before {
  content: "\F127";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-untappd:before {
  content: "\F405";
}

.fa-upload:before {
  content: "\F093";
}

.fa-ups:before {
  content: "\F7E0";
}

.fa-usb:before {
  content: "\F287";
}

.fa-usd-circle:before {
  content: "\F2E8";
}

.fa-usd-square:before {
  content: "\F2E9";
}

.fa-user:before {
  content: "\F007";
}

.fa-user-alt:before {
  content: "\F406";
}

.fa-user-alt-slash:before {
  content: "\F4FA";
}

.fa-user-astronaut:before {
  content: "\F4FB";
}

.fa-user-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-crown:before {
  content: "\F6A4";
}

.fa-user-edit:before {
  content: "\F4FF";
}

.fa-user-friends:before {
  content: "\F500";
}

.fa-user-graduate:before {
  content: "\F501";
}

.fa-user-injured:before {
  content: "\F728";
}

.fa-user-lock:before {
  content: "\F502";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-user-minus:before {
  content: "\F503";
}

.fa-user-ninja:before {
  content: "\F504";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-user-shield:before {
  content: "\F505";
}

.fa-user-slash:before {
  content: "\F506";
}

.fa-user-tag:before {
  content: "\F507";
}

.fa-user-tie:before {
  content: "\F508";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-users:before {
  content: "\F0C0";
}

.fa-users-class:before {
  content: "\F63D";
}

.fa-users-cog:before {
  content: "\F509";
}

.fa-users-crown:before {
  content: "\F6A5";
}

.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-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-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-vk:before {
  content: "\F189";
}

.fa-vnv:before {
  content: "\F40B";
}

.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-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-watch:before {
  content: "\F2E1";
}

.fa-watch-fitness:before {
  content: "\F63E";
}

.fa-water:before {
  content: "\F773";
}

.fa-water-lower:before {
  content: "\F774";
}

.fa-water-rise:before {
  content: "\F775";
}

.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-warning:before {
  content: "\F776";
}

.fa-window:before {
  content: "\F40E";
}

.fa-window-alt:before {
  content: "\F40F";
}

.fa-window-close:before {
  content: "\F410";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-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-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;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../vendor/slick-carousel/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: 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: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  line-height: 1;
  color: #4128EB;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir=rtl] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir=rtl] .slick-next:before {
  content: "\2190";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.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 {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 5 Pro";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

html {
  font-size: 8px;
}
@media only screen and (max-width: 1500px) {
	html {
	  font-size: 8px;
	}
}

body {
  font-size: 1.7rem;
  background: #fff;
  font-family: calibri, sans-serif;
  font-weight: 300;
  line-height: 1.3;
  color: #59777F;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 1.9rem;
  }
}

p {
  font-size: 2.1rem;
  line-height: 1.167;
  padding-top: 0;
  padding-bottom: 2rem;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  color: #28CDCD;
  border-bottom: 1px solid #28CDCD;
}
a .fa-arrow-right {
  transition: all 0.3s;
}
a:hover, a:active {
  text-decoration: none;
  color: #28CDCD;
  border-bottom: none;
}
a:hover .fa-arrow-left, a:active .fa-arrow-left,
a:hover .fa-arrow-right, a:active .fa-arrow-right {
  transform: translateX(0.2rem);
}
a.link-with-no-underline, a.link-with-no-underline:hover, a.link-with-no-underline:active {
  border-bottom: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4, .footer__title,
h5, .h5,
h6, .h6 {
  font-family: calibri, sans-serif;
  line-height: 1.2;
  color: #002A39;
  font-weight: 300;
  letter-spacing: 0;
}

h1, .h1,
h2, .h2 {
	margin-top: -6px;
    font-size: 4rem;
    font-weight: 400;
}
/*@media only screen and (min-width: 1024px) {
  h1,
.h1 {
    font-size: 5rem;
  }
}*/

h2, .h2 {
   font-weight: 300;
   padding-bottom: 5rem;
}
/*@media only screen and (min-width: 768px) {
  h2, .h2 {
    font-size: 3.8rem;
  }
}*/

h3, .h3 ,  .h3 * {
  font-size: 3rem;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  h3, .h3 {
    font-size: 3rem;
  }
}

h4, .h4, .footer__title {
  font-size: 2.4rem;
  padding-bottom: 1rem;
  font-family: calibri, sans-serif;
}
@media only screen and (min-width: 768px) {
  h4, .h4, .footer__title {
    font-size: 2.3rem;
  }
}

h5, .h5 {
  font-size: 1.8rem;
  padding-bottom: 1rem;
  font-family: calibri, sans-serif;
}
@media only screen and (min-width: 768px) {
  h5, .h5 {
    font-size: 2rem;
  }
}

h6, .h6 {
  font-size: 1.7rem;
  font-family: calibri, sans-serif;
}
@media only screen and (min-width: 768px) {
  h6, .h6 {
    font-size: 1.9rem;
  }
}

strong {
  font-weight: 400;
}

.lead, .cb--content p, .lead p, .cb--links_with_images p {
	color: #59777F;
    font-size: 2rem;
    line-height: 1.167;
}
@media only screen and (min-width: 768px) {
 .lead, .cb--content p, .lead p, .cb--links_with_images p {
    font-size: 2.4rem;
  }
}

.caption {
  font-size: 1.4rem;
  opacity: 0.7;
}
@media only screen and (min-width: 768px) {
  .caption {
    font-size: 1.6rem;
  }
}

blockquote {
  font-size: 2.4rem;
  font-family: calibri, sans-serif;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  blockquote {
    font-size: 2.8rem;
  }
}
blockquote p {
  margin-bottom: 0;
  padding-bottom: 1rem;
  line-height: 1.3;
}

ol {
  margin-bottom: 4rem;
  margin-left: 2.5rem;
}
ol li {
  margin-bottom: 0.5rem;
}

ul {
  list-style: none;
  margin: 0;
}
ul:not(.no-styling) {
  margin-left: 3rem;
  margin-bottom: 4rem;
}
ul:not(.no-styling) li {
  position: relative;
  margin-bottom: 0.5rem;
}
ul:not(.no-styling) li::before {
  content: " ";
  position: absolute;
  top: 1.25rem;
  left: -3rem;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url('data:image/svg+xml;utf8,<svg width="16" height="12" viewBox="0 0 16 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <line x1="0.5" y1="1.2002" x2="15.5" y2="1.2002" stroke="%2328CDCD" stroke-linecap="round" stroke-linejoin="round"/> <line x1="0.5" y1="6" x2="15.5" y2="6" stroke="%2328CDCD" stroke-linecap="round" stroke-linejoin="round"/> <line x1="0.5" y1="10.8003" x2="15.5" y2="10.8003" stroke="%2328CDCD" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
  background-repeat: no-repeat;
  background-size: contain;
}

hr, .hr {
  margin: 0 0 2rem 0;
  border-top: 1px solid #28CDCD;
}

small {
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  small {
    font-size: 1.6rem;
  }
}

table tbody {
  border-bottom: 0;
}
table thead, table tbody, table tbody tr {
  border-color: #A1A1A1;
}
table tbody tr td, table tbody tr th {
  padding: 0.5rem 0.3rem;
}

.wp-block-image img, .wp-block-gallery img {
  max-width: 100%;
  height: auto;
}

.wp-block-button.is-style-outline a {
  color: #fff;
}

.facetwp-facet {
  margin-bottom: 1rem !important;
}

.facetwp-input-wrap {
  display: block !important;
}

.facetwp-dropdown {
  color: #59777F;
}

.slick-slider {
  padding-bottom: 3rem;
}
@media (min-width: 1024px) {
  .slick-slider {
    padding-bottom: 0;
  }
}
.slick-slider li::before {
  display: none;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  width: 4rem;
  height: 5rem;
  transform: translate(0, 0);
  border-radius: 0;
  text-align: center;
  top: unset;
  bottom: 0;
}
@media (min-width: 1024px) {
  .slick-slider .slick-prev,
.slick-slider .slick-next {
    top: 50%;
    bottom: unset;
  }
}
.slick-slider .slick-prev::before,
.slick-slider .slick-next::before {
  font-weight: 300;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 5.5rem;
  color: #002A39;
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  border: none;
}
.slick-slider .slick-prev {
  left: 0;
  z-index: 10;
}
@media (min-width: 1024px) {
  .slick-slider .slick-prev {
    transform: translate(-100%, -50%);
  }
}
.slick-slider .slick-prev::before {
  content: "\F104";
}
.slick-slider .slick-next {
  right: 0;
}
@media (min-width: 1024px) {
  .slick-slider .slick-next {
    transform: translate(100%, -50%);
  }
}
.slick-slider .slick-next::before {
  content: "\F105";
}

.button, .navbar-desktop__button, .wp-block-button a, button, input[type=submit] {
	 display: inline-block;
	padding: 1.5rem 1rem;
    height: 5rem;
    min-width: 15rem;
    font-size: 1.8rem;
    letter-spacing: 0;
    text-align: center;
	border:  0.3rem solid transparent;
	
  /*display: inline-flex;
   font-size: 1.7rem;
     border: 1px #28CDCD solid;
   padding: 1.6rem 2.6rem;*/
   
  align-items: baseline;
  border-radius: 5rem;
  background: #28CDCD;
  transition: all 0.2s;
  font-weight: 400;
  color: #fff;
  line-height: 0.5;
}
@media only screen and (min-width: 768px) {
  .button, .navbar-desktop__button, .wp-block-button a, button, input[type=submit] {
    font-size: 2rem;
  }
}
.button:hover, .navbar-desktop__button:hover, .wp-block-button a:hover, .button:active, .navbar-desktop__button:active, .wp-block-button a:active, button:hover, button:active, input[type=submit]:hover, input[type=submit]:active {
  background: #002A39;
  border: 1px #002A39 solid;
  color: #fff;
}
.button i.fal:first-child, .navbar-desktop__button i.fal:first-child, .wp-block-button a i.fal:first-child, .button i.far:first-child, .navbar-desktop__button i.far:first-child, .wp-block-button a i.far:first-child, .button i.fas:first-child, .navbar-desktop__button i.fas:first-child, .wp-block-button a i.fas:first-child, .button i.fab:first-child, .navbar-desktop__button i.fab:first-child, .wp-block-button a i.fab:first-child, button i.fal:first-child, button i.far:first-child, button i.fas:first-child, button i.fab:first-child, input[type=submit] i.fal:first-child, input[type=submit] i.far:first-child, input[type=submit] i.fas:first-child, input[type=submit] i.fab:first-child {
  margin-right: 1rem;
}
.button i.fal:last-child, .navbar-desktop__button i.fal:last-child, .wp-block-button a i.fal:last-child, .button i.far:last-child, .navbar-desktop__button i.far:last-child, .wp-block-button a i.far:last-child, .button i.fas:last-child, .navbar-desktop__button i.fas:last-child, .wp-block-button a i.fas:last-child, .button i.fab:last-child, .navbar-desktop__button i.fab:last-child, .wp-block-button a i.fab:last-child, button i.fal:last-child, button i.far:last-child, button i.fas:last-child, button i.fab:last-child, input[type=submit] i.fal:last-child, input[type=submit] i.far:last-child, input[type=submit] i.fas:last-child, input[type=submit] i.fab:last-child {
  margin-left: 1rem;
}

.button--outline, .navbar-desktop__button, .wp-block-button.is-style-outline a {
  color: #28CDCD;
  background-color: transparent;
  border: 1px #28CDCD solid;
}
.button--outline:hover, .navbar-desktop__button:hover, .wp-block-button.is-style-outline a:hover, .button--outline:active, .navbar-desktop__button:active, .wp-block-button.is-style-outline a:active {
  border: 1px #28CDCD solid;
  background-color: #28CDCD;
}
.button--outline-teal {
  color: #59777F;
  background-color: transparent;
  border: 1px #59777F solid;
}
.button--outline-teal:hover, .button--outline-teal:active {
  border: 1px #59777F solid;
  background-color: #59777F;
}
.button--outline-blue-light {
  color: #0AAFDC;
  background-color: transparent;
  border: 1px #0AAFDC solid;
}
.button--outline-blue-light:hover, .button--outline-blue-light:active {
  border: 1px #0AAFDC solid;
  background-color: #0AAFDC;
}
.button--square {
  border-radius: 0.5rem;
}
.button--block {
  display: block;
  width: 100%;
}
.button--no-styling {
  color: #28CDCD;
  padding: 0;
  background-color: transparent;
  border-radius: unset;
  border: none;
  font-weight: 400;
}
.button--no-styling:hover, .button--no-styling:active {
  background-color: transparent;
  color: #24b8b8;
  border: none;
}
.button--outline, .navbar-desktop__button, .wp-block-button.is-style-outline a {
    border:0.3rem #28CDCD solid;
}
.button:hover, .navbar-desktop__button:hover, .wp-block-button a:hover, .button:active, .navbar-desktop__button:active, .wp-block-button a:active, button:hover, button:active, input[type="submit"]:hover, input[type="submit"]:active,
.button--outline:hover, .navbar-desktop__button:hover, .wp-block-button.is-style-outline a:hover, .button--outline:active, .navbar-desktop__button:active, .wp-block-button.is-style-outline a:active {
    border-width: 0.3rem;
}


input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=search],
input[type=number],
input[type=time],
input[type=date],
input[type=datetime],
input[type=color],
input[type=url],
textarea,
select {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  box-sizing: border-box;
  padding: 0.7rem 1.4rem;
  font-family: calibri, sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
  background-color: #fff;
  background-image: none;
  border: 0.1rem solid #E1E4E8;
  -webkit-appearance: none;
  transition: all 0.3s;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=time]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=color]:focus,
input[type=url]:focus,
textarea:focus,
select:focus {
  border-color: #28CDCD;
  outline: 0;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=color]::-moz-placeholder, input[type=url]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: rgba(0, 42, 57, 0.3);
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=datetime]:-ms-input-placeholder, input[type=color]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: rgba(0, 42, 57, 0.3);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=time]::placeholder,
input[type=date]::placeholder,
input[type=datetime]::placeholder,
input[type=color]::placeholder,
input[type=url]::placeholder,
textarea::placeholder,
select::placeholder {
  color: rgba(0, 42, 57, 0.3);
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='15' height='18' viewBox='0 0 15 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.68164 13.5547C9.37826 12.7865 10.0814 12.0182 10.791 11.25C11.5007 10.4818 12.2396 9.7168 13.0078 8.95508C13.0599 8.89648 13.1152 8.85742 13.1738 8.83789C13.2389 8.81185 13.3138 8.81836 13.3984 8.85742C13.4896 8.88997 13.597 8.95508 13.7207 9.05273C13.8444 9.14388 13.9974 9.2806 14.1797 9.46289C14.349 9.63867 14.4759 9.78516 14.5605 9.90234C14.6517 10.0195 14.7103 10.1204 14.7363 10.2051C14.7624 10.2897 14.7624 10.3613 14.7363 10.4199C14.7168 10.4785 14.6842 10.5306 14.6387 10.5762L8.21289 17.002C8.11523 17.1061 8.01107 17.1875 7.90039 17.2461C7.78971 17.3047 7.65625 17.334 7.5 17.334C7.35677 17.334 7.22982 17.3047 7.11914 17.2461C7.00846 17.194 6.89779 17.1126 6.78711 17.002L0.361328 10.5762C0.309245 10.5306 0.273438 10.4785 0.253906 10.4199C0.234375 10.3613 0.23763 10.2897 0.263672 10.2051C0.289714 10.1204 0.345052 10.0195 0.429688 9.90234C0.520833 9.78516 0.651042 9.63867 0.820312 9.46289C1.0026 9.2806 1.1556 9.14388 1.2793 9.05273C1.40299 8.95508 1.50716 8.88997 1.5918 8.85742C1.68294 8.81836 1.75781 8.81185 1.81641 8.83789C1.88151 8.85742 1.9401 8.89648 1.99219 8.95508C2.76042 9.7168 3.49935 10.4818 4.20898 11.25C4.91862 12.0182 5.62174 12.7865 6.31836 13.5547V1.16211C6.31836 1.11003 6.33789 1.0612 6.37695 1.01562C6.41602 0.970052 6.47786 0.93099 6.5625 0.898438C6.65365 0.865885 6.77409 0.839844 6.92383 0.820312C7.08008 0.800781 7.27214 0.791016 7.5 0.791016C7.72786 0.791016 7.91667 0.800781 8.06641 0.820312C8.22266 0.839844 8.3431 0.865885 8.42773 0.898438C8.51888 0.93099 8.58398 0.970052 8.62305 1.01562C8.66211 1.0612 8.68164 1.11003 8.68164 1.16211V13.5547Z' fill='%2359777F'/%3E%3C/svg%3E");
  background-position: right 1.4rem center;
  background-repeat: no-repeat;
  background-size: 1.4rem auto;
}
.facetwp-icon {
	right: 10px !important;
	opacity: 1 !important;
}
.facetwp-icon:before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7' cy='7' r='6.25' stroke='%2359777F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3Cpath d='M12 12L18.5 18.5' stroke='%2359777F' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3C/svg%3E")  !important;
}
select:focus {
  outline: 0;
}
@media screen and (min-width: 0 \0 ) {
  select {
    background: none;
    padding: 6px 10px;
  }
}

label {
  display: inline-block;
  font-weight: 600;
  padding-bottom: 0.5rem;
  font-size: 1.6rem;
}

.gform_wrapper .gform_fields {
  margin: 0;
  list-style-type: none;
}
.gform_wrapper .gform_fields .gfield {
  list-style-type: none;
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
  padding-left: 0;
}
.gform_wrapper .gform_fields .gfield::before {
  display: none;
}
.gform_wrapper .gform_fields .gfield .ginput_container_consent {
  display: flex;
}
.gform_wrapper .gform_fields .gfield .ginput_container_consent input[type=checkbox] {
  margin: 0.5rem 1rem 0 0;
}
.gform_wrapper .gform_fields .gfield .ginput_container_consent .gfield_consent_label {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.6rem;
}
.gform_wrapper .gform_fields .gfield.hidden_label .gfield_label {
  display: none;
}
.gform_wrapper .gform_fields .gfield.gfield_visibility_hidden {
  display: none;
}
.gform_wrapper .gform_fields .gfield_label {
  font-weight: 300;
  display: block;
  margin-bottom: 1rem;
}
.gform_wrapper .gform_fields .gfield_required {
  color: #ed1c24;
}
.gform_wrapper .gform_fields .gfield_radio label, .gform_wrapper .gform_fields .gfield_checkbox label {
  font-size: 1.9rem;
  padding-left: 1rem;
}
.gform_wrapper .gform_fields .gfield_description {
  color: #4a4a4a;
}
.gform_wrapper .gform_fields .gfield_description.validation_message {
  font-size: 1.9rem;
  color: #ed1c24;
  text-align: left;
  padding-left: 0.5rem;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .gform_wrapper .gform_fields .gfield_description.validation_message {
    font-size: 1.6rem;
  }
}
.gform_wrapper .gform_fields .gfield_error {
  margin-bottom: 1rem;
}
.gform_wrapper .gform_fields .gfield_error .ginput_container {
  margin-bottom: 0 !important;
}
.gform_wrapper .gform_fields .gfield_error .gfield_label,
.gform_wrapper .gform_fields .gfield_error .gfield_checkbox,
.gform_wrapper .gform_fields .gfield_error .gfield_radio {
  color: #ed1c24;
}
.gform_wrapper .gform_fields .gfield_error input[type=text],
.gform_wrapper .gform_fields .gfield_error input[type=email],
.gform_wrapper .gform_fields .gfield_error input[type=password],
.gform_wrapper .gform_fields .gfield_error input[type=tel],
.gform_wrapper .gform_fields .gfield_error input[type=search],
.gform_wrapper .gform_fields .gfield_error input[type=number],
.gform_wrapper .gform_fields .gfield_error input[type=time],
.gform_wrapper .gform_fields .gfield_error input[type=date],
.gform_wrapper .gform_fields .gfield_error input[type=datetime],
.gform_wrapper .gform_fields .gfield_error input[type=color],
.gform_wrapper .gform_fields .gfield_error input[type=url],
.gform_wrapper .gform_fields .gfield_error textarea,
.gform_wrapper .gform_fields .gfield_error select {
  border: 0.1rem solid #ed1c24;
}
.gform_wrapper .gform_fields .ginput_container {
  margin-bottom: 1rem;
}
.gform_wrapper .gform_fields .ginput_container label,
.gform_wrapper .gform_fields .ginput_container .instruction {
  font-size: 1.9rem;
}
.gform_wrapper .gform_footer {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 0;
  padding-top: 0;
}
.gform_wrapper .gform_footer button {
  width: 100%;
  display: block;
}
.gform_wrapper .validation_error {
  color: #ed1c24;
  margin-bottom: 2rem;
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -1000px;
}

.footer {
  font-size: 1.6rem;
}
.footer ul {
  list-style: none;
}
.footer hr {
  border-color: #59777F;
}
.footer a {
  color: #59777F;
  font-weight: 400;
}
.footer__title {
  color: #59777F;
  padding-top: 0;
}
.footer__image-link img {
  height: 3.6rem;
  width: auto;
}
.footer__text, .footer__copyright {
  font-size: 1.2rem;
}
@media (min-width: 1024px) {
  .footer__text, .footer__copyright {
    text-align: right;
  }
}
.footer__social-media {
  display: flex;
}
.footer__social-media li a {
  display: inline-block;
  background-color: #59777F;
  color: #fff;
  width: 3.6rem;
  height: 3.6rem;
  text-align: center;
  line-height: 3.6rem;
  border-radius: 1rem;
}
.footer__bottom-nav {
  display: flex;
}

.navbar-desktop {
  display: none;
  font-size: 1.8rem;
}
@media (min-width: 1024px) {
  .navbar-desktop {
    display: block;
  }
}
.navbar-desktop__logo, .navbar-desktop__logo img {
  height: 4rem;
}
.navbar-desktop__button {
  height: 4.4rem;
  display: flex;
  align-items: center;
}
.navbar-desktop__menu ul {
  display: flex;
  margin: 0;
}
.navbar-desktop__menu ul li {
  margin-right: 3.5rem;
}
.navbar-desktop__menu ul li::before {
  display: none;
}
.navbar-desktop__menu ul li a {
  color: #59777F;
}
.navbar-desktop__menu ul li a, .navbar-desktop__menu ul li a:hover, .navbar-desktop__menu ul li a:active {
  border: none;
}
.navbar-desktop__menu ul li a:hover, .navbar-desktop__menu ul li a:active {
  color: #28CDCD;
}
.navbar-desktop__menu .menu-item-has-children {
  position: relative;
}
.navbar-desktop__menu .menu-item-has-children > a {
  background-image: url('data:image/svg+xml;utf8,<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg"> <rect x="6.68213" y="0.682007" width="9.44971" height="9.44971" transform="rotate(45 6.68213 0.682007)" fill="white"/> <path d="M0.999897 7.44277L5.85002 12.2929C6.24055 12.6834 6.87371 12.6834 7.26424 12.2929L12.1144 7.44277" stroke="%2359777F" stroke-width="1.5"/> </svg>');
  background-position: right 0 center;
  background-repeat: no-repeat;
  background-size: 1.2rem auto;
  padding-right: 2rem;
}
.navbar-desktop__menu .menu-item-has-children > a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg"> <rect x="6.68213" y="0.682007" width="9.44971" height="9.44971" transform="rotate(45 6.68213 0.682007)" fill="white"/> <path d="M0.999897 7.44277L5.85002 12.2929C6.24055 12.6834 6.87371 12.6834 7.26424 12.2929L12.1144 7.44277" stroke="%2328CDCD" stroke-width="1.5"/> </svg>');
}
.navbar-desktop__menu .menu-item-has-children:hover .sub-menu {
  display: flex;
}
.navbar-desktop__menu .menu-item-has-children .sub-menu {
  display: none;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  z-index: 999;
  padding-top: 1rem;
}
.navbar-desktop__menu .menu-item-has-children .sub-menu:hover .sub-menu {
  display: flex;
}
.navbar-desktop__menu .menu-item-has-children .sub-menu li {
  margin: -1px 0 0;
  background-color: #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 0.6666666667rem 2rem;
}
.navbar-desktop__menu .menu-item-has-children .sub-menu li:first-child {
  border-top: 1px solid #fff;
  padding-top: 2rem;
}
.navbar-desktop__menu .menu-item-has-children .sub-menu li:last-child {
  border-bottom: 1px solid #fff;
  padding-bottom: 2rem;
}
.navbar-desktop__menu .menu-item-has-children .sub-menu a {
  display: block;
  white-space: nowrap;
}

.navbar-mobile {
  display: block;
}
@media (min-width: 1024px) {
  .navbar-mobile {
    display: none;
  }
}
.navbar-mobile--open .navbar-mobile__menu {
  display: block;
}
.navbar-mobile__bar {
  padding: 2rem 0;
}
.navbar-mobile__bar__toggle {
  display: block;
}
.navbar-mobile__logo {
  display: block;
}
.navbar-mobile__logo, .navbar-mobile__logo img {
  height: 3rem;
}
.navbar-mobile__menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 1000;
  font-size: 2rem;
}
.navbar-mobile__menu ul {
  margin: 0;
}
.navbar-mobile__menu ul li {
  margin-bottom: 2rem;
}
.navbar-mobile__menu ul li::before {
  display: none;
}
.navbar-mobile__menu ul li a {
  color: #59777F;
  font-weight: 400;
  display: block;
}
.navbar-mobile__menu ul li a, .navbar-mobile__menu ul li a:hover, .navbar-mobile__menu ul li a:active {
  border: none;
}
.navbar-mobile__menu ul li.menu-item-has-children .sub-menu {
  margin-top: 1rem;
  font-size: 1.6rem;
}
.navbar-mobile__menu ul li.menu-item-has-children .sub-menu li {
  margin: 0 0 1rem 2rem;
}
.navbar-mobile__menu__wrapper {
  padding: 4rem;
}
.navbar-mobile__menu__toggle {
  display: block;
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 997;
  background: #fff;
  transform: translateY(100%);
  transition: all 0.3s;
  border-top: 1px solid #E1E4E8;
}
.cookie-bar--is-visible {
  transform: translateY(0);
}
.cookie-bar__text {
  text-align: center;
  font-size: 1.6rem;
}
.cookie-bar__buttons {
  display: flex;
  justify-content: center;
}
.cookie-bar__buttons .button, .cookie-bar__buttons .wp-block-button a, .wp-block-button .cookie-bar__buttons a, .cookie-bar__buttons .navbar-desktop__button {
  padding: 0 2rem;
  height: 4.3rem;
  line-height: 3.4rem;
  font-size: 1.6rem;
}

.language-switcher {
  position: relative;
}
.language-switcher--open .language-switcher__list {
  display: block;
}
.language-switcher__button {
  display: inline-flex;
  align-items: center;
  height: 4.4rem;
  padding: 0 3rem;
  line-height: 4rem;
  border-radius: 2.5rem;
  border: 1px solid #59777F;
  font-weight: 400;
  color: #59777F;
  transition: all 0.3s;
}
.language-switcher__button i.fa-chevron-down {
  font-size: 80%;
}
.language-switcher__button:hover, .language-switcher__button:active {
  cursor: pointer;
  background-color: #28CDCD;
  border-color: #28CDCD;
  color: #fff;
}
.language-switcher__list {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  transform: translateY(calc(100% + .5rem));
  padding: 2rem 3rem;
  border: 1px solid #fff;
  width: 100%;
  z-index: 996;
}
.language-switcher__list li a {
  display: block;
  padding: 0.5rem 0;
}
.language-switcher__list li a:hover, .language-switcher__list li a:active {
  color: #28CDCD;
}

.newsletter-subscribe {
  border-radius: 0;
  border: 2px solid #59777F;
}
.newsletter-subscribe  .newsletter_title {
	width: 100%;
	padding: 0 20px 5px 30px;
	background-color: #59777F;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	text-transform: uppercase;
}
.newsletter-subscribe__title{
	padding: 3rem 2rem;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	text-align: center;
	color: #002A39;

}
.newsletter-subscribe small {
    font-size: 1.3rem;
}
@media (min-width: 768px) {
  .newsletter-subscribe {
    display: flex;
    align-items: center;
    padding: 3rem 6rem;
  }
}
@media (min-width: 768px) {
  .newsletter-subscribe {
    padding: 4rem 8rem;
  }
}
.newsletter-subscribe--centered {
  flex-direction: column;
  padding: 0 0 2rem 0;
  text-align: center;
}
.newsletter-subscribe--centered .newsletter-subscribe__image {
  margin: 0 0 3rem 0;
}
.newsletter-subscribe__image {
  width: 10rem;
  height: auto;
  margin-right: 8rem;
}
.newsletter-subscribe form {
  position: relative;
}
.newsletter-subscribe form input, .newsletter-subscribe form button[type=submit] {
  height: 3.8rem;
  border-radius: 1rem;
}
.newsletter-subscribe form button[type=submit] {
  display: block;
  width: 100%;
  border-radius: 1rem;
  padding: 0;
  line-height: 2.8rem;
}
@media (min-width: 768px) {
  .newsletter-subscribe form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    width: 14rem;
	min-width: 14rem;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
}
.newsletter-subscribe .gfield_error input {
  border-color: #E13C55;
}
.newsletter-subscribe .validation_error, .newsletter-subscribe .validation_message {
  display: none;
}
.quick_form_8_css * {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	overflow-wrap: break-word
}
@media only screen and (max-width: 600px) { .newsletter-subscribe__title { padding: 3rem 2rem 0;} .quick_form_8_css[name="SIGNUP_BODY"] { width: 100% !important; min-width: 100% !important; margin: 0px auto !important; padding: 0px !important } .SIGNUP_FLD { width: 90% !important; margin: 10px 5% !important; padding: 0px !important } .SIGNUP_FLD input { margin: 0 !important; border-radius: 25px !important } }


.faq-item {
  background-color: #f5f5f5;
}
.faq-item--open .faq-item__content {
  max-height: 1000rem;
}
.faq-item__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-item__title:hover, .faq-item__title:active {
  cursor: pointer;
}
.faq-item__content {
  max-height: 0;
  transition: max-height 0.5s;
  overflow: hidden;
}
.faq-item__content p {
  padding-top: 0;
}

.tease-post {
  display: flex;
}
.tease-post, .tease-post:hover, .tease-post:active {
  color: #59777F;
}
.tease-post__image {
  min-width: 8rem;
  width: 8rem;
  height: 5rem;
  margin-right: 2rem;
}
@media (min-width: 768px) {
  .tease-post__image {
    min-width: 16rem;
    width: 16rem;
    height: 10rem;
    margin-right: 3rem;
  }
}
.tease-post__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.tease-post-large {
  display: block;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.pagination .prev, .pagination .next {
  display: none !important;
}
.pagination .page-numbers {
  display: inline-block;
  margin: 0 0.5rem;
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  border: 1px dashed blue;
  border-radius: 0.5rem;
  font-weight: 400;
}
.pagination .page-numbers, .pagination .page-numbers:hover, .pagination .page-numbers:active {
  border: none;
}
.pagination .page-numbers:hover, .pagination .page-numbers:active {
  background-color: #E1E4E8;
}
.pagination .page-numbers.current {
  color: #fff;
  background-color: #59777F;
}

.tease-vacancy {
  display: block;
  background-color: #f5f5f5;
  padding: 1.5rem;
}
.tease-vacancy:hover, .tease-vacancy:active {
  color: inherit;
  background-color: #ededed;
}
@media (min-width: 1024px) {
  .tease-vacancy {
    padding: 2.5rem;
  }
}

.tease-resource {
  display: block;
  background-color: #f5f5f5;
  transition: all 0.3s;
}
.tease-resource:hover, .tease-resource:active {
  color: inherit;
  background-color: #ededed;
}
.tease-resource--is-highlighted .tease-resource__top {
  border: 1px solid #E1E4E8;
  border-bottom: none;
}
.tease-resource--is-highlighted .tease-resource__meta {
  border-left: 1px solid #E1E4E8;
  border-right: 1px solid #E1E4E8;
  border-bottom: 1px solid #E1E4E8;
}
.tease-resource__top {
  background-color: #fff;
  height: 20rem;
  overflow: hidden;
}
.tease-resource__top .frame {
  height: 100%;
}
.tease-resource__top figure {
  height: 20rem;
  width: 100%;
}
.tease-resource__top figure img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.get-a-quote__summary {
  border: 1px solid #E1E4E8;
  padding: 1rem 2rem;
}
.get-a-quote__summary table thead, .get-a-quote__summary table tbody, .get-a-quote__summary table tr {
  border: none;
}
.get-a-quote__summary table tbody tr td, .get-a-quote__summary table tbody tr th, .get-a-quote__summary table tfoot tr td {
  padding: 1rem 0.3rem;
}
.get-a-quote__summary table thead {
  border-bottom: 1px solid #E1E4E8;
}
.get-a-quote__summary table tfoot {
  border-top: 1px solid #E1E4E8;
}
.get-a-quote__calculator {
  border: 1px solid #E1E4E8;
  padding: 3.5rem 4rem;
}
.get-a-quote__calculator__input-wrapper {
  display: flex;
  justify-content: center;
  width: 26rem;
  max-width: 100%;
  margin: 0 auto;
}
.get-a-quote__calculator__input {
  height: 5.5rem;
  font-size: 5.5rem;
  width: calc(100% - 5.5rem - 5.5rem - 2rem);
  text-align: center;
  line-height: 0.9;
  border-bottom: 2px solid #E1E4E8;
  margin: 0 1rem;
}
.get-a-quote__calculator__button {
  display: block;
  border: 2px solid #E1E4E8;
  color: #E1E4E8;
  font-weight: 400;
  height: 5.5rem;
  width: 7rem;
  max-width: 7rem !important;
	min-width: 7rem !important;
  text-align: center;
  padding: 0;
  background-color: transparent;
  border-radius: 1rem;
  font-size: 3rem;
}
.get-a-quote__calculator__nav {
  color: #4128EB;
}
.get-a-quote__calculator__nav:hover, .get-a-quote__calculator__nav:active {
  cursor: pointer;
}
.get-a-quote__calculator__nav--active {
  color: #59777F;
  font-weight: 400;
}

.cb--bg-light-gray {
  background-color: #f5f5f5;
}
.cb--bg-light-green {
  background-color: #DEF2F2;
}


.cb--content p:last-child {
  padding-bottom: 0;
}

.cb--gallery figure {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.cb--gallery figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.cb--gallery__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.cb--gallery__left {
  width: 100%;
  margin: 0 0 1rem 0;
}
@media (min-width: 768px) {
  .cb--gallery__left {
    margin: 0 2rem 0 0;
    width: calc(70% - 2rem);
  }
}
.cb--gallery__right {
  display: flex;
  flex-wrap: wrap;
}
.cb--gallery__right figure {
  width: calc(50% - .5rem);
}
@media (min-width: 768px) {
  .cb--gallery__right figure {
    width: 100%;
    height: calc(50% - 1rem);
  }
}
.cb--gallery__right figure:first-child {
  margin: 0 1rem 0 0;
}
@media (min-width: 768px) {
  .cb--gallery__right figure:first-child {
    margin: 0 0 2rem 0;
  }
}
@media (min-width: 768px) {
  .cb--gallery__right {
    width: 30%;
  }
}

.cb--hero_banner {
  position: relative;
}
.cb--hero_banner__container--has-image-flush-top-bottom {
  position: relative;
}
@media (min-width: 1024px) {
	.cb--hero_banner .container {
		min-height: 37.2rem;
	}
  .cb--hero_banner__image--flush-top-bottom {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
  }
  .cb--hero_banner__image--flush-top-bottom img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
}
@media (min-width: 1201px) {
  .cb--hero_banner__image--flush-top-bottom {
    width: 41.6666666667%;
  }
}
@media (min-width: 1024px) {
  .cb--hero_banner__image--flush-left {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
  }
  .cb--hero_banner__image--flush-left img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1201px) {
  .cb--hero_banner__image--flush-left {
    width: 41.6666666667%;
  }
}

.cb--image img {
  width: 100%;
}

.cb--features figure img {
  height: 10rem;
  width: auto;
}

.cb--specifications__table__row p:first-child {
	min-width: 200px;
}
.cb--specifications figure {
  border: 2px solid #A1A1A1;
}
.cb--specifications__table__row {
  border-bottom: 1px solid #A1A1A1;
}
.cb--specifications__table__row:last-child {
  border-bottom:  none;
}
@media (min-width: 1024px) {
  .cb--specifications__table__row {
    display: flex;
    justify-content: space-between;
  }
}

.cb--icons_and_text figure img {
  height: 10rem;
  width: auto;
}
.cb--icons_and_text strong {
  color: #002A39;
}

.cb--icons_and_text_two figure {
  display: flex;
  justify-content: center;
}
.cb--icons_and_text_two figure img {
  height: 7rem;
  width: auto;
}

.cb--timeline__timeline {
  position: relative;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cb--timeline__timeline {
    padding: 0;
  }
  .cb--timeline__timeline > *:not(:last-child) {
    margin-bottom: -15rem;
  }
}
@media (min-width: 1201px) {
  .cb--timeline__timeline > *:not(:last-child) {
    margin-bottom: -20rem;
  }
}
.cb--timeline__timeline::before {
  content: " ";
  width: 2px;
  height: 100%;
  background-color: #28CDCD;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .cb--timeline__timeline::before {
    left: 50%;
  }
}
.cb--timeline__item {
  position: relative;
}
.cb--timeline__item:before {
  content: " ";
 width: 3rem;
height: 3rem;
background-color: #002A39;
border: 2px solid #28CDCD;
position: absolute;
top: 0.5rem;
left: -6rem;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .cb--timeline__timeline .bit-offset-sm-6 {
	padding-left: 4.5rem;
  }
  .cb--timeline__item--even {
	 padding-right: 2.2rem;
    text-align: right;
  }
  .cb--timeline__item--even::before {
    right: -3.5rem;
    left: unset;
  }
}
@media (max-width: 768px) {
	.cb--timeline__item::before {
		left: -3.5rem;
	}
}

.cb--process p:first-child {
  padding-top: 0;
}
.cb--process__process {
  position: relative;
  padding-left: 7rem;
}
.cb--process__process::before {
  content: " ";
  width: 2px;
  height: calc(100% - 1.5rem);
  background-color: #28CDCD;
  position: absolute;
  top: 1.5rem;
  left: 5rem;
}
@media (min-width: 768px) {
	.cb--process__process {
  margin-top: 8rem;
}
  .cb--process__process::before {
    top: 2.1rem;
    height: calc(100% - (.6rem + 1.5rem));
  }
}
.cb--process__process::after {
  content: " ";
  width: 4.2rem;
  height: 2px;
  background-color: #28CDCD;
  position: absolute;
  bottom: 0;
  left: 5rem;
}
.cb--process__item {
  position: relative;
}
.cb--process__item::before {
  content: " ";
  width: 2rem;
  height: 2px;
  background-color: #28CDCD;
  position: absolute;
  top: 1.5rem;
  left: -4rem;
}
@media (min-width: 768px) {
  .cb--process__item::before {
    top: 2.1rem;
  }
}
.cb--process__number {
  color: #28CDCD;
  position: absolute;
  top: 0;
  left: -7rem;
  border: 2px solid #28CDCD;
  width: 3rem;
  height: 3rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  font-weight: 400;
}
@media (min-width: 768px) {
  .cb--process__number {
    top: 0.6rem;
  }
}

.cb--steps__content--flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  .cb--steps__content--flex {
    flex-wrap: wrap;
  }
}
.cb--steps__content__text {
  width: 50%;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .cb--steps__content__text {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cb--steps__content__steps {
  position: relative;
  counter-reset: step-counter;
  list-style: none;
  width: 50%;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .cb--steps__content__steps {
    width: 100%;
  }
}
.cb--steps__content__steps > li {
  position: relative;
  counter-increment: step-counter;
  margin-bottom: 0;
  padding-bottom: 2rem;
}
.cb--steps__content__steps > li::before {
  position: relative;
  content: counter(step-counter);
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}

.cb--logos__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cb--logos__logos figure {
  padding: 1rem;
  height: 6rem;
  width: 10rem;
}
@media (min-width: 1024px) {
  .cb--logos__logos figure {
    height: 7rem;
    width: 12rem;
  }
}
.cb--logos__logos figure img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}


/*Vanja's code*/
.weight-300 *,
.weight-300 {
	font-weight: 300 !important;
}
.weight-400 *,
.weight-400 {
	font-weight: 400 !important;
}
.size-24, .size-24 * {
	font-size: 2.4rem;
}
.size-20, .size-20 * {
	font-size: 2rem !important;
}
.size-16, .size-16 * {
	font-size: 1.6rem !important;
}
.lheight-1, .lheight-1 * {
	line-height: 1;
}	
.letspace-1 {
	    letter-spacing: -0.1rem;
}
.min90 {
	min-height: 9rem;
}
.app-list li {
	display: inline-block;
}
.button-blue {
	color: #0AAFDC;
	border: 1px #0AAFDC solid;
}
.button-blue:hover {
	background-color: #0AAFDC;
	color: #fff;
}
.button-square {
	padding: 1.25rem 2rem;
	border-radius: 0.7rem;
	line-height: 1.1;
}
.blog .bit-xxs-12.bit-sm-6.bit-md-12 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.blog .bit-xxs-12.bit-sm-6.bit-md-12 .h4 {
    font-size: 2rem;
   padding: 1.6rem 0;
}
.page-template-template-applications .facetwp-template {
    padding-top: 13px !important;
}
.slick-slider {
    margin-top: -1rem;
}
.text--lineheight-wide {
    margin-bottom: -1rem;
}
/*remove*/
.app-list {
    border-top: none;
}


@media (min-width: 1024px) {

.cb--gallery__left {
    margin: 0 3rem 0 0;
    width: calc(70% - 3rem);
}
.cb--gallery__right figure {
    width: 100%;
    height: calc(50% - 1.5rem);
}
.cb--gallery__right figure:first-child {
    margin: 0 0 3rem 0;
}
}
@media (max-width: 768px) {
	.cb--gallery__right figure {
			width: 100%;
			margin: 0 0 1rem !important;
	}
}



.cb--hero_banner p {
	min-height: 13.2rem;
}
.cb--hero_banner h1 {
    min-height: 14rem;
}
.cb--hero_banner img {
	max-height: 37.5rem;
	width: auto;
	height: 100%;
}

/*Resources*/
.page-id-20354 .tease-resource__meta,
.page-id-25933 .tease-resource__meta,
.page-id-25802 .tease-resource__meta,
.page-id-22427 .tease-resource__meta,
.page-id-25835 .tease-resource__meta,
.page-id-25736 .tease-resource__meta,
.page-id-25873 .tease-resource__meta,
.page-id-578 .tease-resource__meta {
	padding: 0.2rem 4rem 0.5rem 8rem !important;
	border: 1px solid #E1E4E8;
}
.page-id-20354 .cb--hero_banner img,
.page-id-25933 .cb--hero_banner img,
.page-id-25802 .cb--hero_banner img,
.page-id-22427 .cb--hero_banner img,
.page-id-25835 .cb--hero_banner img,
.page-id-25736 .cb--hero_banner img,
.page-id-25873 .cb--hero_banner img,
.page-id-578 .cb--hero_banner img {
    max-height: 100%;
    width: 100%;
    height: auto;
}
.page-id-20354  .cb--hero_banner__image--flush-left,
.page-id-25933  .cb--hero_banner__image--flush-left,
.page-id-25802  .cb--hero_banner__image--flush-left,
.page-id-22427  .cb--hero_banner__image--flush-left,
.page-id-25835  .cb--hero_banner__image--flush-left,
.page-id-25736  .cb--hero_banner__image--flush-left,
.page-id-25873  .cb--hero_banner__image--flush-left,
.page-id-578 .cb--hero_banner__image--flush-left {
    width: 50%;
    right: 0;
}
@media only screen and (max-width: 1640px) {
	.page-id-20354 .cb--hero_banner img,
	.page-id-25933 .cb--hero_banner img,
	.page-id-25802 .cb--hero_banner img,
	.page-id-22427 .cb--hero_banner img,
	.page-id-25835 .cb--hero_banner img,
	.page-id-25736 .cb--hero_banner img,
	.page-id-25873 .cb--hero_banner img,
	.page-id-578 .cb--hero_banner img {
		max-height: 100%;
		width: auto;
		height: 100%;
	}
}
@media only screen and (min-width: 1200px) {
	.page-id-20354 .cb--hero_banner .frame .frame,
	.page-id-25933 .cb--hero_banner .frame .frame,
	.page-id-25802 .cb--hero_banner .frame .frame,
	.page-id-22427 .cb--hero_banner .frame .frame,
	.page-id-25835 .cb--hero_banner .frame .frame,
	.page-id-25736 .cb--hero_banner .frame .frame,
	.page-id-25873 .cb--hero_banner .frame .frame,
	.page-id-578 .cb--hero_banner .frame .frame {
		height: 41.5rem;
		padding-left: 18px;
	}
	.page-id-20354 .cb--resources  .frame .frame .bit-xxs-12.bit-sm-6,
	.page-id-25933 .cb--resources  .frame .frame .bit-xxs-12.bit-sm-6,
	.page-id-25802 .cb--resources  .frame .frame .bit-xxs-12.bit-sm-6,
	.page-id-22427 .cb--resources  .frame .frame .bit-xxs-12.bit-sm-6,
	.page-id-25835 .cb--resources  .frame .frame .bit-xxs-12.bit-sm-6,
	.page-id-25736 .cb--resources  .frame .frame .bit-xxs-12.bit-sm-6,
	.page-id-25873 .cb--resources  .frame .frame .bit-xxs-12.bit-sm-6,
	.page-id-578 .cb--resources  .frame .frame .bit-xxs-12.bit-sm-6 {
		padding-left: 1.65rem;
		padding-right: 1.65rem;
		padding-top: 1.65rem;
		padding-bottom: 1.65rem;
	}
}
@media only screen and (max-width: 1024px) {
	.page-id-20354 .cb--hero_banner .frame .frame,
	.page-id-25933 .cb--hero_banner .frame .frame,
	.page-id-25802 .cb--hero_banner .frame .frame,
	.page-id-22427 .cb--hero_banner .frame .frame,
	.page-id-25835 .cb--hero_banner .frame .frame,
	.page-id-25736 .cb--hero_banner .frame .frame,
	.page-id-25873 .cb--hero_banner .frame .frame,
	.page-id-578 .cb--hero_banner .frame .frame,
	div.bit-lg-6:nth-child(2) {
		padding: 0 !important;
	}
	.page-id-20354 .cb--hero_banner__image--flush-left,
	.page-id-25933 .cb--hero_banner__image--flush-left,
	.page-id-25802 .cb--hero_banner__image--flush-left,
	.page-id-22427 .cb--hero_banner__image--flush-left,
	.page-id-25835 .cb--hero_banner__image--flush-left,
	.page-id-25736 .cb--hero_banner__image--flush-left,
	.page-id-25873 .cb--hero_banner__image--flush-left,
	.page-id-578 .cb--hero_banner__image--flush-left {
		width: 100%;
	}
	.page-id-20354 .cb--hero_banner img,
	.page-id-25933 .cb--hero_banner img,
	.page-id-25802 .cb--hero_banner img,
	.page-id-22427 .cb--hero_banner img,
	.page-id-25835 .cb--hero_banner img,
	.page-id-25736 .cb--hero_banner img,
	.page-id-25873 .cb--hero_banner img,
	.page-id-578 .cb--hero_banner img {
		max-height: 100%;
		width: 100%;
		height: auto;
	}
}


/*Product Toolkit
.page-id-20348 .fixed-button,
.page-id-153 .fixed-button {
	position: relative !important;
}
@media only screen and (min-width: 768px) {
	.page-id-20348 .cb--hero_banner img,
	.page-id-153 .cb--hero_banner img {
		max-height: 39.5rem;
		width: auto;
	}
	.page-id-20348 .cb--icons_and_text h2,
	.page-id-153 .cb--icons_and_text h2 {
		padding-bottom: 3rem;
	}
}
@media only screen and (max-width: 1300px) and (min-width: 768px) {
	.page-id-20348 .cb--hero_banner .frame .frame.frame--align-md-center,
	.page-id-153 .cb--hero_banner .frame .frame.frame--align-md-center {	
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: flex-end;
		align-content: stretch;
	}
}
@media only screen and (max-width: 1400px) {
	.page-id-153 .cb--hero_banner  .frame .frame div.bit-lg-6:nth-child(2),
	.page-id-20348 .cb--hero_banner  .frame .frame div.bit-lg-6:nth-child(2) {
		padding-bottom: 0 !important;
	}
}
@media only screen and (min-width: 1301px) {
	.page-id-20348 .cb--hero_banner .frame .frame div.bit-lg-6:nth-child(2),
	.page-id-153 .cb--hero_banner .frame .frame div.bit-lg-6:nth-child(2) {
		padding-bottom: 0 !important;
		margin-bottom: -15px !important;
	}
}
@media only screen and (min-width: 1380px) {
	.page-id-20348 .cb--hero_banner .frame .frame div.bit-lg-6:nth-child(2),
	.page-id-153 .cb--hero_banner .frame .frame div.bit-lg-6:nth-child(2) {
		padding-bottom: 0 !important;
		margin-bottom: -40px !important;
	}
}*/
/*Product Multicore*/
@media only screen and (min-width: 1300px) {
	.page-id-132 h1  {
		letter-spacing: -0.2rem;
	}
}
/*Product page*/
.cb--features p {
	min-height: 10.4rem;
	font-size: 2.1rem !important;
}
.slider-content p.subtitle {
	font-size: 2.4rem;
}
.slider-content p {
	line-height: 1.167;
	font-size: 2.1rem !important;
}
.cb--image img {
    max-height: 41.5rem;
    width: auto;
    margin: 0 auto;
}
.cb--specifications__table__row p {
	font-size: 2rem;
	line-height: 1.05;
}
@media only screen and (min-width: 1300px) {
	.fixed-button {
		position: absolute;
		bottom: -10px;
	}
	.relative {
		position: relative;
	}
}
/*Home*/
@media only screen and (min-width: 1400px) {
	.cb--image,
	.cb--hero_banner {
		height: 45rem;
		overflow: hidden;
	}
}
@media only screen and (min-width: 1250px) {
	.home .cb--links_with_images .bit-xxs-12.bit-sm-6 {
		padding-left: 1.45rem;
		padding-right: 1.45rem;
	}
}
@media only screen and (min-width: 1024px) {
	.home section.cb:nth-child(6) {
		margin-top: -5.5rem;
	}
}
@media only screen and (max-width: 768px) {
	.cb--gallery__right {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: stretch;
	}
}
@media only screen and (max-width: 480px) {
	.button.ml-25 {
		    margin-left: 0.4rem !important;
	}
}
/*Remove Chinese language*/
.wpml-ls-sub-menu li.wpml-ls-item.wpml-ls-item-zh-hans, 
.sub-menu li.wpml-ls-item.wpml-ls-item-zh-hans,
.navbar-desktop__menu .menu-item-has-children .sub-menu li.wpml-ls-item-zh-hans {
	display: none !important;
}


/*Line text*/
blockquote {
    letter-spacing: -0.8px;
}
blockquote p i {
	font-style: normal;
}
.page-template blockquote p em,
.page-template blockquote  p strong {
	display: inline-block;
	position: relative;
	margin: 0 auto;
	font-style: normal;
	font-weight: normal;
	font-size: 3.2rem;
	line-height: 115%;
	text-align: center;
	color: #002A39;
}
.page-template blockquote p i:after,
.page-template blockquote p em:after,
.page-template  blockquote  p strong:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0.1rem;
	left: -0.7rem;
	right: -0.7rem;
	height: 1.5rem;
	background-color: rgba(250, 210, 80, 0.5);
	z-index: -1;
}
blockquote p i:after {
	display: none;
}
blockquote  p strong:after {
	bottom: 0.1rem;
}
@media only screen and (max-width: 768px) {
	 blockquote p i {
		display: inline-block;
		position: relative;
	}
	blockquote p i:after {
		display: inline-block;
	}
	blockquote p em:after,
	blockquote  p strong:after {
		display: none;
	}
	 blockquote p em, 
	 blockquote p strong {
		    max-width: 47rem;
	}
}
@media only screen and (max-width: 420px) {
	blockquote p em, blockquote p strong {
		font-size: 2.8rem;
	}
	blockquote p i:after {
		height:1rem;	
	}
}

.navbar-desktop__button {
    border: 1px #28CDCD solid;
}
@media only screen and (max-width: 1200px) {
	.navbar-desktop__button {
		display: none;
	}
}
@media only screen and (min-width: 1024px) {
	.navbar-desktop__button {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: stretch;
		align-content: stretch;
	}
}

/*Produc3*/
@media only screen and (max-width: 1400px) {
	.page-id-153 .cb--hero_banner  div.bit-lg-6:nth-child(2) {
		padding-bottom: 0 !important;
	}
}
/*Blog*/
.blog-post-content__hero-img img {
	margin: 3rem 0 2rem;
}
.nav-links {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}
.nav-links a {
	border-bottom: none;
}
.single .gform_wrapper {
	max-width: 100%;
	width: 55rem;
	margin: 0 auto;
	padding: 0 1rem;
}
.single-post .bit-xxs-12.bit-md-10.bit-lg-10 h2 {
	padding-bottom: 3rem;
    margin-top: 2rem;
	font-weight: 400;
    font-size: 2.4rem;
}
.single h2.h4 {
	font-size: 4rem;
	padding: 1rem 0 2rem;
}
.single .size-16.text--teal.pt-sm-20 {
	text-transform: capitalize;
}
.single .newsletter-subscribe {
    padding: 0 0 4rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    text-align: center;
}

/*Hero*/
section.cb.cb--image:not(:first-child)  {
	background-image: none !important;
}
.blog-figure,
section.cb.cb--image:nth-child(1) {
	background-position: center;
	background-size: cover;
}
@media only screen and (min-width: 1240px) {
	.blog-figure img,
	section.cb.cb--image:nth-child(1) img {
		opacity: 0;
		pointer-events: none;
	}
	.blog-figure {
		height: 60rem;
	}
}
@media only screen and (max-width: 1240px) {
	.blog-figure {
		background-image: none !important;
	}
}

/*Text Pages*/
.privacy-policy h2,
.thank-you h2 {
    font-weight: 300;
    padding-bottom: 1.5rem;
    padding-top: 2rem;
}
.privacy-policy main,
.thank-you main {
    padding-bottom: 6rem;
}

/*Recruiting*/
.cb--process__item h3 {
	padding-bottom: 2.7rem;
}

/*Contact*/
.cb--our_offices .bit-xxs-12.bit-sm-6 {
	padding-left: 1.6rem !important;
	padding-right: 1.6rem !important;
}
@media only screen and (max-width: 640px) {
	.get-a-quote__calculator__button {
		min-width: 8rem;
	}
}

/*FAQ*/
.faq-item i {
    font-size: 2rem;
}

/*About*/
.cb--links_with_images .bit-xxs-12.bit-sm-6.bit-md-4 {
	padding-left: 1.6rem !important;
	padding-right: 1.6rem !important
}

/*Partner*/
@media only screen and (min-width: 1024px) {
	.partner-item {
		padding-left: 1.35rem;
		padding-right: 1.35rem;
	}
}

/*Application*/
.page-template-template-applications a.link-with-no-underline {
	display: block;
	font-weight: 400;
}
.app-advantage {
	margin-left: 8.5%;
}
.app-advantage ul:not(.no-styling) li {
	margin-bottom: 2.8rem;
}
@media only screen and (min-width: 768px) {
	.page-template-template-applications .container {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}
@media only screen and (max-width: 640px) {
	.app-list {
		flex-wrap: wrap;
	}
	.app-list li {
		flex-grow: 1;
		width: 33%;
		height: 6rem;
	}
}
@media only screen and (max-width: 480px) {
	.app-list li {
		flex-grow: 1;
		width: 50%;
		height: 4rem;
	}
}

.single-application table tbody tr td, .single-application table tbody tr th {
    padding: 0.35rem 0.3rem;
}

@media only screen and (min-width: 1024px) {
	.app-gallery-item {
		padding-top: 2.5rem !important;
	}
	.app-gallery-item:nth-child(1),
	.app-gallery-item:nth-child(4) {
		padding-right: 2rem !important;
	}
	.app-gallery-item:nth-child(2) ,
	.app-gallery-item:nth-child(5) {
		padding-right: 1.25rem !important;
		padding-left: 1.25rem !important;
	}
	.app-gallery-item:nth-child(3n) {
		padding-right: 0.5rem !important;
		padding-left: 2rem !important;
	}
}

#configure .system {
 text-align:center;
 width:100%;
 padding-bottom:9rem;
 position:relative
}
#configure .system .stack {
 display:flex;
 flex-direction:row-reverse;
 justify-content:center;
 width:94%;
 position:relative
}
#configure .system .stack .col {
 width: 22%;
max-width: 22%;
height: 380px;
 position:relative;
 display:flex;
 flex-direction:column-reverse
}
#configure .system .dryer,
#configure .system .electrolyser {
 background-size:contain;
 background-repeat:no-repeat
}
#configure .system .electrolyser {
 display:block;
 position:relative
}
#configure .system .electrolyser:before {
 content:"";
 display:block;
 padding-bottom:65%
}
#configure .system .electrolyser>div {
 display:block;
 width:136.32%;
 height:160px;
 position:absolute;
 top:0;
 background-image:url(../images/electrolyser1.png);
 background-size:contain;
 background-repeat:no-repeat
}
#configure .system .dryer {
 display:block;
 position:relative;
 margin-left: 5px;
margin-right: -5px;
}
#configure .system .dryer:before {
 content:"";
 display:block;
 padding-bottom:35%
}
#configure .system .dryer>div {
 display:block;
 width:118.5%;
 height:102px;
 position:absolute;
 top:0;
 background-image:url(../images/dryer1.png);
 background-size:contain;
 background-repeat:no-repeat
}
#configure .system .dryer.hide {
 display:none
}
#configure .system .dryer.preload {
 opacity:0
}
#configure .system .stack .col:nth-child(1) {
 display:flex;
 z-index:4
}
#configure .system .stack .col:nth-child(2) {
 bottom:7px;
 z-index:3
}
#configure .system .stack .col:nth-child(3) {
 bottom:14px;
 z-index:2
}
#configure .system .stack .col:nth-child(4) {
 bottom:21px;
 z-index:1
}
#configure .system .more-fade {
 display:block;
 width:0;
 height:100%;
 position:absolute;
 z-index:1;
 left:0;
 top:0;
 bottom:0;
 background:linear-gradient(90deg,#fff 23.44%,rgba(255,255,255,0) 100%);
 opacity:0;
 -webkit-transition:all 250ms ease;
 -moz-transition:all 250ms ease;
 transition:all 250ms ease
}
#configure .system.cols-more .more-fade {
 opacity:1;
 width:160px
}
#configure .system:not(.cols-more) .stack[data-calc=add] .col:last-child .electrolyser:last-child {
 -webkit-animation:slidedown .3s linear forwards;
 animation:slidedown .3s linear forwards
}
#configure .system:not(.cols-more) .stack[data-calc=add].has-dryer .col .dryer {
 -webkit-animation:none;
 animation:none
}
#configure .system:not(.cols-more) .stack[data-calc=add].has-dryer .col:last-child .dryer:last-child,
#configure .system:not(.cols-more) .stack[data-calc=add].has-dryer .col:last-child .electrolyser:nth-last-child(2) {
 -webkit-animation:slidedown .3s linear forwards;
 animation:slidedown .3s linear forwards
}
#configure .system:not(.cols-more) .stack[data-calc=subtract].has-dryer .col .dryer {
 -webkit-animation:none;
 animation:none
}
#configure .system.cols-more .stack.has-dryer .col .dryer {
 -webkit-animation:none!important;
 animation:none!important
}
#configure .preload-image {
 background-image:url(../images/dryer.png);
 background-size:cover
}
.slidedown {
 -webkit-animation:slidedown .3s linear forwards;
 -moz-animation:slidedown .3s linear forwards;
 -ms-animation:slidedown .3s linear forwards;
 -o-animation:slidedown .3s linear forwards;
 animation:slidedown .3s linear forwards
}
@keyframes slidedown {
 0% {
  opacity:0;
  top:-50%
 }
 100% {
  opacity:1;
  top:0
 }
}
@-webkit-keyframes slidedown {
 0% {
  opacity:0;
  top:-50%
 }
 100% {
  opacity:1;
  top:0
 }
}
@keyframes slideup {
 0% {
  opacity:1;
  top:0
 }
 100% {
  opacity:0;
  top:-50%
 }
}
@-webkit-keyframes slideup {
 0% {
  opacity:1;
  top:0
 }
 100% {
  opacity:0;
  top:-50%
 }
}
@-webkit-keyframes fadeOut {
 0% {
  opacity:1
 }
 99% {
  opacity:.01;
  width:100%;
  height:100%
 }
 100% {
  opacity:0;
  width:0;
  height:0
 }
}
@keyframes fadeOut {
 0% {
  opacity:1
 }
 99% {
  opacity:.01;
  width:100%;
  height:100%
 }
 100% {
  opacity:0;
  width:0;
  height:0
 }
}
@media only screen and (max-width:1280px) {
 #configure .system {
  display:inline-block;
  width: 100%;
  margin-left:auto;
  margin-right:auto;
padding: 3rem 0;
pointer-events: none;
 }
 #configure .system .stack {
  bottom:-1.5rem
 }
 #configure .system .stack .col {
  width:90px;
  min-height:232px;
  height:auto
 }
 #configure .system .stack .col:nth-child(2) {
  bottom:2px
 }
 #configure .system .stack .col:nth-child(3) {
  bottom:4px
 }
 #configure .system .stack .col:nth-child(4) {
  bottom:6px
 }
 #configure .system .stack.has-1 {
  bottom:-.3rem
 }
 #configure .system .stack.has-1 .col {
  width:193px
 }
 #configure .system .electrolyser:before {
  padding-bottom:65.5%
 }
 #configure .system.cols-more .more-fade {
  width:80px;
  height:120%
 }
}


.owl-dots {
	display: none;
}
.faq-item--open .fa-plus:before {
    content: "\f068"
}
.faq-item__content p {
    font-size: 1.8rem;
    line-height: 1.2;
}
/* .faq-item--open .faq-item__content {
    max-height: 200rem;
} */
.wpml-ls-sub-menu li.wpml-ls-item,
.sub-menu li.wpml-ls-item {
    border: 1px solid #59777F !important; 
    min-width: 13rem;
		background: #fff;
		text-align: center;
}
.menu-item-has-children .sub-menu .wpml-ls-item a {
    width: 100%;
    text-align: center;
}
.navbar-desktop__menu .menu-item-has-children .sub-menu li.wpml-ls-item:last-child,
.navbar-desktop__menu .menu-item-has-children .sub-menu li.wpml-ls-item:first-child {
	padding-top: 0;
	padding-bottom: 0;
}

.footer-menu .wpml-ls-sub-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    z-index: 999;
    padding-top: 1rem;
}
.footer-menu .wpml-ls-sub-menu:hover,
.footer-menu:hover .wpml-ls-sub-menu, .footer-menu .wpml-ls-sub-menu:active,
.footer-menu:active .wpml-ls-sub-menu {
	display: block;
}
.footer-menu a.wpml-ls-item-toggle:after,
.navbar-desktop__menu .menu-item-has-children.wpml-ls-item > a:after {
	content: "\F078";
	font-family: "Font Awesome 5 Pro";
	font-size: 1.1rem;
	padding-left: 5px;
	margin-right: -15px;
}
.footer-menu a.wpml-ls-item-toggle:after {
	margin-right: 0;
}
.footer-menu:hover a.wpml-ls-item-toggle:after,
.navbar-desktop__menu .menu-item-has-children.wpml-ls-item:hover > a:after {
	color: #fff;
}
.navbar-mobile--open .navbar-mobile__menu {
    overflow: scroll;
}
@media only screen and (max-width: 1024px) {
	.navbar-mobile--open .navbar-mobile__menu {
		padding-bottom: 4rem;	
	}
}
@media only screen and (min-width: 1024px) {
	li.wpml-ls-item {
			display: inline-flex;
		align-items: center;
		height: 4.4rem;
		padding: 0 3rem;
		  margin-bottom: -30px;
		margin-top: -8px;
		line-height: 4rem;
		border-radius: 2.5rem;
		border: 1px solid #59777F;
		font-weight: 400;
		color: #59777F;
		transition: all 0.3s;
	}
	li.wpml-ls-item:hover, li.wpml-ls-item:active {
		cursor: pointer;
		background-color: #28CDCD;
		border-color: #28CDCD;
		color: #fff;
	}
	li.wpml-ls-item > a:hover span.wpml-ls-native, 
	li.wpml-ls-item > a:active span.wpml-ls-native,
	li.wpml-ls-item:hover > a > span.wpml-ls-native, 
	li.wpml-ls-item:active > a > span.wpml-ls-native {
		 color: #fff;
	}
	.navbar-desktop__menu .menu-item-has-children.wpml-ls-item > a {
		background-image: none;
	}
	.navbar-desktop__menu ul.sub-menu  li a:hover span, .navbar-desktop__menu ul .sub-menu li a:active span {
		color: #28CDCD !important;
	}
}


.menu-item-has-children.wpml-ls-item-ja > a,
.menu-item-has-children.wpml-ls-item-zh-hans > a {
	padding-right: 0rem;
}
.menu-item-has-children.wpml-ls-item-ja > a > span,
.menu-item-has-children.wpml-ls-item-zh-hans > a > span {
    display: inline-block;
    width: 60px;
}
.footer-menu .wpml-ls-item-ja >  a.wpml-ls-item-toggle:after, .navbar-desktop__menu .menu-item-has-children.wpml-ls-item.wpml-ls-item-ja > a:after,
.footer-menu .wpml-ls-item-zh-hans >  a.wpml-ls-item-toggle:after, .navbar-desktop__menu .menu-item-has-children.wpml-ls-item.wpml-ls-item-zh-hans > a:after {
	  margin-right: 0;
}
/*End of Vanja's code*/


.background--black {
  background-color: #000;
}

.background--gray-darkest {
  background-color: #010001;
}

.background--gray-darker {
  background-color: #1d1d1b;
}

.background--gray-dark {
  background-color: #2D2D2D;
}

.background--gray {
  background-color: #4a4a4a;
}

.background--gray-light {
  background-color: #A1A1A1;
}

.background--gray-lighter {
  background-color: #E1E4E8;
}

.background--gray-lightest {
  background-color: #f5f5f5;
}

.background--white {
  background-color: #fff;
}

.background--primary {
  background-color: #28CDCD;
}

.background--font-color {
  background-color: #59777F;
}

.background--green {
  background-color: #28CDCD;
}

.background--green-light {
  background-color: #DEF2F2;
}

.background--navy {
  background-color: #002A39;
}

.background--blue-light {
  background-color: #0AAFDC;
}

.background--blue {
  background-color: #4128EB;
}

.background--teal {
  background-color: #59777F;
}

.background--yellow {
  background-color: #FAD250;
}

.background--red {
  background-color: #E13C55;
}

.text--black {
  color: #000;
}

.text--gray-darkest {
  color: #010001;
}

.text--gray-darker {
  color: #1d1d1b;
}

.text--gray-dark {
  color: #2D2D2D;
}

.text--gray {
  color: #4a4a4a;
}

.text--gray-light {
  color: #A1A1A1;
}

.text--gray-lighter {
  color: #E1E4E8;
}

.text--gray-lightest {
  color: #f5f5f5;
}

.text--white {
  color: #fff;
}

.text--primary {
  color: #28CDCD;
}

.text--font-color {
  color: #59777F;
}

.text--green {
  color: #28CDCD;
}

.text--green-light {
  color: #DEF2F2;
}

.text--navy {
  color: #002A39;
}

.text--blue-light {
  color: #0AAFDC;
}

.text--blue {
  color: #4128EB;
}

.text--teal {
  color: #59777F;
}

.text--yellow {
  color: #FAD250;
}

.text--red {
  color: #E13C55;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.display--block {
  display: block;
}
.display--inline-block {
  display: inline-block;
}

.a-hover-remove-border-bottom:hover {
  border: 0;
}

.responsivebackgroundimage {
  visibility: hidden;
  position: absolute;
  max-width: 100%;
  height: auto;
}

.responsivebackgroundimage__wrapper {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.text--small {
  font-size: 1.4rem;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .text--small {
    font-size: 1.6rem;
  }
}

.text--medium {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .text--medium {
    font-size: 2rem;
  }
}

.text--large {
  font-size: 2rem;
  line-height: 1.3913;
}
@media only screen and (min-width: 768px) {
  .text--large {
    font-size: 2.3rem;
  }
}

.text--display {
  font-size: 3.5rem;
  line-height: 0.5333;
}
@media only screen and (min-width: 768px) {
  .text--display {
    font-size: 6rem;
  }
}

.text--base {
  font-size: 1.7rem;
  line-height: 1.6842;
}
@media only screen and (min-width: 768px) {
  .text--base {
    font-size: 1.9rem;
  }
}

.text--topline {
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}

.text--weight-normal {
  font-weight: 400;
}

.text--weight-demi {
  font-weight: 500;
}

.text--weight-semi-bold {
  font-weight: 600;
}

.text--weight-bold {
  font-weight: 400;
}

.text--italic {
  font-style: italic;
}

.text--lineheight-tight {
  line-height: 1.1;
}

.text--lineheight-wide {
  line-height: 1.4;
}

.border-radius {
  border-radius: 1rem;
  overflow: hidden;
}

.p-0 {
  padding: 0 !important;
}

.p-5 {
  padding: 0.5rem !important;
}

.p-10 {
  padding: 1rem !important;
}

.p-15 {
  padding: 1.5rem !important;
}

.p-20 {
  padding: 2rem !important;
}

.p-30 {
  padding: 3rem !important;
}

.p-40 {
  padding: 4rem !important;
}

.p-50 {
  padding: 5rem !important;
}

.p-75 {
  padding: 7.5rem !important;
}

.p-100 {
  padding: 10rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-5 {
  padding-top: 0.5rem !important;
}

.pt-10 {
  padding-top: 1rem !important;
}

.pt-15 {
  padding-top: 1.5rem !important;
}

.pt-20 {
  padding-top: 2rem !important;
}

.pt-25 {
  padding-top: 2.5rem !important;
}

.pt-30 {
  padding-top: 3rem !important;
}

.pt-35 {
  padding-top: 3.5rem !important;
}

.pt-40 {
  padding-top: 4rem !important;
}

.pt-50 {
  padding-top: 5rem !important;
}

.pt-75 {
  padding-top: 7.5rem !important;
}

.pt-100 {
  padding-top: 10rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-5 {
  padding-right: 0.5rem !important;
}

.pr-10 {
  padding-right: 1rem !important;
}

.pr-15 {
  padding-right: 1.5rem !important;
}

.pr-20 {
  padding-right: 2rem !important;
}

.pr-30 {
  padding-right: 3rem !important;
}

.pr-40 {
  padding-right: 4rem !important;
}

.pr-50 {
  padding-right: 5rem !important;
}

.pr-75 {
  padding-right: 7.5rem !important;
}

.pr-100 {
  padding-right: 10rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 0.5rem !important;
}

.pb-10 {
  padding-bottom: 1rem !important;
}

.pb-15 {
  padding-bottom: 1.5rem !important;
}

.pb-20 {
  padding-bottom: 2rem !important;
}

.pb-25 {
  padding-bottom: 2.5rem !important;
}

.pb-30 {
  padding-bottom: 3rem !important;
}

.pb-35 {
  padding-bottom: 3.5rem !important;
}

.pb-40 {
  padding-bottom: 4rem !important;
}

.pb-50 {
  padding-bottom: 5rem !important;
}

.pb-75 {
  padding-bottom: 7.5rem !important;
}

.pb-100 {
  padding-bottom: 10rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-5 {
  padding-left: 0.5rem !important;
}

.pl-10 {
  padding-left: 1rem !important;
}

.pl-15 {
  padding-left: 1.5rem !important;
}

.pl-20 {
  padding-left: 2rem !important;
}

.pl-30 {
  padding-left: 3rem !important;
}

.pl-40 {
  padding-left: 4rem !important;
}

.pl-50 {
  padding-left: 5rem !important;
}

.pl-75 {
  padding-left: 7.5rem !important;
}

.pl-100 {
  padding-left: 10rem !important;
}

.m-0 {
  margin: 0 !important;
}

.m-5 {
  margin: 0.5rem !important;
}

.m-n5 {
  margin: -0.5rem !important;
}

.m-10 {
  margin: 1rem !important;
}

.m-n10 {
  margin: -1rem !important;
}

.m-15 {
  margin: 1.5rem !important;
}

.m-n15 {
  margin: -1.5rem !important;
}

.m-20 {
  margin: 2rem !important;
}

.m-n20 {
  margin: -2rem !important;
}

.m-30 {
  margin: 3rem !important;
}

.m-n30 {
  margin: -3rem !important;
}

.m-40 {
  margin: 4rem !important;
}

.m-n40 {
  margin: -4rem !important;
}

.m-50 {
  margin: 5rem !important;
}

.m-n50 {
  margin: -5rem !important;
}

.m-75 {
  margin: 7.5rem !important;
}

.m-n75 {
  margin: -7.5rem !important;
}

.m-100 {
  margin: 10rem !important;
}

.m-n100 {
  margin: -10rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 0.5rem !important;
}

.mt-n5 {
  margin-top: -0.5rem !important;
}

.mt-10 {
  margin-top: 1rem !important;
}

.mt-n10 {
  margin-top: -1rem !important;
}

.mt-15 {
  margin-top: 1.5rem !important;
}

.mt-n15 {
  margin-top: -1.5rem !important;
}

.mt-20 {
  margin-top: 2rem !important;
}

.mt-n20 {
  margin-top: -2rem !important;
}

.mt-30 {
  margin-top: 3rem !important;
}

.mt-n30 {
  margin-top: -3rem !important;
}

.mt-40 {
  margin-top: 4rem !important;
}

.mt-n40 {
  margin-top: -4rem !important;
}

.mt-50 {
  margin-top: 5rem !important;
}

.mt-n50 {
  margin-top: -5rem !important;
}

.mt-75 {
  margin-top: 7.5rem !important;
}

.mt-n75 {
  margin-top: -7.5rem !important;
}

.mt-100 {
  margin-top: 10rem !important;
}

.mt-n100 {
  margin-top: -10rem !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 0.5rem !important;
}

.mr-n5 {
  margin-right: -0.5rem !important;
}

.mr-10 {
  margin-right: 1rem !important;
}

.mr-n10 {
  margin-right: -1rem !important;
}

.mr-15 {
  margin-right: 1.5rem !important;
}

.mr-n15 {
  margin-right: -1.5rem !important;
}

.mr-20 {
  margin-right: 2rem !important;
}

.mr-n20 {
  margin-right: -2rem !important;
}

.mr-30 {
  margin-right: 3rem !important;
}

.mr-n30 {
  margin-right: -3rem !important;
}

.mr-40 {
  margin-right: 4rem !important;
}

.mr-n40 {
  margin-right: -4rem !important;
}

.mr-50 {
  margin-right: 5rem !important;
}

.mr-n50 {
  margin-right: -5rem !important;
}

.mr-75 {
  margin-right: 7.5rem !important;
}

.mr-n75 {
  margin-right: -7.5rem !important;
}

.mr-100 {
  margin-right: 10rem !important;
}

.mr-n100 {
  margin-right: -10rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 0.5rem !important;
}

.mb-n5 {
  margin-bottom: -0.5rem !important;
}

.mb-10 {
  margin-bottom: 1rem !important;
}

.mb-n10 {
  margin-bottom: -1rem !important;
}

.mb-15 {
  margin-bottom: 1.5rem !important;
}

.mb-n15 {
  margin-bottom: -1.5rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.mb-n20 {
  margin-bottom: -2rem !important;
}
.mb-25 {
  margin-bottom: 2.5rem !important;
}
.mb-30 {
  margin-bottom: 3rem !important;
}

.mb-n30 {
  margin-bottom: -3rem !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.mb-n40 {
  margin-bottom: -4rem !important;
}

.mb-50 {
  margin-bottom: 5rem !important;
}

.mb-n50 {
  margin-bottom: -5rem !important;
}

.mb-75 {
  margin-bottom: 7.5rem !important;
}

.mb-n75 {
  margin-bottom: -7.5rem !important;
}

.mb-100 {
  margin-bottom: 10rem !important;
}

.mb-n100 {
  margin-bottom: -10rem !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 0.5rem !important;
}

.ml-n5 {
  margin-left: -0.5rem !important;
}

.ml-10 {
  margin-left: 1rem !important;
}

.ml-n10 {
  margin-left: -1rem !important;
}

.ml-15 {
  margin-left: 1.5rem !important;
}

.ml-n15 {
  margin-left: -1.5rem !important;
}

.ml-20 {
  margin-left: 2rem !important;
}

.ml-25 {
  margin-left: 2.5rem !important;
}

.ml-n20 {
  margin-left: -2rem !important;
}

.ml-30 {
  margin-left: 3rem !important;
}

.ml-n30 {
  margin-left: -3rem !important;
}

.ml-40 {
  margin-left: 4rem !important;
}

.ml-n40 {
  margin-left: -4rem !important;
}

.ml-50 {
  margin-left: 5rem !important;
}

.ml-n50 {
  margin-left: -5rem !important;
}

.ml-75 {
  margin-left: 7.5rem !important;
}

.ml-n75 {
  margin-left: -7.5rem !important;
}

.ml-100 {
  margin-left: 10rem !important;
}

.ml-n100 {
  margin-left: -10rem !important;
}

@media screen and (min-width: 34em) {
  .p-xs-0 {
    padding: 0 !important;
  }

  .p-xs-5 {
    padding: 0.5rem !important;
  }

  .p-xs-10 {
    padding: 1rem !important;
  }

  .p-xs-15 {
    padding: 1.5rem !important;
  }

  .p-xs-20 {
    padding: 2rem !important;
  }

  .p-xs-30 {
    padding: 3rem !important;
  }

  .p-xs-40 {
    padding: 4rem !important;
  }

  .p-xs-50 {
    padding: 5rem !important;
  }

  .p-xs-75 {
    padding: 7.5rem !important;
  }

  .p-xs-100 {
    padding: 10rem !important;
  }

  .pt-xs-0 {
    padding-top: 0 !important;
  }

  .pt-xs-5 {
    padding-top: 0.5rem !important;
  }

  .pt-xs-10 {
    padding-top: 1rem !important;
  }

  .pt-xs-15 {
    padding-top: 1.5rem !important;
  }

  .pt-xs-20 {
    padding-top: 2rem !important;
  }

  .pt-xs-30 {
    padding-top: 3rem !important;
  }

  .pt-xs-40 {
    padding-top: 4rem !important;
  }

  .pt-xs-50 {
    padding-top: 5rem !important;
  }

  .pt-xs-75 {
    padding-top: 7.5rem !important;
  }

  .pt-xs-100 {
    padding-top: 10rem !important;
  }

  .pr-xs-0 {
    padding-right: 0 !important;
  }

  .pr-xs-5 {
    padding-right: 0.5rem !important;
  }

  .pr-xs-10 {
    padding-right: 1rem !important;
  }

  .pr-xs-15 {
    padding-right: 1.5rem !important;
  }

  .pr-xs-20 {
    padding-right: 2rem !important;
  }

  .pr-xs-30 {
    padding-right: 3rem !important;
  }

  .pr-xs-40 {
    padding-right: 4rem !important;
  }

  .pr-xs-50 {
    padding-right: 5rem !important;
  }

  .pr-xs-75 {
    padding-right: 7.5rem !important;
  }

  .pr-xs-100 {
    padding-right: 10rem !important;
  }

  .pb-xs-0 {
    padding-bottom: 0 !important;
  }

  .pb-xs-5 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xs-10 {
    padding-bottom: 1rem !important;
  }

  .pb-xs-15 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xs-20 {
    padding-bottom: 2rem !important;
  }

  .pb-xs-30 {
    padding-bottom: 3rem !important;
  }

  .pb-xs-40 {
    padding-bottom: 4rem !important;
  }

  .pb-xs-50 {
    padding-bottom: 5rem !important;
  }

  .pb-xs-75 {
    padding-bottom: 7.5rem !important;
  }

  .pb-xs-100 {
    padding-bottom: 10rem !important;
  }

  .pl-xs-0 {
    padding-left: 0 !important;
  }

  .pl-xs-5 {
    padding-left: 0.5rem !important;
  }

  .pl-xs-10 {
    padding-left: 1rem !important;
  }

  .pl-xs-15 {
    padding-left: 1.5rem !important;
  }

  .pl-xs-20 {
    padding-left: 2rem !important;
  }

  .pl-xs-30 {
    padding-left: 3rem !important;
  }

  .pl-xs-40 {
    padding-left: 4rem !important;
  }

  .pl-xs-50 {
    padding-left: 5rem !important;
  }

  .pl-xs-75 {
    padding-left: 7.5rem !important;
  }

  .pl-xs-100 {
    padding-left: 10rem !important;
  }

  .m-xs-0 {
    margin: 0 !important;
  }

  .m-xs-5 {
    margin: 0.5rem !important;
  }

  .m-xs-n5 {
    margin: -0.5rem !important;
  }

  .m-xs-10 {
    margin: 1rem !important;
  }

  .m-xs-n10 {
    margin: -1rem !important;
  }

  .m-xs-15 {
    margin: 1.5rem !important;
  }

  .m-xs-n15 {
    margin: -1.5rem !important;
  }

  .m-xs-20 {
    margin: 2rem !important;
  }

  .m-xs-n20 {
    margin: -2rem !important;
  }

  .m-xs-30 {
    margin: 3rem !important;
  }

  .m-xs-n30 {
    margin: -3rem !important;
  }

  .m-xs-40 {
    margin: 4rem !important;
  }

  .m-xs-n40 {
    margin: -4rem !important;
  }

  .m-xs-50 {
    margin: 5rem !important;
  }

  .m-xs-n50 {
    margin: -5rem !important;
  }

  .m-xs-75 {
    margin: 7.5rem !important;
  }

  .m-xs-n75 {
    margin: -7.5rem !important;
  }

  .m-xs-100 {
    margin: 10rem !important;
  }

  .m-xs-n100 {
    margin: -10rem !important;
  }

  .mt-xs-0 {
    margin-top: 0 !important;
  }

  .mt-xs-5 {
    margin-top: 0.5rem !important;
  }

  .mt-xs-n5 {
    margin-top: -0.5rem !important;
  }

  .mt-xs-10 {
    margin-top: 1rem !important;
  }

  .mt-xs-n10 {
    margin-top: -1rem !important;
  }

  .mt-xs-15 {
    margin-top: 1.5rem !important;
  }

  .mt-xs-n15 {
    margin-top: -1.5rem !important;
  }

  .mt-xs-20 {
    margin-top: 2rem !important;
  }

  .mt-xs-n20 {
    margin-top: -2rem !important;
  }

  .mt-xs-30 {
    margin-top: 3rem !important;
  }

  .mt-xs-n30 {
    margin-top: -3rem !important;
  }

  .mt-xs-40 {
    margin-top: 4rem !important;
  }

  .mt-xs-n40 {
    margin-top: -4rem !important;
  }

  .mt-xs-50 {
    margin-top: 5rem !important;
  }

  .mt-xs-n50 {
    margin-top: -5rem !important;
  }

  .mt-xs-75 {
    margin-top: 7.5rem !important;
  }

  .mt-xs-n75 {
    margin-top: -7.5rem !important;
  }

  .mt-xs-100 {
    margin-top: 10rem !important;
  }

  .mt-xs-n100 {
    margin-top: -10rem !important;
  }

  .mr-xs-0 {
    margin-right: 0 !important;
  }

  .mr-xs-5 {
    margin-right: 0.5rem !important;
  }

  .mr-xs-n5 {
    margin-right: -0.5rem !important;
  }

  .mr-xs-10 {
    margin-right: 1rem !important;
  }

  .mr-xs-n10 {
    margin-right: -1rem !important;
  }

  .mr-xs-15 {
    margin-right: 1.5rem !important;
  }

  .mr-xs-n15 {
    margin-right: -1.5rem !important;
  }

  .mr-xs-20 {
    margin-right: 2rem !important;
  }

  .mr-xs-n20 {
    margin-right: -2rem !important;
  }

  .mr-xs-30 {
    margin-right: 3rem !important;
  }

  .mr-xs-n30 {
    margin-right: -3rem !important;
  }

  .mr-xs-40 {
    margin-right: 4rem !important;
  }

  .mr-xs-n40 {
    margin-right: -4rem !important;
  }

  .mr-xs-50 {
    margin-right: 5rem !important;
  }

  .mr-xs-n50 {
    margin-right: -5rem !important;
  }

  .mr-xs-75 {
    margin-right: 7.5rem !important;
  }

  .mr-xs-n75 {
    margin-right: -7.5rem !important;
  }

  .mr-xs-100 {
    margin-right: 10rem !important;
  }

  .mr-xs-n100 {
    margin-right: -10rem !important;
  }

  .mb-xs-0 {
    margin-bottom: 0 !important;
  }

  .mb-xs-5 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xs-n5 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xs-10 {
    margin-bottom: 1rem !important;
  }

  .mb-xs-n10 {
    margin-bottom: -1rem !important;
  }

  .mb-xs-15 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xs-n15 {
    margin-bottom: -1.5rem !important;
  }

  .mb-xs-20 {
    margin-bottom: 2rem !important;
  }

  .mb-xs-n20 {
    margin-bottom: -2rem !important;
  }

  .mb-xs-30 {
    margin-bottom: 3rem !important;
  }

  .mb-xs-n30 {
    margin-bottom: -3rem !important;
  }

  .mb-xs-40 {
    margin-bottom: 4rem !important;
  }

  .mb-xs-n40 {
    margin-bottom: -4rem !important;
  }

  .mb-xs-50 {
    margin-bottom: 5rem !important;
  }

  .mb-xs-n50 {
    margin-bottom: -5rem !important;
  }

  .mb-xs-75 {
    margin-bottom: 7.5rem !important;
  }

  .mb-xs-n75 {
    margin-bottom: -7.5rem !important;
  }

  .mb-xs-100 {
    margin-bottom: 10rem !important;
  }

  .mb-xs-n100 {
    margin-bottom: -10rem !important;
  }

  .ml-xs-0 {
    margin-left: 0 !important;
  }

  .ml-xs-5 {
    margin-left: 0.5rem !important;
  }

  .ml-xs-n5 {
    margin-left: -0.5rem !important;
  }

  .ml-xs-10 {
    margin-left: 1rem !important;
  }

  .ml-xs-n10 {
    margin-left: -1rem !important;
  }

  .ml-xs-15 {
    margin-left: 1.5rem !important;
  }

  .ml-xs-n15 {
    margin-left: -1.5rem !important;
  }

  .ml-xs-20 {
    margin-left: 2rem !important;
  }

  .ml-xs-n20 {
    margin-left: -2rem !important;
  }

  .ml-xs-30 {
    margin-left: 3rem !important;
  }

  .ml-xs-n30 {
    margin-left: -3rem !important;
  }

  .ml-xs-40 {
    margin-left: 4rem !important;
  }

  .ml-xs-n40 {
    margin-left: -4rem !important;
  }

  .ml-xs-50 {
    margin-left: 5rem !important;
  }

  .ml-xs-n50 {
    margin-left: -5rem !important;
  }

  .ml-xs-75 {
    margin-left: 7.5rem !important;
  }

  .ml-xs-n75 {
    margin-left: -7.5rem !important;
  }

  .ml-xs-100 {
    margin-left: 10rem !important;
  }

  .ml-xs-n100 {
    margin-left: -10rem !important;
  }
}
@media screen and (min-width: 48em) {
  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-5 {
    padding: 0.5rem !important;
  }

  .p-sm-10 {
    padding: 1rem !important;
  }

  .p-sm-15 {
    padding: 1.5rem !important;
  }

  .p-sm-20 {
    padding: 2rem !important;
  }

  .p-sm-30 {
    padding: 3rem !important;
  }

  .p-sm-40 {
    padding: 4rem !important;
  }

  .p-sm-50 {
    padding: 5rem !important;
  }

  .p-sm-75 {
    padding: 7.5rem !important;
  }

  .p-sm-100 {
    padding: 10rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-5 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-10 {
    padding-top: 1rem !important;
  }

  .pt-sm-15 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-20 {
    padding-top: 2rem !important;
  }

  .pt-sm-30 {
    padding-top: 3rem !important;
  }

  .pt-sm-40 {
    padding-top: 4rem !important;
  }

  .pt-sm-50 {
    padding-top: 5rem !important;
  }
  
  .pt-sm-60 {
    padding-top: 6rem !important;
  }
  
  .pt-sm-70 {
    padding-top: 7rem !important;
  }

  .pt-sm-75 {
    padding-top: 7.5rem !important;
  }
  
  .pt-sm-80 {
    padding-top: 8rem !important;
  }

  .pt-sm-100 {
    padding-top: 10rem !important;
  }

  .pr-sm-0 {
    padding-right: 0 !important;
  }

  .pr-sm-5 {
    padding-right: 0.5rem !important;
  }

  .pr-sm-10 {
    padding-right: 1rem !important;
  }

  .pr-sm-15 {
    padding-right: 1.5rem !important;
  }

  .pr-sm-20 {
    padding-right: 2rem !important;
  }

  .pr-sm-30 {
    padding-right: 3rem !important;
  }

  .pr-sm-40 {
    padding-right: 4rem !important;
  }

  .pr-sm-50 {
    padding-right: 5rem !important;
  }

  .pr-sm-75 {
    padding-right: 7.5rem !important;
  }

  .pr-sm-100 {
    padding-right: 10rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-5 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-10 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-15 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-20 {
    padding-bottom: 2rem !important;
  }

  .pb-sm-30 {
    padding-bottom: 3rem !important;
  }

  .pb-sm-40 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-43 {
	padding-bottom: 4.3rem !important;
  }
  .pb-sm-50 {
    padding-bottom: 5rem !important;
  }
  
  .pb-sm-60 {
    padding-bottom: 6rem !important;
  }
  
  .pb-sm-70 {
    padding-bottom: 7rem !important;
  }

  .pb-sm-75 {
    padding-bottom: 7.5rem !important;
  }
  
  .pb-sm-80 {
    padding-bottom: 8rem !important;
  }

  .pb-sm-100 {
    padding-bottom: 10rem !important;
  }

  .pl-sm-0 {
    padding-left: 0 !important;
  }

  .pl-sm-5 {
    padding-left: 0.5rem !important;
  }

  .pl-sm-10 {
    padding-left: 1rem !important;
  }

  .pl-sm-15 {
    padding-left: 1.5rem !important;
  }

  .pl-sm-20 {
    padding-left: 2rem !important;
  }

  .pl-sm-30 {
    padding-left: 3rem !important;
  }

  .pl-sm-40 {
    padding-left: 4rem !important;
  }

  .pl-sm-50 {
    padding-left: 5rem !important;
  }

  .pl-sm-75 {
    padding-left: 7.5rem !important;
  }

  .pl-sm-100 {
    padding-left: 10rem !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-5 {
    margin: 0.5rem !important;
  }

  .m-sm-n5 {
    margin: -0.5rem !important;
  }

  .m-sm-10 {
    margin: 1rem !important;
  }

  .m-sm-n10 {
    margin: -1rem !important;
  }

  .m-sm-15 {
    margin: 1.5rem !important;
  }

  .m-sm-n15 {
    margin: -1.5rem !important;
  }

  .m-sm-20 {
    margin: 2rem !important;
  }

  .m-sm-n20 {
    margin: -2rem !important;
  }

  .m-sm-30 {
    margin: 3rem !important;
  }

  .m-sm-n30 {
    margin: -3rem !important;
  }

  .m-sm-40 {
    margin: 4rem !important;
  }

  .m-sm-n40 {
    margin: -4rem !important;
  }

  .m-sm-50 {
    margin: 5rem !important;
  }

  .m-sm-n50 {
    margin: -5rem !important;
  }

  .m-sm-75 {
    margin: 7.5rem !important;
  }

  .m-sm-n75 {
    margin: -7.5rem !important;
  }

  .m-sm-100 {
    margin: 10rem !important;
  }

  .m-sm-n100 {
    margin: -10rem !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-5 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-n5 {
    margin-top: -0.5rem !important;
  }

  .mt-sm-10 {
    margin-top: 1rem !important;
  }

  .mt-sm-n10 {
    margin-top: -1rem !important;
  }

  .mt-sm-15 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-n15 {
    margin-top: -1.5rem !important;
  }

  .mt-sm-20 {
    margin-top: 2rem !important;
  }

  .mt-sm-n20 {
    margin-top: -2rem !important;
  }

  .mt-sm-30 {
    margin-top: 3rem !important;
  }

  .mt-sm-n30 {
    margin-top: -3rem !important;
  }

  .mt-sm-40 {
    margin-top: 4rem !important;
  }

  .mt-sm-n40 {
    margin-top: -4rem !important;
  }

  .mt-sm-50 {
    margin-top: 5rem !important;
  }

  .mt-sm-n50 {
    margin-top: -5rem !important;
  }

  .mt-sm-75 {
    margin-top: 7.5rem !important;
  }

  .mt-sm-n75 {
    margin-top: -7.5rem !important;
  }

  .mt-sm-100 {
    margin-top: 10rem !important;
  }

  .mt-sm-n100 {
    margin-top: -10rem !important;
  }

  .mr-sm-0 {
    margin-right: 0 !important;
  }

  .mr-sm-5 {
    margin-right: 0.5rem !important;
  }

  .mr-sm-n5 {
    margin-right: -0.5rem !important;
  }

  .mr-sm-10 {
    margin-right: 1rem !important;
  }

  .mr-sm-n10 {
    margin-right: -1rem !important;
  }

  .mr-sm-15 {
    margin-right: 1.5rem !important;
  }

  .mr-sm-n15 {
    margin-right: -1.5rem !important;
  }

  .mr-sm-20 {
    margin-right: 2rem !important;
  }

  .mr-sm-n20 {
    margin-right: -2rem !important;
  }

  .mr-sm-30 {
    margin-right: 3rem !important;
  }

  .mr-sm-n30 {
    margin-right: -3rem !important;
  }

  .mr-sm-40 {
    margin-right: 4rem !important;
  }

  .mr-sm-n40 {
    margin-right: -4rem !important;
  }

  .mr-sm-50 {
    margin-right: 5rem !important;
  }

  .mr-sm-n50 {
    margin-right: -5rem !important;
  }

  .mr-sm-75 {
    margin-right: 7.5rem !important;
  }

  .mr-sm-n75 {
    margin-right: -7.5rem !important;
  }

  .mr-sm-100 {
    margin-right: 10rem !important;
  }

  .mr-sm-n100 {
    margin-right: -10rem !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-5 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-n5 {
    margin-bottom: -0.5rem !important;
  }

  .mb-sm-10 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-n10 {
    margin-bottom: -1rem !important;
  }

  .mb-sm-15 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-n15 {
    margin-bottom: -1.5rem !important;
  }

  .mb-sm-20 {
    margin-bottom: 2rem !important;
  }

  .mb-sm-n20 {
    margin-bottom: -2rem !important;
  }

  .mb-sm-30 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-n30 {
    margin-bottom: -3rem !important;
  }

  .mb-sm-40 {
    margin-bottom: 4rem !important;
  }

  .mb-sm-n40 {
    margin-bottom: -4rem !important;
  }

  .mb-sm-50 {
    margin-bottom: 5rem !important;
  }

  .mb-sm-n50 {
    margin-bottom: -5rem !important;
  }

  .mb-sm-75 {
    margin-bottom: 7.5rem !important;
  }

  .mb-sm-n75 {
    margin-bottom: -7.5rem !important;
  }

  .mb-sm-100 {
    margin-bottom: 10rem !important;
  }

  .mb-sm-n100 {
    margin-bottom: -10rem !important;
  }

  .ml-sm-0 {
    margin-left: 0 !important;
  }

  .ml-sm-5 {
    margin-left: 0.5rem !important;
  }

  .ml-sm-n5 {
    margin-left: -0.5rem !important;
  }

  .ml-sm-10 {
    margin-left: 1rem !important;
  }

  .ml-sm-n10 {
    margin-left: -1rem !important;
  }

  .ml-sm-15 {
    margin-left: 1.5rem !important;
  }

  .ml-sm-n15 {
    margin-left: -1.5rem !important;
  }

  .ml-sm-20 {
    margin-left: 2rem !important;
  }

  .ml-sm-n20 {
    margin-left: -2rem !important;
  }

  .ml-sm-30 {
    margin-left: 3rem !important;
  }

  .ml-sm-n30 {
    margin-left: -3rem !important;
  }

  .ml-sm-40 {
    margin-left: 4rem !important;
  }

  .ml-sm-n40 {
    margin-left: -4rem !important;
  }

  .ml-sm-50 {
    margin-left: 5rem !important;
  }

  .ml-sm-n50 {
    margin-left: -5rem !important;
  }

  .ml-sm-75 {
    margin-left: 7.5rem !important;
  }

  .ml-sm-n75 {
    margin-left: -7.5rem !important;
  }

  .ml-sm-100 {
    margin-left: 10rem !important;
  }

  .ml-sm-n100 {
    margin-left: -10rem !important;
  }
}
@media screen and (min-width: 64em) {
  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-5 {
    padding: 0.5rem !important;
  }

  .p-md-10 {
    padding: 1rem !important;
  }

  .p-md-15 {
    padding: 1.5rem !important;
  }

  .p-md-20 {
    padding: 2rem !important;
  }

  .p-md-30 {
    padding: 3rem !important;
  }

  .p-md-40 {
    padding: 4rem !important;
  }

  .p-md-50 {
    padding: 5rem !important;
  }

  .p-md-75 {
    padding: 7.5rem !important;
  }

  .p-md-100 {
    padding: 10rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-5 {
    padding-top: 0.5rem !important;
  }

  .pt-md-10 {
    padding-top: 1rem !important;
  }

  .pt-md-15 {
    padding-top: 1.5rem !important;
  }

  .pt-md-20 {
    padding-top: 2rem !important;
  }

  .pt-md-30 {
    padding-top: 3rem !important;
  }

  .pt-md-40 {
    padding-top: 4rem !important;
  }

  .pt-md-50 {
    padding-top: 5rem !important;
  }

  .pt-md-75 {
    padding-top: 7.5rem !important;
  }

  .pt-md-100 {
    padding-top: 10rem !important;
  }

  .pr-md-0 {
    padding-right: 0 !important;
  }

  .pr-md-5 {
    padding-right: 0.5rem !important;
  }

  .pr-md-10 {
    padding-right: 1rem !important;
  }

  .pr-md-15 {
    padding-right: 1.5rem !important;
  }

  .pr-md-20 {
    padding-right: 2rem !important;
  }

  .pr-md-30 {
    padding-right: 3rem !important;
  }

  .pr-md-40 {
    padding-right: 4rem !important;
  }

  .pr-md-50 {
    padding-right: 5rem !important;
  }

  .pr-md-75 {
    padding-right: 7.5rem !important;
  }

  .pr-md-100 {
    padding-right: 10rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-5 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-10 {
    padding-bottom: 1rem !important;
  }

  .pb-md-15 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-20 {
    padding-bottom: 2rem !important;
  }

  .pb-md-30 {
    padding-bottom: 3rem !important;
  }

  .pb-md-40 {
    padding-bottom: 4rem !important;
  }

  .pb-md-50 {
    padding-bottom: 5rem !important;
  }

  .pb-md-75 {
    padding-bottom: 7.5rem !important;
  }

  .pb-md-100 {
    padding-bottom: 10rem !important;
  }

  .pl-md-0 {
    padding-left: 0 !important;
  }

  .pl-md-5 {
    padding-left: 0.5rem !important;
  }

  .pl-md-10 {
    padding-left: 1rem !important;
  }

  .pl-md-15 {
    padding-left: 1.5rem !important;
  }

  .pl-md-20 {
    padding-left: 2rem !important;
  }

  .pl-md-30 {
    padding-left: 3rem !important;
  }

  .pl-md-40 {
    padding-left: 4rem !important;
  }

  .pl-md-50 {
    padding-left: 5rem !important;
  }

  .pl-md-75 {
    padding-left: 7.5rem !important;
  }

  .pl-md-100 {
    padding-left: 10rem !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-5 {
    margin: 0.5rem !important;
  }

  .m-md-n5 {
    margin: -0.5rem !important;
  }

  .m-md-10 {
    margin: 1rem !important;
  }

  .m-md-n10 {
    margin: -1rem !important;
  }

  .m-md-15 {
    margin: 1.5rem !important;
  }

  .m-md-n15 {
    margin: -1.5rem !important;
  }

  .m-md-20 {
    margin: 2rem !important;
  }

  .m-md-n20 {
    margin: -2rem !important;
  }

  .m-md-30 {
    margin: 3rem !important;
  }

  .m-md-n30 {
    margin: -3rem !important;
  }

  .m-md-40 {
    margin: 4rem !important;
  }

  .m-md-n40 {
    margin: -4rem !important;
  }

  .m-md-50 {
    margin: 5rem !important;
  }

  .m-md-n50 {
    margin: -5rem !important;
  }

  .m-md-75 {
    margin: 7.5rem !important;
  }

  .m-md-n75 {
    margin: -7.5rem !important;
  }

  .m-md-100 {
    margin: 10rem !important;
  }

  .m-md-n100 {
    margin: -10rem !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-5 {
    margin-top: 0.5rem !important;
  }

  .mt-md-n5 {
    margin-top: -0.5rem !important;
  }

  .mt-md-10 {
    margin-top: 1rem !important;
  }

  .mt-md-n10 {
    margin-top: -1rem !important;
  }

  .mt-md-15 {
    margin-top: 1.5rem !important;
  }

  .mt-md-n15 {
    margin-top: -1.5rem !important;
  }

  .mt-md-20 {
    margin-top: 2rem !important;
  }

  .mt-md-n20 {
    margin-top: -2rem !important;
  }

  .mt-md-30 {
    margin-top: 3rem !important;
  }

  .mt-md-n30 {
    margin-top: -3rem !important;
  }

  .mt-md-40 {
    margin-top: 4rem !important;
  }

  .mt-md-n40 {
    margin-top: -4rem !important;
  }

  .mt-md-50 {
    margin-top: 5rem !important;
  }

  .mt-md-n50 {
    margin-top: -5rem !important;
  }

  .mt-md-75 {
    margin-top: 7.5rem !important;
  }

  .mt-md-n75 {
    margin-top: -7.5rem !important;
  }

  .mt-md-100 {
    margin-top: 10rem !important;
  }

  .mt-md-n100 {
    margin-top: -10rem !important;
  }

  .mr-md-0 {
    margin-right: 0 !important;
  }

  .mr-md-5 {
    margin-right: 0.5rem !important;
  }

  .mr-md-n5 {
    margin-right: -0.5rem !important;
  }

  .mr-md-10 {
    margin-right: 1rem !important;
  }

  .mr-md-n10 {
    margin-right: -1rem !important;
  }

  .mr-md-15 {
    margin-right: 1.5rem !important;
  }

  .mr-md-n15 {
    margin-right: -1.5rem !important;
  }

  .mr-md-20 {
    margin-right: 2rem !important;
  }

  .mr-md-n20 {
    margin-right: -2rem !important;
  }

  .mr-md-30 {
    margin-right: 3rem !important;
  }

  .mr-md-n30 {
    margin-right: -3rem !important;
  }

  .mr-md-40 {
    margin-right: 4rem !important;
  }

  .mr-md-n40 {
    margin-right: -4rem !important;
  }

  .mr-md-50 {
    margin-right: 5rem !important;
  }

  .mr-md-n50 {
    margin-right: -5rem !important;
  }

  .mr-md-75 {
    margin-right: 7.5rem !important;
  }

  .mr-md-n75 {
    margin-right: -7.5rem !important;
  }

  .mr-md-100 {
    margin-right: 10rem !important;
  }

  .mr-md-n100 {
    margin-right: -10rem !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-5 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-n5 {
    margin-bottom: -0.5rem !important;
  }

  .mb-md-10 {
    margin-bottom: 1rem !important;
  }

  .mb-md-n10 {
    margin-bottom: -1rem !important;
  }

  .mb-md-15 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-n15 {
    margin-bottom: -1.5rem !important;
  }

  .mb-md-20 {
    margin-bottom: 2rem !important;
  }

  .mb-md-n20 {
    margin-bottom: -2rem !important;
  }

  .mb-md-30 {
    margin-bottom: 3rem !important;
  }

  .mb-md-n30 {
    margin-bottom: -3rem !important;
  }

  .mb-md-40 {
    margin-bottom: 4rem !important;
  }

  .mb-md-n40 {
    margin-bottom: -4rem !important;
  }

  .mb-md-50 {
    margin-bottom: 5rem !important;
  }

  .mb-md-n50 {
    margin-bottom: -5rem !important;
  }

  .mb-md-75 {
    margin-bottom: 7.5rem !important;
  }

  .mb-md-n75 {
    margin-bottom: -7.5rem !important;
  }

  .mb-md-100 {
    margin-bottom: 10rem !important;
  }

  .mb-md-n100 {
    margin-bottom: -10rem !important;
  }

  .ml-md-0 {
    margin-left: 0 !important;
  }

  .ml-md-5 {
    margin-left: 0.5rem !important;
  }

  .ml-md-n5 {
    margin-left: -0.5rem !important;
  }

  .ml-md-10 {
    margin-left: 1rem !important;
  }

  .ml-md-n10 {
    margin-left: -1rem !important;
  }

  .ml-md-15 {
    margin-left: 1.5rem !important;
  }

  .ml-md-n15 {
    margin-left: -1.5rem !important;
  }

  .ml-md-20 {
    margin-left: 2rem !important;
  }

  .ml-md-n20 {
    margin-left: -2rem !important;
  }

  .ml-md-30 {
    margin-left: 3rem !important;
  }

  .ml-md-n30 {
    margin-left: -3rem !important;
  }

  .ml-md-40 {
    margin-left: 4rem !important;
  }

  .ml-md-n40 {
    margin-left: -4rem !important;
  }

  .ml-md-50 {
    margin-left: 5rem !important;
  }

  .ml-md-n50 {
    margin-left: -5rem !important;
  }

  .ml-md-75 {
    margin-left: 7.5rem !important;
  }

  .ml-md-n75 {
    margin-left: -7.5rem !important;
  }

  .ml-md-100 {
    margin-left: 10rem !important;
  }

  .ml-md-n100 {
    margin-left: -10rem !important;
  }
}
@media screen and (min-width: 75.0625em) {
  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-5 {
    padding: 0.5rem !important;
  }

  .p-lg-10 {
    padding: 1rem !important;
  }

  .p-lg-15 {
    padding: 1.5rem !important;
  }

  .p-lg-20 {
    padding: 2rem !important;
  }

  .p-lg-30 {
    padding: 3rem !important;
  }

  .p-lg-40 {
    padding: 4rem !important;
  }

  .p-lg-50 {
    padding: 5rem !important;
  }

  .p-lg-75 {
    padding: 7.5rem !important;
  }

  .p-lg-100 {
    padding: 10rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-5 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-10 {
    padding-top: 1rem !important;
  }

  .pt-lg-15 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-20 {
    padding-top: 2rem !important;
  }

  .pt-lg-30 {
    padding-top: 3rem !important;
  }

  .pt-lg-40 {
    padding-top: 4rem !important;
  }

  .pt-lg-50 {
    padding-top: 5rem !important;
  }

  .pt-lg-75 {
    padding-top: 7.5rem !important;
  }

  .pt-lg-100 {
    padding-top: 10rem !important;
  }

  .pr-lg-0 {
    padding-right: 0 !important;
  }

  .pr-lg-5 {
    padding-right: 0.5rem !important;
  }

  .pr-lg-10 {
    padding-right: 1rem !important;
  }

  .pr-lg-15 {
    padding-right: 1.5rem !important;
  }

  .pr-lg-20 {
    padding-right: 2rem !important;
  }

  .pr-lg-30 {
    padding-right: 3rem !important;
  }

  .pr-lg-40 {
    padding-right: 4rem !important;
  }

  .pr-lg-50 {
    padding-right: 5rem !important;
  }

  .pr-lg-75 {
    padding-right: 7.5rem !important;
  }

  .pr-lg-100 {
    padding-right: 10rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-5 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-10 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-15 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-20 {
    padding-bottom: 2rem !important;
  }

  .pb-lg-30 {
    padding-bottom: 3rem !important;
  }

  .pb-lg-40 {
    padding-bottom: 4rem !important;
  }

  .pb-lg-50 {
    padding-bottom: 5rem !important;
  }

  .pb-lg-75 {
    padding-bottom: 7.5rem !important;
  }

  .pb-lg-100 {
    padding-bottom: 10rem !important;
  }

  .pl-lg-0 {
    padding-left: 0 !important;
  }

  .pl-lg-5 {
    padding-left: 0.5rem !important;
  }

  .pl-lg-10 {
    padding-left: 1rem !important;
  }

  .pl-lg-15 {
    padding-left: 1.5rem !important;
  }

  .pl-lg-20 {
    padding-left: 2rem !important;
  }

  .pl-lg-30 {
    padding-left: 3rem !important;
  }

  .pl-lg-40 {
    padding-left: 4rem !important;
  }

  .pl-lg-50 {
    padding-left: 5rem !important;
  }

  .pl-lg-75 {
    padding-left: 7.5rem !important;
  }

  .pl-lg-100 {
    padding-left: 10rem !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-5 {
    margin: 0.5rem !important;
  }

  .m-lg-n5 {
    margin: -0.5rem !important;
  }

  .m-lg-10 {
    margin: 1rem !important;
  }

  .m-lg-n10 {
    margin: -1rem !important;
  }

  .m-lg-15 {
    margin: 1.5rem !important;
  }

  .m-lg-n15 {
    margin: -1.5rem !important;
  }

  .m-lg-20 {
    margin: 2rem !important;
  }

  .m-lg-n20 {
    margin: -2rem !important;
  }

  .m-lg-30 {
    margin: 3rem !important;
  }

  .m-lg-n30 {
    margin: -3rem !important;
  }

  .m-lg-40 {
    margin: 4rem !important;
  }

  .m-lg-n40 {
    margin: -4rem !important;
  }

  .m-lg-50 {
    margin: 5rem !important;
  }

  .m-lg-n50 {
    margin: -5rem !important;
  }

  .m-lg-75 {
    margin: 7.5rem !important;
  }

  .m-lg-n75 {
    margin: -7.5rem !important;
  }

  .m-lg-100 {
    margin: 10rem !important;
  }

  .m-lg-n100 {
    margin: -10rem !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-5 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-n5 {
    margin-top: -0.5rem !important;
  }

  .mt-lg-10 {
    margin-top: 1rem !important;
  }

  .mt-lg-n10 {
    margin-top: -1rem !important;
  }

  .mt-lg-15 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-n15 {
    margin-top: -1.5rem !important;
  }

  .mt-lg-20 {
    margin-top: 2rem !important;
  }

  .mt-lg-n20 {
    margin-top: -2rem !important;
  }

  .mt-lg-30 {
    margin-top: 3rem !important;
  }

  .mt-lg-n30 {
    margin-top: -3rem !important;
  }

  .mt-lg-40 {
    margin-top: 4rem !important;
  }

  .mt-lg-n40 {
    margin-top: -4rem !important;
  }

  .mt-lg-50 {
    margin-top: 5rem !important;
  }

  .mt-lg-n50 {
    margin-top: -5rem !important;
  }

  .mt-lg-75 {
    margin-top: 7.5rem !important;
  }

  .mt-lg-n75 {
    margin-top: -7.5rem !important;
  }

  .mt-lg-100 {
    margin-top: 10rem !important;
  }

  .mt-lg-n100 {
    margin-top: -10rem !important;
  }

  .mr-lg-0 {
    margin-right: 0 !important;
  }

  .mr-lg-5 {
    margin-right: 0.5rem !important;
  }

  .mr-lg-n5 {
    margin-right: -0.5rem !important;
  }

  .mr-lg-10 {
    margin-right: 1rem !important;
  }

  .mr-lg-n10 {
    margin-right: -1rem !important;
  }

  .mr-lg-15 {
    margin-right: 1.5rem !important;
  }

  .mr-lg-n15 {
    margin-right: -1.5rem !important;
  }

  .mr-lg-20 {
    margin-right: 2rem !important;
  }

  .mr-lg-n20 {
    margin-right: -2rem !important;
  }

  .mr-lg-30 {
    margin-right: 3rem !important;
  }

  .mr-lg-n30 {
    margin-right: -3rem !important;
  }

  .mr-lg-40 {
    margin-right: 4rem !important;
  }

  .mr-lg-n40 {
    margin-right: -4rem !important;
  }

  .mr-lg-50 {
    margin-right: 5rem !important;
  }

  .mr-lg-n50 {
    margin-right: -5rem !important;
  }

  .mr-lg-75 {
    margin-right: 7.5rem !important;
  }

  .mr-lg-n75 {
    margin-right: -7.5rem !important;
  }

  .mr-lg-100 {
    margin-right: 10rem !important;
  }

  .mr-lg-n100 {
    margin-right: -10rem !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-5 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-n5 {
    margin-bottom: -0.5rem !important;
  }

  .mb-lg-10 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-n10 {
    margin-bottom: -1rem !important;
  }

  .mb-lg-15 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-n15 {
    margin-bottom: -1.5rem !important;
  }

  .mb-lg-20 {
    margin-bottom: 2rem !important;
  }

  .mb-lg-n20 {
    margin-bottom: -2rem !important;
  }

  .mb-lg-30 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-n30 {
    margin-bottom: -3rem !important;
  }

  .mb-lg-40 {
    margin-bottom: 4rem !important;
  }

  .mb-lg-n40 {
    margin-bottom: -4rem !important;
  }

  .mb-lg-50 {
    margin-bottom: 5rem !important;
  }

  .mb-lg-n50 {
    margin-bottom: -5rem !important;
  }

  .mb-lg-75 {
    margin-bottom: 7.5rem !important;
  }

  .mb-lg-n75 {
    margin-bottom: -7.5rem !important;
  }

  .mb-lg-100 {
    margin-bottom: 10rem !important;
  }

  .mb-lg-n100 {
    margin-bottom: -10rem !important;
  }

  .ml-lg-0 {
    margin-left: 0 !important;
  }

  .ml-lg-5 {
    margin-left: 0.5rem !important;
  }

  .ml-lg-n5 {
    margin-left: -0.5rem !important;
  }

  .ml-lg-10 {
    margin-left: 1rem !important;
  }

  .ml-lg-n10 {
    margin-left: -1rem !important;
  }

  .ml-lg-15 {
    margin-left: 1.5rem !important;
  }

  .ml-lg-n15 {
    margin-left: -1.5rem !important;
  }

  .ml-lg-20 {
    margin-left: 2rem !important;
  }

  .ml-lg-n20 {
    margin-left: -2rem !important;
  }

  .ml-lg-30 {
    margin-left: 3rem !important;
  }

  .ml-lg-n30 {
    margin-left: -3rem !important;
  }

  .ml-lg-40 {
    margin-left: 4rem !important;
  }

  .ml-lg-n40 {
    margin-left: -4rem !important;
  }

  .ml-lg-50 {
    margin-left: 5rem !important;
  }

  .ml-lg-n50 {
    margin-left: -5rem !important;
  }

  .ml-lg-75 {
    margin-left: 7.5rem !important;
  }

  .ml-lg-n75 {
    margin-left: -7.5rem !important;
  }

  .ml-lg-100 {
    margin-left: 10rem !important;
  }

  .ml-lg-n100 {
    margin-left: -10rem !important;
  }
}

.faq-item__content p,
.single-application .container p,
.lead, .cb--content p, .lead p, .cb--links_with_images p {
    font-size: 2.1rem !important;
}
.single-jobs .container.pt-md-10.pb-md-20,
.single-kb_post .container.pt-md-10.pb-md-20,
.single-jobs .blog-figure,
.single-kb_post .blog-figure,
.single-jobs .size-16.text--teal.pt-sm-20,
.single-kb_post .size-16.text--teal.pt-sm-20,
.single-jobs .lead,
.single-kb_post .lead {
	display: none !important;
}
.single-kb_post h1.pb-sm-50,
.single-jobs h1.pb-sm-50 {
    padding-bottom: 0 !important;
    margin-bottom: -3rem !important;
}
.partner-item h3 {
	    font-size: 2.7rem;
}
 .single-application h3.letspace-1.min90,
 .page-template-template-applications h3.letspace-1.min90 {
	 min-height: 7rem !important;
    font-size: 2.1rem;
	letter-spacing: 0 !important;
}
@media only screen and (min-width: 1300px) {
	.page-id-25827 .relative,
	.page-id-25814 .relative {
			padding-bottom: 70px;
	}
}

/* .flex.mb-5 .link-with-no-underline:nth-child(4) {
	display: none;
} */

html[lang="ru-RU"] .single-application h3.letspace-1.min90,
html[lang="ru-RU"] .page-template-template-applications h3.letspace-1.min90 {
	    font-size: 2.1rem;
}
@media only screen and (max-width: 480px) {
	html[lang="ru-RU"] .single-application h3.letspace-1.min90,
	html[lang="ru-RU"] .page-template-template-applications h3.letspace-1.min90 {
		min-height: 6rem;
		margin-bottom: 0rem;
		font-size: 1.8rem;
	}
}
@media only screen and (min-width: 1400px) {
	html[lang="ru-RU"] .cb--image, .cb--hero_banner,
	html[lang="ja"] .cb--image, .cb--hero_banner,
	html[lang="it-IT"] .cb--image, .cb--hero_banner {
		height: auto;
	}
}
@media only screen and (min-width: 1024px) {
	html[lang="ru-RU"] .menu-item-has-children .sub-menu .wpml-ls-item a,
	html[lang="ru-RU"] .navbar-desktop__button,
	html[lang="ru-RU"] .navbar-desktop__menu .menu-item-has-children > a,
	html[lang="ja"] .navbar-desktop__menu .menu-item-has-children > a,
	html[lang="fr-FR"] .navbar-desktop__menu .menu-item-has-children > a {
		font-size: 91%;
	}
	html[lang="ru-RU"] .navbar-desktop__menu ul li,
	html[lang="ja"] .navbar-desktop__menu ul li,
	html[lang="fr-FR"] .navbar-desktop__menu ul li {
		margin-right: 1.5rem;
	}
}


html[lang="ru-RU"] h1, html[lang="ru-RU"] h2, html[lang="ru-RU"] h3, html[lang="ru-RU"] h4, html[lang="ru-RU"] .footer__title, html[lang="ru-RU"] h5, html[lang="ru-RU"] h6, .h6,
html[lang="ru-RU"] body {
    font-family: Open Sans, sans-serif;
}
html[lang="ru-RU"] p,
html[lang="ru-RU"] .faq-item__content p,
html[lang="ru-RU"] .single-application .container p,
html[lang="ru-RU"] .lead,
html[lang="ru-RU"] .cb--content p, html[lang="ru-RU"] .lead p, 
html[lang="ru-RU"] .cb--links_with_images p {
	font-size: 1.93rem !important;
}
html[lang="ru-RU"] .button,
html[lang="ru-RU"]  .navbar-desktop__button, 
html[lang="ru-RU"] .wp-block-button a, html[lang="ru-RU"]  button, html[lang="ru-RU"]  input[type=submit] {
    font-size: 1.8rem;
}
html[lang="ru-RU"] .home h3,
html[lang="ru-RU"] h2, html[lang="ru-RU"] .h2 {
    font-weight: 400;
}
html[lang="ru-RU"] h1, 
html[lang="ru-RU"] .h1, 
html[lang="ru-RU"] h2, 
html[lang="ru-RU"] .h2 {
    font-size: 3.8rem;
}
html[lang="ru-RU"] p, html[lang="ru-RU"] .faq-item__content p, html[lang="ru-RU"] .single-application .container p, 
html[lang="ru-RU"] .lead, html[lang="ru-RU"] .cb--content p, html[lang="ru-RU"] .lead p, html[lang="ru-RU"] .cb--links_with_images p {
    color: #024656;
}
html[lang="ru-RU"] .tease-post__meta .text--navy,
html[lang="ru-RU"] .tease-post__meta h3 {
	font-size: 1.9rem !important;
}
html[lang="ru-RU"] .archive .h4 {
	font-size: 2.1rem !important;
}

/*Cookie Plugin*/
.cli-modal-close svg {
    float: right;
    max-width: 30px;
}
a.cli-nav-link {
	border-bottom: none !important;
}
a.cli-nav-link:hover {
	color: rgb(40, 205, 205);
}
a.cli-privacy-readmore {
    text-decoration: none;
    border-bottom: none;
}
table.cookielawinfo-winter thead th {
    background: rgb(40, 205, 205) !important;
}
a.wt-cli-privacy-btn,
a.cli-plugin-button {
	  border: 0.3rem solid rgb(40, 205, 205) !important;
    border-radius: 5rem !important;
    background-color: transparent  !important;
    padding: 1.5rem 1rem !important;
    height: 5rem !important;
    min-width: 15rem !important;
    font-size: 2rem !important;
    color: rgb(40, 205, 205) !important;
    transition: all 0.2s ease 0s !important;
    line-height: 0.5 !important;
}
a.wt-cli-privacy-btn:hover,
a.cli-plugin-button:hover,
a.cli-plugin-button#wt-cli-accept-all-btn {
	 background-color: rgb(40, 205, 205) !important;
	color: #fff !important;
}
a.cli-plugin-button#wt-cli-accept-all-btn:hover {
	 background-color: #fff !important;
	color: rgb(40, 205, 205) !important;
}
footer .footer-menu a span {
	  font-size: 1.8rem;
}
ul.wpml-ls-sub-menu li {
	margin-bottom: 0.05rem;
}
ul.wpml-ls-sub-menu li a span {
    display: inline-block;
    min-width: 60px;
}

.cli-bar-container #wt-cli-reject-btn {
	margin-left: 5px !important;
}

.animate__animated > div > div:nth-child(1),
.animate__animated > div > div:nth-child(5) {
	display: none;
}

.animate__animated > div > div:nth-child(3) > div {
	max-width: 100% !important;
} 

.animate__animated > div > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) span {
	text-decoration: underline !important;
}
.animate__animated > div > div:nth-child(3) > div > div:nth-child(1) > div:nth-child(2) {
	display: none;
}
.animate__animated > div > div:nth-child(3) > div > div:nth-child(1) > div:nth-child(1) a {
	color: #2b2b2b;
	border-bottom-color: #2b2b2b;
}
.page-id-153 .relative .pb-75 {
    padding-bottom: 3.5rem !important;
}